/*
*
* MKB CSS LIBRARY
*
* @author Ravindre Ramjiawan <r.ramjiawan@mkbclickservice.nl>
*
* DO NOT EDIT THIS FILE
*
*/
/* #### CONTAINER CLASSES #### */
.mkb-container-s, .mkb-container-s-child > *, .mkb-container-s-first > *:first-child, .mkb-container-s-last > *:last-child, .mkb-container-s-odd > *:nth-child(odd), .mkb-container-s-even > *:nth-child(even) {
  max-width: 769px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mkb-container-m, .mkb-container-m-child > *, .mkb-container-m-first > *:first-child, .mkb-container-m-last > *:last-child, .mkb-container-m-odd > *:nth-child(odd), .mkb-container-m-even > *:nth-child(even) {
  max-width: 1025px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mkb-container-l, .mkb-container-l-child > *, .mkb-container-l-first > *:first-child, .mkb-container-l-last > *:last-child, .mkb-container-l-odd > *:nth-child(odd), .mkb-container-l-even > *:nth-child(even) {
  max-width: 1281px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mkb-container-xl, .mkb-container-xl-child > *, .mkb-container-xl-first > *:first-child, .mkb-container-xl-last > *:last-child, .mkb-container-xl-odd > *:nth-child(odd), .mkb-container-xl-even > *:nth-child(even) {
  max-width: 1537px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* #### WRAPPER CLASSES #### */
.mkb-wrapper-pad, .mkb-wrapper-pad-child > *, .mkb-wrapper-pad-first > *:first-child, .mkb-wrapper-pad-last > *:last-child, .mkb-wrapper-pad-odd > *:nth-child(odd), .mkb-wrapper-pad-even > *:nth-child(even) {
  padding-top: 3.125% !important;
  padding-right: 3.125% !important;
  padding-bottom: 3.125% !important;
  padding-left: 3.125% !important;
}

.mkb-wrapper-pad-vertical, .mkb-wrapper-pad-vertical-child > *, .mkb-wrapper-pad-vertical-first > *:first-child, .mkb-wrapper-pad-vertical-last > *:last-child, .mkb-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-wrapper-pad-vertical-even > *:nth-child(even) {
  padding-top: 3.125% !important;
  padding-bottom: 3.125% !important;
}

.mkb-wrapper-pad-horizontal, .mkb-wrapper-pad-horizontal-child > *, .mkb-wrapper-pad-horizontal-first > *:first-child, .mkb-wrapper-pad-horizontal-last > *:last-child, .mkb-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-wrapper-pad-horizontal-even > *:nth-child(even) {
  padding-left: 3.125% !important;
  padding-right: 3.125% !important;
}

.mkb-wrapper-gap, .mkb-wrapper-gap-child > *, .mkb-wrapper-gap-first > *:first-child, .mkb-wrapper-gap-last > *:last-child, .mkb-wrapper-gap-odd > *:nth-child(odd), .mkb-wrapper-gap-even > *:nth-child(even) {
  margin-top: 3.125% !important;
  margin-right: 3.125% !important;
  margin-bottom: 3.125% !important;
  margin-left: 3.125% !important;
}

.mkb-wrapper-gap-vertical, .mkb-wrapper-gap-vertical-child > *, .mkb-wrapper-gap-vertical-first > *:first-child, .mkb-wrapper-gap-vertical-last > *:last-child, .mkb-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-wrapper-gap-vertical-even > *:nth-child(even) {
  margin-top: 3.125% !important;
  margin-bottom: 3.125% !important;
}

.mkb-wrapper-gap-horizontal, .mkb-wrapper-gap-horizontal-child > *, .mkb-wrapper-gap-horizontal-first > *:first-child, .mkb-wrapper-gap-horizontal-last > *:last-child, .mkb-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-wrapper-gap-horizontal-even > *:nth-child(even) {
  margin-left: 3.125% !important;
  margin-right: 3.125% !important;
}

/* #### DISPLAY CLASSES #### */
.mkb-inline, .mkb-inline-child > *, .mkb-inline-first > *:first-child, .mkb-inline-last > *:last-child, .mkb-inline-odd > *:nth-child(odd), .mkb-inline-even > *:nth-child(even) {
  display: inline !important;
}

.mkb-inline-block, .mkb-inline-block-child > *, .mkb-inline-block-first > *:first-child, .mkb-inline-block-last > *:last-child, .mkb-inline-block-odd > *:nth-child(odd), .mkb-inline-block-even > *:nth-child(even) {
  display: inline-block !important;
  vertical-align: top !important;
}

.mkb-inline-table, .mkb-inline-table-child > *, .mkb-inline-table-first > *:first-child, .mkb-inline-table-last > *:last-child, .mkb-inline-table-odd > *:nth-child(odd), .mkb-inline-table-even > *:nth-child(even) {
  display: inline-table !important;
  height: 0 !important;
}

.mkb-inline-flex, .mkb-inline-flex-child > *, .mkb-inline-flex-first > *:first-child, .mkb-inline-flex-last > *:last-child, .mkb-inline-flex-odd > *:nth-child(odd), .mkb-inline-flex-even > *:nth-child(even) {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.mkb-inline-flex > *, .mkb-inline-flex-child > * > *, .mkb-inline-flex-first > *:first-child > *, .mkb-inline-flex-last > *:last-child > *, .mkb-inline-flex-odd > *:nth-child(odd) > *, .mkb-inline-flex-even > *:nth-child(even) > * {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  min-width: auto !important;
  min-height: auto !important;
}

.mkb-block, .mkb-block-child > *, .mkb-block-first > *:first-child, .mkb-block-last > *:last-child, .mkb-block-odd > *:nth-child(odd), .mkb-block-even > *:nth-child(even) {
  display: block !important;
}

.mkb-table, .mkb-table-child > *, .mkb-table-first > *:first-child, .mkb-table-last > *:last-child, .mkb-table-odd > *:nth-child(odd), .mkb-table-even > *:nth-child(even) {
  display: table !important;
  height: 0 !important;
  width: 100% !important;
}

.mkb-table-row, .mkb-table-row-child > *, .mkb-table-row-first > *:first-child, .mkb-table-row-last > *:last-child, .mkb-table-row-odd > *:nth-child(odd), .mkb-table-row-even > *:nth-child(even) {
  display: table-row !important;
}

.mkb-table-cell, .mkb-table-cell-child > *, .mkb-table-cell-first > *:first-child, .mkb-table-cell-last > *:last-child, .mkb-table-cell-odd > *:nth-child(odd), .mkb-table-cell-even > *:nth-child(even) {
  display: table-cell !important;
  height: 0 !important;
  vertical-align: top !important;
}

.mkb-flex, .mkb-flex-child > *, .mkb-flex-first > *:first-child, .mkb-flex-last > *:last-child, .mkb-flex-odd > *:nth-child(odd), .mkb-flex-even > *:nth-child(even) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mkb-flex > *, .mkb-flex-child > * > *, .mkb-flex-first > *:first-child > *, .mkb-flex-last > *:last-child > *, .mkb-flex-odd > *:nth-child(odd) > *, .mkb-flex-even > *:nth-child(even) > * {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  min-width: auto !important;
  min-height: auto !important;
}

.mkb-none, .mkb-none-child > *, .mkb-none-first > *:first-child, .mkb-none-last > *:last-child, .mkb-none-odd > *:nth-child(odd), .mkb-none-even > *:nth-child(even) {
  display: none !important;
}

.mkb-display-inherit, .mkb-display-inherit-child > *, .mkb-display-inherit-first > *:first-child, .mkb-display-inherit-last > *:last-child, .mkb-display-inherit-odd > *:nth-child(odd), .mkb-display-inherit-even > *:nth-child(even) {
  display: display-inherit !important;
}

/* #### FLEX CLASSES #### */
.mkb-flex-row, .mkb-flex-row-child > *, .mkb-flex-row-first > *:first-child, .mkb-flex-row-last > *:last-child, .mkb-flex-row-odd > *:nth-child(odd), .mkb-flex-row-even > *:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.mkb-flex-row-reverse, .mkb-flex-row-reverse-child > *, .mkb-flex-row-reverse-first > *:first-child, .mkb-flex-row-reverse-last > *:last-child, .mkb-flex-row-reverse-odd > *:nth-child(odd), .mkb-flex-row-reverse-even > *:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.mkb-flex-column, .mkb-flex-column-child > *, .mkb-flex-column-first > *:first-child, .mkb-flex-column-last > *:last-child, .mkb-flex-column-odd > *:nth-child(odd), .mkb-flex-column-even > *:nth-child(even) {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.mkb-flex-column-reverse, .mkb-flex-column-reverse-child > *, .mkb-flex-column-reverse-first > *:first-child, .mkb-flex-column-reverse-last > *:last-child, .mkb-flex-column-reverse-odd > *:nth-child(odd), .mkb-flex-column-reverse-even > *:nth-child(even) {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.mkb-flex-direction-inherit, .mkb-flex-direction-inherit-child > *, .mkb-flex-direction-inherit-first > *:first-child, .mkb-flex-direction-inherit-last > *:last-child, .mkb-flex-direction-inherit-odd > *:nth-child(odd), .mkb-flex-direction-inherit-even > *:nth-child(even) {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: inherit !important;
      -ms-flex-direction: inherit !important;
          flex-direction: inherit !important;
}

.mkb-flex-wrap-none, .mkb-flex-wrap-none-child > *, .mkb-flex-wrap-none-first > *:first-child, .mkb-flex-wrap-none-last > *:last-child, .mkb-flex-wrap-none-odd > *:nth-child(odd), .mkb-flex-wrap-none-even > *:nth-child(even) {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.mkb-flex-wrap, .mkb-flex-wrap-child > *, .mkb-flex-wrap-first > *:first-child, .mkb-flex-wrap-last > *:last-child, .mkb-flex-wrap-odd > *:nth-child(odd), .mkb-flex-wrap-even > *:nth-child(even) {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.mkb-flex-wrap-reverse, .mkb-flex-wrap-reverse-child > *, .mkb-flex-wrap-reverse-first > *:first-child, .mkb-flex-wrap-reverse-last > *:last-child, .mkb-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-flex-wrap-reverse-even > *:nth-child(even) {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.mkb-flex-wrap-inherit, .mkb-flex-wrap-inherit-child > *, .mkb-flex-wrap-inherit-first > *:first-child, .mkb-flex-wrap-inherit-last > *:last-child, .mkb-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-flex-wrap-inherit-even > *:nth-child(even) {
  -webkit-flex-wrap: inherit !important;
      -ms-flex-wrap: inherit !important;
          flex-wrap: inherit !important;
}

.mkb-flex-left, .mkb-flex-left-child > *, .mkb-flex-left-first > *:first-child, .mkb-flex-left-last > *:last-child, .mkb-flex-left-odd > *:nth-child(odd), .mkb-flex-left-even > *:nth-child(even) {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.mkb-flex-right, .mkb-flex-right-child > *, .mkb-flex-right-first > *:first-child, .mkb-flex-right-last > *:last-child, .mkb-flex-right-odd > *:nth-child(odd), .mkb-flex-right-even > *:nth-child(even) {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.mkb-flex-center, .mkb-flex-center-child > *, .mkb-flex-center-first > *:first-child, .mkb-flex-center-last > *:last-child, .mkb-flex-center-odd > *:nth-child(odd), .mkb-flex-center-even > *:nth-child(even) {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.mkb-flex-between, .mkb-flex-between-child > *, .mkb-flex-between-first > *:first-child, .mkb-flex-between-last > *:last-child, .mkb-flex-between-odd > *:nth-child(odd), .mkb-flex-between-even > *:nth-child(even) {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.mkb-flex-around, .mkb-flex-around-child > *, .mkb-flex-around-first > *:first-child, .mkb-flex-around-last > *:last-child, .mkb-flex-around-odd > *:nth-child(odd), .mkb-flex-around-even > *:nth-child(even) {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.mkb-flex-justify-inherit, .mkb-flex-justify-inherit-child > *, .mkb-flex-justify-inherit-first > *:first-child, .mkb-flex-justify-inherit-last > *:last-child, .mkb-flex-justify-inherit-odd > *:nth-child(odd), .mkb-flex-justify-inherit-even > *:nth-child(even) {
  -webkit-box-pack: inherit !important;
  -webkit-justify-content: inherit !important;
      -ms-flex-pack: inherit !important;
          justify-content: inherit !important;
}

.mkb-flex-align-auto, .mkb-flex-align-auto-child > *, .mkb-flex-align-auto-first > *:first-child, .mkb-flex-align-auto-last > *:last-child, .mkb-flex-align-auto-odd > *:nth-child(odd), .mkb-flex-align-auto-even > *:nth-child(even) {
  -webkit-box-align: auto !important;
  -webkit-align-items: auto !important;
      -ms-flex-align: auto !important;
          align-items: auto !important;
}

.mkb-flex-stretch, .mkb-flex-stretch-child > *, .mkb-flex-stretch-first > *:first-child, .mkb-flex-stretch-last > *:last-child, .mkb-flex-stretch-odd > *:nth-child(odd), .mkb-flex-stretch-even > *:nth-child(even) {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.mkb-flex-middle, .mkb-flex-middle-child > *, .mkb-flex-middle-first > *:first-child, .mkb-flex-middle-last > *:last-child, .mkb-flex-middle-odd > *:nth-child(odd), .mkb-flex-middle-even > *:nth-child(even) {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.mkb-flex-top, .mkb-flex-top-child > *, .mkb-flex-top-first > *:first-child, .mkb-flex-top-last > *:last-child, .mkb-flex-top-odd > *:nth-child(odd), .mkb-flex-top-even > *:nth-child(even) {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.mkb-flex-bottom, .mkb-flex-bottom-child > *, .mkb-flex-bottom-first > *:first-child, .mkb-flex-bottom-last > *:last-child, .mkb-flex-bottom-odd > *:nth-child(odd), .mkb-flex-bottom-even > *:nth-child(even) {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.mkb-flex-baseline, .mkb-flex-baseline-child > *, .mkb-flex-baseline-first > *:first-child, .mkb-flex-baseline-last > *:last-child, .mkb-flex-baseline-odd > *:nth-child(odd), .mkb-flex-baseline-even > *:nth-child(even) {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.mkb-flex-align-inherit, .mkb-flex-align-inherit-child > *, .mkb-flex-align-inherit-first > *:first-child, .mkb-flex-align-inherit-last > *:last-child, .mkb-flex-align-inherit-odd > *:nth-child(odd), .mkb-flex-align-inherit-even > *:nth-child(even) {
  -webkit-box-align: inherit !important;
  -webkit-align-items: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}

.mkb-flex-self-auto, .mkb-flex-self-auto-child > *, .mkb-flex-self-auto-first > *:first-child, .mkb-flex-self-auto-last > *:last-child, .mkb-flex-self-auto-odd > *:nth-child(odd), .mkb-flex-self-auto-even > *:nth-child(even) {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

.mkb-flex-self-stretch, .mkb-flex-self-stretch-child > *, .mkb-flex-self-stretch-first > *:first-child, .mkb-flex-self-stretch-last > *:last-child, .mkb-flex-self-stretch-odd > *:nth-child(odd), .mkb-flex-self-stretch-even > *:nth-child(even) {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

.mkb-flex-self-middle, .mkb-flex-self-middle-child > *, .mkb-flex-self-middle-first > *:first-child, .mkb-flex-self-middle-last > *:last-child, .mkb-flex-self-middle-odd > *:nth-child(odd), .mkb-flex-self-middle-even > *:nth-child(even) {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

.mkb-flex-self-top, .mkb-flex-self-top-child > *, .mkb-flex-self-top-first > *:first-child, .mkb-flex-self-top-last > *:last-child, .mkb-flex-self-top-odd > *:nth-child(odd), .mkb-flex-self-top-even > *:nth-child(even) {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.mkb-flex-self-bottom, .mkb-flex-self-bottom-child > *, .mkb-flex-self-bottom-first > *:first-child, .mkb-flex-self-bottom-last > *:last-child, .mkb-flex-self-bottom-odd > *:nth-child(odd), .mkb-flex-self-bottom-even > *:nth-child(even) {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.mkb-flex-self-baseline, .mkb-flex-self-baseline-child > *, .mkb-flex-self-baseline-first > *:first-child, .mkb-flex-self-baseline-last > *:last-child, .mkb-flex-self-baseline-odd > *:nth-child(odd), .mkb-flex-self-baseline-even > *:nth-child(even) {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.mkb-flex-self-inherit, .mkb-flex-self-inherit-child > *, .mkb-flex-self-inherit-first > *:first-child, .mkb-flex-self-inherit-last > *:last-child, .mkb-flex-self-inherit-odd > *:nth-child(odd), .mkb-flex-self-inherit-even > *:nth-child(even) {
  -webkit-align-self: inherit !important;
      -ms-flex-item-align: inherit !important;
              -ms-grid-row-align: inherit !important;
          align-self: inherit !important;
}

.mkb-flex-shrink-none, .mkb-flex-shrink-none-child > *, .mkb-flex-shrink-none-first > *:first-child, .mkb-flex-shrink-none-last > *:last-child, .mkb-flex-shrink-none-odd > *:nth-child(odd), .mkb-flex-shrink-none-even > *:nth-child(even) {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.mkb-flex-shrink, .mkb-flex-shrink-child > *, .mkb-flex-shrink-first > *:first-child, .mkb-flex-shrink-last > *:last-child, .mkb-flex-shrink-odd > *:nth-child(odd), .mkb-flex-shrink-even > *:nth-child(even) {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.mkb-flex-shrink-inherit, .mkb-flex-shrink-inherit-child > *, .mkb-flex-shrink-inherit-first > *:first-child, .mkb-flex-shrink-inherit-last > *:last-child, .mkb-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-flex-shrink-inherit-even > *:nth-child(even) {
  -webkit-flex-shrink: inherit !important;
      -ms-flex-negative: inherit !important;
          flex-shrink: inherit !important;
}

.mkb-flex-grow-none, .mkb-flex-grow-none-child > *, .mkb-flex-grow-none-first > *:first-child, .mkb-flex-grow-none-last > *:last-child, .mkb-flex-grow-none-odd > *:nth-child(odd), .mkb-flex-grow-none-even > *:nth-child(even) {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.mkb-flex-grow, .mkb-flex-grow-child > *, .mkb-flex-grow-first > *:first-child, .mkb-flex-grow-last > *:last-child, .mkb-flex-grow-odd > *:nth-child(odd), .mkb-flex-grow-even > *:nth-child(even) {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.mkb-flex-grow-inherit, .mkb-flex-grow-inherit-child > *, .mkb-flex-grow-inherit-first > *:first-child, .mkb-flex-grow-inherit-last > *:last-child, .mkb-flex-grow-inherit-odd > *:nth-child(odd), .mkb-flex-grow-inherit-even > *:nth-child(even) {
  -webkit-box-flex: inherit !important;
  -webkit-flex-grow: inherit !important;
      -ms-flex-positive: inherit !important;
          flex-grow: inherit !important;
}

.mkb-flex-order-first, .mkb-flex-order-first-child > *, .mkb-flex-order-first-first > *:first-child, .mkb-flex-order-first-last > *:last-child, .mkb-flex-order-first-odd > *:nth-child(odd), .mkb-flex-order-first-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.mkb-flex-order-last, .mkb-flex-order-last-child > *, .mkb-flex-order-last-first > *:first-child, .mkb-flex-order-last-last > *:last-child, .mkb-flex-order-last-odd > *:nth-child(odd), .mkb-flex-order-last-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 2147483648 !important;
  -webkit-order: 2147483647 !important;
      -ms-flex-order: 2147483647 !important;
          order: 2147483647 !important;
}

.mkb-flex-order-inherit, .mkb-flex-order-inherit-child > *, .mkb-flex-order-inherit-first > *:first-child, .mkb-flex-order-inherit-last > *:last-child, .mkb-flex-order-inherit-odd > *:nth-child(odd), .mkb-flex-order-inherit-even > *:nth-child(even) {
  -webkit-box-ordinal-group: NaN !important;
  -webkit-order: inherit !important;
      -ms-flex-order: inherit !important;
          order: inherit !important;
}

.mkb-flex-order-0, .mkb-flex-order-0-child > *, .mkb-flex-order-0-first > *:first-child, .mkb-flex-order-0-last > *:last-child, .mkb-flex-order-0-odd > *:nth-child(odd), .mkb-flex-order-0-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.mkb-flex-order-1, .mkb-flex-order-1-child > *, .mkb-flex-order-1-first > *:first-child, .mkb-flex-order-1-last > *:last-child, .mkb-flex-order-1-odd > *:nth-child(odd), .mkb-flex-order-1-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.mkb-flex-order-2, .mkb-flex-order-2-child > *, .mkb-flex-order-2-first > *:first-child, .mkb-flex-order-2-last > *:last-child, .mkb-flex-order-2-odd > *:nth-child(odd), .mkb-flex-order-2-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.mkb-flex-order-3, .mkb-flex-order-3-child > *, .mkb-flex-order-3-first > *:first-child, .mkb-flex-order-3-last > *:last-child, .mkb-flex-order-3-odd > *:nth-child(odd), .mkb-flex-order-3-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.mkb-flex-order-4, .mkb-flex-order-4-child > *, .mkb-flex-order-4-first > *:first-child, .mkb-flex-order-4-last > *:last-child, .mkb-flex-order-4-odd > *:nth-child(odd), .mkb-flex-order-4-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.mkb-flex-order-5, .mkb-flex-order-5-child > *, .mkb-flex-order-5-first > *:first-child, .mkb-flex-order-5-last > *:last-child, .mkb-flex-order-5-odd > *:nth-child(odd), .mkb-flex-order-5-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.mkb-flex-order-6, .mkb-flex-order-6-child > *, .mkb-flex-order-6-first > *:first-child, .mkb-flex-order-6-last > *:last-child, .mkb-flex-order-6-odd > *:nth-child(odd), .mkb-flex-order-6-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.mkb-flex-order-7, .mkb-flex-order-7-child > *, .mkb-flex-order-7-first > *:first-child, .mkb-flex-order-7-last > *:last-child, .mkb-flex-order-7-odd > *:nth-child(odd), .mkb-flex-order-7-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 8 !important;
  -webkit-order: 7 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.mkb-flex-order-8, .mkb-flex-order-8-child > *, .mkb-flex-order-8-first > *:first-child, .mkb-flex-order-8-last > *:last-child, .mkb-flex-order-8-odd > *:nth-child(odd), .mkb-flex-order-8-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 9 !important;
  -webkit-order: 8 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.mkb-flex-order-9, .mkb-flex-order-9-child > *, .mkb-flex-order-9-first > *:first-child, .mkb-flex-order-9-last > *:last-child, .mkb-flex-order-9-odd > *:nth-child(odd), .mkb-flex-order-9-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 10 !important;
  -webkit-order: 9 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.mkb-flex-order-10, .mkb-flex-order-10-child > *, .mkb-flex-order-10-first > *:first-child, .mkb-flex-order-10-last > *:last-child, .mkb-flex-order-10-odd > *:nth-child(odd), .mkb-flex-order-10-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 11 !important;
  -webkit-order: 10 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.mkb-flex-order-11, .mkb-flex-order-11-child > *, .mkb-flex-order-11-first > *:first-child, .mkb-flex-order-11-last > *:last-child, .mkb-flex-order-11-odd > *:nth-child(odd), .mkb-flex-order-11-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 12 !important;
  -webkit-order: 11 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.mkb-flex-order-12, .mkb-flex-order-12-child > *, .mkb-flex-order-12-first > *:first-child, .mkb-flex-order-12-last > *:last-child, .mkb-flex-order-12-odd > *:nth-child(odd), .mkb-flex-order-12-even > *:nth-child(even) {
  -webkit-box-ordinal-group: 13 !important;
  -webkit-order: 12 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

/* #### TABLE CLASSES #### */
.mkb-table-layout-auto, .mkb-table-layout-auto-child > *, .mkb-table-layout-auto-first > *:first-child, .mkb-table-layout-auto-last > *:last-child, .mkb-table-layout-auto-odd > *:nth-child(odd), .mkb-table-layout-auto-even > *:nth-child(even) {
  table-layout: auto !important;
}

.mkb-table-fixed, .mkb-table-fixed-child > *, .mkb-table-fixed-first > *:first-child, .mkb-table-fixed-last > *:last-child, .mkb-table-fixed-odd > *:nth-child(odd), .mkb-table-fixed-even > *:nth-child(even) {
  table-layout: fixed !important;
}

.mkb-table-layout-inherit, .mkb-table-layout-inherit-child > *, .mkb-table-layout-inherit-first > *:first-child, .mkb-table-layout-inherit-last > *:last-child, .mkb-table-layout-inherit-odd > *:nth-child(odd), .mkb-table-layout-inherit-even > *:nth-child(even) {
  table-layout: inherit !important;
}

.mkb-table-seperate, .mkb-table-seperate-child > *, .mkb-table-seperate-first > *:first-child, .mkb-table-seperate-last > *:last-child, .mkb-table-seperate-odd > *:nth-child(odd), .mkb-table-seperate-even > *:nth-child(even) {
  border-collapse: seperate !important;
}

.mkb-table-collapse, .mkb-table-collapse-child > *, .mkb-table-collapse-first > *:first-child, .mkb-table-collapse-last > *:last-child, .mkb-table-collapse-odd > *:nth-child(odd), .mkb-table-collapse-even > *:nth-child(even) {
  border-collapse: collapse !important;
}

.mkb-table-collapse-inherit, .mkb-table-collapse-inherit-child > *, .mkb-table-collapse-inherit-first > *:first-child, .mkb-table-collapse-inherit-last > *:last-child, .mkb-table-collapse-inherit-odd > *:nth-child(odd), .mkb-table-collapse-inherit-even > *:nth-child(even) {
  border-collapse: inherit !important;
}

.mkb-table-spacing-s, .mkb-table-spacing-s-child > *, .mkb-table-spacing-s-first > *:first-child, .mkb-table-spacing-s-last > *:last-child, .mkb-table-spacing-s-odd > *:nth-child(odd), .mkb-table-spacing-s-even > *:nth-child(even) {
  border-spacing: 0.57143rem !important;
}

.mkb-table-spacing-s-vertical, .mkb-table-spacing-s-vertical-child > *, .mkb-table-spacing-s-vertical-first > *:first-child, .mkb-table-spacing-s-vertical-last > *:last-child, .mkb-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-table-spacing-s-vertical-even > *:nth-child(even) {
  border-spacing: 0 0.57143rem !important;
}

.mkb-table-spacing-s-horizontal, .mkb-table-spacing-s-horizontal-child > *, .mkb-table-spacing-s-horizontal-first > *:first-child, .mkb-table-spacing-s-horizontal-last > *:last-child, .mkb-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-table-spacing-s-horizontal-even > *:nth-child(even) {
  border-spacing: 0.57143rem 0 !important;
}

.mkb-table-spacing-m, .mkb-table-spacing-m-child > *, .mkb-table-spacing-m-first > *:first-child, .mkb-table-spacing-m-last > *:last-child, .mkb-table-spacing-m-odd > *:nth-child(odd), .mkb-table-spacing-m-even > *:nth-child(even) {
  border-spacing: 1.14286rem !important;
}

.mkb-table-spacing-m-vertical, .mkb-table-spacing-m-vertical-child > *, .mkb-table-spacing-m-vertical-first > *:first-child, .mkb-table-spacing-m-vertical-last > *:last-child, .mkb-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-table-spacing-m-vertical-even > *:nth-child(even) {
  border-spacing: 0 1.14286rem !important;
}

.mkb-table-spacing-m-horizontal, .mkb-table-spacing-m-horizontal-child > *, .mkb-table-spacing-m-horizontal-first > *:first-child, .mkb-table-spacing-m-horizontal-last > *:last-child, .mkb-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-table-spacing-m-horizontal-even > *:nth-child(even) {
  border-spacing: 1.14286rem 0 !important;
}

.mkb-table-spacing-l, .mkb-table-spacing-l-child > *, .mkb-table-spacing-l-first > *:first-child, .mkb-table-spacing-l-last > *:last-child, .mkb-table-spacing-l-odd > *:nth-child(odd), .mkb-table-spacing-l-even > *:nth-child(even) {
  border-spacing: 1.71429rem !important;
}

.mkb-table-spacing-l-vertical, .mkb-table-spacing-l-vertical-child > *, .mkb-table-spacing-l-vertical-first > *:first-child, .mkb-table-spacing-l-vertical-last > *:last-child, .mkb-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-table-spacing-l-vertical-even > *:nth-child(even) {
  border-spacing: 0 1.71429rem !important;
}

.mkb-table-spacing-l-horizontal, .mkb-table-spacing-l-horizontal-child > *, .mkb-table-spacing-l-horizontal-first > *:first-child, .mkb-table-spacing-l-horizontal-last > *:last-child, .mkb-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-table-spacing-l-horizontal-even > *:nth-child(even) {
  border-spacing: 1.71429rem 0 !important;
}

.mkb-table-spacing-xl, .mkb-table-spacing-xl-child > *, .mkb-table-spacing-xl-first > *:first-child, .mkb-table-spacing-xl-last > *:last-child, .mkb-table-spacing-xl-odd > *:nth-child(odd), .mkb-table-spacing-xl-even > *:nth-child(even) {
  border-spacing: 2.28571rem !important;
}

.mkb-table-spacing-xl-vertical, .mkb-table-spacing-xl-vertical-child > *, .mkb-table-spacing-xl-vertical-first > *:first-child, .mkb-table-spacing-xl-vertical-last > *:last-child, .mkb-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-table-spacing-xl-vertical-even > *:nth-child(even) {
  border-spacing: 0 2.28571rem !important;
}

.mkb-table-spacing-xl-horizontal, .mkb-table-spacing-xl-horizontal-child > *, .mkb-table-spacing-xl-horizontal-first > *:first-child, .mkb-table-spacing-xl-horizontal-last > *:last-child, .mkb-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-table-spacing-xl-horizontal-even > *:nth-child(even) {
  border-spacing: 2.28571rem 0 !important;
}

.mkb-table-spacing-inherit, .mkb-table-spacing-inherit-child > *, .mkb-table-spacing-inherit-first > *:first-child, .mkb-table-spacing-inherit-last > *:last-child, .mkb-table-spacing-inherit-odd > *:nth-child(odd), .mkb-table-spacing-inherit-even > *:nth-child(even) {
  border-spacing: inherit !important;
}

/* #### COLUMN CLASSES #### */
.mkb-column-2, .mkb-column-2-child > *, .mkb-column-2-first > *:first-child, .mkb-column-2-last > *:last-child, .mkb-column-2-odd > *:nth-child(odd), .mkb-column-2-even > *:nth-child(even) {
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
}

.mkb-column-3, .mkb-column-3-child > *, .mkb-column-3-first > *:first-child, .mkb-column-3-last > *:last-child, .mkb-column-3-odd > *:nth-child(odd), .mkb-column-3-even > *:nth-child(even) {
  -webkit-column-count: 3 !important;
     -moz-column-count: 3 !important;
          column-count: 3 !important;
}

.mkb-column-4, .mkb-column-4-child > *, .mkb-column-4-first > *:first-child, .mkb-column-4-last > *:last-child, .mkb-column-4-odd > *:nth-child(odd), .mkb-column-4-even > *:nth-child(even) {
  -webkit-column-count: 4 !important;
     -moz-column-count: 4 !important;
          column-count: 4 !important;
}

.mkb-column-5, .mkb-column-5-child > *, .mkb-column-5-first > *:first-child, .mkb-column-5-last > *:last-child, .mkb-column-5-odd > *:nth-child(odd), .mkb-column-5-even > *:nth-child(even) {
  -webkit-column-count: 5 !important;
     -moz-column-count: 5 !important;
          column-count: 5 !important;
}

.mkb-column-6, .mkb-column-6-child > *, .mkb-column-6-first > *:first-child, .mkb-column-6-last > *:last-child, .mkb-column-6-odd > *:nth-child(odd), .mkb-column-6-even > *:nth-child(even) {
  -webkit-column-count: 6 !important;
     -moz-column-count: 6 !important;
          column-count: 6 !important;
}

.mkb-column-7, .mkb-column-7-child > *, .mkb-column-7-first > *:first-child, .mkb-column-7-last > *:last-child, .mkb-column-7-odd > *:nth-child(odd), .mkb-column-7-even > *:nth-child(even) {
  -webkit-column-count: 7 !important;
     -moz-column-count: 7 !important;
          column-count: 7 !important;
}

.mkb-column-8, .mkb-column-8-child > *, .mkb-column-8-first > *:first-child, .mkb-column-8-last > *:last-child, .mkb-column-8-odd > *:nth-child(odd), .mkb-column-8-even > *:nth-child(even) {
  -webkit-column-count: 8 !important;
     -moz-column-count: 8 !important;
          column-count: 8 !important;
}

.mkb-column-9, .mkb-column-9-child > *, .mkb-column-9-first > *:first-child, .mkb-column-9-last > *:last-child, .mkb-column-9-odd > *:nth-child(odd), .mkb-column-9-even > *:nth-child(even) {
  -webkit-column-count: 9 !important;
     -moz-column-count: 9 !important;
          column-count: 9 !important;
}

.mkb-column-10, .mkb-column-10-child > *, .mkb-column-10-first > *:first-child, .mkb-column-10-last > *:last-child, .mkb-column-10-odd > *:nth-child(odd), .mkb-column-10-even > *:nth-child(even) {
  -webkit-column-count: 10 !important;
     -moz-column-count: 10 !important;
          column-count: 10 !important;
}

.mkb-column-11, .mkb-column-11-child > *, .mkb-column-11-first > *:first-child, .mkb-column-11-last > *:last-child, .mkb-column-11-odd > *:nth-child(odd), .mkb-column-11-even > *:nth-child(even) {
  -webkit-column-count: 11 !important;
     -moz-column-count: 11 !important;
          column-count: 11 !important;
}

.mkb-column-12, .mkb-column-12-child > *, .mkb-column-12-first > *:first-child, .mkb-column-12-last > *:last-child, .mkb-column-12-odd > *:nth-child(odd), .mkb-column-12-even > *:nth-child(even) {
  -webkit-column-count: 12 !important;
     -moz-column-count: 12 !important;
          column-count: 12 !important;
}

.mkb-column-gap-s, .mkb-column-gap-s-child > *, .mkb-column-gap-s-first > *:first-child, .mkb-column-gap-s-last > *:last-child, .mkb-column-gap-s-odd > *:nth-child(odd), .mkb-column-gap-s-even > *:nth-child(even) {
  -webkit-column-gap: 0.57143rem !important;
     -moz-column-gap: 0.57143rem !important;
          column-gap: 0.57143rem !important;
}

.mkb-column-gap-m, .mkb-column-gap-m-child > *, .mkb-column-gap-m-first > *:first-child, .mkb-column-gap-m-last > *:last-child, .mkb-column-gap-m-odd > *:nth-child(odd), .mkb-column-gap-m-even > *:nth-child(even) {
  -webkit-column-gap: 1.14286rem !important;
     -moz-column-gap: 1.14286rem !important;
          column-gap: 1.14286rem !important;
}

.mkb-column-gap-l, .mkb-column-gap-l-child > *, .mkb-column-gap-l-first > *:first-child, .mkb-column-gap-l-last > *:last-child, .mkb-column-gap-l-odd > *:nth-child(odd), .mkb-column-gap-l-even > *:nth-child(even) {
  -webkit-column-gap: 1.71429rem !important;
     -moz-column-gap: 1.71429rem !important;
          column-gap: 1.71429rem !important;
}

.mkb-column-gap-xl, .mkb-column-gap-xl-child > *, .mkb-column-gap-xl-first > *:first-child, .mkb-column-gap-xl-last > *:last-child, .mkb-column-gap-xl-odd > *:nth-child(odd), .mkb-column-gap-xl-even > *:nth-child(even) {
  -webkit-column-gap: 2.28571rem !important;
     -moz-column-gap: 2.28571rem !important;
          column-gap: 2.28571rem !important;
}

/* #### COLUMN RULE COLOR CLASSES #### */
.mkb-column-rule-transparent, .mkb-column-rule-transparent-child > *, .mkb-column-rule-transparent-first > *:first-child, .mkb-column-rule-transparent-last > *:last-child, .mkb-column-rule-transparent-odd > *:nth-child(odd), .mkb-column-rule-transparent-even > *:nth-child(even), .mkb-column-hover-rule-transparent:hover, .mkb-column-hover-rule-transparent-child:hover > *, .mkb-column-hover-rule-transparent-first:hover > *:first-child, .mkb-column-hover-rule-transparent-last:hover > *:last-child, .mkb-column-hover-rule-transparent-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-transparent-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-transparent-child > *:hover, .mkb-column-child-hover-rule-transparent-first > *:first-child:hover, .mkb-column-child-hover-rule-transparent-last > *:last-child:hover, .mkb-column-child-hover-rule-transparent-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-transparent-even > *:nth-child(even):hover {
  -webkit-column-rule-color: transparent !important;
     -moz-column-rule-color: transparent !important;
          column-rule-color: transparent !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-black, .mkb-column-rule-black-child > *, .mkb-column-rule-black-first > *:first-child, .mkb-column-rule-black-last > *:last-child, .mkb-column-rule-black-odd > *:nth-child(odd), .mkb-column-rule-black-even > *:nth-child(even), .mkb-column-hover-rule-black:hover, .mkb-column-hover-rule-black-child:hover > *, .mkb-column-hover-rule-black-first:hover > *:first-child, .mkb-column-hover-rule-black-last:hover > *:last-child, .mkb-column-hover-rule-black-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-black-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-black-child > *:hover, .mkb-column-child-hover-rule-black-first > *:first-child:hover, .mkb-column-child-hover-rule-black-last > *:last-child:hover, .mkb-column-child-hover-rule-black-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-black-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #0A0A0A !important;
     -moz-column-rule-color: #0A0A0A !important;
          column-rule-color: #0A0A0A !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-white, .mkb-column-rule-white-child > *, .mkb-column-rule-white-first > *:first-child, .mkb-column-rule-white-last > *:last-child, .mkb-column-rule-white-odd > *:nth-child(odd), .mkb-column-rule-white-even > *:nth-child(even), .mkb-column-hover-rule-white:hover, .mkb-column-hover-rule-white-child:hover > *, .mkb-column-hover-rule-white-first:hover > *:first-child, .mkb-column-hover-rule-white-last:hover > *:last-child, .mkb-column-hover-rule-white-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-white-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-white-child > *:hover, .mkb-column-child-hover-rule-white-first > *:first-child:hover, .mkb-column-child-hover-rule-white-last > *:last-child:hover, .mkb-column-child-hover-rule-white-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-white-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #FFF !important;
     -moz-column-rule-color: #FFF !important;
          column-rule-color: #FFF !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-red, .mkb-column-rule-red-child > *, .mkb-column-rule-red-first > *:first-child, .mkb-column-rule-red-last > *:last-child, .mkb-column-rule-red-odd > *:nth-child(odd), .mkb-column-rule-red-even > *:nth-child(even), .mkb-column-hover-rule-red:hover, .mkb-column-hover-rule-red-child:hover > *, .mkb-column-hover-rule-red-first:hover > *:first-child, .mkb-column-hover-rule-red-last:hover > *:last-child, .mkb-column-hover-rule-red-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-red-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-red-child > *:hover, .mkb-column-child-hover-rule-red-first > *:first-child:hover, .mkb-column-child-hover-rule-red-last > *:last-child:hover, .mkb-column-child-hover-rule-red-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-red-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #F44336 !important;
     -moz-column-rule-color: #F44336 !important;
          column-rule-color: #F44336 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-green, .mkb-column-rule-green-child > *, .mkb-column-rule-green-first > *:first-child, .mkb-column-rule-green-last > *:last-child, .mkb-column-rule-green-odd > *:nth-child(odd), .mkb-column-rule-green-even > *:nth-child(even), .mkb-column-hover-rule-green:hover, .mkb-column-hover-rule-green-child:hover > *, .mkb-column-hover-rule-green-first:hover > *:first-child, .mkb-column-hover-rule-green-last:hover > *:last-child, .mkb-column-hover-rule-green-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-green-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-green-child > *:hover, .mkb-column-child-hover-rule-green-first > *:first-child:hover, .mkb-column-child-hover-rule-green-last > *:last-child:hover, .mkb-column-child-hover-rule-green-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-green-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #4CAF50 !important;
     -moz-column-rule-color: #4CAF50 !important;
          column-rule-color: #4CAF50 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-blue, .mkb-column-rule-blue-child > *, .mkb-column-rule-blue-first > *:first-child, .mkb-column-rule-blue-last > *:last-child, .mkb-column-rule-blue-odd > *:nth-child(odd), .mkb-column-rule-blue-even > *:nth-child(even), .mkb-column-hover-rule-blue:hover, .mkb-column-hover-rule-blue-child:hover > *, .mkb-column-hover-rule-blue-first:hover > *:first-child, .mkb-column-hover-rule-blue-last:hover > *:last-child, .mkb-column-hover-rule-blue-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-blue-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-blue-child > *:hover, .mkb-column-child-hover-rule-blue-first > *:first-child:hover, .mkb-column-child-hover-rule-blue-last > *:last-child:hover, .mkb-column-child-hover-rule-blue-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-blue-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #2196F3 !important;
     -moz-column-rule-color: #2196F3 !important;
          column-rule-color: #2196F3 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-yellow, .mkb-column-rule-yellow-child > *, .mkb-column-rule-yellow-first > *:first-child, .mkb-column-rule-yellow-last > *:last-child, .mkb-column-rule-yellow-odd > *:nth-child(odd), .mkb-column-rule-yellow-even > *:nth-child(even), .mkb-column-hover-rule-yellow:hover, .mkb-column-hover-rule-yellow-child:hover > *, .mkb-column-hover-rule-yellow-first:hover > *:first-child, .mkb-column-hover-rule-yellow-last:hover > *:last-child, .mkb-column-hover-rule-yellow-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-yellow-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-yellow-child > *:hover, .mkb-column-child-hover-rule-yellow-first > *:first-child:hover, .mkb-column-child-hover-rule-yellow-last > *:last-child:hover, .mkb-column-child-hover-rule-yellow-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-yellow-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #FFEB3B !important;
     -moz-column-rule-color: #FFEB3B !important;
          column-rule-color: #FFEB3B !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-orange, .mkb-column-rule-orange-child > *, .mkb-column-rule-orange-first > *:first-child, .mkb-column-rule-orange-last > *:last-child, .mkb-column-rule-orange-odd > *:nth-child(odd), .mkb-column-rule-orange-even > *:nth-child(even), .mkb-column-hover-rule-orange:hover, .mkb-column-hover-rule-orange-child:hover > *, .mkb-column-hover-rule-orange-first:hover > *:first-child, .mkb-column-hover-rule-orange-last:hover > *:last-child, .mkb-column-hover-rule-orange-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-orange-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-orange-child > *:hover, .mkb-column-child-hover-rule-orange-first > *:first-child:hover, .mkb-column-child-hover-rule-orange-last > *:last-child:hover, .mkb-column-child-hover-rule-orange-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-orange-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #FF9800 !important;
     -moz-column-rule-color: #FF9800 !important;
          column-rule-color: #FF9800 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-brown, .mkb-column-rule-brown-child > *, .mkb-column-rule-brown-first > *:first-child, .mkb-column-rule-brown-last > *:last-child, .mkb-column-rule-brown-odd > *:nth-child(odd), .mkb-column-rule-brown-even > *:nth-child(even), .mkb-column-hover-rule-brown:hover, .mkb-column-hover-rule-brown-child:hover > *, .mkb-column-hover-rule-brown-first:hover > *:first-child, .mkb-column-hover-rule-brown-last:hover > *:last-child, .mkb-column-hover-rule-brown-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-brown-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-brown-child > *:hover, .mkb-column-child-hover-rule-brown-first > *:first-child:hover, .mkb-column-child-hover-rule-brown-last > *:last-child:hover, .mkb-column-child-hover-rule-brown-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-brown-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #795548 !important;
     -moz-column-rule-color: #795548 !important;
          column-rule-color: #795548 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-gray, .mkb-column-rule-gray-child > *, .mkb-column-rule-gray-first > *:first-child, .mkb-column-rule-gray-last > *:last-child, .mkb-column-rule-gray-odd > *:nth-child(odd), .mkb-column-rule-gray-even > *:nth-child(even), .mkb-column-hover-rule-gray:hover, .mkb-column-hover-rule-gray-child:hover > *, .mkb-column-hover-rule-gray-first:hover > *:first-child, .mkb-column-hover-rule-gray-last:hover > *:last-child, .mkb-column-hover-rule-gray-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-gray-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-gray-child > *:hover, .mkb-column-child-hover-rule-gray-first > *:first-child:hover, .mkb-column-child-hover-rule-gray-last > *:last-child:hover, .mkb-column-child-hover-rule-gray-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-gray-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #9E9E9E !important;
     -moz-column-rule-color: #9E9E9E !important;
          column-rule-color: #9E9E9E !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-pink, .mkb-column-rule-pink-child > *, .mkb-column-rule-pink-first > *:first-child, .mkb-column-rule-pink-last > *:last-child, .mkb-column-rule-pink-odd > *:nth-child(odd), .mkb-column-rule-pink-even > *:nth-child(even), .mkb-column-hover-rule-pink:hover, .mkb-column-hover-rule-pink-child:hover > *, .mkb-column-hover-rule-pink-first:hover > *:first-child, .mkb-column-hover-rule-pink-last:hover > *:last-child, .mkb-column-hover-rule-pink-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-pink-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-pink-child > *:hover, .mkb-column-child-hover-rule-pink-first > *:first-child:hover, .mkb-column-child-hover-rule-pink-last > *:last-child:hover, .mkb-column-child-hover-rule-pink-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-pink-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #E91E63 !important;
     -moz-column-rule-color: #E91E63 !important;
          column-rule-color: #E91E63 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-purple, .mkb-column-rule-purple-child > *, .mkb-column-rule-purple-first > *:first-child, .mkb-column-rule-purple-last > *:last-child, .mkb-column-rule-purple-odd > *:nth-child(odd), .mkb-column-rule-purple-even > *:nth-child(even), .mkb-column-hover-rule-purple:hover, .mkb-column-hover-rule-purple-child:hover > *, .mkb-column-hover-rule-purple-first:hover > *:first-child, .mkb-column-hover-rule-purple-last:hover > *:last-child, .mkb-column-hover-rule-purple-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-purple-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-purple-child > *:hover, .mkb-column-child-hover-rule-purple-first > *:first-child:hover, .mkb-column-child-hover-rule-purple-last > *:last-child:hover, .mkb-column-child-hover-rule-purple-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-purple-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #9C27B0 !important;
     -moz-column-rule-color: #9C27B0 !important;
          column-rule-color: #9C27B0 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-deep-purple, .mkb-column-rule-deep-purple-child > *, .mkb-column-rule-deep-purple-first > *:first-child, .mkb-column-rule-deep-purple-last > *:last-child, .mkb-column-rule-deep-purple-odd > *:nth-child(odd), .mkb-column-rule-deep-purple-even > *:nth-child(even), .mkb-column-hover-rule-deep-purple:hover, .mkb-column-hover-rule-deep-purple-child:hover > *, .mkb-column-hover-rule-deep-purple-first:hover > *:first-child, .mkb-column-hover-rule-deep-purple-last:hover > *:last-child, .mkb-column-hover-rule-deep-purple-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-deep-purple-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-deep-purple-child > *:hover, .mkb-column-child-hover-rule-deep-purple-first > *:first-child:hover, .mkb-column-child-hover-rule-deep-purple-last > *:last-child:hover, .mkb-column-child-hover-rule-deep-purple-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-deep-purple-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #673AB7 !important;
     -moz-column-rule-color: #673AB7 !important;
          column-rule-color: #673AB7 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-indigo, .mkb-column-rule-indigo-child > *, .mkb-column-rule-indigo-first > *:first-child, .mkb-column-rule-indigo-last > *:last-child, .mkb-column-rule-indigo-odd > *:nth-child(odd), .mkb-column-rule-indigo-even > *:nth-child(even), .mkb-column-hover-rule-indigo:hover, .mkb-column-hover-rule-indigo-child:hover > *, .mkb-column-hover-rule-indigo-first:hover > *:first-child, .mkb-column-hover-rule-indigo-last:hover > *:last-child, .mkb-column-hover-rule-indigo-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-indigo-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-indigo-child > *:hover, .mkb-column-child-hover-rule-indigo-first > *:first-child:hover, .mkb-column-child-hover-rule-indigo-last > *:last-child:hover, .mkb-column-child-hover-rule-indigo-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-indigo-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #3F51B5 !important;
     -moz-column-rule-color: #3F51B5 !important;
          column-rule-color: #3F51B5 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-light-blue, .mkb-column-rule-light-blue-child > *, .mkb-column-rule-light-blue-first > *:first-child, .mkb-column-rule-light-blue-last > *:last-child, .mkb-column-rule-light-blue-odd > *:nth-child(odd), .mkb-column-rule-light-blue-even > *:nth-child(even), .mkb-column-hover-rule-light-blue:hover, .mkb-column-hover-rule-light-blue-child:hover > *, .mkb-column-hover-rule-light-blue-first:hover > *:first-child, .mkb-column-hover-rule-light-blue-last:hover > *:last-child, .mkb-column-hover-rule-light-blue-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-light-blue-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-light-blue-child > *:hover, .mkb-column-child-hover-rule-light-blue-first > *:first-child:hover, .mkb-column-child-hover-rule-light-blue-last > *:last-child:hover, .mkb-column-child-hover-rule-light-blue-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-light-blue-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #03A9F4 !important;
     -moz-column-rule-color: #03A9F4 !important;
          column-rule-color: #03A9F4 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-cyan, .mkb-column-rule-cyan-child > *, .mkb-column-rule-cyan-first > *:first-child, .mkb-column-rule-cyan-last > *:last-child, .mkb-column-rule-cyan-odd > *:nth-child(odd), .mkb-column-rule-cyan-even > *:nth-child(even), .mkb-column-hover-rule-cyan:hover, .mkb-column-hover-rule-cyan-child:hover > *, .mkb-column-hover-rule-cyan-first:hover > *:first-child, .mkb-column-hover-rule-cyan-last:hover > *:last-child, .mkb-column-hover-rule-cyan-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-cyan-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-cyan-child > *:hover, .mkb-column-child-hover-rule-cyan-first > *:first-child:hover, .mkb-column-child-hover-rule-cyan-last > *:last-child:hover, .mkb-column-child-hover-rule-cyan-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-cyan-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #00BCD4 !important;
     -moz-column-rule-color: #00BCD4 !important;
          column-rule-color: #00BCD4 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-teal, .mkb-column-rule-teal-child > *, .mkb-column-rule-teal-first > *:first-child, .mkb-column-rule-teal-last > *:last-child, .mkb-column-rule-teal-odd > *:nth-child(odd), .mkb-column-rule-teal-even > *:nth-child(even), .mkb-column-hover-rule-teal:hover, .mkb-column-hover-rule-teal-child:hover > *, .mkb-column-hover-rule-teal-first:hover > *:first-child, .mkb-column-hover-rule-teal-last:hover > *:last-child, .mkb-column-hover-rule-teal-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-teal-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-teal-child > *:hover, .mkb-column-child-hover-rule-teal-first > *:first-child:hover, .mkb-column-child-hover-rule-teal-last > *:last-child:hover, .mkb-column-child-hover-rule-teal-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-teal-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #009688 !important;
     -moz-column-rule-color: #009688 !important;
          column-rule-color: #009688 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-light-green, .mkb-column-rule-light-green-child > *, .mkb-column-rule-light-green-first > *:first-child, .mkb-column-rule-light-green-last > *:last-child, .mkb-column-rule-light-green-odd > *:nth-child(odd), .mkb-column-rule-light-green-even > *:nth-child(even), .mkb-column-hover-rule-light-green:hover, .mkb-column-hover-rule-light-green-child:hover > *, .mkb-column-hover-rule-light-green-first:hover > *:first-child, .mkb-column-hover-rule-light-green-last:hover > *:last-child, .mkb-column-hover-rule-light-green-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-light-green-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-light-green-child > *:hover, .mkb-column-child-hover-rule-light-green-first > *:first-child:hover, .mkb-column-child-hover-rule-light-green-last > *:last-child:hover, .mkb-column-child-hover-rule-light-green-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-light-green-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #8BC34A !important;
     -moz-column-rule-color: #8BC34A !important;
          column-rule-color: #8BC34A !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-lime, .mkb-column-rule-lime-child > *, .mkb-column-rule-lime-first > *:first-child, .mkb-column-rule-lime-last > *:last-child, .mkb-column-rule-lime-odd > *:nth-child(odd), .mkb-column-rule-lime-even > *:nth-child(even), .mkb-column-hover-rule-lime:hover, .mkb-column-hover-rule-lime-child:hover > *, .mkb-column-hover-rule-lime-first:hover > *:first-child, .mkb-column-hover-rule-lime-last:hover > *:last-child, .mkb-column-hover-rule-lime-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-lime-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-lime-child > *:hover, .mkb-column-child-hover-rule-lime-first > *:first-child:hover, .mkb-column-child-hover-rule-lime-last > *:last-child:hover, .mkb-column-child-hover-rule-lime-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-lime-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #CDDC39 !important;
     -moz-column-rule-color: #CDDC39 !important;
          column-rule-color: #CDDC39 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-amber, .mkb-column-rule-amber-child > *, .mkb-column-rule-amber-first > *:first-child, .mkb-column-rule-amber-last > *:last-child, .mkb-column-rule-amber-odd > *:nth-child(odd), .mkb-column-rule-amber-even > *:nth-child(even), .mkb-column-hover-rule-amber:hover, .mkb-column-hover-rule-amber-child:hover > *, .mkb-column-hover-rule-amber-first:hover > *:first-child, .mkb-column-hover-rule-amber-last:hover > *:last-child, .mkb-column-hover-rule-amber-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-amber-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-amber-child > *:hover, .mkb-column-child-hover-rule-amber-first > *:first-child:hover, .mkb-column-child-hover-rule-amber-last > *:last-child:hover, .mkb-column-child-hover-rule-amber-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-amber-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #FFC107 !important;
     -moz-column-rule-color: #FFC107 !important;
          column-rule-color: #FFC107 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-deep-orange, .mkb-column-rule-deep-orange-child > *, .mkb-column-rule-deep-orange-first > *:first-child, .mkb-column-rule-deep-orange-last > *:last-child, .mkb-column-rule-deep-orange-odd > *:nth-child(odd), .mkb-column-rule-deep-orange-even > *:nth-child(even), .mkb-column-hover-rule-deep-orange:hover, .mkb-column-hover-rule-deep-orange-child:hover > *, .mkb-column-hover-rule-deep-orange-first:hover > *:first-child, .mkb-column-hover-rule-deep-orange-last:hover > *:last-child, .mkb-column-hover-rule-deep-orange-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-deep-orange-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-deep-orange-child > *:hover, .mkb-column-child-hover-rule-deep-orange-first > *:first-child:hover, .mkb-column-child-hover-rule-deep-orange-last > *:last-child:hover, .mkb-column-child-hover-rule-deep-orange-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-deep-orange-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #FF5722 !important;
     -moz-column-rule-color: #FF5722 !important;
          column-rule-color: #FF5722 !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-blue-gray, .mkb-column-rule-blue-gray-child > *, .mkb-column-rule-blue-gray-first > *:first-child, .mkb-column-rule-blue-gray-last > *:last-child, .mkb-column-rule-blue-gray-odd > *:nth-child(odd), .mkb-column-rule-blue-gray-even > *:nth-child(even), .mkb-column-hover-rule-blue-gray:hover, .mkb-column-hover-rule-blue-gray-child:hover > *, .mkb-column-hover-rule-blue-gray-first:hover > *:first-child, .mkb-column-hover-rule-blue-gray-last:hover > *:last-child, .mkb-column-hover-rule-blue-gray-odd:hover > *:nth-child(odd), .mkb-column-hover-rule-blue-gray-even:hover > *:nth-child(even), .mkb-column-child-hover-rule-blue-gray-child > *:hover, .mkb-column-child-hover-rule-blue-gray-first > *:first-child:hover, .mkb-column-child-hover-rule-blue-gray-last > *:last-child:hover, .mkb-column-child-hover-rule-blue-gray-odd > *:nth-child(odd):hover, .mkb-column-child-hover-rule-blue-gray-even > *:nth-child(even):hover {
  -webkit-column-rule-color: #607D8B !important;
     -moz-column-rule-color: #607D8B !important;
          column-rule-color: #607D8B !important;
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-thin, .mkb-column-rule-thin-child > *, .mkb-column-rule-thin-first > *:first-child, .mkb-column-rule-thin-last > *:last-child, .mkb-column-rule-thin-odd > *:nth-child(odd), .mkb-column-rule-thin-even > *:nth-child(even) {
  -webkit-column-rule-width: thin !important;
     -moz-column-rule-width: thin !important;
          column-rule-width: thin !important;
}

.mkb-column-rule-medium, .mkb-column-rule-medium-child > *, .mkb-column-rule-medium-first > *:first-child, .mkb-column-rule-medium-last > *:last-child, .mkb-column-rule-medium-odd > *:nth-child(odd), .mkb-column-rule-medium-even > *:nth-child(even) {
  -webkit-column-rule-width: medium !important;
     -moz-column-rule-width: medium !important;
          column-rule-width: medium !important;
}

.mkb-column-rule-thick, .mkb-column-rule-thick-child > *, .mkb-column-rule-thick-first > *:first-child, .mkb-column-rule-thick-last > *:last-child, .mkb-column-rule-thick-odd > *:nth-child(odd), .mkb-column-rule-thick-even > *:nth-child(even) {
  -webkit-column-rule-width: thick !important;
     -moz-column-rule-width: thick !important;
          column-rule-width: thick !important;
}

.mkb-column-rule-s, .mkb-column-rule-s-child > *, .mkb-column-rule-s-first > *:first-child, .mkb-column-rule-s-last > *:last-child, .mkb-column-rule-s-odd > *:nth-child(odd), .mkb-column-rule-s-even > *:nth-child(even) {
  -webkit-column-rule-width: 0.57143rem !important;
     -moz-column-rule-width: 0.57143rem !important;
          column-rule-width: 0.57143rem !important;
}

.mkb-column-rule-m, .mkb-column-rule-m-child > *, .mkb-column-rule-m-first > *:first-child, .mkb-column-rule-m-last > *:last-child, .mkb-column-rule-m-odd > *:nth-child(odd), .mkb-column-rule-m-even > *:nth-child(even) {
  -webkit-column-rule-width: 1.14286rem !important;
     -moz-column-rule-width: 1.14286rem !important;
          column-rule-width: 1.14286rem !important;
}

.mkb-column-rule-l, .mkb-column-rule-l-child > *, .mkb-column-rule-l-first > *:first-child, .mkb-column-rule-l-last > *:last-child, .mkb-column-rule-l-odd > *:nth-child(odd), .mkb-column-rule-l-even > *:nth-child(even) {
  -webkit-column-rule-width: 1.71429rem !important;
     -moz-column-rule-width: 1.71429rem !important;
          column-rule-width: 1.71429rem !important;
}

.mkb-column-rule-xl, .mkb-column-rule-xl-child > *, .mkb-column-rule-xl-first > *:first-child, .mkb-column-rule-xl-last > *:last-child, .mkb-column-rule-xl-odd > *:nth-child(odd), .mkb-column-rule-xl-even > *:nth-child(even) {
  -webkit-column-rule-width: 2.28571rem !important;
     -moz-column-rule-width: 2.28571rem !important;
          column-rule-width: 2.28571rem !important;
}

.mkb-column-rule-dotted, .mkb-column-rule-dotted-child > *, .mkb-column-rule-dotted-first > *:first-child, .mkb-column-rule-dotted-last > *:last-child, .mkb-column-rule-dotted-odd > *:nth-child(odd), .mkb-column-rule-dotted-even > *:nth-child(even) {
  -webkit-column-rule-style: dotted !important;
     -moz-column-rule-style: dotted !important;
          column-rule-style: dotted !important;
}

.mkb-column-rule-dashed, .mkb-column-rule-dashed-child > *, .mkb-column-rule-dashed-first > *:first-child, .mkb-column-rule-dashed-last > *:last-child, .mkb-column-rule-dashed-odd > *:nth-child(odd), .mkb-column-rule-dashed-even > *:nth-child(even) {
  -webkit-column-rule-style: dashed !important;
     -moz-column-rule-style: dashed !important;
          column-rule-style: dashed !important;
}

.mkb-column-rule-solid, .mkb-column-rule-solid-child > *, .mkb-column-rule-solid-first > *:first-child, .mkb-column-rule-solid-last > *:last-child, .mkb-column-rule-solid-odd > *:nth-child(odd), .mkb-column-rule-solid-even > *:nth-child(even) {
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.mkb-column-rule-double, .mkb-column-rule-double-child > *, .mkb-column-rule-double-first > *:first-child, .mkb-column-rule-double-last > *:last-child, .mkb-column-rule-double-odd > *:nth-child(odd), .mkb-column-rule-double-even > *:nth-child(even) {
  -webkit-column-rule-style: double !important;
     -moz-column-rule-style: double !important;
          column-rule-style: double !important;
}

.mkb-column-rule-groove, .mkb-column-rule-groove-child > *, .mkb-column-rule-groove-first > *:first-child, .mkb-column-rule-groove-last > *:last-child, .mkb-column-rule-groove-odd > *:nth-child(odd), .mkb-column-rule-groove-even > *:nth-child(even) {
  -webkit-column-rule-style: groove !important;
     -moz-column-rule-style: groove !important;
          column-rule-style: groove !important;
}

.mkb-column-rule-ridge, .mkb-column-rule-ridge-child > *, .mkb-column-rule-ridge-first > *:first-child, .mkb-column-rule-ridge-last > *:last-child, .mkb-column-rule-ridge-odd > *:nth-child(odd), .mkb-column-rule-ridge-even > *:nth-child(even) {
  -webkit-column-rule-style: ridge !important;
     -moz-column-rule-style: ridge !important;
          column-rule-style: ridge !important;
}

.mkb-column-rule-inset, .mkb-column-rule-inset-child > *, .mkb-column-rule-inset-first > *:first-child, .mkb-column-rule-inset-last > *:last-child, .mkb-column-rule-inset-odd > *:nth-child(odd), .mkb-column-rule-inset-even > *:nth-child(even) {
  -webkit-column-rule-style: inset !important;
     -moz-column-rule-style: inset !important;
          column-rule-style: inset !important;
}

.mkb-column-rule-outset, .mkb-column-rule-outset-child > *, .mkb-column-rule-outset-first > *:first-child, .mkb-column-rule-outset-last > *:last-child, .mkb-column-rule-outset-odd > *:nth-child(odd), .mkb-column-rule-outset-even > *:nth-child(even) {
  -webkit-column-rule-style: outset !important;
     -moz-column-rule-style: outset !important;
          column-rule-style: outset !important;
}

/* #### POSITION CLASSES #### */
.mkb-static, .mkb-static-child > *, .mkb-static-first > *:first-child, .mkb-static-last > *:last-child, .mkb-static-odd > *:nth-child(odd), .mkb-static-even > *:nth-child(even) {
  position: static !important;
}

.mkb-absolute, .mkb-absolute-child > *, .mkb-absolute-first > *:first-child, .mkb-absolute-last > *:last-child, .mkb-absolute-odd > *:nth-child(odd), .mkb-absolute-even > *:nth-child(even) {
  position: absolute !important;
}

.mkb-fixed, .mkb-fixed-child > *, .mkb-fixed-first > *:first-child, .mkb-fixed-last > *:last-child, .mkb-fixed-odd > *:nth-child(odd), .mkb-fixed-even > *:nth-child(even) {
  position: fixed !important;
}

.mkb-relative, .mkb-relative-child > *, .mkb-relative-first > *:first-child, .mkb-relative-last > *:last-child, .mkb-relative-odd > *:nth-child(odd), .mkb-relative-even > *:nth-child(even) {
  position: relative !important;
}

.mkb-position-inherit, .mkb-position-inherit-child > *, .mkb-position-inherit-first > *:first-child, .mkb-position-inherit-last > *:last-child, .mkb-position-inherit-odd > *:nth-child(odd), .mkb-position-inherit-even > *:nth-child(even) {
  position: inherit !important;
}

/* #### FLOAT CLASSES #### */
.mkb-float-none, .mkb-float-none-child > *, .mkb-float-none-first > *:first-child, .mkb-float-none-last > *:last-child, .mkb-float-none-odd > *:nth-child(odd), .mkb-float-none-even > *:nth-child(even) {
  float: none !important;
}

.mkb-float-left, .mkb-float-left-child > *, .mkb-float-left-first > *:first-child, .mkb-float-left-last > *:last-child, .mkb-float-left-odd > *:nth-child(odd), .mkb-float-left-even > *:nth-child(even) {
  float: left !important;
}

.mkb-float-right, .mkb-float-right-child > *, .mkb-float-right-first > *:first-child, .mkb-float-right-last > *:last-child, .mkb-float-right-odd > *:nth-child(odd), .mkb-float-right-even > *:nth-child(even) {
  float: right !important;
}

.mkb-float-inherit, .mkb-float-inherit-child > *, .mkb-float-inherit-first > *:first-child, .mkb-float-inherit-last > *:last-child, .mkb-float-inherit-odd > *:nth-child(odd), .mkb-float-inherit-even > *:nth-child(even) {
  float: inherit !important;
}

/* #### CLEAR CLASSES #### */
.mkb-clear-none, .mkb-clear-none-child > *, .mkb-clear-none-first > *:first-child, .mkb-clear-none-last > *:last-child, .mkb-clear-none-odd > *:nth-child(odd), .mkb-clear-none-even > *:nth-child(even) {
  clear: none !important;
}

.mkb-clear-left, .mkb-clear-left-child > *, .mkb-clear-left-first > *:first-child, .mkb-clear-left-last > *:last-child, .mkb-clear-left-odd > *:nth-child(odd), .mkb-clear-left-even > *:nth-child(even) {
  clear: left !important;
}

.mkb-clear-right, .mkb-clear-right-child > *, .mkb-clear-right-first > *:first-child, .mkb-clear-right-last > *:last-child, .mkb-clear-right-odd > *:nth-child(odd), .mkb-clear-right-even > *:nth-child(even) {
  clear: right !important;
}

.mkb-clear-both, .mkb-clear-both-child > *, .mkb-clear-both-first > *:first-child, .mkb-clear-both-last > *:last-child, .mkb-clear-both-odd > *:nth-child(odd), .mkb-clear-both-even > *:nth-child(even) {
  clear: both !important;
}

.mkb-clear-inherit, .mkb-clear-inherit-child > *, .mkb-clear-inherit-first > *:first-child, .mkb-clear-inherit-last > *:last-child, .mkb-clear-inherit-odd > *:nth-child(odd), .mkb-clear-inherit-even > *:nth-child(even) {
  clear: inherit !important;
}

/* #### VISIBILITY CLASSES #### */
.mkb-visible, .mkb-visible-child > *, .mkb-visible-first > *:first-child, .mkb-visible-last > *:last-child, .mkb-visible-odd > *:nth-child(odd), .mkb-visible-even > *:nth-child(even) {
  visibility: visible !important;
}

.mkb-hidden, .mkb-hidden-child > *, .mkb-hidden-first > *:first-child, .mkb-hidden-last > *:last-child, .mkb-hidden-odd > *:nth-child(odd), .mkb-hidden-even > *:nth-child(even) {
  visibility: hidden !important;
}

.mkb-collapse, .mkb-collapse-child > *, .mkb-collapse-first > *:first-child, .mkb-collapse-last > *:last-child, .mkb-collapse-odd > *:nth-child(odd), .mkb-collapse-even > *:nth-child(even) {
  visibility: collapse !important;
}

.mkb-inherit, .mkb-inherit-child > *, .mkb-inherit-first > *:first-child, .mkb-inherit-last > *:last-child, .mkb-inherit-odd > *:nth-child(odd), .mkb-inherit-even > *:nth-child(even) {
  visibility: inherit !important;
}

/* #### OPACITY CLASSES #### */
.mkb-opacity, .mkb-opacity-child > *, .mkb-opacity-first > *:first-child, .mkb-opacity-last > *:last-child, .mkb-opacity-odd > *:nth-child(odd), .mkb-opacity-even > *:nth-child(even) {
  opacity: 1 !important;
}

.mkb-opacity-none, .mkb-opacity-none-child > *, .mkb-opacity-none-first > *:first-child, .mkb-opacity-none-last > *:last-child, .mkb-opacity-none-odd > *:nth-child(odd), .mkb-opacity-none-even > *:nth-child(even) {
  opacity: 0 !important;
}

/* #### OVERFLOW CLASSES #### */
.mkb-overflow-visible, .mkb-overflow-visible-child > *, .mkb-overflow-visible-first > *:first-child, .mkb-overflow-visible-last > *:last-child, .mkb-overflow-visible-odd > *:nth-child(odd), .mkb-overflow-visible-even > *:nth-child(even) {
  overflow: visible !important;
}

.mkb-overflow-x-visible, .mkb-overflow-x-visible-child > *, .mkb-overflow-x-visible-first > *:first-child, .mkb-overflow-x-visible-last > *:last-child, .mkb-overflow-x-visible-odd > *:nth-child(odd), .mkb-overflow-x-visible-even > *:nth-child(even) {
  overflow-x: visible !important;
}

.mkb-overflow-y-visible, .mkb-overflow-y-visible-child > *, .mkb-overflow-y-visible-first > *:first-child, .mkb-overflow-y-visible-last > *:last-child, .mkb-overflow-y-visible-odd > *:nth-child(odd), .mkb-overflow-y-visible-even > *:nth-child(even) {
  overflow-y: visible !important;
}

.mkb-overflow-hidden, .mkb-overflow-hidden-child > *, .mkb-overflow-hidden-first > *:first-child, .mkb-overflow-hidden-last > *:last-child, .mkb-overflow-hidden-odd > *:nth-child(odd), .mkb-overflow-hidden-even > *:nth-child(even) {
  overflow: hidden !important;
}

.mkb-overflow-x-hidden, .mkb-overflow-x-hidden-child > *, .mkb-overflow-x-hidden-first > *:first-child, .mkb-overflow-x-hidden-last > *:last-child, .mkb-overflow-x-hidden-odd > *:nth-child(odd), .mkb-overflow-x-hidden-even > *:nth-child(even) {
  overflow-x: hidden !important;
}

.mkb-overflow-y-hidden, .mkb-overflow-y-hidden-child > *, .mkb-overflow-y-hidden-first > *:first-child, .mkb-overflow-y-hidden-last > *:last-child, .mkb-overflow-y-hidden-odd > *:nth-child(odd), .mkb-overflow-y-hidden-even > *:nth-child(even) {
  overflow-y: hidden !important;
}

.mkb-overflow-scroll, .mkb-overflow-scroll-child > *, .mkb-overflow-scroll-first > *:first-child, .mkb-overflow-scroll-last > *:last-child, .mkb-overflow-scroll-odd > *:nth-child(odd), .mkb-overflow-scroll-even > *:nth-child(even) {
  overflow: scroll !important;
}

.mkb-overflow-x-scroll, .mkb-overflow-x-scroll-child > *, .mkb-overflow-x-scroll-first > *:first-child, .mkb-overflow-x-scroll-last > *:last-child, .mkb-overflow-x-scroll-odd > *:nth-child(odd), .mkb-overflow-x-scroll-even > *:nth-child(even) {
  overflow-x: scroll !important;
}

.mkb-overflow-y-scroll, .mkb-overflow-y-scroll-child > *, .mkb-overflow-y-scroll-first > *:first-child, .mkb-overflow-y-scroll-last > *:last-child, .mkb-overflow-y-scroll-odd > *:nth-child(odd), .mkb-overflow-y-scroll-even > *:nth-child(even) {
  overflow-y: scroll !important;
}

.mkb-overflow-auto, .mkb-overflow-auto-child > *, .mkb-overflow-auto-first > *:first-child, .mkb-overflow-auto-last > *:last-child, .mkb-overflow-auto-odd > *:nth-child(odd), .mkb-overflow-auto-even > *:nth-child(even) {
  overflow: auto !important;
}

.mkb-overflow-x-auto, .mkb-overflow-x-auto-child > *, .mkb-overflow-x-auto-first > *:first-child, .mkb-overflow-x-auto-last > *:last-child, .mkb-overflow-x-auto-odd > *:nth-child(odd), .mkb-overflow-x-auto-even > *:nth-child(even) {
  overflow-x: auto !important;
}

.mkb-overflow-y-auto, .mkb-overflow-y-auto-child > *, .mkb-overflow-y-auto-first > *:first-child, .mkb-overflow-y-auto-last > *:last-child, .mkb-overflow-y-auto-odd > *:nth-child(odd), .mkb-overflow-y-auto-even > *:nth-child(even) {
  overflow-y: auto !important;
}

.mkb-overflow-inherit, .mkb-overflow-inherit-child > *, .mkb-overflow-inherit-first > *:first-child, .mkb-overflow-inherit-last > *:last-child, .mkb-overflow-inherit-odd > *:nth-child(odd), .mkb-overflow-inherit-even > *:nth-child(even) {
  overflow: inherit !important;
}

.mkb-overflow-x-inherit, .mkb-overflow-x-inherit-child > *, .mkb-overflow-x-inherit-first > *:first-child, .mkb-overflow-x-inherit-last > *:last-child, .mkb-overflow-x-inherit-odd > *:nth-child(odd), .mkb-overflow-x-inherit-even > *:nth-child(even) {
  overflow-x: inherit !important;
}

.mkb-overflow-y-inherit, .mkb-overflow-y-inherit-child > *, .mkb-overflow-y-inherit-first > *:first-child, .mkb-overflow-y-inherit-last > *:last-child, .mkb-overflow-y-inherit-odd > *:nth-child(odd), .mkb-overflow-y-inherit-even > *:nth-child(even) {
  overflow-y: inherit !important;
}

/* #### VERTICAL ALIGN CLASSES #### */
.mkb-align-baseline, .mkb-align-baseline-child > *, .mkb-align-baseline-first > *:first-child, .mkb-align-baseline-last > *:last-child, .mkb-align-baseline-odd > *:nth-child(odd), .mkb-align-baseline-even > *:nth-child(even) {
  vertical-align: baseline !important;
}

.mkb-align-length, .mkb-align-length-child > *, .mkb-align-length-first > *:first-child, .mkb-align-length-last > *:last-child, .mkb-align-length-odd > *:nth-child(odd), .mkb-align-length-even > *:nth-child(even) {
  vertical-align: length !important;
}

.mkb-align-sub, .mkb-align-sub-child > *, .mkb-align-sub-first > *:first-child, .mkb-align-sub-last > *:last-child, .mkb-align-sub-odd > *:nth-child(odd), .mkb-align-sub-even > *:nth-child(even) {
  vertical-align: sub !important;
}

.mkb-align-super, .mkb-align-super-child > *, .mkb-align-super-first > *:first-child, .mkb-align-super-last > *:last-child, .mkb-align-super-odd > *:nth-child(odd), .mkb-align-super-even > *:nth-child(even) {
  vertical-align: super !important;
}

.mkb-align-top, .mkb-align-top-child > *, .mkb-align-top-first > *:first-child, .mkb-align-top-last > *:last-child, .mkb-align-top-odd > *:nth-child(odd), .mkb-align-top-even > *:nth-child(even) {
  vertical-align: top !important;
}

.mkb-align-text-top, .mkb-align-text-top-child > *, .mkb-align-text-top-first > *:first-child, .mkb-align-text-top-last > *:last-child, .mkb-align-text-top-odd > *:nth-child(odd), .mkb-align-text-top-even > *:nth-child(even) {
  vertical-align: text-top !important;
}

.mkb-align-middle, .mkb-align-middle-child > *, .mkb-align-middle-first > *:first-child, .mkb-align-middle-last > *:last-child, .mkb-align-middle-odd > *:nth-child(odd), .mkb-align-middle-even > *:nth-child(even) {
  vertical-align: middle !important;
}

.mkb-align-bottom, .mkb-align-bottom-child > *, .mkb-align-bottom-first > *:first-child, .mkb-align-bottom-last > *:last-child, .mkb-align-bottom-odd > *:nth-child(odd), .mkb-align-bottom-even > *:nth-child(even) {
  vertical-align: bottom !important;
}

.mkb-align-text-bottom, .mkb-align-text-bottom-child > *, .mkb-align-text-bottom-first > *:first-child, .mkb-align-text-bottom-last > *:last-child, .mkb-align-text-bottom-odd > *:nth-child(odd), .mkb-align-text-bottom-even > *:nth-child(even) {
  vertical-align: text-bottom !important;
}

.mkb-align-inherit, .mkb-align-inherit-child > *, .mkb-align-inherit-first > *:first-child, .mkb-align-inherit-last > *:last-child, .mkb-align-inherit-odd > *:nth-child(odd), .mkb-align-inherit-even > *:nth-child(even) {
  vertical-align: inherit !important;
}

/* #### Z-INDEX CLASSES #### */
.mkb-zindex-first, .mkb-zindex-first-child > *, .mkb-zindex-first-first > *:first-child, .mkb-zindex-first-last > *:last-child, .mkb-zindex-first-odd > *:nth-child(odd), .mkb-zindex-first-even > *:nth-child(even) {
  z-index: -1 !important;
}

.mkb-zindex-last, .mkb-zindex-last-child > *, .mkb-zindex-last-first > *:first-child, .mkb-zindex-last-last > *:last-child, .mkb-zindex-last-odd > *:nth-child(odd), .mkb-zindex-last-even > *:nth-child(even) {
  z-index: 2147483647 !important;
}

.mkb-zindex-inherit, .mkb-zindex-inherit-child > *, .mkb-zindex-inherit-first > *:first-child, .mkb-zindex-inherit-last > *:last-child, .mkb-zindex-inherit-odd > *:nth-child(odd), .mkb-zindex-inherit-even > *:nth-child(even) {
  z-index: inherit !important;
}

.mkb-zindex-0, .mkb-zindex-0-child > *, .mkb-zindex-0-first > *:first-child, .mkb-zindex-0-last > *:last-child, .mkb-zindex-0-odd > *:nth-child(odd), .mkb-zindex-0-even > *:nth-child(even) {
  z-index: 0 !important;
}

.mkb-zindex-1, .mkb-zindex-1-child > *, .mkb-zindex-1-first > *:first-child, .mkb-zindex-1-last > *:last-child, .mkb-zindex-1-odd > *:nth-child(odd), .mkb-zindex-1-even > *:nth-child(even) {
  z-index: 1 !important;
}

.mkb-zindex-2, .mkb-zindex-2-child > *, .mkb-zindex-2-first > *:first-child, .mkb-zindex-2-last > *:last-child, .mkb-zindex-2-odd > *:nth-child(odd), .mkb-zindex-2-even > *:nth-child(even) {
  z-index: 2 !important;
}

.mkb-zindex-3, .mkb-zindex-3-child > *, .mkb-zindex-3-first > *:first-child, .mkb-zindex-3-last > *:last-child, .mkb-zindex-3-odd > *:nth-child(odd), .mkb-zindex-3-even > *:nth-child(even) {
  z-index: 3 !important;
}

.mkb-zindex-4, .mkb-zindex-4-child > *, .mkb-zindex-4-first > *:first-child, .mkb-zindex-4-last > *:last-child, .mkb-zindex-4-odd > *:nth-child(odd), .mkb-zindex-4-even > *:nth-child(even) {
  z-index: 4 !important;
}

.mkb-zindex-5, .mkb-zindex-5-child > *, .mkb-zindex-5-first > *:first-child, .mkb-zindex-5-last > *:last-child, .mkb-zindex-5-odd > *:nth-child(odd), .mkb-zindex-5-even > *:nth-child(even) {
  z-index: 5 !important;
}

.mkb-zindex-6, .mkb-zindex-6-child > *, .mkb-zindex-6-first > *:first-child, .mkb-zindex-6-last > *:last-child, .mkb-zindex-6-odd > *:nth-child(odd), .mkb-zindex-6-even > *:nth-child(even) {
  z-index: 6 !important;
}

.mkb-zindex-7, .mkb-zindex-7-child > *, .mkb-zindex-7-first > *:first-child, .mkb-zindex-7-last > *:last-child, .mkb-zindex-7-odd > *:nth-child(odd), .mkb-zindex-7-even > *:nth-child(even) {
  z-index: 7 !important;
}

.mkb-zindex-8, .mkb-zindex-8-child > *, .mkb-zindex-8-first > *:first-child, .mkb-zindex-8-last > *:last-child, .mkb-zindex-8-odd > *:nth-child(odd), .mkb-zindex-8-even > *:nth-child(even) {
  z-index: 8 !important;
}

.mkb-zindex-9, .mkb-zindex-9-child > *, .mkb-zindex-9-first > *:first-child, .mkb-zindex-9-last > *:last-child, .mkb-zindex-9-odd > *:nth-child(odd), .mkb-zindex-9-even > *:nth-child(even) {
  z-index: 9 !important;
}

.mkb-zindex-10, .mkb-zindex-10-child > *, .mkb-zindex-10-first > *:first-child, .mkb-zindex-10-last > *:last-child, .mkb-zindex-10-odd > *:nth-child(odd), .mkb-zindex-10-even > *:nth-child(even) {
  z-index: 10 !important;
}

.mkb-zindex-11, .mkb-zindex-11-child > *, .mkb-zindex-11-first > *:first-child, .mkb-zindex-11-last > *:last-child, .mkb-zindex-11-odd > *:nth-child(odd), .mkb-zindex-11-even > *:nth-child(even) {
  z-index: 11 !important;
}

.mkb-zindex-12, .mkb-zindex-12-child > *, .mkb-zindex-12-first > *:first-child, .mkb-zindex-12-last > *:last-child, .mkb-zindex-12-odd > *:nth-child(odd), .mkb-zindex-12-even > *:nth-child(even) {
  z-index: 12 !important;
}

/* #### LIST CLASSES #### */
.mkb-list-none, .mkb-list-none-child > *, .mkb-list-none-first > *:first-child, .mkb-list-none-last > *:last-child, .mkb-list-none-odd > *:nth-child(odd), .mkb-list-none-even > *:nth-child(even) {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mkb-list-reset, .mkb-list-reset-child > *, .mkb-list-reset-first > *:first-child, .mkb-list-reset-last > *:last-child, .mkb-list-reset-odd > *:nth-child(odd), .mkb-list-reset-even > *:nth-child(even) {
  list-style-type: disc !important;
  list-style-position: inside !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mkb-list-circle, .mkb-list-circle-child > *, .mkb-list-circle-first > *:first-child, .mkb-list-circle-last > *:last-child, .mkb-list-circle-odd > *:nth-child(odd), .mkb-list-circle-even > *:nth-child(even) {
  list-style-type: circle !important;
}

.mkb-list-decimal, .mkb-list-decimal-child > *, .mkb-list-decimal-first > *:first-child, .mkb-list-decimal-last > *:last-child, .mkb-list-decimal-odd > *:nth-child(odd), .mkb-list-decimal-even > *:nth-child(even) {
  list-style-type: decimal !important;
}

.mkb-list-decimal-zero, .mkb-list-decimal-zero-child > *, .mkb-list-decimal-zero-first > *:first-child, .mkb-list-decimal-zero-last > *:last-child, .mkb-list-decimal-zero-odd > *:nth-child(odd), .mkb-list-decimal-zero-even > *:nth-child(even) {
  list-style-type: decimal-zero !important;
}

.mkb-list-disc, .mkb-list-disc-child > *, .mkb-list-disc-first > *:first-child, .mkb-list-disc-last > *:last-child, .mkb-list-disc-odd > *:nth-child(odd), .mkb-list-disc-even > *:nth-child(even) {
  list-style-type: disc !important;
}

.mkb-list-lower-alpha, .mkb-list-lower-alpha-child > *, .mkb-list-lower-alpha-first > *:first-child, .mkb-list-lower-alpha-last > *:last-child, .mkb-list-lower-alpha-odd > *:nth-child(odd), .mkb-list-lower-alpha-even > *:nth-child(even) {
  list-style-type: lower-alpha !important;
}

.mkb-list-lower-roman, .mkb-list-lower-roman-child > *, .mkb-list-lower-roman-first > *:first-child, .mkb-list-lower-roman-last > *:last-child, .mkb-list-lower-roman-odd > *:nth-child(odd), .mkb-list-lower-roman-even > *:nth-child(even) {
  list-style-type: lower-roman !important;
}

.mkb-list-upper-alpha, .mkb-list-upper-alpha-child > *, .mkb-list-upper-alpha-first > *:first-child, .mkb-list-upper-alpha-last > *:last-child, .mkb-list-upper-alpha-odd > *:nth-child(odd), .mkb-list-upper-alpha-even > *:nth-child(even) {
  list-style-type: upper-alpha !important;
}

.mkb-list-upper-roman, .mkb-list-upper-roman-child > *, .mkb-list-upper-roman-first > *:first-child, .mkb-list-upper-roman-last > *:last-child, .mkb-list-upper-roman-odd > *:nth-child(odd), .mkb-list-upper-roman-even > *:nth-child(even) {
  list-style-type: upper-roman !important;
}

.mkb-list-square, .mkb-list-square-child > *, .mkb-list-square-first > *:first-child, .mkb-list-square-last > *:last-child, .mkb-list-square-odd > *:nth-child(odd), .mkb-list-square-even > *:nth-child(even) {
  list-style-type: square !important;
}

.mkb-list-style-inherit, .mkb-list-style-inherit-child > *, .mkb-list-style-inherit-first > *:first-child, .mkb-list-style-inherit-last > *:last-child, .mkb-list-style-inherit-odd > *:nth-child(odd), .mkb-list-style-inherit-even > *:nth-child(even) {
  list-style-type: inherit !important;
}

/* #### HEADING CLASSES #### */
.mkb-h1,
.mkb-h2,
.mkb-h3,
.mkb-h4,
.mkb-h5,
.mkb-h6 {
  font-weight: bold;
}

@media (max-width: 768px) {
  .mkb-h1 {
    font-size: 2.0595rem;
  }
}

@media (min-width: 769px) {
  .mkb-h1 {
    font-size: 2.31693rem;
  }
}

@media (max-width: 768px) {
  .mkb-h2 {
    font-size: 1.83064rem;
  }
}

@media (min-width: 769px) {
  .mkb-h2 {
    font-size: 2.0595rem;
  }
}

@media (max-width: 768px) {
  .mkb-h3 {
    font-size: 1.62721rem;
  }
}

@media (min-width: 769px) {
  .mkb-h3 {
    font-size: 1.83064rem;
  }
}

@media (max-width: 768px) {
  .mkb-h4 {
    font-size: 1.44643rem;
  }
}

@media (min-width: 769px) {
  .mkb-h4 {
    font-size: 1.62721rem;
  }
}

@media (max-width: 768px) {
  .mkb-h5 {
    font-size: 1.28571rem;
  }
}

@media (min-width: 769px) {
  .mkb-h5 {
    font-size: 1.44643rem;
  }
}

@media (max-width: 768px) {
  .mkb-h6 {
    font-size: 1.14286rem;
  }
}

@media (min-width: 769px) {
  .mkb-h6 {
    font-size: 1.28571rem;
  }
}

/* #### TEXT CLASSES #### */
.mkb-text-left, .mkb-text-left-child > *, .mkb-text-left-first > *:first-child, .mkb-text-left-last > *:last-child, .mkb-text-left-odd > *:nth-child(odd), .mkb-text-left-even > *:nth-child(even) {
  text-align: left !important;
}

.mkb-text-center, .mkb-text-center-child > *, .mkb-text-center-first > *:first-child, .mkb-text-center-last > *:last-child, .mkb-text-center-odd > *:nth-child(odd), .mkb-text-center-even > *:nth-child(even) {
  text-align: center !important;
}

.mkb-text-right, .mkb-text-right-child > *, .mkb-text-right-first > *:first-child, .mkb-text-right-last > *:last-child, .mkb-text-right-odd > *:nth-child(odd), .mkb-text-right-even > *:nth-child(even) {
  text-align: right !important;
}

.mkb-text-justify, .mkb-text-justify-child > *, .mkb-text-justify-first > *:first-child, .mkb-text-justify-last > *:last-child, .mkb-text-justify-odd > *:nth-child(odd), .mkb-text-justify-even > *:nth-child(even) {
  text-align: justify !important;
}

.mkb-text-align-inherit, .mkb-text-align-inherit-child > *, .mkb-text-align-inherit-first > *:first-child, .mkb-text-align-inherit-last > *:last-child, .mkb-text-align-inherit-odd > *:nth-child(odd), .mkb-text-align-inherit-even > *:nth-child(even) {
  text-align: inherit !important;
}

.mkb-text-decoration-none, .mkb-text-decoration-none-child > *, .mkb-text-decoration-none-first > *:first-child, .mkb-text-decoration-none-last > *:last-child, .mkb-text-decoration-none-odd > *:nth-child(odd), .mkb-text-decoration-none-even > *:nth-child(even) {
  text-decoration: none !important;
}

.mkb-text-underline, .mkb-text-underline-child > *, .mkb-text-underline-first > *:first-child, .mkb-text-underline-last > *:last-child, .mkb-text-underline-odd > *:nth-child(odd), .mkb-text-underline-even > *:nth-child(even) {
  text-decoration: underline !important;
}

.mkb-text-overline, .mkb-text-overline-child > *, .mkb-text-overline-first > *:first-child, .mkb-text-overline-last > *:last-child, .mkb-text-overline-odd > *:nth-child(odd), .mkb-text-overline-even > *:nth-child(even) {
  text-decoration: overline !important;
}

.mkb-text-line-through, .mkb-text-line-through-child > *, .mkb-text-line-through-first > *:first-child, .mkb-text-line-through-last > *:last-child, .mkb-text-line-through-odd > *:nth-child(odd), .mkb-text-line-through-even > *:nth-child(even) {
  text-decoration: line-through !important;
}

.mkb-text-decoration-inherit, .mkb-text-decoration-inherit-child > *, .mkb-text-decoration-inherit-first > *:first-child, .mkb-text-decoration-inherit-last > *:last-child, .mkb-text-decoration-inherit-odd > *:nth-child(odd), .mkb-text-decoration-inherit-even > *:nth-child(even) {
  text-decoration: inherit !important;
}

.mkb-text-clip, .mkb-text-clip-child > *, .mkb-text-clip-first > *:first-child, .mkb-text-clip-last > *:last-child, .mkb-text-clip-odd > *:nth-child(odd), .mkb-text-clip-even > *:nth-child(even) {
  text-overflow: clip !important;
}

.mkb-text-ellipsis, .mkb-text-ellipsis-child > *, .mkb-text-ellipsis-first > *:first-child, .mkb-text-ellipsis-last > *:last-child, .mkb-text-ellipsis-odd > *:nth-child(odd), .mkb-text-ellipsis-even > *:nth-child(even) {
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.mkb-text-overflow-inherit, .mkb-text-overflow-inherit-child > *, .mkb-text-overflow-inherit-first > *:first-child, .mkb-text-overflow-inherit-last > *:last-child, .mkb-text-overflow-inherit-odd > *:nth-child(odd), .mkb-text-overflow-inherit-even > *:nth-child(even) {
  text-overflow: inherit !important;
}

.mkb-text-transform-none, .mkb-text-transform-none-child > *, .mkb-text-transform-none-first > *:first-child, .mkb-text-transform-none-last > *:last-child, .mkb-text-transform-none-odd > *:nth-child(odd), .mkb-text-transform-none-even > *:nth-child(even) {
  text-transform: none !important;
}

.mkb-text-capitalize, .mkb-text-capitalize-child > *, .mkb-text-capitalize-first > *:first-child, .mkb-text-capitalize-last > *:last-child, .mkb-text-capitalize-odd > *:nth-child(odd), .mkb-text-capitalize-even > *:nth-child(even) {
  text-transform: capitalize !important;
}

.mkb-text-uppercase, .mkb-text-uppercase-child > *, .mkb-text-uppercase-first > *:first-child, .mkb-text-uppercase-last > *:last-child, .mkb-text-uppercase-odd > *:nth-child(odd), .mkb-text-uppercase-even > *:nth-child(even) {
  text-transform: uppercase !important;
}

.mkb-text-lowercase, .mkb-text-lowercase-child > *, .mkb-text-lowercase-first > *:first-child, .mkb-text-lowercase-last > *:last-child, .mkb-text-lowercase-odd > *:nth-child(odd), .mkb-text-lowercase-even > *:nth-child(even) {
  text-transform: lowercase !important;
}

.mkb-text-transform-inherit, .mkb-text-transform-inherit-child > *, .mkb-text-transform-inherit-first > *:first-child, .mkb-text-transform-inherit-last > *:last-child, .mkb-text-transform-inherit-odd > *:nth-child(odd), .mkb-text-transform-inherit-even > *:nth-child(even) {
  text-transform: inherit !important;
}

.mkb-text-nowrap, .mkb-text-nowrap-child > *, .mkb-text-nowrap-first > *:first-child, .mkb-text-nowrap-last > *:last-child, .mkb-text-nowrap-odd > *:nth-child(odd), .mkb-text-nowrap-even > *:nth-child(even) {
  white-space: nowrap !important;
}

.mkb-text-pre, .mkb-text-pre-child > *, .mkb-text-pre-first > *:first-child, .mkb-text-pre-last > *:last-child, .mkb-text-pre-odd > *:nth-child(odd), .mkb-text-pre-even > *:nth-child(even) {
  white-space: pre !important;
}

.mkb-text-pre-line, .mkb-text-pre-line-child > *, .mkb-text-pre-line-first > *:first-child, .mkb-text-pre-line-last > *:last-child, .mkb-text-pre-line-odd > *:nth-child(odd), .mkb-text-pre-line-even > *:nth-child(even) {
  white-space: pre-line !important;
}

.mkb-text-pre-wrap, .mkb-text-pre-wrap-child > *, .mkb-text-pre-wrap-first > *:first-child, .mkb-text-pre-wrap-last > *:last-child, .mkb-text-pre-wrap-odd > *:nth-child(odd), .mkb-text-pre-wrap-even > *:nth-child(even) {
  white-space: pre-wrap !important;
}

.mkb-text-break-all, .mkb-text-break-all-child > *, .mkb-text-break-all-first > *:first-child, .mkb-text-break-all-last > *:last-child, .mkb-text-break-all-odd > *:nth-child(odd), .mkb-text-break-all-even > *:nth-child(even) {
  word-break: break-all !important;
}

.mkb-text-keep-all, .mkb-text-keep-all-child > *, .mkb-text-keep-all-first > *:first-child, .mkb-text-keep-all-last > *:last-child, .mkb-text-keep-all-odd > *:nth-child(odd), .mkb-text-keep-all-even > *:nth-child(even) {
  word-break: keep-all !important;
}

.mkb-text-break-word, .mkb-text-break-word-child > *, .mkb-text-break-word-first > *:first-child, .mkb-text-break-word-last > *:last-child, .mkb-text-break-word-odd > *:nth-child(odd), .mkb-text-break-word-even > *:nth-child(even) {
  word-wrap: break-word !important;
}

.mkb-text-style-normal, .mkb-text-style-normal-child > *, .mkb-text-style-normal-first > *:first-child, .mkb-text-style-normal-last > *:last-child, .mkb-text-style-normal-odd > *:nth-child(odd), .mkb-text-style-normal-even > *:nth-child(even) {
  font-style: normal !important;
}

.mkb-text-italic, .mkb-text-italic-child > *, .mkb-text-italic-first > *:first-child, .mkb-text-italic-last > *:last-child, .mkb-text-italic-odd > *:nth-child(odd), .mkb-text-italic-even > *:nth-child(even) {
  font-style: italic !important;
}

.mkb-text-oblique, .mkb-text-oblique-child > *, .mkb-text-oblique-first > *:first-child, .mkb-text-oblique-last > *:last-child, .mkb-text-oblique-odd > *:nth-child(odd), .mkb-text-oblique-even > *:nth-child(even) {
  font-style: oblique !important;
}

.mkb-text-weight-normal, .mkb-text-weight-normal-child > *, .mkb-text-weight-normal-first > *:first-child, .mkb-text-weight-normal-last > *:last-child, .mkb-text-weight-normal-odd > *:nth-child(odd), .mkb-text-weight-normal-even > *:nth-child(even) {
  font-weight: normal !important;
}

.mkb-text-bold, .mkb-text-bold-child > *, .mkb-text-bold-first > *:first-child, .mkb-text-bold-last > *:last-child, .mkb-text-bold-odd > *:nth-child(odd), .mkb-text-bold-even > *:nth-child(even) {
  font-weight: bold !important;
}

.mkb-text-bolder, .mkb-text-bolder-child > *, .mkb-text-bolder-first > *:first-child, .mkb-text-bolder-last > *:last-child, .mkb-text-bolder-odd > *:nth-child(odd), .mkb-text-bolder-even > *:nth-child(even) {
  font-weight: bolder !important;
}

.mkb-text-lighter, .mkb-text-lighter-child > *, .mkb-text-lighter-first > *:first-child, .mkb-text-lighter-last > *:last-child, .mkb-text-lighter-odd > *:nth-child(odd), .mkb-text-lighter-even > *:nth-child(even) {
  font-weight: lighter !important;
}

.mkb-text-variant-normal, .mkb-text-variant-normal-child > *, .mkb-text-variant-normal-first > *:first-child, .mkb-text-variant-normal-last > *:last-child, .mkb-text-variant-normal-odd > *:nth-child(odd), .mkb-text-variant-normal-even > *:nth-child(even) {
  font-variant: normal !important;
}

.mkb-text-small-caps, .mkb-text-small-caps-child > *, .mkb-text-small-caps-first > *:first-child, .mkb-text-small-caps-last > *:last-child, .mkb-text-small-caps-odd > *:nth-child(odd), .mkb-text-small-caps-even > *:nth-child(even) {
  font-variant: small-caps !important;
}

/*
        ########################
        ## TEXT COLOR CLASSES ##
        ########################
        */
.mkb-text-transparent, .mkb-text-transparent-child > *, .mkb-text-transparent-first > *:first-child, .mkb-text-transparent-last > *:last-child, .mkb-text-transparent-odd > *:nth-child(odd), .mkb-text-transparent-even > *:nth-child(even), .mkb-text-hover-transparent:hover, .mkb-text-hover-transparent-child:hover > *, .mkb-text-hover-transparent-first:hover > *:first-child, .mkb-text-hover-transparent-last:hover > *:last-child, .mkb-text-hover-transparent-odd:hover > *:nth-child(odd), .mkb-text-hover-transparent-even:hover > *:nth-child(even), .mkb-text-child-hover-transparent-child > *:hover, .mkb-text-child-hover-transparent-first > *:first-child:hover, .mkb-text-child-hover-transparent-last > *:last-child:hover, .mkb-text-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-text-child-hover-transparent-even > *:nth-child(even):hover {
  color: transparent !important;
}

.mkb-text-black, .mkb-text-black-child > *, .mkb-text-black-first > *:first-child, .mkb-text-black-last > *:last-child, .mkb-text-black-odd > *:nth-child(odd), .mkb-text-black-even > *:nth-child(even), .mkb-text-hover-black:hover, .mkb-text-hover-black-child:hover > *, .mkb-text-hover-black-first:hover > *:first-child, .mkb-text-hover-black-last:hover > *:last-child, .mkb-text-hover-black-odd:hover > *:nth-child(odd), .mkb-text-hover-black-even:hover > *:nth-child(even), .mkb-text-child-hover-black-child > *:hover, .mkb-text-child-hover-black-first > *:first-child:hover, .mkb-text-child-hover-black-last > *:last-child:hover, .mkb-text-child-hover-black-odd > *:nth-child(odd):hover, .mkb-text-child-hover-black-even > *:nth-child(even):hover {
  color: #0A0A0A !important;
}

.mkb-text-white, .mkb-text-white-child > *, .mkb-text-white-first > *:first-child, .mkb-text-white-last > *:last-child, .mkb-text-white-odd > *:nth-child(odd), .mkb-text-white-even > *:nth-child(even), .mkb-text-hover-white:hover, .mkb-text-hover-white-child:hover > *, .mkb-text-hover-white-first:hover > *:first-child, .mkb-text-hover-white-last:hover > *:last-child, .mkb-text-hover-white-odd:hover > *:nth-child(odd), .mkb-text-hover-white-even:hover > *:nth-child(even), .mkb-text-child-hover-white-child > *:hover, .mkb-text-child-hover-white-first > *:first-child:hover, .mkb-text-child-hover-white-last > *:last-child:hover, .mkb-text-child-hover-white-odd > *:nth-child(odd):hover, .mkb-text-child-hover-white-even > *:nth-child(even):hover {
  color: #FFF !important;
}

.mkb-text-red, .mkb-text-red-child > *, .mkb-text-red-first > *:first-child, .mkb-text-red-last > *:last-child, .mkb-text-red-odd > *:nth-child(odd), .mkb-text-red-even > *:nth-child(even), .mkb-text-hover-red:hover, .mkb-text-hover-red-child:hover > *, .mkb-text-hover-red-first:hover > *:first-child, .mkb-text-hover-red-last:hover > *:last-child, .mkb-text-hover-red-odd:hover > *:nth-child(odd), .mkb-text-hover-red-even:hover > *:nth-child(even), .mkb-text-child-hover-red-child > *:hover, .mkb-text-child-hover-red-first > *:first-child:hover, .mkb-text-child-hover-red-last > *:last-child:hover, .mkb-text-child-hover-red-odd > *:nth-child(odd):hover, .mkb-text-child-hover-red-even > *:nth-child(even):hover {
  color: #F44336 !important;
}

.mkb-text-green, .mkb-text-green-child > *, .mkb-text-green-first > *:first-child, .mkb-text-green-last > *:last-child, .mkb-text-green-odd > *:nth-child(odd), .mkb-text-green-even > *:nth-child(even), .mkb-text-hover-green:hover, .mkb-text-hover-green-child:hover > *, .mkb-text-hover-green-first:hover > *:first-child, .mkb-text-hover-green-last:hover > *:last-child, .mkb-text-hover-green-odd:hover > *:nth-child(odd), .mkb-text-hover-green-even:hover > *:nth-child(even), .mkb-text-child-hover-green-child > *:hover, .mkb-text-child-hover-green-first > *:first-child:hover, .mkb-text-child-hover-green-last > *:last-child:hover, .mkb-text-child-hover-green-odd > *:nth-child(odd):hover, .mkb-text-child-hover-green-even > *:nth-child(even):hover {
  color: #4CAF50 !important;
}

.mkb-text-blue, .mkb-text-blue-child > *, .mkb-text-blue-first > *:first-child, .mkb-text-blue-last > *:last-child, .mkb-text-blue-odd > *:nth-child(odd), .mkb-text-blue-even > *:nth-child(even), .mkb-text-hover-blue:hover, .mkb-text-hover-blue-child:hover > *, .mkb-text-hover-blue-first:hover > *:first-child, .mkb-text-hover-blue-last:hover > *:last-child, .mkb-text-hover-blue-odd:hover > *:nth-child(odd), .mkb-text-hover-blue-even:hover > *:nth-child(even), .mkb-text-child-hover-blue-child > *:hover, .mkb-text-child-hover-blue-first > *:first-child:hover, .mkb-text-child-hover-blue-last > *:last-child:hover, .mkb-text-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-text-child-hover-blue-even > *:nth-child(even):hover {
  color: #2196F3 !important;
}

.mkb-text-yellow, .mkb-text-yellow-child > *, .mkb-text-yellow-first > *:first-child, .mkb-text-yellow-last > *:last-child, .mkb-text-yellow-odd > *:nth-child(odd), .mkb-text-yellow-even > *:nth-child(even), .mkb-text-hover-yellow:hover, .mkb-text-hover-yellow-child:hover > *, .mkb-text-hover-yellow-first:hover > *:first-child, .mkb-text-hover-yellow-last:hover > *:last-child, .mkb-text-hover-yellow-odd:hover > *:nth-child(odd), .mkb-text-hover-yellow-even:hover > *:nth-child(even), .mkb-text-child-hover-yellow-child > *:hover, .mkb-text-child-hover-yellow-first > *:first-child:hover, .mkb-text-child-hover-yellow-last > *:last-child:hover, .mkb-text-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-text-child-hover-yellow-even > *:nth-child(even):hover {
  color: #FFEB3B !important;
}

.mkb-text-orange, .mkb-text-orange-child > *, .mkb-text-orange-first > *:first-child, .mkb-text-orange-last > *:last-child, .mkb-text-orange-odd > *:nth-child(odd), .mkb-text-orange-even > *:nth-child(even), .mkb-text-hover-orange:hover, .mkb-text-hover-orange-child:hover > *, .mkb-text-hover-orange-first:hover > *:first-child, .mkb-text-hover-orange-last:hover > *:last-child, .mkb-text-hover-orange-odd:hover > *:nth-child(odd), .mkb-text-hover-orange-even:hover > *:nth-child(even), .mkb-text-child-hover-orange-child > *:hover, .mkb-text-child-hover-orange-first > *:first-child:hover, .mkb-text-child-hover-orange-last > *:last-child:hover, .mkb-text-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-text-child-hover-orange-even > *:nth-child(even):hover {
  color: #FF9800 !important;
}

.mkb-text-brown, .mkb-text-brown-child > *, .mkb-text-brown-first > *:first-child, .mkb-text-brown-last > *:last-child, .mkb-text-brown-odd > *:nth-child(odd), .mkb-text-brown-even > *:nth-child(even), .mkb-text-hover-brown:hover, .mkb-text-hover-brown-child:hover > *, .mkb-text-hover-brown-first:hover > *:first-child, .mkb-text-hover-brown-last:hover > *:last-child, .mkb-text-hover-brown-odd:hover > *:nth-child(odd), .mkb-text-hover-brown-even:hover > *:nth-child(even), .mkb-text-child-hover-brown-child > *:hover, .mkb-text-child-hover-brown-first > *:first-child:hover, .mkb-text-child-hover-brown-last > *:last-child:hover, .mkb-text-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-text-child-hover-brown-even > *:nth-child(even):hover {
  color: #795548 !important;
}

.mkb-text-gray, .mkb-text-gray-child > *, .mkb-text-gray-first > *:first-child, .mkb-text-gray-last > *:last-child, .mkb-text-gray-odd > *:nth-child(odd), .mkb-text-gray-even > *:nth-child(even), .mkb-text-hover-gray:hover, .mkb-text-hover-gray-child:hover > *, .mkb-text-hover-gray-first:hover > *:first-child, .mkb-text-hover-gray-last:hover > *:last-child, .mkb-text-hover-gray-odd:hover > *:nth-child(odd), .mkb-text-hover-gray-even:hover > *:nth-child(even), .mkb-text-child-hover-gray-child > *:hover, .mkb-text-child-hover-gray-first > *:first-child:hover, .mkb-text-child-hover-gray-last > *:last-child:hover, .mkb-text-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-text-child-hover-gray-even > *:nth-child(even):hover {
  color: #9E9E9E !important;
}

.mkb-text-pink, .mkb-text-pink-child > *, .mkb-text-pink-first > *:first-child, .mkb-text-pink-last > *:last-child, .mkb-text-pink-odd > *:nth-child(odd), .mkb-text-pink-even > *:nth-child(even), .mkb-text-hover-pink:hover, .mkb-text-hover-pink-child:hover > *, .mkb-text-hover-pink-first:hover > *:first-child, .mkb-text-hover-pink-last:hover > *:last-child, .mkb-text-hover-pink-odd:hover > *:nth-child(odd), .mkb-text-hover-pink-even:hover > *:nth-child(even), .mkb-text-child-hover-pink-child > *:hover, .mkb-text-child-hover-pink-first > *:first-child:hover, .mkb-text-child-hover-pink-last > *:last-child:hover, .mkb-text-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-text-child-hover-pink-even > *:nth-child(even):hover {
  color: #E91E63 !important;
}

.mkb-text-purple, .mkb-text-purple-child > *, .mkb-text-purple-first > *:first-child, .mkb-text-purple-last > *:last-child, .mkb-text-purple-odd > *:nth-child(odd), .mkb-text-purple-even > *:nth-child(even), .mkb-text-hover-purple:hover, .mkb-text-hover-purple-child:hover > *, .mkb-text-hover-purple-first:hover > *:first-child, .mkb-text-hover-purple-last:hover > *:last-child, .mkb-text-hover-purple-odd:hover > *:nth-child(odd), .mkb-text-hover-purple-even:hover > *:nth-child(even), .mkb-text-child-hover-purple-child > *:hover, .mkb-text-child-hover-purple-first > *:first-child:hover, .mkb-text-child-hover-purple-last > *:last-child:hover, .mkb-text-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-text-child-hover-purple-even > *:nth-child(even):hover {
  color: #9C27B0 !important;
}

.mkb-text-deep-purple, .mkb-text-deep-purple-child > *, .mkb-text-deep-purple-first > *:first-child, .mkb-text-deep-purple-last > *:last-child, .mkb-text-deep-purple-odd > *:nth-child(odd), .mkb-text-deep-purple-even > *:nth-child(even), .mkb-text-hover-deep-purple:hover, .mkb-text-hover-deep-purple-child:hover > *, .mkb-text-hover-deep-purple-first:hover > *:first-child, .mkb-text-hover-deep-purple-last:hover > *:last-child, .mkb-text-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-text-hover-deep-purple-even:hover > *:nth-child(even), .mkb-text-child-hover-deep-purple-child > *:hover, .mkb-text-child-hover-deep-purple-first > *:first-child:hover, .mkb-text-child-hover-deep-purple-last > *:last-child:hover, .mkb-text-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-text-child-hover-deep-purple-even > *:nth-child(even):hover {
  color: #673AB7 !important;
}

.mkb-text-indigo, .mkb-text-indigo-child > *, .mkb-text-indigo-first > *:first-child, .mkb-text-indigo-last > *:last-child, .mkb-text-indigo-odd > *:nth-child(odd), .mkb-text-indigo-even > *:nth-child(even), .mkb-text-hover-indigo:hover, .mkb-text-hover-indigo-child:hover > *, .mkb-text-hover-indigo-first:hover > *:first-child, .mkb-text-hover-indigo-last:hover > *:last-child, .mkb-text-hover-indigo-odd:hover > *:nth-child(odd), .mkb-text-hover-indigo-even:hover > *:nth-child(even), .mkb-text-child-hover-indigo-child > *:hover, .mkb-text-child-hover-indigo-first > *:first-child:hover, .mkb-text-child-hover-indigo-last > *:last-child:hover, .mkb-text-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-text-child-hover-indigo-even > *:nth-child(even):hover {
  color: #3F51B5 !important;
}

.mkb-text-light-blue, .mkb-text-light-blue-child > *, .mkb-text-light-blue-first > *:first-child, .mkb-text-light-blue-last > *:last-child, .mkb-text-light-blue-odd > *:nth-child(odd), .mkb-text-light-blue-even > *:nth-child(even), .mkb-text-hover-light-blue:hover, .mkb-text-hover-light-blue-child:hover > *, .mkb-text-hover-light-blue-first:hover > *:first-child, .mkb-text-hover-light-blue-last:hover > *:last-child, .mkb-text-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-text-hover-light-blue-even:hover > *:nth-child(even), .mkb-text-child-hover-light-blue-child > *:hover, .mkb-text-child-hover-light-blue-first > *:first-child:hover, .mkb-text-child-hover-light-blue-last > *:last-child:hover, .mkb-text-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-text-child-hover-light-blue-even > *:nth-child(even):hover {
  color: #03A9F4 !important;
}

.mkb-text-cyan, .mkb-text-cyan-child > *, .mkb-text-cyan-first > *:first-child, .mkb-text-cyan-last > *:last-child, .mkb-text-cyan-odd > *:nth-child(odd), .mkb-text-cyan-even > *:nth-child(even), .mkb-text-hover-cyan:hover, .mkb-text-hover-cyan-child:hover > *, .mkb-text-hover-cyan-first:hover > *:first-child, .mkb-text-hover-cyan-last:hover > *:last-child, .mkb-text-hover-cyan-odd:hover > *:nth-child(odd), .mkb-text-hover-cyan-even:hover > *:nth-child(even), .mkb-text-child-hover-cyan-child > *:hover, .mkb-text-child-hover-cyan-first > *:first-child:hover, .mkb-text-child-hover-cyan-last > *:last-child:hover, .mkb-text-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-text-child-hover-cyan-even > *:nth-child(even):hover {
  color: #00BCD4 !important;
}

.mkb-text-teal, .mkb-text-teal-child > *, .mkb-text-teal-first > *:first-child, .mkb-text-teal-last > *:last-child, .mkb-text-teal-odd > *:nth-child(odd), .mkb-text-teal-even > *:nth-child(even), .mkb-text-hover-teal:hover, .mkb-text-hover-teal-child:hover > *, .mkb-text-hover-teal-first:hover > *:first-child, .mkb-text-hover-teal-last:hover > *:last-child, .mkb-text-hover-teal-odd:hover > *:nth-child(odd), .mkb-text-hover-teal-even:hover > *:nth-child(even), .mkb-text-child-hover-teal-child > *:hover, .mkb-text-child-hover-teal-first > *:first-child:hover, .mkb-text-child-hover-teal-last > *:last-child:hover, .mkb-text-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-text-child-hover-teal-even > *:nth-child(even):hover {
  color: #009688 !important;
}

.mkb-text-light-green, .mkb-text-light-green-child > *, .mkb-text-light-green-first > *:first-child, .mkb-text-light-green-last > *:last-child, .mkb-text-light-green-odd > *:nth-child(odd), .mkb-text-light-green-even > *:nth-child(even), .mkb-text-hover-light-green:hover, .mkb-text-hover-light-green-child:hover > *, .mkb-text-hover-light-green-first:hover > *:first-child, .mkb-text-hover-light-green-last:hover > *:last-child, .mkb-text-hover-light-green-odd:hover > *:nth-child(odd), .mkb-text-hover-light-green-even:hover > *:nth-child(even), .mkb-text-child-hover-light-green-child > *:hover, .mkb-text-child-hover-light-green-first > *:first-child:hover, .mkb-text-child-hover-light-green-last > *:last-child:hover, .mkb-text-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-text-child-hover-light-green-even > *:nth-child(even):hover {
  color: #8BC34A !important;
}

.mkb-text-lime, .mkb-text-lime-child > *, .mkb-text-lime-first > *:first-child, .mkb-text-lime-last > *:last-child, .mkb-text-lime-odd > *:nth-child(odd), .mkb-text-lime-even > *:nth-child(even), .mkb-text-hover-lime:hover, .mkb-text-hover-lime-child:hover > *, .mkb-text-hover-lime-first:hover > *:first-child, .mkb-text-hover-lime-last:hover > *:last-child, .mkb-text-hover-lime-odd:hover > *:nth-child(odd), .mkb-text-hover-lime-even:hover > *:nth-child(even), .mkb-text-child-hover-lime-child > *:hover, .mkb-text-child-hover-lime-first > *:first-child:hover, .mkb-text-child-hover-lime-last > *:last-child:hover, .mkb-text-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-text-child-hover-lime-even > *:nth-child(even):hover {
  color: #CDDC39 !important;
}

.mkb-text-amber, .mkb-text-amber-child > *, .mkb-text-amber-first > *:first-child, .mkb-text-amber-last > *:last-child, .mkb-text-amber-odd > *:nth-child(odd), .mkb-text-amber-even > *:nth-child(even), .mkb-text-hover-amber:hover, .mkb-text-hover-amber-child:hover > *, .mkb-text-hover-amber-first:hover > *:first-child, .mkb-text-hover-amber-last:hover > *:last-child, .mkb-text-hover-amber-odd:hover > *:nth-child(odd), .mkb-text-hover-amber-even:hover > *:nth-child(even), .mkb-text-child-hover-amber-child > *:hover, .mkb-text-child-hover-amber-first > *:first-child:hover, .mkb-text-child-hover-amber-last > *:last-child:hover, .mkb-text-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-text-child-hover-amber-even > *:nth-child(even):hover {
  color: #FFC107 !important;
}

.mkb-text-deep-orange, .mkb-text-deep-orange-child > *, .mkb-text-deep-orange-first > *:first-child, .mkb-text-deep-orange-last > *:last-child, .mkb-text-deep-orange-odd > *:nth-child(odd), .mkb-text-deep-orange-even > *:nth-child(even), .mkb-text-hover-deep-orange:hover, .mkb-text-hover-deep-orange-child:hover > *, .mkb-text-hover-deep-orange-first:hover > *:first-child, .mkb-text-hover-deep-orange-last:hover > *:last-child, .mkb-text-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-text-hover-deep-orange-even:hover > *:nth-child(even), .mkb-text-child-hover-deep-orange-child > *:hover, .mkb-text-child-hover-deep-orange-first > *:first-child:hover, .mkb-text-child-hover-deep-orange-last > *:last-child:hover, .mkb-text-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-text-child-hover-deep-orange-even > *:nth-child(even):hover {
  color: #FF5722 !important;
}

.mkb-text-blue-gray, .mkb-text-blue-gray-child > *, .mkb-text-blue-gray-first > *:first-child, .mkb-text-blue-gray-last > *:last-child, .mkb-text-blue-gray-odd > *:nth-child(odd), .mkb-text-blue-gray-even > *:nth-child(even), .mkb-text-hover-blue-gray:hover, .mkb-text-hover-blue-gray-child:hover > *, .mkb-text-hover-blue-gray-first:hover > *:first-child, .mkb-text-hover-blue-gray-last:hover > *:last-child, .mkb-text-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-text-hover-blue-gray-even:hover > *:nth-child(even), .mkb-text-child-hover-blue-gray-child > *:hover, .mkb-text-child-hover-blue-gray-first > *:first-child:hover, .mkb-text-child-hover-blue-gray-last > *:last-child:hover, .mkb-text-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-text-child-hover-blue-gray-even > *:nth-child(even):hover {
  color: #607D8B !important;
}

.mkb-text-weight-100, .mkb-text-weight-10-child > *, .mkb-text-weight-10-first > *:first-child, .mkb-text-weight-10-last > *:last-child, .mkb-text-weight-10-odd > *:nth-child(odd), .mkb-text-weight-10-even > *:nth-child(even) {
  font-weight: 10 !important;
}

.mkb-text-weight-200, .mkb-text-weight-20-child > *, .mkb-text-weight-20-first > *:first-child, .mkb-text-weight-20-last > *:last-child, .mkb-text-weight-20-odd > *:nth-child(odd), .mkb-text-weight-20-even > *:nth-child(even) {
  font-weight: 20 !important;
}

.mkb-text-weight-300, .mkb-text-weight-30-child > *, .mkb-text-weight-30-first > *:first-child, .mkb-text-weight-30-last > *:last-child, .mkb-text-weight-30-odd > *:nth-child(odd), .mkb-text-weight-30-even > *:nth-child(even) {
  font-weight: 30 !important;
}

.mkb-text-weight-400, .mkb-text-weight-40-child > *, .mkb-text-weight-40-first > *:first-child, .mkb-text-weight-40-last > *:last-child, .mkb-text-weight-40-odd > *:nth-child(odd), .mkb-text-weight-40-even > *:nth-child(even) {
  font-weight: 40 !important;
}

.mkb-text-weight-500, .mkb-text-weight-50-child > *, .mkb-text-weight-50-first > *:first-child, .mkb-text-weight-50-last > *:last-child, .mkb-text-weight-50-odd > *:nth-child(odd), .mkb-text-weight-50-even > *:nth-child(even) {
  font-weight: 50 !important;
}

.mkb-text-weight-600, .mkb-text-weight-60-child > *, .mkb-text-weight-60-first > *:first-child, .mkb-text-weight-60-last > *:last-child, .mkb-text-weight-60-odd > *:nth-child(odd), .mkb-text-weight-60-even > *:nth-child(even) {
  font-weight: 60 !important;
}

.mkb-text-weight-700, .mkb-text-weight-70-child > *, .mkb-text-weight-70-first > *:first-child, .mkb-text-weight-70-last > *:last-child, .mkb-text-weight-70-odd > *:nth-child(odd), .mkb-text-weight-70-even > *:nth-child(even) {
  font-weight: 70 !important;
}

.mkb-text-weight-800, .mkb-text-weight-80-child > *, .mkb-text-weight-80-first > *:first-child, .mkb-text-weight-80-last > *:last-child, .mkb-text-weight-80-odd > *:nth-child(odd), .mkb-text-weight-80-even > *:nth-child(even) {
  font-weight: 80 !important;
}

.mkb-text-weight-900, .mkb-text-weight-90-child > *, .mkb-text-weight-90-first > *:first-child, .mkb-text-weight-90-last > *:last-child, .mkb-text-weight-90-odd > *:nth-child(odd), .mkb-text-weight-90-even > *:nth-child(even) {
  font-weight: 90 !important;
}

/* #### BACKGROUND CLASSES #### */
.mkb-background-scroll, .mkb-background-scroll-child > *, .mkb-background-scroll-first > *:first-child, .mkb-background-scroll-last > *:last-child, .mkb-background-scroll-odd > *:nth-child(odd), .mkb-background-scroll-even > *:nth-child(even) {
  background-attachment: scroll !important;
}

.mkb-background-fixed, .mkb-background-fixed-child > *, .mkb-background-fixed-first > *:first-child, .mkb-background-fixed-last > *:last-child, .mkb-background-fixed-odd > *:nth-child(odd), .mkb-background-fixed-even > *:nth-child(even) {
  background-attachment: fixed !important;
}

.mkb-background-local, .mkb-background-local-child > *, .mkb-background-local-first > *:first-child, .mkb-background-local-last > *:last-child, .mkb-background-local-odd > *:nth-child(odd), .mkb-background-local-even > *:nth-child(even) {
  background-attachment: local !important;
}

.mkb-background-attachment-inherit, .mkb-background-attachment-inherit-child > *, .mkb-background-attachment-inherit-first > *:first-child, .mkb-background-attachment-inherit-last > *:last-child, .mkb-background-attachment-inherit-odd > *:nth-child(odd), .mkb-background-attachment-inherit-even > *:nth-child(even) {
  background-attachment: inherit !important;
}

.mkb-background-size-auto, .mkb-background-size-auto-child > *, .mkb-background-size-auto-first > *:first-child, .mkb-background-size-auto-last > *:last-child, .mkb-background-size-auto-odd > *:nth-child(odd), .mkb-background-size-auto-even > *:nth-child(even) {
  background-size: auto !important;
}

.mkb-background-length, .mkb-background-length-child > *, .mkb-background-length-first > *:first-child, .mkb-background-length-last > *:last-child, .mkb-background-length-odd > *:nth-child(odd), .mkb-background-length-even > *:nth-child(even) {
  background-size: length !important;
}

.mkb-background-cover, .mkb-background-cover-child > *, .mkb-background-cover-first > *:first-child, .mkb-background-cover-last > *:last-child, .mkb-background-cover-odd > *:nth-child(odd), .mkb-background-cover-even > *:nth-child(even) {
  background-size: cover !important;
}

.mkb-background-contain, .mkb-background-contain-child > *, .mkb-background-contain-first > *:first-child, .mkb-background-contain-last > *:last-child, .mkb-background-contain-odd > *:nth-child(odd), .mkb-background-contain-even > *:nth-child(even) {
  background-size: contain !important;
}

.mkb-background-size-inherit, .mkb-background-size-inherit-child > *, .mkb-background-size-inherit-first > *:first-child, .mkb-background-size-inherit-last > *:last-child, .mkb-background-size-inherit-odd > *:nth-child(odd), .mkb-background-size-inherit-even > *:nth-child(even) {
  background-size: inherit !important;
}

.mkb-background-repeat, .mkb-background-repeat-child > *, .mkb-background-repeat-first > *:first-child, .mkb-background-repeat-last > *:last-child, .mkb-background-repeat-odd > *:nth-child(odd), .mkb-background-repeat-even > *:nth-child(even) {
  background-repeat: repeat !important;
}

.mkb-background-repeat-x, .mkb-background-repeat-x-child > *, .mkb-background-repeat-x-first > *:first-child, .mkb-background-repeat-x-last > *:last-child, .mkb-background-repeat-x-odd > *:nth-child(odd), .mkb-background-repeat-x-even > *:nth-child(even) {
  background-repeat: repeat-x !important;
}

.mkb-background-repeat-y, .mkb-background-repeat-y-child > *, .mkb-background-repeat-y-first > *:first-child, .mkb-background-repeat-y-last > *:last-child, .mkb-background-repeat-y-odd > *:nth-child(odd), .mkb-background-repeat-y-even > *:nth-child(even) {
  background-repeat: repeat-y !important;
}

.mkb-background-repeat-none, .mkb-background-repeat-none-child > *, .mkb-background-repeat-none-first > *:first-child, .mkb-background-repeat-none-last > *:last-child, .mkb-background-repeat-none-odd > *:nth-child(odd), .mkb-background-repeat-none-even > *:nth-child(even) {
  background-repeat: no-repeat !important;
}

.mkb-background-repeat-inherit, .mkb-background-repeat-inherit-child > *, .mkb-background-repeat-inherit-first > *:first-child, .mkb-background-repeat-inherit-last > *:last-child, .mkb-background-repeat-inherit-odd > *:nth-child(odd), .mkb-background-repeat-inherit-even > *:nth-child(even) {
  background-repeat: inherit !important;
}

.mkb-background-left-top, .mkb-background-left-top-child > *, .mkb-background-left-top-first > *:first-child, .mkb-background-left-top-last > *:last-child, .mkb-background-left-top-odd > *:nth-child(odd), .mkb-background-left-top-even > *:nth-child(even) {
  background-position: left top !important;
}

.mkb-background-left-center, .mkb-background-left-center-child > *, .mkb-background-left-center-first > *:first-child, .mkb-background-left-center-last > *:last-child, .mkb-background-left-center-odd > *:nth-child(odd), .mkb-background-left-center-even > *:nth-child(even) {
  background-position: left center !important;
}

.mkb-background-left-bottom, .mkb-background-left-bottom-child > *, .mkb-background-left-bottom-first > *:first-child, .mkb-background-left-bottom-last > *:last-child, .mkb-background-left-bottom-odd > *:nth-child(odd), .mkb-background-left-bottom-even > *:nth-child(even) {
  background-position: left bottom !important;
}

.mkb-background-right-top, .mkb-background-right-top-child > *, .mkb-background-right-top-first > *:first-child, .mkb-background-right-top-last > *:last-child, .mkb-background-right-top-odd > *:nth-child(odd), .mkb-background-right-top-even > *:nth-child(even) {
  background-position: right top !important;
}

.mkb-background-right-center, .mkb-background-right-center-child > *, .mkb-background-right-center-first > *:first-child, .mkb-background-right-center-last > *:last-child, .mkb-background-right-center-odd > *:nth-child(odd), .mkb-background-right-center-even > *:nth-child(even) {
  background-position: right center !important;
}

.mkb-background-right-bottom, .mkb-background-right-bottom-child > *, .mkb-background-right-bottom-first > *:first-child, .mkb-background-right-bottom-last > *:last-child, .mkb-background-right-bottom-odd > *:nth-child(odd), .mkb-background-right-bottom-even > *:nth-child(even) {
  background-position: right bottom !important;
}

.mkb-background-center-top, .mkb-background-center-top-child > *, .mkb-background-center-top-first > *:first-child, .mkb-background-center-top-last > *:last-child, .mkb-background-center-top-odd > *:nth-child(odd), .mkb-background-center-top-even > *:nth-child(even) {
  background-position: center top !important;
}

.mkb-background-center-center, .mkb-background-center-center-child > *, .mkb-background-center-center-first > *:first-child, .mkb-background-center-center-last > *:last-child, .mkb-background-center-center-odd > *:nth-child(odd), .mkb-background-center-center-even > *:nth-child(even) {
  background-position: center center !important;
}

.mkb-background-center-bottom, .mkb-background-center-bottom-child > *, .mkb-background-center-bottom-first > *:first-child, .mkb-background-center-bottom-last > *:last-child, .mkb-background-center-bottom-odd > *:nth-child(odd), .mkb-background-center-bottom-even > *:nth-child(even) {
  background-position: center bottom !important;
}

.mkb-background-position-inherit, .mkb-background-position-inherit-child > *, .mkb-background-position-inherit-first > *:first-child, .mkb-background-position-inherit-last > *:last-child, .mkb-background-position-inherit-odd > *:nth-child(odd), .mkb-background-position-inherit-even > *:nth-child(even) {
  background-position: inherit !important;
}

.mkb-background-clip-border, .mkb-background-clip-border-child > *, .mkb-background-clip-border-first > *:first-child, .mkb-background-clip-border-last > *:last-child, .mkb-background-clip-border-odd > *:nth-child(odd), .mkb-background-clip-border-even > *:nth-child(even) {
  background-clip: border-box !important;
}

.mkb-background-clip-padding, .mkb-background-clip-padding-child > *, .mkb-background-clip-padding-first > *:first-child, .mkb-background-clip-padding-last > *:last-child, .mkb-background-clip-padding-odd > *:nth-child(odd), .mkb-background-clip-padding-even > *:nth-child(even) {
  background-clip: padding-box !important;
}

.mkb-background-clip-content, .mkb-background-clip-content-child > *, .mkb-background-clip-content-first > *:first-child, .mkb-background-clip-content-last > *:last-child, .mkb-background-clip-content-odd > *:nth-child(odd), .mkb-background-clip-content-even > *:nth-child(even) {
  background-clip: content-box !important;
}

.mkb-background-clip-inherit, .mkb-background-clip-inherit-child > *, .mkb-background-clip-inherit-first > *:first-child, .mkb-background-clip-inherit-last > *:last-child, .mkb-background-clip-inherit-odd > *:nth-child(odd), .mkb-background-clip-inherit-even > *:nth-child(even) {
  background-clip: inherit !important;
}

.mkb-background-origin-padding, .mkb-background-origin-padding-child > *, .mkb-background-origin-padding-first > *:first-child, .mkb-background-origin-padding-last > *:last-child, .mkb-background-origin-padding-odd > *:nth-child(odd), .mkb-background-origin-padding-even > *:nth-child(even) {
  background-origin: padding-box !important;
}

.mkb-background-origin-border, .mkb-background-origin-border-child > *, .mkb-background-origin-border-first > *:first-child, .mkb-background-origin-border-last > *:last-child, .mkb-background-origin-border-odd > *:nth-child(odd), .mkb-background-origin-border-even > *:nth-child(even) {
  background-origin: border-box !important;
}

.mkb-background-origin-content, .mkb-background-origin-content-child > *, .mkb-background-origin-content-first > *:first-child, .mkb-background-origin-content-last > *:last-child, .mkb-background-origin-content-odd > *:nth-child(odd), .mkb-background-origin-content-even > *:nth-child(even) {
  background-origin: content-box !important;
}

.mkb-background-origin-inherit, .mkb-background-origin-inherit-child > *, .mkb-background-origin-inherit-first > *:first-child, .mkb-background-origin-inherit-last > *:last-child, .mkb-background-origin-inherit-odd > *:nth-child(odd), .mkb-background-origin-inherit-even > *:nth-child(even) {
  background-origin: inherit !important;
}

/* #### BACKGROUND COLOR CLASSES #### */
.mkb-background-transparent, .mkb-background-transparent-child > *, .mkb-background-transparent-first > *:first-child, .mkb-background-transparent-last > *:last-child, .mkb-background-transparent-odd > *:nth-child(odd), .mkb-background-transparent-even > *:nth-child(even), .mkb-background-hover-transparent:hover, .mkb-background-hover-transparent-child:hover > *, .mkb-background-hover-transparent-first:hover > *:first-child, .mkb-background-hover-transparent-last:hover > *:last-child, .mkb-background-hover-transparent-odd:hover > *:nth-child(odd), .mkb-background-hover-transparent-even:hover > *:nth-child(even), .mkb-background-child-hover-transparent-child > *:hover, .mkb-background-child-hover-transparent-first > *:first-child:hover, .mkb-background-child-hover-transparent-last > *:last-child:hover, .mkb-background-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-background-child-hover-transparent-even > *:nth-child(even):hover {
  background-color: transparent !important;
}

.mkb-background-black, .mkb-background-black-child > *, .mkb-background-black-first > *:first-child, .mkb-background-black-last > *:last-child, .mkb-background-black-odd > *:nth-child(odd), .mkb-background-black-even > *:nth-child(even), .mkb-background-hover-black:hover, .mkb-background-hover-black-child:hover > *, .mkb-background-hover-black-first:hover > *:first-child, .mkb-background-hover-black-last:hover > *:last-child, .mkb-background-hover-black-odd:hover > *:nth-child(odd), .mkb-background-hover-black-even:hover > *:nth-child(even), .mkb-background-child-hover-black-child > *:hover, .mkb-background-child-hover-black-first > *:first-child:hover, .mkb-background-child-hover-black-last > *:last-child:hover, .mkb-background-child-hover-black-odd > *:nth-child(odd):hover, .mkb-background-child-hover-black-even > *:nth-child(even):hover {
  background-color: #0A0A0A !important;
}

.mkb-background-white, .mkb-background-white-child > *, .mkb-background-white-first > *:first-child, .mkb-background-white-last > *:last-child, .mkb-background-white-odd > *:nth-child(odd), .mkb-background-white-even > *:nth-child(even), .mkb-background-hover-white:hover, .mkb-background-hover-white-child:hover > *, .mkb-background-hover-white-first:hover > *:first-child, .mkb-background-hover-white-last:hover > *:last-child, .mkb-background-hover-white-odd:hover > *:nth-child(odd), .mkb-background-hover-white-even:hover > *:nth-child(even), .mkb-background-child-hover-white-child > *:hover, .mkb-background-child-hover-white-first > *:first-child:hover, .mkb-background-child-hover-white-last > *:last-child:hover, .mkb-background-child-hover-white-odd > *:nth-child(odd):hover, .mkb-background-child-hover-white-even > *:nth-child(even):hover {
  background-color: #FFF !important;
}

.mkb-background-red, .mkb-background-red-child > *, .mkb-background-red-first > *:first-child, .mkb-background-red-last > *:last-child, .mkb-background-red-odd > *:nth-child(odd), .mkb-background-red-even > *:nth-child(even), .mkb-background-hover-red:hover, .mkb-background-hover-red-child:hover > *, .mkb-background-hover-red-first:hover > *:first-child, .mkb-background-hover-red-last:hover > *:last-child, .mkb-background-hover-red-odd:hover > *:nth-child(odd), .mkb-background-hover-red-even:hover > *:nth-child(even), .mkb-background-child-hover-red-child > *:hover, .mkb-background-child-hover-red-first > *:first-child:hover, .mkb-background-child-hover-red-last > *:last-child:hover, .mkb-background-child-hover-red-odd > *:nth-child(odd):hover, .mkb-background-child-hover-red-even > *:nth-child(even):hover {
  background-color: #F44336 !important;
}

.mkb-background-green, .mkb-background-green-child > *, .mkb-background-green-first > *:first-child, .mkb-background-green-last > *:last-child, .mkb-background-green-odd > *:nth-child(odd), .mkb-background-green-even > *:nth-child(even), .mkb-background-hover-green:hover, .mkb-background-hover-green-child:hover > *, .mkb-background-hover-green-first:hover > *:first-child, .mkb-background-hover-green-last:hover > *:last-child, .mkb-background-hover-green-odd:hover > *:nth-child(odd), .mkb-background-hover-green-even:hover > *:nth-child(even), .mkb-background-child-hover-green-child > *:hover, .mkb-background-child-hover-green-first > *:first-child:hover, .mkb-background-child-hover-green-last > *:last-child:hover, .mkb-background-child-hover-green-odd > *:nth-child(odd):hover, .mkb-background-child-hover-green-even > *:nth-child(even):hover {
  background-color: #4CAF50 !important;
}

.mkb-background-blue, .mkb-background-blue-child > *, .mkb-background-blue-first > *:first-child, .mkb-background-blue-last > *:last-child, .mkb-background-blue-odd > *:nth-child(odd), .mkb-background-blue-even > *:nth-child(even), .mkb-background-hover-blue:hover, .mkb-background-hover-blue-child:hover > *, .mkb-background-hover-blue-first:hover > *:first-child, .mkb-background-hover-blue-last:hover > *:last-child, .mkb-background-hover-blue-odd:hover > *:nth-child(odd), .mkb-background-hover-blue-even:hover > *:nth-child(even), .mkb-background-child-hover-blue-child > *:hover, .mkb-background-child-hover-blue-first > *:first-child:hover, .mkb-background-child-hover-blue-last > *:last-child:hover, .mkb-background-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-background-child-hover-blue-even > *:nth-child(even):hover {
  background-color: #2196F3 !important;
}

.mkb-background-yellow, .mkb-background-yellow-child > *, .mkb-background-yellow-first > *:first-child, .mkb-background-yellow-last > *:last-child, .mkb-background-yellow-odd > *:nth-child(odd), .mkb-background-yellow-even > *:nth-child(even), .mkb-background-hover-yellow:hover, .mkb-background-hover-yellow-child:hover > *, .mkb-background-hover-yellow-first:hover > *:first-child, .mkb-background-hover-yellow-last:hover > *:last-child, .mkb-background-hover-yellow-odd:hover > *:nth-child(odd), .mkb-background-hover-yellow-even:hover > *:nth-child(even), .mkb-background-child-hover-yellow-child > *:hover, .mkb-background-child-hover-yellow-first > *:first-child:hover, .mkb-background-child-hover-yellow-last > *:last-child:hover, .mkb-background-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-background-child-hover-yellow-even > *:nth-child(even):hover {
  background-color: #FFEB3B !important;
}

.mkb-background-orange, .mkb-background-orange-child > *, .mkb-background-orange-first > *:first-child, .mkb-background-orange-last > *:last-child, .mkb-background-orange-odd > *:nth-child(odd), .mkb-background-orange-even > *:nth-child(even), .mkb-background-hover-orange:hover, .mkb-background-hover-orange-child:hover > *, .mkb-background-hover-orange-first:hover > *:first-child, .mkb-background-hover-orange-last:hover > *:last-child, .mkb-background-hover-orange-odd:hover > *:nth-child(odd), .mkb-background-hover-orange-even:hover > *:nth-child(even), .mkb-background-child-hover-orange-child > *:hover, .mkb-background-child-hover-orange-first > *:first-child:hover, .mkb-background-child-hover-orange-last > *:last-child:hover, .mkb-background-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-background-child-hover-orange-even > *:nth-child(even):hover {
  background-color: #FF9800 !important;
}

.mkb-background-brown, .mkb-background-brown-child > *, .mkb-background-brown-first > *:first-child, .mkb-background-brown-last > *:last-child, .mkb-background-brown-odd > *:nth-child(odd), .mkb-background-brown-even > *:nth-child(even), .mkb-background-hover-brown:hover, .mkb-background-hover-brown-child:hover > *, .mkb-background-hover-brown-first:hover > *:first-child, .mkb-background-hover-brown-last:hover > *:last-child, .mkb-background-hover-brown-odd:hover > *:nth-child(odd), .mkb-background-hover-brown-even:hover > *:nth-child(even), .mkb-background-child-hover-brown-child > *:hover, .mkb-background-child-hover-brown-first > *:first-child:hover, .mkb-background-child-hover-brown-last > *:last-child:hover, .mkb-background-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-background-child-hover-brown-even > *:nth-child(even):hover {
  background-color: #795548 !important;
}

.mkb-background-gray, .mkb-background-gray-child > *, .mkb-background-gray-first > *:first-child, .mkb-background-gray-last > *:last-child, .mkb-background-gray-odd > *:nth-child(odd), .mkb-background-gray-even > *:nth-child(even), .mkb-background-hover-gray:hover, .mkb-background-hover-gray-child:hover > *, .mkb-background-hover-gray-first:hover > *:first-child, .mkb-background-hover-gray-last:hover > *:last-child, .mkb-background-hover-gray-odd:hover > *:nth-child(odd), .mkb-background-hover-gray-even:hover > *:nth-child(even), .mkb-background-child-hover-gray-child > *:hover, .mkb-background-child-hover-gray-first > *:first-child:hover, .mkb-background-child-hover-gray-last > *:last-child:hover, .mkb-background-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-background-child-hover-gray-even > *:nth-child(even):hover {
  background-color: #9E9E9E !important;
}

.mkb-background-pink, .mkb-background-pink-child > *, .mkb-background-pink-first > *:first-child, .mkb-background-pink-last > *:last-child, .mkb-background-pink-odd > *:nth-child(odd), .mkb-background-pink-even > *:nth-child(even), .mkb-background-hover-pink:hover, .mkb-background-hover-pink-child:hover > *, .mkb-background-hover-pink-first:hover > *:first-child, .mkb-background-hover-pink-last:hover > *:last-child, .mkb-background-hover-pink-odd:hover > *:nth-child(odd), .mkb-background-hover-pink-even:hover > *:nth-child(even), .mkb-background-child-hover-pink-child > *:hover, .mkb-background-child-hover-pink-first > *:first-child:hover, .mkb-background-child-hover-pink-last > *:last-child:hover, .mkb-background-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-background-child-hover-pink-even > *:nth-child(even):hover {
  background-color: #E91E63 !important;
}

.mkb-background-purple, .mkb-background-purple-child > *, .mkb-background-purple-first > *:first-child, .mkb-background-purple-last > *:last-child, .mkb-background-purple-odd > *:nth-child(odd), .mkb-background-purple-even > *:nth-child(even), .mkb-background-hover-purple:hover, .mkb-background-hover-purple-child:hover > *, .mkb-background-hover-purple-first:hover > *:first-child, .mkb-background-hover-purple-last:hover > *:last-child, .mkb-background-hover-purple-odd:hover > *:nth-child(odd), .mkb-background-hover-purple-even:hover > *:nth-child(even), .mkb-background-child-hover-purple-child > *:hover, .mkb-background-child-hover-purple-first > *:first-child:hover, .mkb-background-child-hover-purple-last > *:last-child:hover, .mkb-background-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-background-child-hover-purple-even > *:nth-child(even):hover {
  background-color: #9C27B0 !important;
}

.mkb-background-deep-purple, .mkb-background-deep-purple-child > *, .mkb-background-deep-purple-first > *:first-child, .mkb-background-deep-purple-last > *:last-child, .mkb-background-deep-purple-odd > *:nth-child(odd), .mkb-background-deep-purple-even > *:nth-child(even), .mkb-background-hover-deep-purple:hover, .mkb-background-hover-deep-purple-child:hover > *, .mkb-background-hover-deep-purple-first:hover > *:first-child, .mkb-background-hover-deep-purple-last:hover > *:last-child, .mkb-background-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-background-hover-deep-purple-even:hover > *:nth-child(even), .mkb-background-child-hover-deep-purple-child > *:hover, .mkb-background-child-hover-deep-purple-first > *:first-child:hover, .mkb-background-child-hover-deep-purple-last > *:last-child:hover, .mkb-background-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-background-child-hover-deep-purple-even > *:nth-child(even):hover {
  background-color: #673AB7 !important;
}

.mkb-background-indigo, .mkb-background-indigo-child > *, .mkb-background-indigo-first > *:first-child, .mkb-background-indigo-last > *:last-child, .mkb-background-indigo-odd > *:nth-child(odd), .mkb-background-indigo-even > *:nth-child(even), .mkb-background-hover-indigo:hover, .mkb-background-hover-indigo-child:hover > *, .mkb-background-hover-indigo-first:hover > *:first-child, .mkb-background-hover-indigo-last:hover > *:last-child, .mkb-background-hover-indigo-odd:hover > *:nth-child(odd), .mkb-background-hover-indigo-even:hover > *:nth-child(even), .mkb-background-child-hover-indigo-child > *:hover, .mkb-background-child-hover-indigo-first > *:first-child:hover, .mkb-background-child-hover-indigo-last > *:last-child:hover, .mkb-background-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-background-child-hover-indigo-even > *:nth-child(even):hover {
  background-color: #3F51B5 !important;
}

.mkb-background-light-blue, .mkb-background-light-blue-child > *, .mkb-background-light-blue-first > *:first-child, .mkb-background-light-blue-last > *:last-child, .mkb-background-light-blue-odd > *:nth-child(odd), .mkb-background-light-blue-even > *:nth-child(even), .mkb-background-hover-light-blue:hover, .mkb-background-hover-light-blue-child:hover > *, .mkb-background-hover-light-blue-first:hover > *:first-child, .mkb-background-hover-light-blue-last:hover > *:last-child, .mkb-background-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-background-hover-light-blue-even:hover > *:nth-child(even), .mkb-background-child-hover-light-blue-child > *:hover, .mkb-background-child-hover-light-blue-first > *:first-child:hover, .mkb-background-child-hover-light-blue-last > *:last-child:hover, .mkb-background-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-background-child-hover-light-blue-even > *:nth-child(even):hover {
  background-color: #03A9F4 !important;
}

.mkb-background-cyan, .mkb-background-cyan-child > *, .mkb-background-cyan-first > *:first-child, .mkb-background-cyan-last > *:last-child, .mkb-background-cyan-odd > *:nth-child(odd), .mkb-background-cyan-even > *:nth-child(even), .mkb-background-hover-cyan:hover, .mkb-background-hover-cyan-child:hover > *, .mkb-background-hover-cyan-first:hover > *:first-child, .mkb-background-hover-cyan-last:hover > *:last-child, .mkb-background-hover-cyan-odd:hover > *:nth-child(odd), .mkb-background-hover-cyan-even:hover > *:nth-child(even), .mkb-background-child-hover-cyan-child > *:hover, .mkb-background-child-hover-cyan-first > *:first-child:hover, .mkb-background-child-hover-cyan-last > *:last-child:hover, .mkb-background-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-background-child-hover-cyan-even > *:nth-child(even):hover {
  background-color: #00BCD4 !important;
}

.mkb-background-teal, .mkb-background-teal-child > *, .mkb-background-teal-first > *:first-child, .mkb-background-teal-last > *:last-child, .mkb-background-teal-odd > *:nth-child(odd), .mkb-background-teal-even > *:nth-child(even), .mkb-background-hover-teal:hover, .mkb-background-hover-teal-child:hover > *, .mkb-background-hover-teal-first:hover > *:first-child, .mkb-background-hover-teal-last:hover > *:last-child, .mkb-background-hover-teal-odd:hover > *:nth-child(odd), .mkb-background-hover-teal-even:hover > *:nth-child(even), .mkb-background-child-hover-teal-child > *:hover, .mkb-background-child-hover-teal-first > *:first-child:hover, .mkb-background-child-hover-teal-last > *:last-child:hover, .mkb-background-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-background-child-hover-teal-even > *:nth-child(even):hover {
  background-color: #009688 !important;
}

.mkb-background-light-green, .mkb-background-light-green-child > *, .mkb-background-light-green-first > *:first-child, .mkb-background-light-green-last > *:last-child, .mkb-background-light-green-odd > *:nth-child(odd), .mkb-background-light-green-even > *:nth-child(even), .mkb-background-hover-light-green:hover, .mkb-background-hover-light-green-child:hover > *, .mkb-background-hover-light-green-first:hover > *:first-child, .mkb-background-hover-light-green-last:hover > *:last-child, .mkb-background-hover-light-green-odd:hover > *:nth-child(odd), .mkb-background-hover-light-green-even:hover > *:nth-child(even), .mkb-background-child-hover-light-green-child > *:hover, .mkb-background-child-hover-light-green-first > *:first-child:hover, .mkb-background-child-hover-light-green-last > *:last-child:hover, .mkb-background-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-background-child-hover-light-green-even > *:nth-child(even):hover {
  background-color: #8BC34A !important;
}

.mkb-background-lime, .mkb-background-lime-child > *, .mkb-background-lime-first > *:first-child, .mkb-background-lime-last > *:last-child, .mkb-background-lime-odd > *:nth-child(odd), .mkb-background-lime-even > *:nth-child(even), .mkb-background-hover-lime:hover, .mkb-background-hover-lime-child:hover > *, .mkb-background-hover-lime-first:hover > *:first-child, .mkb-background-hover-lime-last:hover > *:last-child, .mkb-background-hover-lime-odd:hover > *:nth-child(odd), .mkb-background-hover-lime-even:hover > *:nth-child(even), .mkb-background-child-hover-lime-child > *:hover, .mkb-background-child-hover-lime-first > *:first-child:hover, .mkb-background-child-hover-lime-last > *:last-child:hover, .mkb-background-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-background-child-hover-lime-even > *:nth-child(even):hover {
  background-color: #CDDC39 !important;
}

.mkb-background-amber, .mkb-background-amber-child > *, .mkb-background-amber-first > *:first-child, .mkb-background-amber-last > *:last-child, .mkb-background-amber-odd > *:nth-child(odd), .mkb-background-amber-even > *:nth-child(even), .mkb-background-hover-amber:hover, .mkb-background-hover-amber-child:hover > *, .mkb-background-hover-amber-first:hover > *:first-child, .mkb-background-hover-amber-last:hover > *:last-child, .mkb-background-hover-amber-odd:hover > *:nth-child(odd), .mkb-background-hover-amber-even:hover > *:nth-child(even), .mkb-background-child-hover-amber-child > *:hover, .mkb-background-child-hover-amber-first > *:first-child:hover, .mkb-background-child-hover-amber-last > *:last-child:hover, .mkb-background-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-background-child-hover-amber-even > *:nth-child(even):hover {
  background-color: #FFC107 !important;
}

.mkb-background-deep-orange, .mkb-background-deep-orange-child > *, .mkb-background-deep-orange-first > *:first-child, .mkb-background-deep-orange-last > *:last-child, .mkb-background-deep-orange-odd > *:nth-child(odd), .mkb-background-deep-orange-even > *:nth-child(even), .mkb-background-hover-deep-orange:hover, .mkb-background-hover-deep-orange-child:hover > *, .mkb-background-hover-deep-orange-first:hover > *:first-child, .mkb-background-hover-deep-orange-last:hover > *:last-child, .mkb-background-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-background-hover-deep-orange-even:hover > *:nth-child(even), .mkb-background-child-hover-deep-orange-child > *:hover, .mkb-background-child-hover-deep-orange-first > *:first-child:hover, .mkb-background-child-hover-deep-orange-last > *:last-child:hover, .mkb-background-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-background-child-hover-deep-orange-even > *:nth-child(even):hover {
  background-color: #FF5722 !important;
}

.mkb-background-blue-gray, .mkb-background-blue-gray-child > *, .mkb-background-blue-gray-first > *:first-child, .mkb-background-blue-gray-last > *:last-child, .mkb-background-blue-gray-odd > *:nth-child(odd), .mkb-background-blue-gray-even > *:nth-child(even), .mkb-background-hover-blue-gray:hover, .mkb-background-hover-blue-gray-child:hover > *, .mkb-background-hover-blue-gray-first:hover > *:first-child, .mkb-background-hover-blue-gray-last:hover > *:last-child, .mkb-background-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-background-hover-blue-gray-even:hover > *:nth-child(even), .mkb-background-child-hover-blue-gray-child > *:hover, .mkb-background-child-hover-blue-gray-first > *:first-child:hover, .mkb-background-child-hover-blue-gray-last > *:last-child:hover, .mkb-background-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-background-child-hover-blue-gray-even > *:nth-child(even):hover {
  background-color: #607D8B !important;
}

/* #### WIDTH CLASSES #### */
.mkb-width, .mkb-width-child > *, .mkb-width-first > *:first-child, .mkb-width-last > *:last-child, .mkb-width-odd > *:nth-child(odd), .mkb-width-even > *:nth-child(even) {
  width: 100% !important;
}

.mkb-width-1-8, .mkb-width-1-8-child > *, .mkb-width-1-8-first > *:first-child, .mkb-width-1-8-last > *:last-child, .mkb-width-1-8-odd > *:nth-child(odd), .mkb-width-1-8-even > *:nth-child(even) {
  width: 12.5% !important;
}

.mkb-width-2-8, .mkb-width-2-8-child > *, .mkb-width-2-8-first > *:first-child, .mkb-width-2-8-last > *:last-child, .mkb-width-2-8-odd > *:nth-child(odd), .mkb-width-2-8-even > *:nth-child(even) {
  width: 25% !important;
}

.mkb-width-3-8, .mkb-width-3-8-child > *, .mkb-width-3-8-first > *:first-child, .mkb-width-3-8-last > *:last-child, .mkb-width-3-8-odd > *:nth-child(odd), .mkb-width-3-8-even > *:nth-child(even) {
  width: 37.5% !important;
}

.mkb-width-4-8, .mkb-width-4-8-child > *, .mkb-width-4-8-first > *:first-child, .mkb-width-4-8-last > *:last-child, .mkb-width-4-8-odd > *:nth-child(odd), .mkb-width-4-8-even > *:nth-child(even) {
  width: 50% !important;
}

.mkb-width-5-8, .mkb-width-5-8-child > *, .mkb-width-5-8-first > *:first-child, .mkb-width-5-8-last > *:last-child, .mkb-width-5-8-odd > *:nth-child(odd), .mkb-width-5-8-even > *:nth-child(even) {
  width: 62.5% !important;
}

.mkb-width-6-8, .mkb-width-6-8-child > *, .mkb-width-6-8-first > *:first-child, .mkb-width-6-8-last > *:last-child, .mkb-width-6-8-odd > *:nth-child(odd), .mkb-width-6-8-even > *:nth-child(even) {
  width: 75% !important;
}

.mkb-width-7-8, .mkb-width-7-8-child > *, .mkb-width-7-8-first > *:first-child, .mkb-width-7-8-last > *:last-child, .mkb-width-7-8-odd > *:nth-child(odd), .mkb-width-7-8-even > *:nth-child(even) {
  width: 87.5% !important;
}

.mkb-width-8-8, .mkb-width-8-8-child > *, .mkb-width-8-8-first > *:first-child, .mkb-width-8-8-last > *:last-child, .mkb-width-8-8-odd > *:nth-child(odd), .mkb-width-8-8-even > *:nth-child(even) {
  width: 100% !important;
}

.mkb-width-1-10, .mkb-width-1-10-child > *, .mkb-width-1-10-first > *:first-child, .mkb-width-1-10-last > *:last-child, .mkb-width-1-10-odd > *:nth-child(odd), .mkb-width-1-10-even > *:nth-child(even) {
  width: 10% !important;
}

.mkb-width-2-10, .mkb-width-2-10-child > *, .mkb-width-2-10-first > *:first-child, .mkb-width-2-10-last > *:last-child, .mkb-width-2-10-odd > *:nth-child(odd), .mkb-width-2-10-even > *:nth-child(even) {
  width: 20% !important;
}

.mkb-width-3-10, .mkb-width-3-10-child > *, .mkb-width-3-10-first > *:first-child, .mkb-width-3-10-last > *:last-child, .mkb-width-3-10-odd > *:nth-child(odd), .mkb-width-3-10-even > *:nth-child(even) {
  width: 30% !important;
}

.mkb-width-4-10, .mkb-width-4-10-child > *, .mkb-width-4-10-first > *:first-child, .mkb-width-4-10-last > *:last-child, .mkb-width-4-10-odd > *:nth-child(odd), .mkb-width-4-10-even > *:nth-child(even) {
  width: 40% !important;
}

.mkb-width-5-10, .mkb-width-5-10-child > *, .mkb-width-5-10-first > *:first-child, .mkb-width-5-10-last > *:last-child, .mkb-width-5-10-odd > *:nth-child(odd), .mkb-width-5-10-even > *:nth-child(even) {
  width: 50% !important;
}

.mkb-width-6-10, .mkb-width-6-10-child > *, .mkb-width-6-10-first > *:first-child, .mkb-width-6-10-last > *:last-child, .mkb-width-6-10-odd > *:nth-child(odd), .mkb-width-6-10-even > *:nth-child(even) {
  width: 60% !important;
}

.mkb-width-7-10, .mkb-width-7-10-child > *, .mkb-width-7-10-first > *:first-child, .mkb-width-7-10-last > *:last-child, .mkb-width-7-10-odd > *:nth-child(odd), .mkb-width-7-10-even > *:nth-child(even) {
  width: 70% !important;
}

.mkb-width-8-10, .mkb-width-8-10-child > *, .mkb-width-8-10-first > *:first-child, .mkb-width-8-10-last > *:last-child, .mkb-width-8-10-odd > *:nth-child(odd), .mkb-width-8-10-even > *:nth-child(even) {
  width: 80% !important;
}

.mkb-width-9-10, .mkb-width-9-10-child > *, .mkb-width-9-10-first > *:first-child, .mkb-width-9-10-last > *:last-child, .mkb-width-9-10-odd > *:nth-child(odd), .mkb-width-9-10-even > *:nth-child(even) {
  width: 90% !important;
}

.mkb-width-10-10, .mkb-width-10-10-child > *, .mkb-width-10-10-first > *:first-child, .mkb-width-10-10-last > *:last-child, .mkb-width-10-10-odd > *:nth-child(odd), .mkb-width-10-10-even > *:nth-child(even) {
  width: 100% !important;
}

.mkb-width-1-12, .mkb-width-1-12-child > *, .mkb-width-1-12-first > *:first-child, .mkb-width-1-12-last > *:last-child, .mkb-width-1-12-odd > *:nth-child(odd), .mkb-width-1-12-even > *:nth-child(even) {
  width: 8.33333% !important;
}

.mkb-width-2-12, .mkb-width-2-12-child > *, .mkb-width-2-12-first > *:first-child, .mkb-width-2-12-last > *:last-child, .mkb-width-2-12-odd > *:nth-child(odd), .mkb-width-2-12-even > *:nth-child(even) {
  width: 16.66667% !important;
}

.mkb-width-3-12, .mkb-width-3-12-child > *, .mkb-width-3-12-first > *:first-child, .mkb-width-3-12-last > *:last-child, .mkb-width-3-12-odd > *:nth-child(odd), .mkb-width-3-12-even > *:nth-child(even) {
  width: 25% !important;
}

.mkb-width-4-12, .mkb-width-4-12-child > *, .mkb-width-4-12-first > *:first-child, .mkb-width-4-12-last > *:last-child, .mkb-width-4-12-odd > *:nth-child(odd), .mkb-width-4-12-even > *:nth-child(even) {
  width: 33.33333% !important;
}

.mkb-width-5-12, .mkb-width-5-12-child > *, .mkb-width-5-12-first > *:first-child, .mkb-width-5-12-last > *:last-child, .mkb-width-5-12-odd > *:nth-child(odd), .mkb-width-5-12-even > *:nth-child(even) {
  width: 41.66667% !important;
}

.mkb-width-6-12, .mkb-width-6-12-child > *, .mkb-width-6-12-first > *:first-child, .mkb-width-6-12-last > *:last-child, .mkb-width-6-12-odd > *:nth-child(odd), .mkb-width-6-12-even > *:nth-child(even) {
  width: 50% !important;
}

.mkb-width-7-12, .mkb-width-7-12-child > *, .mkb-width-7-12-first > *:first-child, .mkb-width-7-12-last > *:last-child, .mkb-width-7-12-odd > *:nth-child(odd), .mkb-width-7-12-even > *:nth-child(even) {
  width: 58.33333% !important;
}

.mkb-width-8-12, .mkb-width-8-12-child > *, .mkb-width-8-12-first > *:first-child, .mkb-width-8-12-last > *:last-child, .mkb-width-8-12-odd > *:nth-child(odd), .mkb-width-8-12-even > *:nth-child(even) {
  width: 66.66667% !important;
}

.mkb-width-9-12, .mkb-width-9-12-child > *, .mkb-width-9-12-first > *:first-child, .mkb-width-9-12-last > *:last-child, .mkb-width-9-12-odd > *:nth-child(odd), .mkb-width-9-12-even > *:nth-child(even) {
  width: 75% !important;
}

.mkb-width-10-12, .mkb-width-10-12-child > *, .mkb-width-10-12-first > *:first-child, .mkb-width-10-12-last > *:last-child, .mkb-width-10-12-odd > *:nth-child(odd), .mkb-width-10-12-even > *:nth-child(even) {
  width: 83.33333% !important;
}

.mkb-width-11-12, .mkb-width-11-12-child > *, .mkb-width-11-12-first > *:first-child, .mkb-width-11-12-last > *:last-child, .mkb-width-11-12-odd > *:nth-child(odd), .mkb-width-11-12-even > *:nth-child(even) {
  width: 91.66667% !important;
}

.mkb-width-12-12, .mkb-width-12-12-child > *, .mkb-width-12-12-first > *:first-child, .mkb-width-12-12-last > *:last-child, .mkb-width-12-12-odd > *:nth-child(odd), .mkb-width-12-12-even > *:nth-child(even) {
  width: 100% !important;
}

.mkb-width-none, .mkb-width-none-child > *, .mkb-width-none-first > *:first-child, .mkb-width-none-last > *:last-child, .mkb-width-none-odd > *:nth-child(odd), .mkb-width-none-even > *:nth-child(even) {
  width: 0 !important;
}

.mkb-width-auto, .mkb-width-auto-child > *, .mkb-width-auto-first > *:first-child, .mkb-width-auto-last > *:last-child, .mkb-width-auto-odd > *:nth-child(odd), .mkb-width-auto-even > *:nth-child(even) {
  width: auto !important;
}

.mkb-width-min, .mkb-width-min-child > *, .mkb-width-min-first > *:first-child, .mkb-width-min-last > *:last-child, .mkb-width-min-odd > *:nth-child(odd), .mkb-width-min-even > *:nth-child(even) {
  min-width: 100% !important;
}

.mkb-width-min-1-8, .mkb-width-min-1-8-child > *, .mkb-width-min-1-8-first > *:first-child, .mkb-width-min-1-8-last > *:last-child, .mkb-width-min-1-8-odd > *:nth-child(odd), .mkb-width-min-1-8-even > *:nth-child(even) {
  min-width: 12.5% !important;
}

.mkb-width-min-2-8, .mkb-width-min-2-8-child > *, .mkb-width-min-2-8-first > *:first-child, .mkb-width-min-2-8-last > *:last-child, .mkb-width-min-2-8-odd > *:nth-child(odd), .mkb-width-min-2-8-even > *:nth-child(even) {
  min-width: 25% !important;
}

.mkb-width-min-3-8, .mkb-width-min-3-8-child > *, .mkb-width-min-3-8-first > *:first-child, .mkb-width-min-3-8-last > *:last-child, .mkb-width-min-3-8-odd > *:nth-child(odd), .mkb-width-min-3-8-even > *:nth-child(even) {
  min-width: 37.5% !important;
}

.mkb-width-min-4-8, .mkb-width-min-4-8-child > *, .mkb-width-min-4-8-first > *:first-child, .mkb-width-min-4-8-last > *:last-child, .mkb-width-min-4-8-odd > *:nth-child(odd), .mkb-width-min-4-8-even > *:nth-child(even) {
  min-width: 50% !important;
}

.mkb-width-min-5-8, .mkb-width-min-5-8-child > *, .mkb-width-min-5-8-first > *:first-child, .mkb-width-min-5-8-last > *:last-child, .mkb-width-min-5-8-odd > *:nth-child(odd), .mkb-width-min-5-8-even > *:nth-child(even) {
  min-width: 62.5% !important;
}

.mkb-width-min-6-8, .mkb-width-min-6-8-child > *, .mkb-width-min-6-8-first > *:first-child, .mkb-width-min-6-8-last > *:last-child, .mkb-width-min-6-8-odd > *:nth-child(odd), .mkb-width-min-6-8-even > *:nth-child(even) {
  min-width: 75% !important;
}

.mkb-width-min-7-8, .mkb-width-min-7-8-child > *, .mkb-width-min-7-8-first > *:first-child, .mkb-width-min-7-8-last > *:last-child, .mkb-width-min-7-8-odd > *:nth-child(odd), .mkb-width-min-7-8-even > *:nth-child(even) {
  min-width: 87.5% !important;
}

.mkb-width-min-8-8, .mkb-width-min-8-8-child > *, .mkb-width-min-8-8-first > *:first-child, .mkb-width-min-8-8-last > *:last-child, .mkb-width-min-8-8-odd > *:nth-child(odd), .mkb-width-min-8-8-even > *:nth-child(even) {
  min-width: 100% !important;
}

.mkb-width-min-1-10, .mkb-width-min-1-10-child > *, .mkb-width-min-1-10-first > *:first-child, .mkb-width-min-1-10-last > *:last-child, .mkb-width-min-1-10-odd > *:nth-child(odd), .mkb-width-min-1-10-even > *:nth-child(even) {
  min-width: 10% !important;
}

.mkb-width-min-2-10, .mkb-width-min-2-10-child > *, .mkb-width-min-2-10-first > *:first-child, .mkb-width-min-2-10-last > *:last-child, .mkb-width-min-2-10-odd > *:nth-child(odd), .mkb-width-min-2-10-even > *:nth-child(even) {
  min-width: 20% !important;
}

.mkb-width-min-3-10, .mkb-width-min-3-10-child > *, .mkb-width-min-3-10-first > *:first-child, .mkb-width-min-3-10-last > *:last-child, .mkb-width-min-3-10-odd > *:nth-child(odd), .mkb-width-min-3-10-even > *:nth-child(even) {
  min-width: 30% !important;
}

.mkb-width-min-4-10, .mkb-width-min-4-10-child > *, .mkb-width-min-4-10-first > *:first-child, .mkb-width-min-4-10-last > *:last-child, .mkb-width-min-4-10-odd > *:nth-child(odd), .mkb-width-min-4-10-even > *:nth-child(even) {
  min-width: 40% !important;
}

.mkb-width-min-5-10, .mkb-width-min-5-10-child > *, .mkb-width-min-5-10-first > *:first-child, .mkb-width-min-5-10-last > *:last-child, .mkb-width-min-5-10-odd > *:nth-child(odd), .mkb-width-min-5-10-even > *:nth-child(even) {
  min-width: 50% !important;
}

.mkb-width-min-6-10, .mkb-width-min-6-10-child > *, .mkb-width-min-6-10-first > *:first-child, .mkb-width-min-6-10-last > *:last-child, .mkb-width-min-6-10-odd > *:nth-child(odd), .mkb-width-min-6-10-even > *:nth-child(even) {
  min-width: 60% !important;
}

.mkb-width-min-7-10, .mkb-width-min-7-10-child > *, .mkb-width-min-7-10-first > *:first-child, .mkb-width-min-7-10-last > *:last-child, .mkb-width-min-7-10-odd > *:nth-child(odd), .mkb-width-min-7-10-even > *:nth-child(even) {
  min-width: 70% !important;
}

.mkb-width-min-8-10, .mkb-width-min-8-10-child > *, .mkb-width-min-8-10-first > *:first-child, .mkb-width-min-8-10-last > *:last-child, .mkb-width-min-8-10-odd > *:nth-child(odd), .mkb-width-min-8-10-even > *:nth-child(even) {
  min-width: 80% !important;
}

.mkb-width-min-9-10, .mkb-width-min-9-10-child > *, .mkb-width-min-9-10-first > *:first-child, .mkb-width-min-9-10-last > *:last-child, .mkb-width-min-9-10-odd > *:nth-child(odd), .mkb-width-min-9-10-even > *:nth-child(even) {
  min-width: 90% !important;
}

.mkb-width-min-10-10, .mkb-width-min-10-10-child > *, .mkb-width-min-10-10-first > *:first-child, .mkb-width-min-10-10-last > *:last-child, .mkb-width-min-10-10-odd > *:nth-child(odd), .mkb-width-min-10-10-even > *:nth-child(even) {
  min-width: 100% !important;
}

.mkb-width-min-1-12, .mkb-width-min-1-12-child > *, .mkb-width-min-1-12-first > *:first-child, .mkb-width-min-1-12-last > *:last-child, .mkb-width-min-1-12-odd > *:nth-child(odd), .mkb-width-min-1-12-even > *:nth-child(even) {
  min-width: 8.33333% !important;
}

.mkb-width-min-2-12, .mkb-width-min-2-12-child > *, .mkb-width-min-2-12-first > *:first-child, .mkb-width-min-2-12-last > *:last-child, .mkb-width-min-2-12-odd > *:nth-child(odd), .mkb-width-min-2-12-even > *:nth-child(even) {
  min-width: 16.66667% !important;
}

.mkb-width-min-3-12, .mkb-width-min-3-12-child > *, .mkb-width-min-3-12-first > *:first-child, .mkb-width-min-3-12-last > *:last-child, .mkb-width-min-3-12-odd > *:nth-child(odd), .mkb-width-min-3-12-even > *:nth-child(even) {
  min-width: 25% !important;
}

.mkb-width-min-4-12, .mkb-width-min-4-12-child > *, .mkb-width-min-4-12-first > *:first-child, .mkb-width-min-4-12-last > *:last-child, .mkb-width-min-4-12-odd > *:nth-child(odd), .mkb-width-min-4-12-even > *:nth-child(even) {
  min-width: 33.33333% !important;
}

.mkb-width-min-5-12, .mkb-width-min-5-12-child > *, .mkb-width-min-5-12-first > *:first-child, .mkb-width-min-5-12-last > *:last-child, .mkb-width-min-5-12-odd > *:nth-child(odd), .mkb-width-min-5-12-even > *:nth-child(even) {
  min-width: 41.66667% !important;
}

.mkb-width-min-6-12, .mkb-width-min-6-12-child > *, .mkb-width-min-6-12-first > *:first-child, .mkb-width-min-6-12-last > *:last-child, .mkb-width-min-6-12-odd > *:nth-child(odd), .mkb-width-min-6-12-even > *:nth-child(even) {
  min-width: 50% !important;
}

.mkb-width-min-7-12, .mkb-width-min-7-12-child > *, .mkb-width-min-7-12-first > *:first-child, .mkb-width-min-7-12-last > *:last-child, .mkb-width-min-7-12-odd > *:nth-child(odd), .mkb-width-min-7-12-even > *:nth-child(even) {
  min-width: 58.33333% !important;
}

.mkb-width-min-8-12, .mkb-width-min-8-12-child > *, .mkb-width-min-8-12-first > *:first-child, .mkb-width-min-8-12-last > *:last-child, .mkb-width-min-8-12-odd > *:nth-child(odd), .mkb-width-min-8-12-even > *:nth-child(even) {
  min-width: 66.66667% !important;
}

.mkb-width-min-9-12, .mkb-width-min-9-12-child > *, .mkb-width-min-9-12-first > *:first-child, .mkb-width-min-9-12-last > *:last-child, .mkb-width-min-9-12-odd > *:nth-child(odd), .mkb-width-min-9-12-even > *:nth-child(even) {
  min-width: 75% !important;
}

.mkb-width-min-10-12, .mkb-width-min-10-12-child > *, .mkb-width-min-10-12-first > *:first-child, .mkb-width-min-10-12-last > *:last-child, .mkb-width-min-10-12-odd > *:nth-child(odd), .mkb-width-min-10-12-even > *:nth-child(even) {
  min-width: 83.33333% !important;
}

.mkb-width-min-11-12, .mkb-width-min-11-12-child > *, .mkb-width-min-11-12-first > *:first-child, .mkb-width-min-11-12-last > *:last-child, .mkb-width-min-11-12-odd > *:nth-child(odd), .mkb-width-min-11-12-even > *:nth-child(even) {
  min-width: 91.66667% !important;
}

.mkb-width-min-12-12, .mkb-width-min-12-12-child > *, .mkb-width-min-12-12-first > *:first-child, .mkb-width-min-12-12-last > *:last-child, .mkb-width-min-12-12-odd > *:nth-child(odd), .mkb-width-min-12-12-even > *:nth-child(even) {
  min-width: 100% !important;
}

.mkb-width-max, .mkb-width-max-child > *, .mkb-width-max-first > *:first-child, .mkb-width-max-last > *:last-child, .mkb-width-max-odd > *:nth-child(odd), .mkb-width-max-even > *:nth-child(even) {
  max-width: 100% !important;
}

.mkb-width-max-1-8, .mkb-width-max-1-8-child > *, .mkb-width-max-1-8-first > *:first-child, .mkb-width-max-1-8-last > *:last-child, .mkb-width-max-1-8-odd > *:nth-child(odd), .mkb-width-max-1-8-even > *:nth-child(even) {
  max-width: 12.5% !important;
}

.mkb-width-max-2-8, .mkb-width-max-2-8-child > *, .mkb-width-max-2-8-first > *:first-child, .mkb-width-max-2-8-last > *:last-child, .mkb-width-max-2-8-odd > *:nth-child(odd), .mkb-width-max-2-8-even > *:nth-child(even) {
  max-width: 25% !important;
}

.mkb-width-max-3-8, .mkb-width-max-3-8-child > *, .mkb-width-max-3-8-first > *:first-child, .mkb-width-max-3-8-last > *:last-child, .mkb-width-max-3-8-odd > *:nth-child(odd), .mkb-width-max-3-8-even > *:nth-child(even) {
  max-width: 37.5% !important;
}

.mkb-width-max-4-8, .mkb-width-max-4-8-child > *, .mkb-width-max-4-8-first > *:first-child, .mkb-width-max-4-8-last > *:last-child, .mkb-width-max-4-8-odd > *:nth-child(odd), .mkb-width-max-4-8-even > *:nth-child(even) {
  max-width: 50% !important;
}

.mkb-width-max-5-8, .mkb-width-max-5-8-child > *, .mkb-width-max-5-8-first > *:first-child, .mkb-width-max-5-8-last > *:last-child, .mkb-width-max-5-8-odd > *:nth-child(odd), .mkb-width-max-5-8-even > *:nth-child(even) {
  max-width: 62.5% !important;
}

.mkb-width-max-6-8, .mkb-width-max-6-8-child > *, .mkb-width-max-6-8-first > *:first-child, .mkb-width-max-6-8-last > *:last-child, .mkb-width-max-6-8-odd > *:nth-child(odd), .mkb-width-max-6-8-even > *:nth-child(even) {
  max-width: 75% !important;
}

.mkb-width-max-7-8, .mkb-width-max-7-8-child > *, .mkb-width-max-7-8-first > *:first-child, .mkb-width-max-7-8-last > *:last-child, .mkb-width-max-7-8-odd > *:nth-child(odd), .mkb-width-max-7-8-even > *:nth-child(even) {
  max-width: 87.5% !important;
}

.mkb-width-max-8-8, .mkb-width-max-8-8-child > *, .mkb-width-max-8-8-first > *:first-child, .mkb-width-max-8-8-last > *:last-child, .mkb-width-max-8-8-odd > *:nth-child(odd), .mkb-width-max-8-8-even > *:nth-child(even) {
  max-width: 100% !important;
}

.mkb-width-max-1-10, .mkb-width-max-1-10-child > *, .mkb-width-max-1-10-first > *:first-child, .mkb-width-max-1-10-last > *:last-child, .mkb-width-max-1-10-odd > *:nth-child(odd), .mkb-width-max-1-10-even > *:nth-child(even) {
  max-width: 10% !important;
}

.mkb-width-max-2-10, .mkb-width-max-2-10-child > *, .mkb-width-max-2-10-first > *:first-child, .mkb-width-max-2-10-last > *:last-child, .mkb-width-max-2-10-odd > *:nth-child(odd), .mkb-width-max-2-10-even > *:nth-child(even) {
  max-width: 20% !important;
}

.mkb-width-max-3-10, .mkb-width-max-3-10-child > *, .mkb-width-max-3-10-first > *:first-child, .mkb-width-max-3-10-last > *:last-child, .mkb-width-max-3-10-odd > *:nth-child(odd), .mkb-width-max-3-10-even > *:nth-child(even) {
  max-width: 30% !important;
}

.mkb-width-max-4-10, .mkb-width-max-4-10-child > *, .mkb-width-max-4-10-first > *:first-child, .mkb-width-max-4-10-last > *:last-child, .mkb-width-max-4-10-odd > *:nth-child(odd), .mkb-width-max-4-10-even > *:nth-child(even) {
  max-width: 40% !important;
}

.mkb-width-max-5-10, .mkb-width-max-5-10-child > *, .mkb-width-max-5-10-first > *:first-child, .mkb-width-max-5-10-last > *:last-child, .mkb-width-max-5-10-odd > *:nth-child(odd), .mkb-width-max-5-10-even > *:nth-child(even) {
  max-width: 50% !important;
}

.mkb-width-max-6-10, .mkb-width-max-6-10-child > *, .mkb-width-max-6-10-first > *:first-child, .mkb-width-max-6-10-last > *:last-child, .mkb-width-max-6-10-odd > *:nth-child(odd), .mkb-width-max-6-10-even > *:nth-child(even) {
  max-width: 60% !important;
}

.mkb-width-max-7-10, .mkb-width-max-7-10-child > *, .mkb-width-max-7-10-first > *:first-child, .mkb-width-max-7-10-last > *:last-child, .mkb-width-max-7-10-odd > *:nth-child(odd), .mkb-width-max-7-10-even > *:nth-child(even) {
  max-width: 70% !important;
}

.mkb-width-max-8-10, .mkb-width-max-8-10-child > *, .mkb-width-max-8-10-first > *:first-child, .mkb-width-max-8-10-last > *:last-child, .mkb-width-max-8-10-odd > *:nth-child(odd), .mkb-width-max-8-10-even > *:nth-child(even) {
  max-width: 80% !important;
}

.mkb-width-max-9-10, .mkb-width-max-9-10-child > *, .mkb-width-max-9-10-first > *:first-child, .mkb-width-max-9-10-last > *:last-child, .mkb-width-max-9-10-odd > *:nth-child(odd), .mkb-width-max-9-10-even > *:nth-child(even) {
  max-width: 90% !important;
}

.mkb-width-max-10-10, .mkb-width-max-10-10-child > *, .mkb-width-max-10-10-first > *:first-child, .mkb-width-max-10-10-last > *:last-child, .mkb-width-max-10-10-odd > *:nth-child(odd), .mkb-width-max-10-10-even > *:nth-child(even) {
  max-width: 100% !important;
}

.mkb-width-max-1-12, .mkb-width-max-1-12-child > *, .mkb-width-max-1-12-first > *:first-child, .mkb-width-max-1-12-last > *:last-child, .mkb-width-max-1-12-odd > *:nth-child(odd), .mkb-width-max-1-12-even > *:nth-child(even) {
  max-width: 8.33333% !important;
}

.mkb-width-max-2-12, .mkb-width-max-2-12-child > *, .mkb-width-max-2-12-first > *:first-child, .mkb-width-max-2-12-last > *:last-child, .mkb-width-max-2-12-odd > *:nth-child(odd), .mkb-width-max-2-12-even > *:nth-child(even) {
  max-width: 16.66667% !important;
}

.mkb-width-max-3-12, .mkb-width-max-3-12-child > *, .mkb-width-max-3-12-first > *:first-child, .mkb-width-max-3-12-last > *:last-child, .mkb-width-max-3-12-odd > *:nth-child(odd), .mkb-width-max-3-12-even > *:nth-child(even) {
  max-width: 25% !important;
}

.mkb-width-max-4-12, .mkb-width-max-4-12-child > *, .mkb-width-max-4-12-first > *:first-child, .mkb-width-max-4-12-last > *:last-child, .mkb-width-max-4-12-odd > *:nth-child(odd), .mkb-width-max-4-12-even > *:nth-child(even) {
  max-width: 33.33333% !important;
}

.mkb-width-max-5-12, .mkb-width-max-5-12-child > *, .mkb-width-max-5-12-first > *:first-child, .mkb-width-max-5-12-last > *:last-child, .mkb-width-max-5-12-odd > *:nth-child(odd), .mkb-width-max-5-12-even > *:nth-child(even) {
  max-width: 41.66667% !important;
}

.mkb-width-max-6-12, .mkb-width-max-6-12-child > *, .mkb-width-max-6-12-first > *:first-child, .mkb-width-max-6-12-last > *:last-child, .mkb-width-max-6-12-odd > *:nth-child(odd), .mkb-width-max-6-12-even > *:nth-child(even) {
  max-width: 50% !important;
}

.mkb-width-max-7-12, .mkb-width-max-7-12-child > *, .mkb-width-max-7-12-first > *:first-child, .mkb-width-max-7-12-last > *:last-child, .mkb-width-max-7-12-odd > *:nth-child(odd), .mkb-width-max-7-12-even > *:nth-child(even) {
  max-width: 58.33333% !important;
}

.mkb-width-max-8-12, .mkb-width-max-8-12-child > *, .mkb-width-max-8-12-first > *:first-child, .mkb-width-max-8-12-last > *:last-child, .mkb-width-max-8-12-odd > *:nth-child(odd), .mkb-width-max-8-12-even > *:nth-child(even) {
  max-width: 66.66667% !important;
}

.mkb-width-max-9-12, .mkb-width-max-9-12-child > *, .mkb-width-max-9-12-first > *:first-child, .mkb-width-max-9-12-last > *:last-child, .mkb-width-max-9-12-odd > *:nth-child(odd), .mkb-width-max-9-12-even > *:nth-child(even) {
  max-width: 75% !important;
}

.mkb-width-max-10-12, .mkb-width-max-10-12-child > *, .mkb-width-max-10-12-first > *:first-child, .mkb-width-max-10-12-last > *:last-child, .mkb-width-max-10-12-odd > *:nth-child(odd), .mkb-width-max-10-12-even > *:nth-child(even) {
  max-width: 83.33333% !important;
}

.mkb-width-max-11-12, .mkb-width-max-11-12-child > *, .mkb-width-max-11-12-first > *:first-child, .mkb-width-max-11-12-last > *:last-child, .mkb-width-max-11-12-odd > *:nth-child(odd), .mkb-width-max-11-12-even > *:nth-child(even) {
  max-width: 91.66667% !important;
}

.mkb-width-max-12-12, .mkb-width-max-12-12-child > *, .mkb-width-max-12-12-first > *:first-child, .mkb-width-max-12-12-last > *:last-child, .mkb-width-max-12-12-odd > *:nth-child(odd), .mkb-width-max-12-12-even > *:nth-child(even) {
  max-width: 100% !important;
}

/* #### HEIGHT CLASSES #### */
.mkb-height, .mkb-height-child > *, .mkb-height-first > *:first-child, .mkb-height-last > *:last-child, .mkb-height-odd > *:nth-child(odd), .mkb-height-even > *:nth-child(even) {
  height: 100% !important;
}

.mkb-height-none, .mkb-height-none-child > *, .mkb-height-none-first > *:first-child, .mkb-height-none-last > *:last-child, .mkb-height-none-odd > *:nth-child(odd), .mkb-height-none-even > *:nth-child(even) {
  height: 0 !important;
}

.mkb-height-auto, .mkb-height-auto-child > *, .mkb-height-auto-first > *:first-child, .mkb-height-auto-last > *:last-child, .mkb-height-auto-odd > *:nth-child(odd), .mkb-height-auto-even > *:nth-child(even) {
  height: auto !important;
}

.mkb-height-min, .mkb-height-min-child > *, .mkb-height-min-first > *:first-child, .mkb-height-min-last > *:last-child, .mkb-height-min-odd > *:nth-child(odd), .mkb-height-min-even > *:nth-child(even) {
  min-height: 100% !important;
}

.mkb-height-max, .mkb-height-max-child > *, .mkb-height-max-first > *:first-child, .mkb-height-max-last > *:last-child, .mkb-height-max-odd > *:nth-child(odd), .mkb-height-max-even > *:nth-child(even) {
  max-height: 100% !important;
}

/* #### PADDING CLASSES #### */
.mkb-pad-none, .mkb-pad-none-child > *, .mkb-pad-none-first > *:first-child, .mkb-pad-none-last > *:last-child, .mkb-pad-none-odd > *:nth-child(odd), .mkb-pad-none-even > *:nth-child(even) {
  padding: 0 !important;
}

.mkb-pad-top-none, .mkb-pad-top-none-child > *, .mkb-pad-top-none-first > *:first-child, .mkb-pad-top-none-last > *:last-child, .mkb-pad-top-none-odd > *:nth-child(odd), .mkb-pad-top-none-even > *:nth-child(even) {
  padding-top: 0 !important;
}

.mkb-pad-bottom-none, .mkb-pad-bottom-none-child > *, .mkb-pad-bottom-none-first > *:first-child, .mkb-pad-bottom-none-last > *:last-child, .mkb-pad-bottom-none-odd > *:nth-child(odd), .mkb-pad-bottom-none-even > *:nth-child(even) {
  padding-bottom: 0 !important;
}

.mkb-pad-left-none, .mkb-pad-left-none-child > *, .mkb-pad-left-none-first > *:first-child, .mkb-pad-left-none-last > *:last-child, .mkb-pad-left-none-odd > *:nth-child(odd), .mkb-pad-left-none-even > *:nth-child(even) {
  padding-left: 0 !important;
}

.mkb-pad-right-none, .mkb-pad-right-none-child > *, .mkb-pad-right-none-first > *:first-child, .mkb-pad-right-none-last > *:last-child, .mkb-pad-right-none-odd > *:nth-child(odd), .mkb-pad-right-none-even > *:nth-child(even) {
  padding-right: 0 !important;
}

.mkb-pad-vertical-none, .mkb-pad-vertical-none-child > *, .mkb-pad-vertical-none-first > *:first-child, .mkb-pad-vertical-none-last > *:last-child, .mkb-pad-vertical-none-odd > *:nth-child(odd), .mkb-pad-vertical-none-even > *:nth-child(even) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mkb-pad-horizontal-none, .mkb-pad-horizontal-none-child > *, .mkb-pad-horizontal-none-first > *:first-child, .mkb-pad-horizontal-none-last > *:last-child, .mkb-pad-horizontal-none-odd > *:nth-child(odd), .mkb-pad-horizontal-none-even > *:nth-child(even) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mkb-pad-s, .mkb-pad-s-child > *, .mkb-pad-s-first > *:first-child, .mkb-pad-s-last > *:last-child, .mkb-pad-s-odd > *:nth-child(odd), .mkb-pad-s-even > *:nth-child(even) {
  padding: 0.57143rem !important;
}

.mkb-pad-s-top, .mkb-pad-s-top-child > *, .mkb-pad-s-top-first > *:first-child, .mkb-pad-s-top-last > *:last-child, .mkb-pad-s-top-odd > *:nth-child(odd), .mkb-pad-s-top-even > *:nth-child(even) {
  padding-top: 0.57143rem !important;
}

.mkb-pad-s-bottom, .mkb-pad-s-bottom-child > *, .mkb-pad-s-bottom-first > *:first-child, .mkb-pad-s-bottom-last > *:last-child, .mkb-pad-s-bottom-odd > *:nth-child(odd), .mkb-pad-s-bottom-even > *:nth-child(even) {
  padding-bottom: 0.57143rem !important;
}

.mkb-pad-s-left, .mkb-pad-s-left-child > *, .mkb-pad-s-left-first > *:first-child, .mkb-pad-s-left-last > *:last-child, .mkb-pad-s-left-odd > *:nth-child(odd), .mkb-pad-s-left-even > *:nth-child(even) {
  padding-left: 0.57143rem !important;
}

.mkb-pad-s-right, .mkb-pad-s-right-child > *, .mkb-pad-s-right-first > *:first-child, .mkb-pad-s-right-last > *:last-child, .mkb-pad-s-right-odd > *:nth-child(odd), .mkb-pad-s-right-even > *:nth-child(even) {
  padding-right: 0.57143rem !important;
}

.mkb-pad-s-vertical, .mkb-pad-s-vertical-child > *, .mkb-pad-s-vertical-first > *:first-child, .mkb-pad-s-vertical-last > *:last-child, .mkb-pad-s-vertical-odd > *:nth-child(odd), .mkb-pad-s-vertical-even > *:nth-child(even) {
  padding-top: 0.57143rem !important;
  padding-bottom: 0.57143rem !important;
}

.mkb-pad-s-horizontal, .mkb-pad-s-horizontal-child > *, .mkb-pad-s-horizontal-first > *:first-child, .mkb-pad-s-horizontal-last > *:last-child, .mkb-pad-s-horizontal-odd > *:nth-child(odd), .mkb-pad-s-horizontal-even > *:nth-child(even) {
  padding-left: 0.57143rem !important;
  padding-right: 0.57143rem !important;
}

.mkb-pad-m, .mkb-pad-m-child > *, .mkb-pad-m-first > *:first-child, .mkb-pad-m-last > *:last-child, .mkb-pad-m-odd > *:nth-child(odd), .mkb-pad-m-even > *:nth-child(even) {
  padding: 1.14286rem !important;
}

.mkb-pad-m-top, .mkb-pad-m-top-child > *, .mkb-pad-m-top-first > *:first-child, .mkb-pad-m-top-last > *:last-child, .mkb-pad-m-top-odd > *:nth-child(odd), .mkb-pad-m-top-even > *:nth-child(even) {
  padding-top: 1.14286rem !important;
}

.mkb-pad-m-bottom, .mkb-pad-m-bottom-child > *, .mkb-pad-m-bottom-first > *:first-child, .mkb-pad-m-bottom-last > *:last-child, .mkb-pad-m-bottom-odd > *:nth-child(odd), .mkb-pad-m-bottom-even > *:nth-child(even) {
  padding-bottom: 1.14286rem !important;
}

.mkb-pad-m-left, .mkb-pad-m-left-child > *, .mkb-pad-m-left-first > *:first-child, .mkb-pad-m-left-last > *:last-child, .mkb-pad-m-left-odd > *:nth-child(odd), .mkb-pad-m-left-even > *:nth-child(even) {
  padding-left: 1.14286rem !important;
}

.mkb-pad-m-right, .mkb-pad-m-right-child > *, .mkb-pad-m-right-first > *:first-child, .mkb-pad-m-right-last > *:last-child, .mkb-pad-m-right-odd > *:nth-child(odd), .mkb-pad-m-right-even > *:nth-child(even) {
  padding-right: 1.14286rem !important;
}

.mkb-pad-m-vertical, .mkb-pad-m-vertical-child > *, .mkb-pad-m-vertical-first > *:first-child, .mkb-pad-m-vertical-last > *:last-child, .mkb-pad-m-vertical-odd > *:nth-child(odd), .mkb-pad-m-vertical-even > *:nth-child(even) {
  padding-top: 1.14286rem !important;
  padding-bottom: 1.14286rem !important;
}

.mkb-pad-m-horizontal, .mkb-pad-m-horizontal-child > *, .mkb-pad-m-horizontal-first > *:first-child, .mkb-pad-m-horizontal-last > *:last-child, .mkb-pad-m-horizontal-odd > *:nth-child(odd), .mkb-pad-m-horizontal-even > *:nth-child(even) {
  padding-left: 1.14286rem !important;
  padding-right: 1.14286rem !important;
}

.mkb-pad-l, .mkb-pad-l-child > *, .mkb-pad-l-first > *:first-child, .mkb-pad-l-last > *:last-child, .mkb-pad-l-odd > *:nth-child(odd), .mkb-pad-l-even > *:nth-child(even) {
  padding: 1.71429rem !important;
}

.mkb-pad-l-top, .mkb-pad-l-top-child > *, .mkb-pad-l-top-first > *:first-child, .mkb-pad-l-top-last > *:last-child, .mkb-pad-l-top-odd > *:nth-child(odd), .mkb-pad-l-top-even > *:nth-child(even) {
  padding-top: 1.71429rem !important;
}

.mkb-pad-l-bottom, .mkb-pad-l-bottom-child > *, .mkb-pad-l-bottom-first > *:first-child, .mkb-pad-l-bottom-last > *:last-child, .mkb-pad-l-bottom-odd > *:nth-child(odd), .mkb-pad-l-bottom-even > *:nth-child(even) {
  padding-bottom: 1.71429rem !important;
}

.mkb-pad-l-left, .mkb-pad-l-left-child > *, .mkb-pad-l-left-first > *:first-child, .mkb-pad-l-left-last > *:last-child, .mkb-pad-l-left-odd > *:nth-child(odd), .mkb-pad-l-left-even > *:nth-child(even) {
  padding-left: 1.71429rem !important;
}

.mkb-pad-l-right, .mkb-pad-l-right-child > *, .mkb-pad-l-right-first > *:first-child, .mkb-pad-l-right-last > *:last-child, .mkb-pad-l-right-odd > *:nth-child(odd), .mkb-pad-l-right-even > *:nth-child(even) {
  padding-right: 1.71429rem !important;
}

.mkb-pad-l-vertical, .mkb-pad-l-vertical-child > *, .mkb-pad-l-vertical-first > *:first-child, .mkb-pad-l-vertical-last > *:last-child, .mkb-pad-l-vertical-odd > *:nth-child(odd), .mkb-pad-l-vertical-even > *:nth-child(even) {
  padding-top: 1.71429rem !important;
  padding-bottom: 1.71429rem !important;
}

.mkb-pad-l-horizontal, .mkb-pad-l-horizontal-child > *, .mkb-pad-l-horizontal-first > *:first-child, .mkb-pad-l-horizontal-last > *:last-child, .mkb-pad-l-horizontal-odd > *:nth-child(odd), .mkb-pad-l-horizontal-even > *:nth-child(even) {
  padding-left: 1.71429rem !important;
  padding-right: 1.71429rem !important;
}

.mkb-pad-xl, .mkb-pad-xl-child > *, .mkb-pad-xl-first > *:first-child, .mkb-pad-xl-last > *:last-child, .mkb-pad-xl-odd > *:nth-child(odd), .mkb-pad-xl-even > *:nth-child(even) {
  padding: 2.28571rem !important;
}

.mkb-pad-xl-top, .mkb-pad-xl-top-child > *, .mkb-pad-xl-top-first > *:first-child, .mkb-pad-xl-top-last > *:last-child, .mkb-pad-xl-top-odd > *:nth-child(odd), .mkb-pad-xl-top-even > *:nth-child(even) {
  padding-top: 2.28571rem !important;
}

.mkb-pad-xl-bottom, .mkb-pad-xl-bottom-child > *, .mkb-pad-xl-bottom-first > *:first-child, .mkb-pad-xl-bottom-last > *:last-child, .mkb-pad-xl-bottom-odd > *:nth-child(odd), .mkb-pad-xl-bottom-even > *:nth-child(even) {
  padding-bottom: 2.28571rem !important;
}

.mkb-pad-xl-left, .mkb-pad-xl-left-child > *, .mkb-pad-xl-left-first > *:first-child, .mkb-pad-xl-left-last > *:last-child, .mkb-pad-xl-left-odd > *:nth-child(odd), .mkb-pad-xl-left-even > *:nth-child(even) {
  padding-left: 2.28571rem !important;
}

.mkb-pad-xl-right, .mkb-pad-xl-right-child > *, .mkb-pad-xl-right-first > *:first-child, .mkb-pad-xl-right-last > *:last-child, .mkb-pad-xl-right-odd > *:nth-child(odd), .mkb-pad-xl-right-even > *:nth-child(even) {
  padding-right: 2.28571rem !important;
}

.mkb-pad-xl-vertical, .mkb-pad-xl-vertical-child > *, .mkb-pad-xl-vertical-first > *:first-child, .mkb-pad-xl-vertical-last > *:last-child, .mkb-pad-xl-vertical-odd > *:nth-child(odd), .mkb-pad-xl-vertical-even > *:nth-child(even) {
  padding-top: 2.28571rem !important;
  padding-bottom: 2.28571rem !important;
}

.mkb-pad-xl-horizontal, .mkb-pad-xl-horizontal-child > *, .mkb-pad-xl-horizontal-first > *:first-child, .mkb-pad-xl-horizontal-last > *:last-child, .mkb-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-pad-xl-horizontal-even > *:nth-child(even) {
  padding-left: 2.28571rem !important;
  padding-right: 2.28571rem !important;
}

/* #### MARGIN CLASSES #### */
.mkb-gap-auto, .mkb-gap-auto-child > *, .mkb-gap-auto-first > *:first-child, .mkb-gap-auto-last > *:last-child, .mkb-gap-auto-odd > *:nth-child(odd), .mkb-gap-auto-even > *:nth-child(even) {
  margin: auto !important;
}

.mkb-gap-top-auto, .mkb-gap-top-auto-child > *, .mkb-gap-top-auto-first > *:first-child, .mkb-gap-top-auto-last > *:last-child, .mkb-gap-top-auto-odd > *:nth-child(odd), .mkb-gap-top-auto-even > *:nth-child(even) {
  margin-top: auto !important;
}

.mkb-gap-bottom-auto, .mkb-gap-bottom-auto-child > *, .mkb-gap-bottom-auto-first > *:first-child, .mkb-gap-bottom-auto-last > *:last-child, .mkb-gap-bottom-auto-odd > *:nth-child(odd), .mkb-gap-bottom-auto-even > *:nth-child(even) {
  margin-bottom: auto !important;
}

.mkb-gap-left-auto, .mkb-gap-left-auto-child > *, .mkb-gap-left-auto-first > *:first-child, .mkb-gap-left-auto-last > *:last-child, .mkb-gap-left-auto-odd > *:nth-child(odd), .mkb-gap-left-auto-even > *:nth-child(even) {
  margin-left: auto !important;
}

.mkb-gap-right-auto, .mkb-gap-right-auto-child > *, .mkb-gap-right-auto-first > *:first-child, .mkb-gap-right-auto-last > *:last-child, .mkb-gap-right-auto-odd > *:nth-child(odd), .mkb-gap-right-auto-even > *:nth-child(even) {
  margin-right: auto !important;
}

.mkb-gap-vertical-auto, .mkb-gap-vertical-auto-child > *, .mkb-gap-vertical-auto-first > *:first-child, .mkb-gap-vertical-auto-last > *:last-child, .mkb-gap-vertical-auto-odd > *:nth-child(odd), .mkb-gap-vertical-auto-even > *:nth-child(even) {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mkb-gap-horizontal-auto, .mkb-gap-horizontal-auto-child > *, .mkb-gap-horizontal-auto-first > *:first-child, .mkb-gap-horizontal-auto-last > *:last-child, .mkb-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-gap-horizontal-auto-even > *:nth-child(even) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mkb-gap-none, .mkb-gap-none-child > *, .mkb-gap-none-first > *:first-child, .mkb-gap-none-last > *:last-child, .mkb-gap-none-odd > *:nth-child(odd), .mkb-gap-none-even > *:nth-child(even) {
  margin: 0 !important;
}

.mkb-gap-top-none, .mkb-gap-top-none-child > *, .mkb-gap-top-none-first > *:first-child, .mkb-gap-top-none-last > *:last-child, .mkb-gap-top-none-odd > *:nth-child(odd), .mkb-gap-top-none-even > *:nth-child(even) {
  margin-top: 0 !important;
}

.mkb-gap-bottom-none, .mkb-gap-bottom-none-child > *, .mkb-gap-bottom-none-first > *:first-child, .mkb-gap-bottom-none-last > *:last-child, .mkb-gap-bottom-none-odd > *:nth-child(odd), .mkb-gap-bottom-none-even > *:nth-child(even) {
  margin-bottom: 0 !important;
}

.mkb-gap-left-none, .mkb-gap-left-none-child > *, .mkb-gap-left-none-first > *:first-child, .mkb-gap-left-none-last > *:last-child, .mkb-gap-left-none-odd > *:nth-child(odd), .mkb-gap-left-none-even > *:nth-child(even) {
  margin-left: 0 !important;
}

.mkb-gap-right-none, .mkb-gap-right-none-child > *, .mkb-gap-right-none-first > *:first-child, .mkb-gap-right-none-last > *:last-child, .mkb-gap-right-none-odd > *:nth-child(odd), .mkb-gap-right-none-even > *:nth-child(even) {
  margin-right: 0 !important;
}

.mkb-gap-vertical-none, .mkb-gap-vertical-none-child > *, .mkb-gap-vertical-none-first > *:first-child, .mkb-gap-vertical-none-last > *:last-child, .mkb-gap-vertical-none-odd > *:nth-child(odd), .mkb-gap-vertical-none-even > *:nth-child(even) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mkb-gap-horizontal-none, .mkb-gap-horizontal-none-child > *, .mkb-gap-horizontal-none-first > *:first-child, .mkb-gap-horizontal-none-last > *:last-child, .mkb-gap-horizontal-none-odd > *:nth-child(odd), .mkb-gap-horizontal-none-even > *:nth-child(even) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mkb-gap-inherit, .mkb-gap-inherit-child > *, .mkb-gap-inherit-first > *:first-child, .mkb-gap-inherit-last > *:last-child, .mkb-gap-inherit-odd > *:nth-child(odd), .mkb-gap-inherit-even > *:nth-child(even) {
  margin: inherit !important;
}

.mkb-gap-top-inherit, .mkb-gap-top-inherit-child > *, .mkb-gap-top-inherit-first > *:first-child, .mkb-gap-top-inherit-last > *:last-child, .mkb-gap-top-inherit-odd > *:nth-child(odd), .mkb-gap-top-inherit-even > *:nth-child(even) {
  margin-top: inherit !important;
}

.mkb-gap-bottom-inherit, .mkb-gap-bottom-inherit-child > *, .mkb-gap-bottom-inherit-first > *:first-child, .mkb-gap-bottom-inherit-last > *:last-child, .mkb-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-gap-bottom-inherit-even > *:nth-child(even) {
  margin-bottom: inherit !important;
}

.mkb-gap-left-inherit, .mkb-gap-left-inherit-child > *, .mkb-gap-left-inherit-first > *:first-child, .mkb-gap-left-inherit-last > *:last-child, .mkb-gap-left-inherit-odd > *:nth-child(odd), .mkb-gap-left-inherit-even > *:nth-child(even) {
  margin-left: inherit !important;
}

.mkb-gap-right-inherit, .mkb-gap-right-inherit-child > *, .mkb-gap-right-inherit-first > *:first-child, .mkb-gap-right-inherit-last > *:last-child, .mkb-gap-right-inherit-odd > *:nth-child(odd), .mkb-gap-right-inherit-even > *:nth-child(even) {
  margin-right: inherit !important;
}

.mkb-gap-vertical-inherit, .mkb-gap-vertical-inherit-child > *, .mkb-gap-vertical-inherit-first > *:first-child, .mkb-gap-vertical-inherit-last > *:last-child, .mkb-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-gap-vertical-inherit-even > *:nth-child(even) {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}

.mkb-gap-horizontal-inherit, .mkb-gap-horizontal-inherit-child > *, .mkb-gap-horizontal-inherit-first > *:first-child, .mkb-gap-horizontal-inherit-last > *:last-child, .mkb-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-gap-horizontal-inherit-even > *:nth-child(even) {
  margin-left: inherit !important;
  margin-right: inherit !important;
}

.mkb-gap-s, .mkb-gap-s-child > *, .mkb-gap-s-first > *:first-child, .mkb-gap-s-last > *:last-child, .mkb-gap-s-odd > *:nth-child(odd), .mkb-gap-s-even > *:nth-child(even) {
  margin: 0.57143rem !important;
}

.mkb-gapn-s, .mkb-gapn-s-child > *, .mkb-gapn-s-first > *:first-child, .mkb-gapn-s-last > *:last-child, .mkb-gapn-s-odd > *:nth-child(odd), .mkb-gapn-s-even > *:nth-child(even) {
  margin: -0.57143rem !important;
}

.mkb-gap-s-top, .mkb-gap-s-top-child > *, .mkb-gap-s-top-first > *:first-child, .mkb-gap-s-top-last > *:last-child, .mkb-gap-s-top-odd > *:nth-child(odd), .mkb-gap-s-top-even > *:nth-child(even) {
  margin-top: 0.57143rem !important;
}

.mkb-gapn-s-top, .mkb-gapn-s-top-child > *, .mkb-gapn-s-top-first > *:first-child, .mkb-gapn-s-top-last > *:last-child, .mkb-gapn-s-top-odd > *:nth-child(odd), .mkb-gapn-s-top-even > *:nth-child(even) {
  margin-top: -0.57143rem !important;
}

.mkb-gap-s-bottom, .mkb-gap-s-bottom-child > *, .mkb-gap-s-bottom-first > *:first-child, .mkb-gap-s-bottom-last > *:last-child, .mkb-gap-s-bottom-odd > *:nth-child(odd), .mkb-gap-s-bottom-even > *:nth-child(even) {
  margin-bottom: 0.57143rem !important;
}

.mkb-gapn-s-bottom, .mkb-gapn-s-bottom-child > *, .mkb-gapn-s-bottom-first > *:first-child, .mkb-gapn-s-bottom-last > *:last-child, .mkb-gapn-s-bottom-odd > *:nth-child(odd), .mkb-gapn-s-bottom-even > *:nth-child(even) {
  margin-bottom: -0.57143rem !important;
}

.mkb-gap-s-left, .mkb-gap-s-left-child > *, .mkb-gap-s-left-first > *:first-child, .mkb-gap-s-left-last > *:last-child, .mkb-gap-s-left-odd > *:nth-child(odd), .mkb-gap-s-left-even > *:nth-child(even) {
  margin-left: 0.57143rem !important;
}

.mkb-gapn-s-left, .mkb-gapn-s-left-child > *, .mkb-gapn-s-left-first > *:first-child, .mkb-gapn-s-left-last > *:last-child, .mkb-gapn-s-left-odd > *:nth-child(odd), .mkb-gapn-s-left-even > *:nth-child(even) {
  margin-left: -0.57143rem !important;
}

.mkb-gap-s-right, .mkb-gap-s-right-child > *, .mkb-gap-s-right-first > *:first-child, .mkb-gap-s-right-last > *:last-child, .mkb-gap-s-right-odd > *:nth-child(odd), .mkb-gap-s-right-even > *:nth-child(even) {
  margin-right: 0.57143rem !important;
}

.mkb-gapn-s-right, .mkb-gapn-s-right-child > *, .mkb-gapn-s-right-first > *:first-child, .mkb-gapn-s-right-last > *:last-child, .mkb-gapn-s-right-odd > *:nth-child(odd), .mkb-gapn-s-right-even > *:nth-child(even) {
  margin-right: -0.57143rem !important;
}

.mkb-gap-s-vertical, .mkb-gap-s-vertical-child > *, .mkb-gap-s-vertical-first > *:first-child, .mkb-gap-s-vertical-last > *:last-child, .mkb-gap-s-vertical-odd > *:nth-child(odd), .mkb-gap-s-vertical-even > *:nth-child(even) {
  margin-top: 0.57143rem !important;
  margin-bottom: 0.57143rem !important;
}

.mkb-gapn-s-vertical, .mkb-gapn-s-vertical-child > *, .mkb-gapn-s-vertical-first > *:first-child, .mkb-gapn-s-vertical-last > *:last-child, .mkb-gapn-s-vertical-odd > *:nth-child(odd), .mkb-gapn-s-vertical-even > *:nth-child(even) {
  margin-top: -0.57143rem !important;
  margin-bottom: -0.57143rem !important;
}

.mkb-gap-s-horizontal, .mkb-gap-s-horizontal-child > *, .mkb-gap-s-horizontal-first > *:first-child, .mkb-gap-s-horizontal-last > *:last-child, .mkb-gap-s-horizontal-odd > *:nth-child(odd), .mkb-gap-s-horizontal-even > *:nth-child(even) {
  margin-left: 0.57143rem !important;
  margin-right: 0.57143rem !important;
}

.mkb-gapn-s-horizontal, .mkb-gapn-s-horizontal-child > *, .mkb-gapn-s-horizontal-first > *:first-child, .mkb-gapn-s-horizontal-last > *:last-child, .mkb-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-gapn-s-horizontal-even > *:nth-child(even) {
  margin-left: -0.57143rem !important;
  margin-right: -0.57143rem !important;
}

.mkb-gap-m, .mkb-gap-m-child > *, .mkb-gap-m-first > *:first-child, .mkb-gap-m-last > *:last-child, .mkb-gap-m-odd > *:nth-child(odd), .mkb-gap-m-even > *:nth-child(even) {
  margin: 1.14286rem !important;
}

.mkb-gapn-m, .mkb-gapn-m-child > *, .mkb-gapn-m-first > *:first-child, .mkb-gapn-m-last > *:last-child, .mkb-gapn-m-odd > *:nth-child(odd), .mkb-gapn-m-even > *:nth-child(even) {
  margin: -1.14286rem !important;
}

.mkb-gap-m-top, .mkb-gap-m-top-child > *, .mkb-gap-m-top-first > *:first-child, .mkb-gap-m-top-last > *:last-child, .mkb-gap-m-top-odd > *:nth-child(odd), .mkb-gap-m-top-even > *:nth-child(even) {
  margin-top: 1.14286rem !important;
}

.mkb-gapn-m-top, .mkb-gapn-m-top-child > *, .mkb-gapn-m-top-first > *:first-child, .mkb-gapn-m-top-last > *:last-child, .mkb-gapn-m-top-odd > *:nth-child(odd), .mkb-gapn-m-top-even > *:nth-child(even) {
  margin-top: -1.14286rem !important;
}

.mkb-gap-m-bottom, .mkb-gap-m-bottom-child > *, .mkb-gap-m-bottom-first > *:first-child, .mkb-gap-m-bottom-last > *:last-child, .mkb-gap-m-bottom-odd > *:nth-child(odd), .mkb-gap-m-bottom-even > *:nth-child(even) {
  margin-bottom: 1.14286rem !important;
}

.mkb-gapn-m-bottom, .mkb-gapn-m-bottom-child > *, .mkb-gapn-m-bottom-first > *:first-child, .mkb-gapn-m-bottom-last > *:last-child, .mkb-gapn-m-bottom-odd > *:nth-child(odd), .mkb-gapn-m-bottom-even > *:nth-child(even) {
  margin-bottom: -1.14286rem !important;
}

.mkb-gap-m-left, .mkb-gap-m-left-child > *, .mkb-gap-m-left-first > *:first-child, .mkb-gap-m-left-last > *:last-child, .mkb-gap-m-left-odd > *:nth-child(odd), .mkb-gap-m-left-even > *:nth-child(even) {
  margin-left: 1.14286rem !important;
}

.mkb-gapn-m-left, .mkb-gapn-m-left-child > *, .mkb-gapn-m-left-first > *:first-child, .mkb-gapn-m-left-last > *:last-child, .mkb-gapn-m-left-odd > *:nth-child(odd), .mkb-gapn-m-left-even > *:nth-child(even) {
  margin-left: -1.14286rem !important;
}

.mkb-gap-m-right, .mkb-gap-m-right-child > *, .mkb-gap-m-right-first > *:first-child, .mkb-gap-m-right-last > *:last-child, .mkb-gap-m-right-odd > *:nth-child(odd), .mkb-gap-m-right-even > *:nth-child(even) {
  margin-right: 1.14286rem !important;
}

.mkb-gapn-m-right, .mkb-gapn-m-right-child > *, .mkb-gapn-m-right-first > *:first-child, .mkb-gapn-m-right-last > *:last-child, .mkb-gapn-m-right-odd > *:nth-child(odd), .mkb-gapn-m-right-even > *:nth-child(even) {
  margin-right: -1.14286rem !important;
}

.mkb-gap-m-vertical, .mkb-gap-m-vertical-child > *, .mkb-gap-m-vertical-first > *:first-child, .mkb-gap-m-vertical-last > *:last-child, .mkb-gap-m-vertical-odd > *:nth-child(odd), .mkb-gap-m-vertical-even > *:nth-child(even) {
  margin-top: 1.14286rem !important;
  margin-bottom: 1.14286rem !important;
}

.mkb-gapn-m-vertical, .mkb-gapn-m-vertical-child > *, .mkb-gapn-m-vertical-first > *:first-child, .mkb-gapn-m-vertical-last > *:last-child, .mkb-gapn-m-vertical-odd > *:nth-child(odd), .mkb-gapn-m-vertical-even > *:nth-child(even) {
  margin-top: -1.14286rem !important;
  margin-bottom: -1.14286rem !important;
}

.mkb-gap-m-horizontal, .mkb-gap-m-horizontal-child > *, .mkb-gap-m-horizontal-first > *:first-child, .mkb-gap-m-horizontal-last > *:last-child, .mkb-gap-m-horizontal-odd > *:nth-child(odd), .mkb-gap-m-horizontal-even > *:nth-child(even) {
  margin-left: 1.14286rem !important;
  margin-right: 1.14286rem !important;
}

.mkb-gapn-m-horizontal, .mkb-gapn-m-horizontal-child > *, .mkb-gapn-m-horizontal-first > *:first-child, .mkb-gapn-m-horizontal-last > *:last-child, .mkb-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-gapn-m-horizontal-even > *:nth-child(even) {
  margin-left: -1.14286rem !important;
  margin-right: -1.14286rem !important;
}

.mkb-gap-l, .mkb-gap-l-child > *, .mkb-gap-l-first > *:first-child, .mkb-gap-l-last > *:last-child, .mkb-gap-l-odd > *:nth-child(odd), .mkb-gap-l-even > *:nth-child(even) {
  margin: 1.71429rem !important;
}

.mkb-gapn-l, .mkb-gapn-l-child > *, .mkb-gapn-l-first > *:first-child, .mkb-gapn-l-last > *:last-child, .mkb-gapn-l-odd > *:nth-child(odd), .mkb-gapn-l-even > *:nth-child(even) {
  margin: -1.71429rem !important;
}

.mkb-gap-l-top, .mkb-gap-l-top-child > *, .mkb-gap-l-top-first > *:first-child, .mkb-gap-l-top-last > *:last-child, .mkb-gap-l-top-odd > *:nth-child(odd), .mkb-gap-l-top-even > *:nth-child(even) {
  margin-top: 1.71429rem !important;
}

.mkb-gapn-l-top, .mkb-gapn-l-top-child > *, .mkb-gapn-l-top-first > *:first-child, .mkb-gapn-l-top-last > *:last-child, .mkb-gapn-l-top-odd > *:nth-child(odd), .mkb-gapn-l-top-even > *:nth-child(even) {
  margin-top: -1.71429rem !important;
}

.mkb-gap-l-bottom, .mkb-gap-l-bottom-child > *, .mkb-gap-l-bottom-first > *:first-child, .mkb-gap-l-bottom-last > *:last-child, .mkb-gap-l-bottom-odd > *:nth-child(odd), .mkb-gap-l-bottom-even > *:nth-child(even) {
  margin-bottom: 1.71429rem !important;
}

.mkb-gapn-l-bottom, .mkb-gapn-l-bottom-child > *, .mkb-gapn-l-bottom-first > *:first-child, .mkb-gapn-l-bottom-last > *:last-child, .mkb-gapn-l-bottom-odd > *:nth-child(odd), .mkb-gapn-l-bottom-even > *:nth-child(even) {
  margin-bottom: -1.71429rem !important;
}

.mkb-gap-l-left, .mkb-gap-l-left-child > *, .mkb-gap-l-left-first > *:first-child, .mkb-gap-l-left-last > *:last-child, .mkb-gap-l-left-odd > *:nth-child(odd), .mkb-gap-l-left-even > *:nth-child(even) {
  margin-left: 1.71429rem !important;
}

.mkb-gapn-l-left, .mkb-gapn-l-left-child > *, .mkb-gapn-l-left-first > *:first-child, .mkb-gapn-l-left-last > *:last-child, .mkb-gapn-l-left-odd > *:nth-child(odd), .mkb-gapn-l-left-even > *:nth-child(even) {
  margin-left: -1.71429rem !important;
}

.mkb-gap-l-right, .mkb-gap-l-right-child > *, .mkb-gap-l-right-first > *:first-child, .mkb-gap-l-right-last > *:last-child, .mkb-gap-l-right-odd > *:nth-child(odd), .mkb-gap-l-right-even > *:nth-child(even) {
  margin-right: 1.71429rem !important;
}

.mkb-gapn-l-right, .mkb-gapn-l-right-child > *, .mkb-gapn-l-right-first > *:first-child, .mkb-gapn-l-right-last > *:last-child, .mkb-gapn-l-right-odd > *:nth-child(odd), .mkb-gapn-l-right-even > *:nth-child(even) {
  margin-right: -1.71429rem !important;
}

.mkb-gap-l-vertical, .mkb-gap-l-vertical-child > *, .mkb-gap-l-vertical-first > *:first-child, .mkb-gap-l-vertical-last > *:last-child, .mkb-gap-l-vertical-odd > *:nth-child(odd), .mkb-gap-l-vertical-even > *:nth-child(even) {
  margin-top: 1.71429rem !important;
  margin-bottom: 1.71429rem !important;
}

.mkb-gapn-l-vertical, .mkb-gapn-l-vertical-child > *, .mkb-gapn-l-vertical-first > *:first-child, .mkb-gapn-l-vertical-last > *:last-child, .mkb-gapn-l-vertical-odd > *:nth-child(odd), .mkb-gapn-l-vertical-even > *:nth-child(even) {
  margin-top: -1.71429rem !important;
  margin-bottom: -1.71429rem !important;
}

.mkb-gap-l-horizontal, .mkb-gap-l-horizontal-child > *, .mkb-gap-l-horizontal-first > *:first-child, .mkb-gap-l-horizontal-last > *:last-child, .mkb-gap-l-horizontal-odd > *:nth-child(odd), .mkb-gap-l-horizontal-even > *:nth-child(even) {
  margin-left: 1.71429rem !important;
  margin-right: 1.71429rem !important;
}

.mkb-gapn-l-horizontal, .mkb-gapn-l-horizontal-child > *, .mkb-gapn-l-horizontal-first > *:first-child, .mkb-gapn-l-horizontal-last > *:last-child, .mkb-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-gapn-l-horizontal-even > *:nth-child(even) {
  margin-left: -1.71429rem !important;
  margin-right: -1.71429rem !important;
}

.mkb-gap-xl, .mkb-gap-xl-child > *, .mkb-gap-xl-first > *:first-child, .mkb-gap-xl-last > *:last-child, .mkb-gap-xl-odd > *:nth-child(odd), .mkb-gap-xl-even > *:nth-child(even) {
  margin: 2.28571rem !important;
}

.mkb-gapn-xl, .mkb-gapn-xl-child > *, .mkb-gapn-xl-first > *:first-child, .mkb-gapn-xl-last > *:last-child, .mkb-gapn-xl-odd > *:nth-child(odd), .mkb-gapn-xl-even > *:nth-child(even) {
  margin: -2.28571rem !important;
}

.mkb-gap-xl-top, .mkb-gap-xl-top-child > *, .mkb-gap-xl-top-first > *:first-child, .mkb-gap-xl-top-last > *:last-child, .mkb-gap-xl-top-odd > *:nth-child(odd), .mkb-gap-xl-top-even > *:nth-child(even) {
  margin-top: 2.28571rem !important;
}

.mkb-gapn-xl-top, .mkb-gapn-xl-top-child > *, .mkb-gapn-xl-top-first > *:first-child, .mkb-gapn-xl-top-last > *:last-child, .mkb-gapn-xl-top-odd > *:nth-child(odd), .mkb-gapn-xl-top-even > *:nth-child(even) {
  margin-top: -2.28571rem !important;
}

.mkb-gap-xl-bottom, .mkb-gap-xl-bottom-child > *, .mkb-gap-xl-bottom-first > *:first-child, .mkb-gap-xl-bottom-last > *:last-child, .mkb-gap-xl-bottom-odd > *:nth-child(odd), .mkb-gap-xl-bottom-even > *:nth-child(even) {
  margin-bottom: 2.28571rem !important;
}

.mkb-gapn-xl-bottom, .mkb-gapn-xl-bottom-child > *, .mkb-gapn-xl-bottom-first > *:first-child, .mkb-gapn-xl-bottom-last > *:last-child, .mkb-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-gapn-xl-bottom-even > *:nth-child(even) {
  margin-bottom: -2.28571rem !important;
}

.mkb-gap-xl-left, .mkb-gap-xl-left-child > *, .mkb-gap-xl-left-first > *:first-child, .mkb-gap-xl-left-last > *:last-child, .mkb-gap-xl-left-odd > *:nth-child(odd), .mkb-gap-xl-left-even > *:nth-child(even) {
  margin-left: 2.28571rem !important;
}

.mkb-gapn-xl-left, .mkb-gapn-xl-left-child > *, .mkb-gapn-xl-left-first > *:first-child, .mkb-gapn-xl-left-last > *:last-child, .mkb-gapn-xl-left-odd > *:nth-child(odd), .mkb-gapn-xl-left-even > *:nth-child(even) {
  margin-left: -2.28571rem !important;
}

.mkb-gap-xl-right, .mkb-gap-xl-right-child > *, .mkb-gap-xl-right-first > *:first-child, .mkb-gap-xl-right-last > *:last-child, .mkb-gap-xl-right-odd > *:nth-child(odd), .mkb-gap-xl-right-even > *:nth-child(even) {
  margin-right: 2.28571rem !important;
}

.mkb-gapn-xl-right, .mkb-gapn-xl-right-child > *, .mkb-gapn-xl-right-first > *:first-child, .mkb-gapn-xl-right-last > *:last-child, .mkb-gapn-xl-right-odd > *:nth-child(odd), .mkb-gapn-xl-right-even > *:nth-child(even) {
  margin-right: -2.28571rem !important;
}

.mkb-gap-xl-vertical, .mkb-gap-xl-vertical-child > *, .mkb-gap-xl-vertical-first > *:first-child, .mkb-gap-xl-vertical-last > *:last-child, .mkb-gap-xl-vertical-odd > *:nth-child(odd), .mkb-gap-xl-vertical-even > *:nth-child(even) {
  margin-top: 2.28571rem !important;
  margin-bottom: 2.28571rem !important;
}

.mkb-gapn-xl-vertical, .mkb-gapn-xl-vertical-child > *, .mkb-gapn-xl-vertical-first > *:first-child, .mkb-gapn-xl-vertical-last > *:last-child, .mkb-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-gapn-xl-vertical-even > *:nth-child(even) {
  margin-top: -2.28571rem !important;
  margin-bottom: -2.28571rem !important;
}

.mkb-gap-xl-horizontal, .mkb-gap-xl-horizontal-child > *, .mkb-gap-xl-horizontal-first > *:first-child, .mkb-gap-xl-horizontal-last > *:last-child, .mkb-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-gap-xl-horizontal-even > *:nth-child(even) {
  margin-left: 2.28571rem !important;
  margin-right: 2.28571rem !important;
}

.mkb-gapn-xl-horizontal, .mkb-gapn-xl-horizontal-child > *, .mkb-gapn-xl-horizontal-first > *:first-child, .mkb-gapn-xl-horizontal-last > *:last-child, .mkb-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-gapn-xl-horizontal-even > *:nth-child(even) {
  margin-left: -2.28571rem !important;
  margin-right: -2.28571rem !important;
}

/* #### BORDER CLASSES #### */
.mkb-edge-none, .mkb-edge-none-child > *, .mkb-edge-none-first > *:first-child, .mkb-edge-none-last > *:last-child, .mkb-edge-none-odd > *:nth-child(odd), .mkb-edge-none-even > *:nth-child(even) {
  border: 0 !important;
}

.mkb-edge-top-none, .mkb-edge-top-none-child > *, .mkb-edge-top-none-first > *:first-child, .mkb-edge-top-none-last > *:last-child, .mkb-edge-top-none-odd > *:nth-child(odd), .mkb-edge-top-none-even > *:nth-child(even) {
  border-top: 0 !important;
}

.mkb-edge-bottom-none, .mkb-edge-bottom-none-child > *, .mkb-edge-bottom-none-first > *:first-child, .mkb-edge-bottom-none-last > *:last-child, .mkb-edge-bottom-none-odd > *:nth-child(odd), .mkb-edge-bottom-none-even > *:nth-child(even) {
  border-bottom: 0 !important;
}

.mkb-edge-left-none, .mkb-edge-left-none-child > *, .mkb-edge-left-none-first > *:first-child, .mkb-edge-left-none-last > *:last-child, .mkb-edge-left-none-odd > *:nth-child(odd), .mkb-edge-left-none-even > *:nth-child(even) {
  border-left: 0 !important;
}

.mkb-edge-right-none, .mkb-edge-right-none-child > *, .mkb-edge-right-none-first > *:first-child, .mkb-edge-right-none-last > *:last-child, .mkb-edge-right-none-odd > *:nth-child(odd), .mkb-edge-right-none-even > *:nth-child(even) {
  border-right: 0 !important;
}

.mkb-edge-vertical-none, .mkb-edge-vertical-none-child > *, .mkb-edge-vertical-none-first > *:first-child, .mkb-edge-vertical-none-last > *:last-child, .mkb-edge-vertical-none-odd > *:nth-child(odd), .mkb-edge-vertical-none-even > *:nth-child(even) {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.mkb-edge-horizontal-none, .mkb-edge-horizontal-none-child > *, .mkb-edge-horizontal-none-first > *:first-child, .mkb-edge-horizontal-none-last > *:last-child, .mkb-edge-horizontal-none-odd > *:nth-child(odd), .mkb-edge-horizontal-none-even > *:nth-child(even) {
  border-left: 0 !important;
  border-right: 0 !important;
}

.mkb-edge-inherit, .mkb-edge-inherit-child > *, .mkb-edge-inherit-first > *:first-child, .mkb-edge-inherit-last > *:last-child, .mkb-edge-inherit-odd > *:nth-child(odd), .mkb-edge-inherit-even > *:nth-child(even) {
  border: inherit !important;
}

.mkb-edge-top-inherit, .mkb-edge-top-inherit-child > *, .mkb-edge-top-inherit-first > *:first-child, .mkb-edge-top-inherit-last > *:last-child, .mkb-edge-top-inherit-odd > *:nth-child(odd), .mkb-edge-top-inherit-even > *:nth-child(even) {
  border-top: inherit !important;
}

.mkb-edge-bottom-inherit, .mkb-edge-bottom-inherit-child > *, .mkb-edge-bottom-inherit-first > *:first-child, .mkb-edge-bottom-inherit-last > *:last-child, .mkb-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-edge-bottom-inherit-even > *:nth-child(even) {
  border-bottom: inherit !important;
}

.mkb-edge-left-inherit, .mkb-edge-left-inherit-child > *, .mkb-edge-left-inherit-first > *:first-child, .mkb-edge-left-inherit-last > *:last-child, .mkb-edge-left-inherit-odd > *:nth-child(odd), .mkb-edge-left-inherit-even > *:nth-child(even) {
  border-left: inherit !important;
}

.mkb-edge-right-inherit, .mkb-edge-right-inherit-child > *, .mkb-edge-right-inherit-first > *:first-child, .mkb-edge-right-inherit-last > *:last-child, .mkb-edge-right-inherit-odd > *:nth-child(odd), .mkb-edge-right-inherit-even > *:nth-child(even) {
  border-right: inherit !important;
}

.mkb-edge-vertical-inherit, .mkb-edge-vertical-inherit-child > *, .mkb-edge-vertical-inherit-first > *:first-child, .mkb-edge-vertical-inherit-last > *:last-child, .mkb-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-edge-vertical-inherit-even > *:nth-child(even) {
  border-top: inherit !important;
  border-bottom: inherit !important;
}

.mkb-edge-horizontal-inherit, .mkb-edge-horizontal-inherit-child > *, .mkb-edge-horizontal-inherit-first > *:first-child, .mkb-edge-horizontal-inherit-last > *:last-child, .mkb-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-edge-horizontal-inherit-even > *:nth-child(even) {
  border-left: inherit !important;
  border-right: inherit !important;
}

.mkb-edge-s, .mkb-edge-s-child > *, .mkb-edge-s-first > *:first-child, .mkb-edge-s-last > *:last-child, .mkb-edge-s-odd > *:nth-child(odd), .mkb-edge-s-even > *:nth-child(even) {
  border-width: 0.57143rem !important;
}

.mkb-edge-s-top, .mkb-edge-s-top-child > *, .mkb-edge-s-top-first > *:first-child, .mkb-edge-s-top-last > *:last-child, .mkb-edge-s-top-odd > *:nth-child(odd), .mkb-edge-s-top-even > *:nth-child(even) {
  border-top-width: 0.57143rem !important;
}

.mkb-edge-s-bottom, .mkb-edge-s-bottom-child > *, .mkb-edge-s-bottom-first > *:first-child, .mkb-edge-s-bottom-last > *:last-child, .mkb-edge-s-bottom-odd > *:nth-child(odd), .mkb-edge-s-bottom-even > *:nth-child(even) {
  border-bottom-width: 0.57143rem !important;
}

.mkb-edge-s-left, .mkb-edge-s-left-child > *, .mkb-edge-s-left-first > *:first-child, .mkb-edge-s-left-last > *:last-child, .mkb-edge-s-left-odd > *:nth-child(odd), .mkb-edge-s-left-even > *:nth-child(even) {
  border-left-width: 0.57143rem !important;
}

.mkb-edge-s-right, .mkb-edge-s-right-child > *, .mkb-edge-s-right-first > *:first-child, .mkb-edge-s-right-last > *:last-child, .mkb-edge-s-right-odd > *:nth-child(odd), .mkb-edge-s-right-even > *:nth-child(even) {
  border-right-width: 0.57143rem !important;
}

.mkb-edge-s-vertical, .mkb-edge-s-vertical-child > *, .mkb-edge-s-vertical-first > *:first-child, .mkb-edge-s-vertical-last > *:last-child, .mkb-edge-s-vertical-odd > *:nth-child(odd), .mkb-edge-s-vertical-even > *:nth-child(even) {
  border-top-width: 0.57143rem !important;
  border-bottom-width: 0.57143rem !important;
}

.mkb-edge-s-horizontal, .mkb-edge-s-horizontal-child > *, .mkb-edge-s-horizontal-first > *:first-child, .mkb-edge-s-horizontal-last > *:last-child, .mkb-edge-s-horizontal-odd > *:nth-child(odd), .mkb-edge-s-horizontal-even > *:nth-child(even) {
  border-left-width: 0.57143rem !important;
  border-right-width: 0.57143rem !important;
}

.mkb-edge-m, .mkb-edge-m-child > *, .mkb-edge-m-first > *:first-child, .mkb-edge-m-last > *:last-child, .mkb-edge-m-odd > *:nth-child(odd), .mkb-edge-m-even > *:nth-child(even) {
  border-width: 1.14286rem !important;
}

.mkb-edge-m-top, .mkb-edge-m-top-child > *, .mkb-edge-m-top-first > *:first-child, .mkb-edge-m-top-last > *:last-child, .mkb-edge-m-top-odd > *:nth-child(odd), .mkb-edge-m-top-even > *:nth-child(even) {
  border-top-width: 1.14286rem !important;
}

.mkb-edge-m-bottom, .mkb-edge-m-bottom-child > *, .mkb-edge-m-bottom-first > *:first-child, .mkb-edge-m-bottom-last > *:last-child, .mkb-edge-m-bottom-odd > *:nth-child(odd), .mkb-edge-m-bottom-even > *:nth-child(even) {
  border-bottom-width: 1.14286rem !important;
}

.mkb-edge-m-left, .mkb-edge-m-left-child > *, .mkb-edge-m-left-first > *:first-child, .mkb-edge-m-left-last > *:last-child, .mkb-edge-m-left-odd > *:nth-child(odd), .mkb-edge-m-left-even > *:nth-child(even) {
  border-left-width: 1.14286rem !important;
}

.mkb-edge-m-right, .mkb-edge-m-right-child > *, .mkb-edge-m-right-first > *:first-child, .mkb-edge-m-right-last > *:last-child, .mkb-edge-m-right-odd > *:nth-child(odd), .mkb-edge-m-right-even > *:nth-child(even) {
  border-right-width: 1.14286rem !important;
}

.mkb-edge-m-vertical, .mkb-edge-m-vertical-child > *, .mkb-edge-m-vertical-first > *:first-child, .mkb-edge-m-vertical-last > *:last-child, .mkb-edge-m-vertical-odd > *:nth-child(odd), .mkb-edge-m-vertical-even > *:nth-child(even) {
  border-top-width: 1.14286rem !important;
  border-bottom-width: 1.14286rem !important;
}

.mkb-edge-m-horizontal, .mkb-edge-m-horizontal-child > *, .mkb-edge-m-horizontal-first > *:first-child, .mkb-edge-m-horizontal-last > *:last-child, .mkb-edge-m-horizontal-odd > *:nth-child(odd), .mkb-edge-m-horizontal-even > *:nth-child(even) {
  border-left-width: 1.14286rem !important;
  border-right-width: 1.14286rem !important;
}

.mkb-edge-l, .mkb-edge-l-child > *, .mkb-edge-l-first > *:first-child, .mkb-edge-l-last > *:last-child, .mkb-edge-l-odd > *:nth-child(odd), .mkb-edge-l-even > *:nth-child(even) {
  border-width: 1.71429rem !important;
}

.mkb-edge-l-top, .mkb-edge-l-top-child > *, .mkb-edge-l-top-first > *:first-child, .mkb-edge-l-top-last > *:last-child, .mkb-edge-l-top-odd > *:nth-child(odd), .mkb-edge-l-top-even > *:nth-child(even) {
  border-top-width: 1.71429rem !important;
}

.mkb-edge-l-bottom, .mkb-edge-l-bottom-child > *, .mkb-edge-l-bottom-first > *:first-child, .mkb-edge-l-bottom-last > *:last-child, .mkb-edge-l-bottom-odd > *:nth-child(odd), .mkb-edge-l-bottom-even > *:nth-child(even) {
  border-bottom-width: 1.71429rem !important;
}

.mkb-edge-l-left, .mkb-edge-l-left-child > *, .mkb-edge-l-left-first > *:first-child, .mkb-edge-l-left-last > *:last-child, .mkb-edge-l-left-odd > *:nth-child(odd), .mkb-edge-l-left-even > *:nth-child(even) {
  border-left-width: 1.71429rem !important;
}

.mkb-edge-l-right, .mkb-edge-l-right-child > *, .mkb-edge-l-right-first > *:first-child, .mkb-edge-l-right-last > *:last-child, .mkb-edge-l-right-odd > *:nth-child(odd), .mkb-edge-l-right-even > *:nth-child(even) {
  border-right-width: 1.71429rem !important;
}

.mkb-edge-l-vertical, .mkb-edge-l-vertical-child > *, .mkb-edge-l-vertical-first > *:first-child, .mkb-edge-l-vertical-last > *:last-child, .mkb-edge-l-vertical-odd > *:nth-child(odd), .mkb-edge-l-vertical-even > *:nth-child(even) {
  border-top-width: 1.71429rem !important;
  border-bottom-width: 1.71429rem !important;
}

.mkb-edge-l-horizontal, .mkb-edge-l-horizontal-child > *, .mkb-edge-l-horizontal-first > *:first-child, .mkb-edge-l-horizontal-last > *:last-child, .mkb-edge-l-horizontal-odd > *:nth-child(odd), .mkb-edge-l-horizontal-even > *:nth-child(even) {
  border-left-width: 1.71429rem !important;
  border-right-width: 1.71429rem !important;
}

.mkb-edge-xl, .mkb-edge-xl-child > *, .mkb-edge-xl-first > *:first-child, .mkb-edge-xl-last > *:last-child, .mkb-edge-xl-odd > *:nth-child(odd), .mkb-edge-xl-even > *:nth-child(even) {
  border-width: 2.28571rem !important;
}

.mkb-edge-xl-top, .mkb-edge-xl-top-child > *, .mkb-edge-xl-top-first > *:first-child, .mkb-edge-xl-top-last > *:last-child, .mkb-edge-xl-top-odd > *:nth-child(odd), .mkb-edge-xl-top-even > *:nth-child(even) {
  border-top-width: 2.28571rem !important;
}

.mkb-edge-xl-bottom, .mkb-edge-xl-bottom-child > *, .mkb-edge-xl-bottom-first > *:first-child, .mkb-edge-xl-bottom-last > *:last-child, .mkb-edge-xl-bottom-odd > *:nth-child(odd), .mkb-edge-xl-bottom-even > *:nth-child(even) {
  border-bottom-width: 2.28571rem !important;
}

.mkb-edge-xl-left, .mkb-edge-xl-left-child > *, .mkb-edge-xl-left-first > *:first-child, .mkb-edge-xl-left-last > *:last-child, .mkb-edge-xl-left-odd > *:nth-child(odd), .mkb-edge-xl-left-even > *:nth-child(even) {
  border-left-width: 2.28571rem !important;
}

.mkb-edge-xl-right, .mkb-edge-xl-right-child > *, .mkb-edge-xl-right-first > *:first-child, .mkb-edge-xl-right-last > *:last-child, .mkb-edge-xl-right-odd > *:nth-child(odd), .mkb-edge-xl-right-even > *:nth-child(even) {
  border-right-width: 2.28571rem !important;
}

.mkb-edge-xl-vertical, .mkb-edge-xl-vertical-child > *, .mkb-edge-xl-vertical-first > *:first-child, .mkb-edge-xl-vertical-last > *:last-child, .mkb-edge-xl-vertical-odd > *:nth-child(odd), .mkb-edge-xl-vertical-even > *:nth-child(even) {
  border-top-width: 2.28571rem !important;
  border-bottom-width: 2.28571rem !important;
}

.mkb-edge-xl-horizontal, .mkb-edge-xl-horizontal-child > *, .mkb-edge-xl-horizontal-first > *:first-child, .mkb-edge-xl-horizontal-last > *:last-child, .mkb-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-edge-xl-horizontal-even > *:nth-child(even) {
  border-left-width: 2.28571rem !important;
  border-right-width: 2.28571rem !important;
}

.mkb-edge-thin, .mkb-edge-thin-child > *, .mkb-edge-thin-first > *:first-child, .mkb-edge-thin-last > *:last-child, .mkb-edge-thin-odd > *:nth-child(odd), .mkb-edge-thin-even > *:nth-child(even) {
  border-width: thin !important;
}

.mkb-edge-thin-top, .mkb-edge-thin-top-child > *, .mkb-edge-thin-top-first > *:first-child, .mkb-edge-thin-top-last > *:last-child, .mkb-edge-thin-top-odd > *:nth-child(odd), .mkb-edge-thin-top-even > *:nth-child(even) {
  border-top-width: thin !important;
}

.mkb-edge-thin-bottom, .mkb-edge-thin-bottom-child > *, .mkb-edge-thin-bottom-first > *:first-child, .mkb-edge-thin-bottom-last > *:last-child, .mkb-edge-thin-bottom-odd > *:nth-child(odd), .mkb-edge-thin-bottom-even > *:nth-child(even) {
  border-bottom-width: thin !important;
}

.mkb-edge-thin-left, .mkb-edge-thin-left-child > *, .mkb-edge-thin-left-first > *:first-child, .mkb-edge-thin-left-last > *:last-child, .mkb-edge-thin-left-odd > *:nth-child(odd), .mkb-edge-thin-left-even > *:nth-child(even) {
  border-left-width: thin !important;
}

.mkb-edge-thin-right, .mkb-edge-thin-right-child > *, .mkb-edge-thin-right-first > *:first-child, .mkb-edge-thin-right-last > *:last-child, .mkb-edge-thin-right-odd > *:nth-child(odd), .mkb-edge-thin-right-even > *:nth-child(even) {
  border-right-width: thin !important;
}

.mkb-edge-thin-vertical, .mkb-edge-thin-vertical-child > *, .mkb-edge-thin-vertical-first > *:first-child, .mkb-edge-thin-vertical-last > *:last-child, .mkb-edge-thin-vertical-odd > *:nth-child(odd), .mkb-edge-thin-vertical-even > *:nth-child(even) {
  border-top-width: thin !important;
  border-bottom-width: thin !important;
}

.mkb-edge-thin-horizontal, .mkb-edge-thin-horizontal-child > *, .mkb-edge-thin-horizontal-first > *:first-child, .mkb-edge-thin-horizontal-last > *:last-child, .mkb-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-edge-thin-horizontal-even > *:nth-child(even) {
  border-left-width: thin !important;
  border-right-width: thin !important;
}

.mkb-edge-medium, .mkb-edge-medium-child > *, .mkb-edge-medium-first > *:first-child, .mkb-edge-medium-last > *:last-child, .mkb-edge-medium-odd > *:nth-child(odd), .mkb-edge-medium-even > *:nth-child(even) {
  border-width: medium !important;
}

.mkb-edge-medium-top, .mkb-edge-medium-top-child > *, .mkb-edge-medium-top-first > *:first-child, .mkb-edge-medium-top-last > *:last-child, .mkb-edge-medium-top-odd > *:nth-child(odd), .mkb-edge-medium-top-even > *:nth-child(even) {
  border-top-width: medium !important;
}

.mkb-edge-medium-bottom, .mkb-edge-medium-bottom-child > *, .mkb-edge-medium-bottom-first > *:first-child, .mkb-edge-medium-bottom-last > *:last-child, .mkb-edge-medium-bottom-odd > *:nth-child(odd), .mkb-edge-medium-bottom-even > *:nth-child(even) {
  border-bottom-width: medium !important;
}

.mkb-edge-medium-left, .mkb-edge-medium-left-child > *, .mkb-edge-medium-left-first > *:first-child, .mkb-edge-medium-left-last > *:last-child, .mkb-edge-medium-left-odd > *:nth-child(odd), .mkb-edge-medium-left-even > *:nth-child(even) {
  border-left-width: medium !important;
}

.mkb-edge-medium-right, .mkb-edge-medium-right-child > *, .mkb-edge-medium-right-first > *:first-child, .mkb-edge-medium-right-last > *:last-child, .mkb-edge-medium-right-odd > *:nth-child(odd), .mkb-edge-medium-right-even > *:nth-child(even) {
  border-right-width: medium !important;
}

.mkb-edge-medium-vertical, .mkb-edge-medium-vertical-child > *, .mkb-edge-medium-vertical-first > *:first-child, .mkb-edge-medium-vertical-last > *:last-child, .mkb-edge-medium-vertical-odd > *:nth-child(odd), .mkb-edge-medium-vertical-even > *:nth-child(even) {
  border-top-width: medium !important;
  border-bottom-width: medium !important;
}

.mkb-edge-medium-horizontal, .mkb-edge-medium-horizontal-child > *, .mkb-edge-medium-horizontal-first > *:first-child, .mkb-edge-medium-horizontal-last > *:last-child, .mkb-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-edge-medium-horizontal-even > *:nth-child(even) {
  border-left-width: medium !important;
  border-right-width: medium !important;
}

.mkb-edge-thick, .mkb-edge-thick-child > *, .mkb-edge-thick-first > *:first-child, .mkb-edge-thick-last > *:last-child, .mkb-edge-thick-odd > *:nth-child(odd), .mkb-edge-thick-even > *:nth-child(even) {
  border-width: thick !important;
}

.mkb-edge-thick-top, .mkb-edge-thick-top-child > *, .mkb-edge-thick-top-first > *:first-child, .mkb-edge-thick-top-last > *:last-child, .mkb-edge-thick-top-odd > *:nth-child(odd), .mkb-edge-thick-top-even > *:nth-child(even) {
  border-top-width: thick !important;
}

.mkb-edge-thick-bottom, .mkb-edge-thick-bottom-child > *, .mkb-edge-thick-bottom-first > *:first-child, .mkb-edge-thick-bottom-last > *:last-child, .mkb-edge-thick-bottom-odd > *:nth-child(odd), .mkb-edge-thick-bottom-even > *:nth-child(even) {
  border-bottom-width: thick !important;
}

.mkb-edge-thick-left, .mkb-edge-thick-left-child > *, .mkb-edge-thick-left-first > *:first-child, .mkb-edge-thick-left-last > *:last-child, .mkb-edge-thick-left-odd > *:nth-child(odd), .mkb-edge-thick-left-even > *:nth-child(even) {
  border-left-width: thick !important;
}

.mkb-edge-thick-right, .mkb-edge-thick-right-child > *, .mkb-edge-thick-right-first > *:first-child, .mkb-edge-thick-right-last > *:last-child, .mkb-edge-thick-right-odd > *:nth-child(odd), .mkb-edge-thick-right-even > *:nth-child(even) {
  border-right-width: thick !important;
}

.mkb-edge-thick-vertical, .mkb-edge-thick-vertical-child > *, .mkb-edge-thick-vertical-first > *:first-child, .mkb-edge-thick-vertical-last > *:last-child, .mkb-edge-thick-vertical-odd > *:nth-child(odd), .mkb-edge-thick-vertical-even > *:nth-child(even) {
  border-top-width: thick !important;
  border-bottom-width: thick !important;
}

.mkb-edge-thick-horizontal, .mkb-edge-thick-horizontal-child > *, .mkb-edge-thick-horizontal-first > *:first-child, .mkb-edge-thick-horizontal-last > *:last-child, .mkb-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-edge-thick-horizontal-even > *:nth-child(even) {
  border-left-width: thick !important;
  border-right-width: thick !important;
}

/* #### BORDER COLOR CLASSES #### */
.mkb-edge-transparent, .mkb-edge-transparent-child > *, .mkb-edge-transparent-first > *:first-child, .mkb-edge-transparent-last > *:last-child, .mkb-edge-transparent-odd > *:nth-child(odd), .mkb-edge-transparent-even > *:nth-child(even), .mkb-edge-hover-transparent:hover, .mkb-edge-hover-transparent-child:hover > *, .mkb-edge-hover-transparent-first:hover > *:first-child, .mkb-edge-hover-transparent-last:hover > *:last-child, .mkb-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-edge-child-hover-transparent-child > *:hover, .mkb-edge-child-hover-transparent-first > *:first-child:hover, .mkb-edge-child-hover-transparent-last > *:last-child:hover, .mkb-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-transparent-even > *:nth-child(even):hover {
  border-color: transparent !important;
  border-style: solid !important;
}

.mkb-edge-black, .mkb-edge-black-child > *, .mkb-edge-black-first > *:first-child, .mkb-edge-black-last > *:last-child, .mkb-edge-black-odd > *:nth-child(odd), .mkb-edge-black-even > *:nth-child(even), .mkb-edge-hover-black:hover, .mkb-edge-hover-black-child:hover > *, .mkb-edge-hover-black-first:hover > *:first-child, .mkb-edge-hover-black-last:hover > *:last-child, .mkb-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-edge-hover-black-even:hover > *:nth-child(even), .mkb-edge-child-hover-black-child > *:hover, .mkb-edge-child-hover-black-first > *:first-child:hover, .mkb-edge-child-hover-black-last > *:last-child:hover, .mkb-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-black-even > *:nth-child(even):hover {
  border-color: #0A0A0A !important;
  border-style: solid !important;
}

.mkb-edge-white, .mkb-edge-white-child > *, .mkb-edge-white-first > *:first-child, .mkb-edge-white-last > *:last-child, .mkb-edge-white-odd > *:nth-child(odd), .mkb-edge-white-even > *:nth-child(even), .mkb-edge-hover-white:hover, .mkb-edge-hover-white-child:hover > *, .mkb-edge-hover-white-first:hover > *:first-child, .mkb-edge-hover-white-last:hover > *:last-child, .mkb-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-edge-hover-white-even:hover > *:nth-child(even), .mkb-edge-child-hover-white-child > *:hover, .mkb-edge-child-hover-white-first > *:first-child:hover, .mkb-edge-child-hover-white-last > *:last-child:hover, .mkb-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-white-even > *:nth-child(even):hover {
  border-color: #FFF !important;
  border-style: solid !important;
}

.mkb-edge-red, .mkb-edge-red-child > *, .mkb-edge-red-first > *:first-child, .mkb-edge-red-last > *:last-child, .mkb-edge-red-odd > *:nth-child(odd), .mkb-edge-red-even > *:nth-child(even), .mkb-edge-hover-red:hover, .mkb-edge-hover-red-child:hover > *, .mkb-edge-hover-red-first:hover > *:first-child, .mkb-edge-hover-red-last:hover > *:last-child, .mkb-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-edge-hover-red-even:hover > *:nth-child(even), .mkb-edge-child-hover-red-child > *:hover, .mkb-edge-child-hover-red-first > *:first-child:hover, .mkb-edge-child-hover-red-last > *:last-child:hover, .mkb-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-red-even > *:nth-child(even):hover {
  border-color: #F44336 !important;
  border-style: solid !important;
}

.mkb-edge-green, .mkb-edge-green-child > *, .mkb-edge-green-first > *:first-child, .mkb-edge-green-last > *:last-child, .mkb-edge-green-odd > *:nth-child(odd), .mkb-edge-green-even > *:nth-child(even), .mkb-edge-hover-green:hover, .mkb-edge-hover-green-child:hover > *, .mkb-edge-hover-green-first:hover > *:first-child, .mkb-edge-hover-green-last:hover > *:last-child, .mkb-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-edge-hover-green-even:hover > *:nth-child(even), .mkb-edge-child-hover-green-child > *:hover, .mkb-edge-child-hover-green-first > *:first-child:hover, .mkb-edge-child-hover-green-last > *:last-child:hover, .mkb-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-green-even > *:nth-child(even):hover {
  border-color: #4CAF50 !important;
  border-style: solid !important;
}

.mkb-edge-blue, .mkb-edge-blue-child > *, .mkb-edge-blue-first > *:first-child, .mkb-edge-blue-last > *:last-child, .mkb-edge-blue-odd > *:nth-child(odd), .mkb-edge-blue-even > *:nth-child(even), .mkb-edge-hover-blue:hover, .mkb-edge-hover-blue-child:hover > *, .mkb-edge-hover-blue-first:hover > *:first-child, .mkb-edge-hover-blue-last:hover > *:last-child, .mkb-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-edge-hover-blue-even:hover > *:nth-child(even), .mkb-edge-child-hover-blue-child > *:hover, .mkb-edge-child-hover-blue-first > *:first-child:hover, .mkb-edge-child-hover-blue-last > *:last-child:hover, .mkb-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-blue-even > *:nth-child(even):hover {
  border-color: #2196F3 !important;
  border-style: solid !important;
}

.mkb-edge-yellow, .mkb-edge-yellow-child > *, .mkb-edge-yellow-first > *:first-child, .mkb-edge-yellow-last > *:last-child, .mkb-edge-yellow-odd > *:nth-child(odd), .mkb-edge-yellow-even > *:nth-child(even), .mkb-edge-hover-yellow:hover, .mkb-edge-hover-yellow-child:hover > *, .mkb-edge-hover-yellow-first:hover > *:first-child, .mkb-edge-hover-yellow-last:hover > *:last-child, .mkb-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-edge-child-hover-yellow-child > *:hover, .mkb-edge-child-hover-yellow-first > *:first-child:hover, .mkb-edge-child-hover-yellow-last > *:last-child:hover, .mkb-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-yellow-even > *:nth-child(even):hover {
  border-color: #FFEB3B !important;
  border-style: solid !important;
}

.mkb-edge-orange, .mkb-edge-orange-child > *, .mkb-edge-orange-first > *:first-child, .mkb-edge-orange-last > *:last-child, .mkb-edge-orange-odd > *:nth-child(odd), .mkb-edge-orange-even > *:nth-child(even), .mkb-edge-hover-orange:hover, .mkb-edge-hover-orange-child:hover > *, .mkb-edge-hover-orange-first:hover > *:first-child, .mkb-edge-hover-orange-last:hover > *:last-child, .mkb-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-edge-hover-orange-even:hover > *:nth-child(even), .mkb-edge-child-hover-orange-child > *:hover, .mkb-edge-child-hover-orange-first > *:first-child:hover, .mkb-edge-child-hover-orange-last > *:last-child:hover, .mkb-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-orange-even > *:nth-child(even):hover {
  border-color: #FF9800 !important;
  border-style: solid !important;
}

.mkb-edge-brown, .mkb-edge-brown-child > *, .mkb-edge-brown-first > *:first-child, .mkb-edge-brown-last > *:last-child, .mkb-edge-brown-odd > *:nth-child(odd), .mkb-edge-brown-even > *:nth-child(even), .mkb-edge-hover-brown:hover, .mkb-edge-hover-brown-child:hover > *, .mkb-edge-hover-brown-first:hover > *:first-child, .mkb-edge-hover-brown-last:hover > *:last-child, .mkb-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-edge-hover-brown-even:hover > *:nth-child(even), .mkb-edge-child-hover-brown-child > *:hover, .mkb-edge-child-hover-brown-first > *:first-child:hover, .mkb-edge-child-hover-brown-last > *:last-child:hover, .mkb-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-brown-even > *:nth-child(even):hover {
  border-color: #795548 !important;
  border-style: solid !important;
}

.mkb-edge-gray, .mkb-edge-gray-child > *, .mkb-edge-gray-first > *:first-child, .mkb-edge-gray-last > *:last-child, .mkb-edge-gray-odd > *:nth-child(odd), .mkb-edge-gray-even > *:nth-child(even), .mkb-edge-hover-gray:hover, .mkb-edge-hover-gray-child:hover > *, .mkb-edge-hover-gray-first:hover > *:first-child, .mkb-edge-hover-gray-last:hover > *:last-child, .mkb-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-edge-hover-gray-even:hover > *:nth-child(even), .mkb-edge-child-hover-gray-child > *:hover, .mkb-edge-child-hover-gray-first > *:first-child:hover, .mkb-edge-child-hover-gray-last > *:last-child:hover, .mkb-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-gray-even > *:nth-child(even):hover {
  border-color: #9E9E9E !important;
  border-style: solid !important;
}

.mkb-edge-pink, .mkb-edge-pink-child > *, .mkb-edge-pink-first > *:first-child, .mkb-edge-pink-last > *:last-child, .mkb-edge-pink-odd > *:nth-child(odd), .mkb-edge-pink-even > *:nth-child(even), .mkb-edge-hover-pink:hover, .mkb-edge-hover-pink-child:hover > *, .mkb-edge-hover-pink-first:hover > *:first-child, .mkb-edge-hover-pink-last:hover > *:last-child, .mkb-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-edge-hover-pink-even:hover > *:nth-child(even), .mkb-edge-child-hover-pink-child > *:hover, .mkb-edge-child-hover-pink-first > *:first-child:hover, .mkb-edge-child-hover-pink-last > *:last-child:hover, .mkb-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-pink-even > *:nth-child(even):hover {
  border-color: #E91E63 !important;
  border-style: solid !important;
}

.mkb-edge-purple, .mkb-edge-purple-child > *, .mkb-edge-purple-first > *:first-child, .mkb-edge-purple-last > *:last-child, .mkb-edge-purple-odd > *:nth-child(odd), .mkb-edge-purple-even > *:nth-child(even), .mkb-edge-hover-purple:hover, .mkb-edge-hover-purple-child:hover > *, .mkb-edge-hover-purple-first:hover > *:first-child, .mkb-edge-hover-purple-last:hover > *:last-child, .mkb-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-edge-hover-purple-even:hover > *:nth-child(even), .mkb-edge-child-hover-purple-child > *:hover, .mkb-edge-child-hover-purple-first > *:first-child:hover, .mkb-edge-child-hover-purple-last > *:last-child:hover, .mkb-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-purple-even > *:nth-child(even):hover {
  border-color: #9C27B0 !important;
  border-style: solid !important;
}

.mkb-edge-deep-purple, .mkb-edge-deep-purple-child > *, .mkb-edge-deep-purple-first > *:first-child, .mkb-edge-deep-purple-last > *:last-child, .mkb-edge-deep-purple-odd > *:nth-child(odd), .mkb-edge-deep-purple-even > *:nth-child(even), .mkb-edge-hover-deep-purple:hover, .mkb-edge-hover-deep-purple-child:hover > *, .mkb-edge-hover-deep-purple-first:hover > *:first-child, .mkb-edge-hover-deep-purple-last:hover > *:last-child, .mkb-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-edge-child-hover-deep-purple-child > *:hover, .mkb-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
  border-color: #673AB7 !important;
  border-style: solid !important;
}

.mkb-edge-indigo, .mkb-edge-indigo-child > *, .mkb-edge-indigo-first > *:first-child, .mkb-edge-indigo-last > *:last-child, .mkb-edge-indigo-odd > *:nth-child(odd), .mkb-edge-indigo-even > *:nth-child(even), .mkb-edge-hover-indigo:hover, .mkb-edge-hover-indigo-child:hover > *, .mkb-edge-hover-indigo-first:hover > *:first-child, .mkb-edge-hover-indigo-last:hover > *:last-child, .mkb-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-edge-child-hover-indigo-child > *:hover, .mkb-edge-child-hover-indigo-first > *:first-child:hover, .mkb-edge-child-hover-indigo-last > *:last-child:hover, .mkb-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-indigo-even > *:nth-child(even):hover {
  border-color: #3F51B5 !important;
  border-style: solid !important;
}

.mkb-edge-light-blue, .mkb-edge-light-blue-child > *, .mkb-edge-light-blue-first > *:first-child, .mkb-edge-light-blue-last > *:last-child, .mkb-edge-light-blue-odd > *:nth-child(odd), .mkb-edge-light-blue-even > *:nth-child(even), .mkb-edge-hover-light-blue:hover, .mkb-edge-hover-light-blue-child:hover > *, .mkb-edge-hover-light-blue-first:hover > *:first-child, .mkb-edge-hover-light-blue-last:hover > *:last-child, .mkb-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-edge-child-hover-light-blue-child > *:hover, .mkb-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-light-blue-even > *:nth-child(even):hover {
  border-color: #03A9F4 !important;
  border-style: solid !important;
}

.mkb-edge-cyan, .mkb-edge-cyan-child > *, .mkb-edge-cyan-first > *:first-child, .mkb-edge-cyan-last > *:last-child, .mkb-edge-cyan-odd > *:nth-child(odd), .mkb-edge-cyan-even > *:nth-child(even), .mkb-edge-hover-cyan:hover, .mkb-edge-hover-cyan-child:hover > *, .mkb-edge-hover-cyan-first:hover > *:first-child, .mkb-edge-hover-cyan-last:hover > *:last-child, .mkb-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-edge-child-hover-cyan-child > *:hover, .mkb-edge-child-hover-cyan-first > *:first-child:hover, .mkb-edge-child-hover-cyan-last > *:last-child:hover, .mkb-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-cyan-even > *:nth-child(even):hover {
  border-color: #00BCD4 !important;
  border-style: solid !important;
}

.mkb-edge-teal, .mkb-edge-teal-child > *, .mkb-edge-teal-first > *:first-child, .mkb-edge-teal-last > *:last-child, .mkb-edge-teal-odd > *:nth-child(odd), .mkb-edge-teal-even > *:nth-child(even), .mkb-edge-hover-teal:hover, .mkb-edge-hover-teal-child:hover > *, .mkb-edge-hover-teal-first:hover > *:first-child, .mkb-edge-hover-teal-last:hover > *:last-child, .mkb-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-edge-hover-teal-even:hover > *:nth-child(even), .mkb-edge-child-hover-teal-child > *:hover, .mkb-edge-child-hover-teal-first > *:first-child:hover, .mkb-edge-child-hover-teal-last > *:last-child:hover, .mkb-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-teal-even > *:nth-child(even):hover {
  border-color: #009688 !important;
  border-style: solid !important;
}

.mkb-edge-light-green, .mkb-edge-light-green-child > *, .mkb-edge-light-green-first > *:first-child, .mkb-edge-light-green-last > *:last-child, .mkb-edge-light-green-odd > *:nth-child(odd), .mkb-edge-light-green-even > *:nth-child(even), .mkb-edge-hover-light-green:hover, .mkb-edge-hover-light-green-child:hover > *, .mkb-edge-hover-light-green-first:hover > *:first-child, .mkb-edge-hover-light-green-last:hover > *:last-child, .mkb-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-edge-child-hover-light-green-child > *:hover, .mkb-edge-child-hover-light-green-first > *:first-child:hover, .mkb-edge-child-hover-light-green-last > *:last-child:hover, .mkb-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-light-green-even > *:nth-child(even):hover {
  border-color: #8BC34A !important;
  border-style: solid !important;
}

.mkb-edge-lime, .mkb-edge-lime-child > *, .mkb-edge-lime-first > *:first-child, .mkb-edge-lime-last > *:last-child, .mkb-edge-lime-odd > *:nth-child(odd), .mkb-edge-lime-even > *:nth-child(even), .mkb-edge-hover-lime:hover, .mkb-edge-hover-lime-child:hover > *, .mkb-edge-hover-lime-first:hover > *:first-child, .mkb-edge-hover-lime-last:hover > *:last-child, .mkb-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-edge-hover-lime-even:hover > *:nth-child(even), .mkb-edge-child-hover-lime-child > *:hover, .mkb-edge-child-hover-lime-first > *:first-child:hover, .mkb-edge-child-hover-lime-last > *:last-child:hover, .mkb-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-lime-even > *:nth-child(even):hover {
  border-color: #CDDC39 !important;
  border-style: solid !important;
}

.mkb-edge-amber, .mkb-edge-amber-child > *, .mkb-edge-amber-first > *:first-child, .mkb-edge-amber-last > *:last-child, .mkb-edge-amber-odd > *:nth-child(odd), .mkb-edge-amber-even > *:nth-child(even), .mkb-edge-hover-amber:hover, .mkb-edge-hover-amber-child:hover > *, .mkb-edge-hover-amber-first:hover > *:first-child, .mkb-edge-hover-amber-last:hover > *:last-child, .mkb-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-edge-hover-amber-even:hover > *:nth-child(even), .mkb-edge-child-hover-amber-child > *:hover, .mkb-edge-child-hover-amber-first > *:first-child:hover, .mkb-edge-child-hover-amber-last > *:last-child:hover, .mkb-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-amber-even > *:nth-child(even):hover {
  border-color: #FFC107 !important;
  border-style: solid !important;
}

.mkb-edge-deep-orange, .mkb-edge-deep-orange-child > *, .mkb-edge-deep-orange-first > *:first-child, .mkb-edge-deep-orange-last > *:last-child, .mkb-edge-deep-orange-odd > *:nth-child(odd), .mkb-edge-deep-orange-even > *:nth-child(even), .mkb-edge-hover-deep-orange:hover, .mkb-edge-hover-deep-orange-child:hover > *, .mkb-edge-hover-deep-orange-first:hover > *:first-child, .mkb-edge-hover-deep-orange-last:hover > *:last-child, .mkb-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-edge-child-hover-deep-orange-child > *:hover, .mkb-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
  border-color: #FF5722 !important;
  border-style: solid !important;
}

.mkb-edge-blue-gray, .mkb-edge-blue-gray-child > *, .mkb-edge-blue-gray-first > *:first-child, .mkb-edge-blue-gray-last > *:last-child, .mkb-edge-blue-gray-odd > *:nth-child(odd), .mkb-edge-blue-gray-even > *:nth-child(even), .mkb-edge-hover-blue-gray:hover, .mkb-edge-hover-blue-gray-child:hover > *, .mkb-edge-hover-blue-gray-first:hover > *:first-child, .mkb-edge-hover-blue-gray-last:hover > *:last-child, .mkb-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-edge-child-hover-blue-gray-child > *:hover, .mkb-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
  border-color: #607D8B !important;
  border-style: solid !important;
}

.mkb-edge-dotted, .mkb-edge-dotted-child > *, .mkb-edge-dotted-first > *:first-child, .mkb-edge-dotted-last > *:last-child, .mkb-edge-dotted-odd > *:nth-child(odd), .mkb-edge-dotted-even > *:nth-child(even) {
  border-style: dotted !important;
}

.mkb-edge-top-dotted, .mkb-edge-top-dotted-child > *, .mkb-edge-top-dotted-first > *:first-child, .mkb-edge-top-dotted-last > *:last-child, .mkb-edge-top-dotted-odd > *:nth-child(odd), .mkb-edge-top-dotted-even > *:nth-child(even) {
  border-top-style: dotted !important;
}

.mkb-edge-bottom-dotted, .mkb-edge-bottom-dotted-child > *, .mkb-edge-bottom-dotted-first > *:first-child, .mkb-edge-bottom-dotted-last > *:last-child, .mkb-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-edge-bottom-dotted-even > *:nth-child(even) {
  border-bottom-style: dotted !important;
}

.mkb-edge-left-dotted, .mkb-edge-left-dotted-child > *, .mkb-edge-left-dotted-first > *:first-child, .mkb-edge-left-dotted-last > *:last-child, .mkb-edge-left-dotted-odd > *:nth-child(odd), .mkb-edge-left-dotted-even > *:nth-child(even) {
  border-left-style: dotted !important;
}

.mkb-edge-right-dotted, .mkb-edge-right-dotted-child > *, .mkb-edge-right-dotted-first > *:first-child, .mkb-edge-right-dotted-last > *:last-child, .mkb-edge-right-dotted-odd > *:nth-child(odd), .mkb-edge-right-dotted-even > *:nth-child(even) {
  border-right-style: dotted !important;
}

.mkb-edge-vertical-dotted, .mkb-edge-vertical-dotted-child > *, .mkb-edge-vertical-dotted-first > *:first-child, .mkb-edge-vertical-dotted-last > *:last-child, .mkb-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-edge-vertical-dotted-even > *:nth-child(even) {
  border-top-style: dotted !important;
  border-bottom-style: dotted !important;
}

.mkb-edge-horizontal-dotted, .mkb-edge-horizontal-dotted-child > *, .mkb-edge-horizontal-dotted-first > *:first-child, .mkb-edge-horizontal-dotted-last > *:last-child, .mkb-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-edge-horizontal-dotted-even > *:nth-child(even) {
  border-left-style: dotted !important;
  border-right-style: dotted !important;
}

.mkb-edge-dashed, .mkb-edge-dashed-child > *, .mkb-edge-dashed-first > *:first-child, .mkb-edge-dashed-last > *:last-child, .mkb-edge-dashed-odd > *:nth-child(odd), .mkb-edge-dashed-even > *:nth-child(even) {
  border-style: dashed !important;
}

.mkb-edge-top-dashed, .mkb-edge-top-dashed-child > *, .mkb-edge-top-dashed-first > *:first-child, .mkb-edge-top-dashed-last > *:last-child, .mkb-edge-top-dashed-odd > *:nth-child(odd), .mkb-edge-top-dashed-even > *:nth-child(even) {
  border-top-style: dashed !important;
}

.mkb-edge-bottom-dashed, .mkb-edge-bottom-dashed-child > *, .mkb-edge-bottom-dashed-first > *:first-child, .mkb-edge-bottom-dashed-last > *:last-child, .mkb-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-edge-bottom-dashed-even > *:nth-child(even) {
  border-bottom-style: dashed !important;
}

.mkb-edge-left-dashed, .mkb-edge-left-dashed-child > *, .mkb-edge-left-dashed-first > *:first-child, .mkb-edge-left-dashed-last > *:last-child, .mkb-edge-left-dashed-odd > *:nth-child(odd), .mkb-edge-left-dashed-even > *:nth-child(even) {
  border-left-style: dashed !important;
}

.mkb-edge-right-dashed, .mkb-edge-right-dashed-child > *, .mkb-edge-right-dashed-first > *:first-child, .mkb-edge-right-dashed-last > *:last-child, .mkb-edge-right-dashed-odd > *:nth-child(odd), .mkb-edge-right-dashed-even > *:nth-child(even) {
  border-right-style: dashed !important;
}

.mkb-edge-vertical-dashed, .mkb-edge-vertical-dashed-child > *, .mkb-edge-vertical-dashed-first > *:first-child, .mkb-edge-vertical-dashed-last > *:last-child, .mkb-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-edge-vertical-dashed-even > *:nth-child(even) {
  border-top-style: dashed !important;
  border-bottom-style: dashed !important;
}

.mkb-edge-horizontal-dashed, .mkb-edge-horizontal-dashed-child > *, .mkb-edge-horizontal-dashed-first > *:first-child, .mkb-edge-horizontal-dashed-last > *:last-child, .mkb-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-edge-horizontal-dashed-even > *:nth-child(even) {
  border-left-style: dashed !important;
  border-right-style: dashed !important;
}

.mkb-edge-solid, .mkb-edge-solid-child > *, .mkb-edge-solid-first > *:first-child, .mkb-edge-solid-last > *:last-child, .mkb-edge-solid-odd > *:nth-child(odd), .mkb-edge-solid-even > *:nth-child(even) {
  border-style: solid !important;
}

.mkb-edge-top-solid, .mkb-edge-top-solid-child > *, .mkb-edge-top-solid-first > *:first-child, .mkb-edge-top-solid-last > *:last-child, .mkb-edge-top-solid-odd > *:nth-child(odd), .mkb-edge-top-solid-even > *:nth-child(even) {
  border-top-style: solid !important;
}

.mkb-edge-bottom-solid, .mkb-edge-bottom-solid-child > *, .mkb-edge-bottom-solid-first > *:first-child, .mkb-edge-bottom-solid-last > *:last-child, .mkb-edge-bottom-solid-odd > *:nth-child(odd), .mkb-edge-bottom-solid-even > *:nth-child(even) {
  border-bottom-style: solid !important;
}

.mkb-edge-left-solid, .mkb-edge-left-solid-child > *, .mkb-edge-left-solid-first > *:first-child, .mkb-edge-left-solid-last > *:last-child, .mkb-edge-left-solid-odd > *:nth-child(odd), .mkb-edge-left-solid-even > *:nth-child(even) {
  border-left-style: solid !important;
}

.mkb-edge-right-solid, .mkb-edge-right-solid-child > *, .mkb-edge-right-solid-first > *:first-child, .mkb-edge-right-solid-last > *:last-child, .mkb-edge-right-solid-odd > *:nth-child(odd), .mkb-edge-right-solid-even > *:nth-child(even) {
  border-right-style: solid !important;
}

.mkb-edge-vertical-solid, .mkb-edge-vertical-solid-child > *, .mkb-edge-vertical-solid-first > *:first-child, .mkb-edge-vertical-solid-last > *:last-child, .mkb-edge-vertical-solid-odd > *:nth-child(odd), .mkb-edge-vertical-solid-even > *:nth-child(even) {
  border-top-style: solid !important;
  border-bottom-style: solid !important;
}

.mkb-edge-horizontal-solid, .mkb-edge-horizontal-solid-child > *, .mkb-edge-horizontal-solid-first > *:first-child, .mkb-edge-horizontal-solid-last > *:last-child, .mkb-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-edge-horizontal-solid-even > *:nth-child(even) {
  border-left-style: solid !important;
  border-right-style: solid !important;
}

.mkb-edge-double, .mkb-edge-double-child > *, .mkb-edge-double-first > *:first-child, .mkb-edge-double-last > *:last-child, .mkb-edge-double-odd > *:nth-child(odd), .mkb-edge-double-even > *:nth-child(even) {
  border-style: double !important;
}

.mkb-edge-top-double, .mkb-edge-top-double-child > *, .mkb-edge-top-double-first > *:first-child, .mkb-edge-top-double-last > *:last-child, .mkb-edge-top-double-odd > *:nth-child(odd), .mkb-edge-top-double-even > *:nth-child(even) {
  border-top-style: double !important;
}

.mkb-edge-bottom-double, .mkb-edge-bottom-double-child > *, .mkb-edge-bottom-double-first > *:first-child, .mkb-edge-bottom-double-last > *:last-child, .mkb-edge-bottom-double-odd > *:nth-child(odd), .mkb-edge-bottom-double-even > *:nth-child(even) {
  border-bottom-style: double !important;
}

.mkb-edge-left-double, .mkb-edge-left-double-child > *, .mkb-edge-left-double-first > *:first-child, .mkb-edge-left-double-last > *:last-child, .mkb-edge-left-double-odd > *:nth-child(odd), .mkb-edge-left-double-even > *:nth-child(even) {
  border-left-style: double !important;
}

.mkb-edge-right-double, .mkb-edge-right-double-child > *, .mkb-edge-right-double-first > *:first-child, .mkb-edge-right-double-last > *:last-child, .mkb-edge-right-double-odd > *:nth-child(odd), .mkb-edge-right-double-even > *:nth-child(even) {
  border-right-style: double !important;
}

.mkb-edge-vertical-double, .mkb-edge-vertical-double-child > *, .mkb-edge-vertical-double-first > *:first-child, .mkb-edge-vertical-double-last > *:last-child, .mkb-edge-vertical-double-odd > *:nth-child(odd), .mkb-edge-vertical-double-even > *:nth-child(even) {
  border-top-style: double !important;
  border-bottom-style: double !important;
}

.mkb-edge-horizontal-double, .mkb-edge-horizontal-double-child > *, .mkb-edge-horizontal-double-first > *:first-child, .mkb-edge-horizontal-double-last > *:last-child, .mkb-edge-horizontal-double-odd > *:nth-child(odd), .mkb-edge-horizontal-double-even > *:nth-child(even) {
  border-left-style: double !important;
  border-right-style: double !important;
}

.mkb-edge-groove, .mkb-edge-groove-child > *, .mkb-edge-groove-first > *:first-child, .mkb-edge-groove-last > *:last-child, .mkb-edge-groove-odd > *:nth-child(odd), .mkb-edge-groove-even > *:nth-child(even) {
  border-style: groove !important;
}

.mkb-edge-top-groove, .mkb-edge-top-groove-child > *, .mkb-edge-top-groove-first > *:first-child, .mkb-edge-top-groove-last > *:last-child, .mkb-edge-top-groove-odd > *:nth-child(odd), .mkb-edge-top-groove-even > *:nth-child(even) {
  border-top-style: groove !important;
}

.mkb-edge-bottom-groove, .mkb-edge-bottom-groove-child > *, .mkb-edge-bottom-groove-first > *:first-child, .mkb-edge-bottom-groove-last > *:last-child, .mkb-edge-bottom-groove-odd > *:nth-child(odd), .mkb-edge-bottom-groove-even > *:nth-child(even) {
  border-bottom-style: groove !important;
}

.mkb-edge-left-groove, .mkb-edge-left-groove-child > *, .mkb-edge-left-groove-first > *:first-child, .mkb-edge-left-groove-last > *:last-child, .mkb-edge-left-groove-odd > *:nth-child(odd), .mkb-edge-left-groove-even > *:nth-child(even) {
  border-left-style: groove !important;
}

.mkb-edge-right-groove, .mkb-edge-right-groove-child > *, .mkb-edge-right-groove-first > *:first-child, .mkb-edge-right-groove-last > *:last-child, .mkb-edge-right-groove-odd > *:nth-child(odd), .mkb-edge-right-groove-even > *:nth-child(even) {
  border-right-style: groove !important;
}

.mkb-edge-vertical-groove, .mkb-edge-vertical-groove-child > *, .mkb-edge-vertical-groove-first > *:first-child, .mkb-edge-vertical-groove-last > *:last-child, .mkb-edge-vertical-groove-odd > *:nth-child(odd), .mkb-edge-vertical-groove-even > *:nth-child(even) {
  border-top-style: groove !important;
  border-bottom-style: groove !important;
}

.mkb-edge-horizontal-groove, .mkb-edge-horizontal-groove-child > *, .mkb-edge-horizontal-groove-first > *:first-child, .mkb-edge-horizontal-groove-last > *:last-child, .mkb-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-edge-horizontal-groove-even > *:nth-child(even) {
  border-left-style: groove !important;
  border-right-style: groove !important;
}

.mkb-edge-ridge, .mkb-edge-ridge-child > *, .mkb-edge-ridge-first > *:first-child, .mkb-edge-ridge-last > *:last-child, .mkb-edge-ridge-odd > *:nth-child(odd), .mkb-edge-ridge-even > *:nth-child(even) {
  border-style: ridge !important;
}

.mkb-edge-top-ridge, .mkb-edge-top-ridge-child > *, .mkb-edge-top-ridge-first > *:first-child, .mkb-edge-top-ridge-last > *:last-child, .mkb-edge-top-ridge-odd > *:nth-child(odd), .mkb-edge-top-ridge-even > *:nth-child(even) {
  border-top-style: ridge !important;
}

.mkb-edge-bottom-ridge, .mkb-edge-bottom-ridge-child > *, .mkb-edge-bottom-ridge-first > *:first-child, .mkb-edge-bottom-ridge-last > *:last-child, .mkb-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-edge-bottom-ridge-even > *:nth-child(even) {
  border-bottom-style: ridge !important;
}

.mkb-edge-left-ridge, .mkb-edge-left-ridge-child > *, .mkb-edge-left-ridge-first > *:first-child, .mkb-edge-left-ridge-last > *:last-child, .mkb-edge-left-ridge-odd > *:nth-child(odd), .mkb-edge-left-ridge-even > *:nth-child(even) {
  border-left-style: ridge !important;
}

.mkb-edge-right-ridge, .mkb-edge-right-ridge-child > *, .mkb-edge-right-ridge-first > *:first-child, .mkb-edge-right-ridge-last > *:last-child, .mkb-edge-right-ridge-odd > *:nth-child(odd), .mkb-edge-right-ridge-even > *:nth-child(even) {
  border-right-style: ridge !important;
}

.mkb-edge-vertical-ridge, .mkb-edge-vertical-ridge-child > *, .mkb-edge-vertical-ridge-first > *:first-child, .mkb-edge-vertical-ridge-last > *:last-child, .mkb-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-edge-vertical-ridge-even > *:nth-child(even) {
  border-top-style: ridge !important;
  border-bottom-style: ridge !important;
}

.mkb-edge-horizontal-ridge, .mkb-edge-horizontal-ridge-child > *, .mkb-edge-horizontal-ridge-first > *:first-child, .mkb-edge-horizontal-ridge-last > *:last-child, .mkb-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-edge-horizontal-ridge-even > *:nth-child(even) {
  border-left-style: ridge !important;
  border-right-style: ridge !important;
}

.mkb-edge-inset, .mkb-edge-inset-child > *, .mkb-edge-inset-first > *:first-child, .mkb-edge-inset-last > *:last-child, .mkb-edge-inset-odd > *:nth-child(odd), .mkb-edge-inset-even > *:nth-child(even) {
  border-style: inset !important;
}

.mkb-edge-top-inset, .mkb-edge-top-inset-child > *, .mkb-edge-top-inset-first > *:first-child, .mkb-edge-top-inset-last > *:last-child, .mkb-edge-top-inset-odd > *:nth-child(odd), .mkb-edge-top-inset-even > *:nth-child(even) {
  border-top-style: inset !important;
}

.mkb-edge-bottom-inset, .mkb-edge-bottom-inset-child > *, .mkb-edge-bottom-inset-first > *:first-child, .mkb-edge-bottom-inset-last > *:last-child, .mkb-edge-bottom-inset-odd > *:nth-child(odd), .mkb-edge-bottom-inset-even > *:nth-child(even) {
  border-bottom-style: inset !important;
}

.mkb-edge-left-inset, .mkb-edge-left-inset-child > *, .mkb-edge-left-inset-first > *:first-child, .mkb-edge-left-inset-last > *:last-child, .mkb-edge-left-inset-odd > *:nth-child(odd), .mkb-edge-left-inset-even > *:nth-child(even) {
  border-left-style: inset !important;
}

.mkb-edge-right-inset, .mkb-edge-right-inset-child > *, .mkb-edge-right-inset-first > *:first-child, .mkb-edge-right-inset-last > *:last-child, .mkb-edge-right-inset-odd > *:nth-child(odd), .mkb-edge-right-inset-even > *:nth-child(even) {
  border-right-style: inset !important;
}

.mkb-edge-vertical-inset, .mkb-edge-vertical-inset-child > *, .mkb-edge-vertical-inset-first > *:first-child, .mkb-edge-vertical-inset-last > *:last-child, .mkb-edge-vertical-inset-odd > *:nth-child(odd), .mkb-edge-vertical-inset-even > *:nth-child(even) {
  border-top-style: inset !important;
  border-bottom-style: inset !important;
}

.mkb-edge-horizontal-inset, .mkb-edge-horizontal-inset-child > *, .mkb-edge-horizontal-inset-first > *:first-child, .mkb-edge-horizontal-inset-last > *:last-child, .mkb-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-edge-horizontal-inset-even > *:nth-child(even) {
  border-left-style: inset !important;
  border-right-style: inset !important;
}

.mkb-edge-outset, .mkb-edge-outset-child > *, .mkb-edge-outset-first > *:first-child, .mkb-edge-outset-last > *:last-child, .mkb-edge-outset-odd > *:nth-child(odd), .mkb-edge-outset-even > *:nth-child(even) {
  border-style: outset !important;
}

.mkb-edge-top-outset, .mkb-edge-top-outset-child > *, .mkb-edge-top-outset-first > *:first-child, .mkb-edge-top-outset-last > *:last-child, .mkb-edge-top-outset-odd > *:nth-child(odd), .mkb-edge-top-outset-even > *:nth-child(even) {
  border-top-style: outset !important;
}

.mkb-edge-bottom-outset, .mkb-edge-bottom-outset-child > *, .mkb-edge-bottom-outset-first > *:first-child, .mkb-edge-bottom-outset-last > *:last-child, .mkb-edge-bottom-outset-odd > *:nth-child(odd), .mkb-edge-bottom-outset-even > *:nth-child(even) {
  border-bottom-style: outset !important;
}

.mkb-edge-left-outset, .mkb-edge-left-outset-child > *, .mkb-edge-left-outset-first > *:first-child, .mkb-edge-left-outset-last > *:last-child, .mkb-edge-left-outset-odd > *:nth-child(odd), .mkb-edge-left-outset-even > *:nth-child(even) {
  border-left-style: outset !important;
}

.mkb-edge-right-outset, .mkb-edge-right-outset-child > *, .mkb-edge-right-outset-first > *:first-child, .mkb-edge-right-outset-last > *:last-child, .mkb-edge-right-outset-odd > *:nth-child(odd), .mkb-edge-right-outset-even > *:nth-child(even) {
  border-right-style: outset !important;
}

.mkb-edge-vertical-outset, .mkb-edge-vertical-outset-child > *, .mkb-edge-vertical-outset-first > *:first-child, .mkb-edge-vertical-outset-last > *:last-child, .mkb-edge-vertical-outset-odd > *:nth-child(odd), .mkb-edge-vertical-outset-even > *:nth-child(even) {
  border-top-style: outset !important;
  border-bottom-style: outset !important;
}

.mkb-edge-horizontal-outset, .mkb-edge-horizontal-outset-child > *, .mkb-edge-horizontal-outset-first > *:first-child, .mkb-edge-horizontal-outset-last > *:last-child, .mkb-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-edge-horizontal-outset-even > *:nth-child(even) {
  border-left-style: outset !important;
  border-right-style: outset !important;
}

/* #### RADIUS CLASSES #### */
.mkb-radius-none, .mkb-radius-none-child > *, .mkb-radius-none-first > *:first-child, .mkb-radius-none-last > *:last-child, .mkb-radius-none-odd > *:nth-child(odd), .mkb-radius-none-even > *:nth-child(even) {
  border-radius: 0 !important;
}

.mkb-radius-s, .mkb-radius-s-child > *, .mkb-radius-s-first > *:first-child, .mkb-radius-s-last > *:last-child, .mkb-radius-s-odd > *:nth-child(odd), .mkb-radius-s-even > *:nth-child(even) {
  border-radius: 0.57143rem !important;
}

.mkb-radius-m, .mkb-radius-m-child > *, .mkb-radius-m-first > *:first-child, .mkb-radius-m-last > *:last-child, .mkb-radius-m-odd > *:nth-child(odd), .mkb-radius-m-even > *:nth-child(even) {
  border-radius: 1.14286rem !important;
}

.mkb-radius-l, .mkb-radius-l-child > *, .mkb-radius-l-first > *:first-child, .mkb-radius-l-last > *:last-child, .mkb-radius-l-odd > *:nth-child(odd), .mkb-radius-l-even > *:nth-child(even) {
  border-radius: 1.71429rem !important;
}

.mkb-radius-xl, .mkb-radius-xl-child > *, .mkb-radius-xl-first > *:first-child, .mkb-radius-xl-last > *:last-child, .mkb-radius-xl-odd > *:nth-child(odd), .mkb-radius-xl-even > *:nth-child(even) {
  border-radius: 2.28571rem !important;
}

.mkb-radius-top-none, .mkb-radius-top-none-child > *, .mkb-radius-top-none-first > *:first-child, .mkb-radius-top-none-last > *:last-child, .mkb-radius-top-none-odd > *:nth-child(odd), .mkb-radius-top-none-even > *:nth-child(even) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.mkb-radius-s-top, .mkb-radius-s-top-child > *, .mkb-radius-s-top-first > *:first-child, .mkb-radius-s-top-last > *:last-child, .mkb-radius-s-top-odd > *:nth-child(odd), .mkb-radius-s-top-even > *:nth-child(even) {
  border-top-left-radius: 0.57143rem !important;
  border-top-right-radius: 0.57143rem !important;
}

.mkb-radius-m-top, .mkb-radius-m-top-child > *, .mkb-radius-m-top-first > *:first-child, .mkb-radius-m-top-last > *:last-child, .mkb-radius-m-top-odd > *:nth-child(odd), .mkb-radius-m-top-even > *:nth-child(even) {
  border-top-left-radius: 1.14286rem !important;
  border-top-right-radius: 1.14286rem !important;
}

.mkb-radius-l-top, .mkb-radius-l-top-child > *, .mkb-radius-l-top-first > *:first-child, .mkb-radius-l-top-last > *:last-child, .mkb-radius-l-top-odd > *:nth-child(odd), .mkb-radius-l-top-even > *:nth-child(even) {
  border-top-left-radius: 1.71429rem !important;
  border-top-right-radius: 1.71429rem !important;
}

.mkb-radius-xl-top, .mkb-radius-xl-top-child > *, .mkb-radius-xl-top-first > *:first-child, .mkb-radius-xl-top-last > *:last-child, .mkb-radius-xl-top-odd > *:nth-child(odd), .mkb-radius-xl-top-even > *:nth-child(even) {
  border-top-left-radius: 2.28571rem !important;
  border-top-right-radius: 2.28571rem !important;
}

.mkb-radius-top-left-none, .mkb-radius-top-left-none-child > *, .mkb-radius-top-left-none-first > *:first-child, .mkb-radius-top-left-none-last > *:last-child, .mkb-radius-top-left-none-odd > *:nth-child(odd), .mkb-radius-top-left-none-even > *:nth-child(even) {
  border-top-left-radius: 0 !important;
}

.mkb-radius-s-top-left, .mkb-radius-s-top-left-child > *, .mkb-radius-s-top-left-first > *:first-child, .mkb-radius-s-top-left-last > *:last-child, .mkb-radius-s-top-left-odd > *:nth-child(odd), .mkb-radius-s-top-left-even > *:nth-child(even) {
  border-top-left-radius: 0.57143rem !important;
}

.mkb-radius-m-top-left, .mkb-radius-m-top-left-child > *, .mkb-radius-m-top-left-first > *:first-child, .mkb-radius-m-top-left-last > *:last-child, .mkb-radius-m-top-left-odd > *:nth-child(odd), .mkb-radius-m-top-left-even > *:nth-child(even) {
  border-top-left-radius: 1.14286rem !important;
}

.mkb-radius-l-top-left, .mkb-radius-l-top-left-child > *, .mkb-radius-l-top-left-first > *:first-child, .mkb-radius-l-top-left-last > *:last-child, .mkb-radius-l-top-left-odd > *:nth-child(odd), .mkb-radius-l-top-left-even > *:nth-child(even) {
  border-top-left-radius: 1.71429rem !important;
}

.mkb-radius-xl-top-left, .mkb-radius-xl-top-left-child > *, .mkb-radius-xl-top-left-first > *:first-child, .mkb-radius-xl-top-left-last > *:last-child, .mkb-radius-xl-top-left-odd > *:nth-child(odd), .mkb-radius-xl-top-left-even > *:nth-child(even) {
  border-top-left-radius: 2.28571rem !important;
}

.mkb-radius-top-right-none, .mkb-radius-top-right-none-child > *, .mkb-radius-top-right-none-first > *:first-child, .mkb-radius-top-right-none-last > *:last-child, .mkb-radius-top-right-none-odd > *:nth-child(odd), .mkb-radius-top-right-none-even > *:nth-child(even) {
  border-top-right-radius: 0 !important;
}

.mkb-radius-s-top-right, .mkb-radius-s-top-right-child > *, .mkb-radius-s-top-right-first > *:first-child, .mkb-radius-s-top-right-last > *:last-child, .mkb-radius-s-top-right-odd > *:nth-child(odd), .mkb-radius-s-top-right-even > *:nth-child(even) {
  border-top-right-radius: 0.57143rem !important;
}

.mkb-radius-m-top-right, .mkb-radius-m-top-right-child > *, .mkb-radius-m-top-right-first > *:first-child, .mkb-radius-m-top-right-last > *:last-child, .mkb-radius-m-top-right-odd > *:nth-child(odd), .mkb-radius-m-top-right-even > *:nth-child(even) {
  border-top-right-radius: 1.14286rem !important;
}

.mkb-radius-l-top-right, .mkb-radius-l-top-right-child > *, .mkb-radius-l-top-right-first > *:first-child, .mkb-radius-l-top-right-last > *:last-child, .mkb-radius-l-top-right-odd > *:nth-child(odd), .mkb-radius-l-top-right-even > *:nth-child(even) {
  border-top-right-radius: 1.71429rem !important;
}

.mkb-radius-xl-top-right, .mkb-radius-xl-top-right-child > *, .mkb-radius-xl-top-right-first > *:first-child, .mkb-radius-xl-top-right-last > *:last-child, .mkb-radius-xl-top-right-odd > *:nth-child(odd), .mkb-radius-xl-top-right-even > *:nth-child(even) {
  border-top-right-radius: 2.28571rem !important;
}

.mkb-radius-bottom-none, .mkb-radius-bottom-none-child > *, .mkb-radius-bottom-none-first > *:first-child, .mkb-radius-bottom-none-last > *:last-child, .mkb-radius-bottom-none-odd > *:nth-child(odd), .mkb-radius-bottom-none-even > *:nth-child(even) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.mkb-radius-s-bottom, .mkb-radius-s-bottom-child > *, .mkb-radius-s-bottom-first > *:first-child, .mkb-radius-s-bottom-last > *:last-child, .mkb-radius-s-bottom-odd > *:nth-child(odd), .mkb-radius-s-bottom-even > *:nth-child(even) {
  border-bottom-left-radius: 0.57143rem !important;
  border-bottom-right-radius: 0.57143rem !important;
}

.mkb-radius-m-bottom, .mkb-radius-m-bottom-child > *, .mkb-radius-m-bottom-first > *:first-child, .mkb-radius-m-bottom-last > *:last-child, .mkb-radius-m-bottom-odd > *:nth-child(odd), .mkb-radius-m-bottom-even > *:nth-child(even) {
  border-bottom-left-radius: 1.14286rem !important;
  border-bottom-right-radius: 1.14286rem !important;
}

.mkb-radius-l-bottom, .mkb-radius-l-bottom-child > *, .mkb-radius-l-bottom-first > *:first-child, .mkb-radius-l-bottom-last > *:last-child, .mkb-radius-l-bottom-odd > *:nth-child(odd), .mkb-radius-l-bottom-even > *:nth-child(even) {
  border-bottom-left-radius: 1.71429rem !important;
  border-bottom-right-radius: 1.71429rem !important;
}

.mkb-radius-xl-bottom, .mkb-radius-xl-bottom-child > *, .mkb-radius-xl-bottom-first > *:first-child, .mkb-radius-xl-bottom-last > *:last-child, .mkb-radius-xl-bottom-odd > *:nth-child(odd), .mkb-radius-xl-bottom-even > *:nth-child(even) {
  border-bottom-left-radius: 2.28571rem !important;
  border-bottom-right-radius: 2.28571rem !important;
}

.mkb-radius-bottom-left-none, .mkb-radius-bottom-left-none-child > *, .mkb-radius-bottom-left-none-first > *:first-child, .mkb-radius-bottom-left-none-last > *:last-child, .mkb-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-radius-bottom-left-none-even > *:nth-child(even) {
  border-bottom-left-radius: 0 !important;
}

.mkb-radius-s-bottom-left, .mkb-radius-s-bottom-left-child > *, .mkb-radius-s-bottom-left-first > *:first-child, .mkb-radius-s-bottom-left-last > *:last-child, .mkb-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-radius-s-bottom-left-even > *:nth-child(even) {
  border-bottom-left-radius: 0.57143rem !important;
}

.mkb-radius-m-bottom-left, .mkb-radius-m-bottom-left-child > *, .mkb-radius-m-bottom-left-first > *:first-child, .mkb-radius-m-bottom-left-last > *:last-child, .mkb-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-radius-m-bottom-left-even > *:nth-child(even) {
  border-bottom-left-radius: 1.14286rem !important;
}

.mkb-radius-l-bottom-left, .mkb-radius-l-bottom-left-child > *, .mkb-radius-l-bottom-left-first > *:first-child, .mkb-radius-l-bottom-left-last > *:last-child, .mkb-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-radius-l-bottom-left-even > *:nth-child(even) {
  border-bottom-left-radius: 1.71429rem !important;
}

.mkb-radius-xl-bottom-left, .mkb-radius-xl-bottom-left-child > *, .mkb-radius-xl-bottom-left-first > *:first-child, .mkb-radius-xl-bottom-left-last > *:last-child, .mkb-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-radius-xl-bottom-left-even > *:nth-child(even) {
  border-bottom-left-radius: 2.28571rem !important;
}

.mkb-radius-bottom-right-none, .mkb-radius-bottom-right-none-child > *, .mkb-radius-bottom-right-none-first > *:first-child, .mkb-radius-bottom-right-none-last > *:last-child, .mkb-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-radius-bottom-right-none-even > *:nth-child(even) {
  border-bottom-right-radius: 0 !important;
}

.mkb-radius-s-bottom-right, .mkb-radius-s-bottom-right-child > *, .mkb-radius-s-bottom-right-first > *:first-child, .mkb-radius-s-bottom-right-last > *:last-child, .mkb-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-radius-s-bottom-right-even > *:nth-child(even) {
  border-bottom-right-radius: 0.57143rem !important;
}

.mkb-radius-m-bottom-right, .mkb-radius-m-bottom-right-child > *, .mkb-radius-m-bottom-right-first > *:first-child, .mkb-radius-m-bottom-right-last > *:last-child, .mkb-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-radius-m-bottom-right-even > *:nth-child(even) {
  border-bottom-right-radius: 1.14286rem !important;
}

.mkb-radius-l-bottom-right, .mkb-radius-l-bottom-right-child > *, .mkb-radius-l-bottom-right-first > *:first-child, .mkb-radius-l-bottom-right-last > *:last-child, .mkb-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-radius-l-bottom-right-even > *:nth-child(even) {
  border-bottom-right-radius: 1.71429rem !important;
}

.mkb-radius-xl-bottom-right, .mkb-radius-xl-bottom-right-child > *, .mkb-radius-xl-bottom-right-first > *:first-child, .mkb-radius-xl-bottom-right-last > *:last-child, .mkb-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-radius-xl-bottom-right-even > *:nth-child(even) {
  border-bottom-right-radius: 2.28571rem !important;
}

/* #### OFFSET CLASSES #### */
.mkb-offset-auto, .mkb-offset-auto-child > *, .mkb-offset-auto-first > *:first-child, .mkb-offset-auto-last > *:last-child, .mkb-offset-auto-odd > *:nth-child(odd), .mkb-offset-auto-even > *:nth-child(even) {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.mkb-offset-none, .mkb-offset-none-child > *, .mkb-offset-none-first > *:first-child, .mkb-offset-none-last > *:last-child, .mkb-offset-none-odd > *:nth-child(odd), .mkb-offset-none-even > *:nth-child(even) {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mkb-offset-inherit, .mkb-offset-inherit-child > *, .mkb-offset-inherit-first > *:first-child, .mkb-offset-inherit-last > *:last-child, .mkb-offset-inherit-odd > *:nth-child(odd), .mkb-offset-inherit-even > *:nth-child(even) {
  top: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}

.mkb-offset-top-auto, .mkb-offset-top-auto-child > *, .mkb-offset-top-auto-first > *:first-child, .mkb-offset-top-auto-last > *:last-child, .mkb-offset-top-auto-odd > *:nth-child(odd), .mkb-offset-top-auto-even > *:nth-child(even) {
  top: auto !important;
}

.mkb-offset-top-none, .mkb-offset-top-none-child > *, .mkb-offset-top-none-first > *:first-child, .mkb-offset-top-none-last > *:last-child, .mkb-offset-top-none-odd > *:nth-child(odd), .mkb-offset-top-none-even > *:nth-child(even) {
  top: 0 !important;
}

.mkb-offset-top-inherit, .mkb-offset-top-inherit-child > *, .mkb-offset-top-inherit-first > *:first-child, .mkb-offset-top-inherit-last > *:last-child, .mkb-offset-top-inherit-odd > *:nth-child(odd), .mkb-offset-top-inherit-even > *:nth-child(even) {
  top: inherit !important;
}

.mkb-offset-bottom-auto, .mkb-offset-bottom-auto-child > *, .mkb-offset-bottom-auto-first > *:first-child, .mkb-offset-bottom-auto-last > *:last-child, .mkb-offset-bottom-auto-odd > *:nth-child(odd), .mkb-offset-bottom-auto-even > *:nth-child(even) {
  bottom: auto !important;
}

.mkb-offset-bottom-none, .mkb-offset-bottom-none-child > *, .mkb-offset-bottom-none-first > *:first-child, .mkb-offset-bottom-none-last > *:last-child, .mkb-offset-bottom-none-odd > *:nth-child(odd), .mkb-offset-bottom-none-even > *:nth-child(even) {
  bottom: 0 !important;
}

.mkb-offset-bottom-inherit, .mkb-offset-bottom-inherit-child > *, .mkb-offset-bottom-inherit-first > *:first-child, .mkb-offset-bottom-inherit-last > *:last-child, .mkb-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-offset-bottom-inherit-even > *:nth-child(even) {
  bottom: inherit !important;
}

.mkb-offset-left-auto, .mkb-offset-left-auto-child > *, .mkb-offset-left-auto-first > *:first-child, .mkb-offset-left-auto-last > *:last-child, .mkb-offset-left-auto-odd > *:nth-child(odd), .mkb-offset-left-auto-even > *:nth-child(even) {
  left: auto !important;
}

.mkb-offset-left-none, .mkb-offset-left-none-child > *, .mkb-offset-left-none-first > *:first-child, .mkb-offset-left-none-last > *:last-child, .mkb-offset-left-none-odd > *:nth-child(odd), .mkb-offset-left-none-even > *:nth-child(even) {
  left: 0 !important;
}

.mkb-offset-left-inherit, .mkb-offset-left-inherit-child > *, .mkb-offset-left-inherit-first > *:first-child, .mkb-offset-left-inherit-last > *:last-child, .mkb-offset-left-inherit-odd > *:nth-child(odd), .mkb-offset-left-inherit-even > *:nth-child(even) {
  left: inherit !important;
}

.mkb-offset-right-auto, .mkb-offset-right-auto-child > *, .mkb-offset-right-auto-first > *:first-child, .mkb-offset-right-auto-last > *:last-child, .mkb-offset-right-auto-odd > *:nth-child(odd), .mkb-offset-right-auto-even > *:nth-child(even) {
  right: auto !important;
}

.mkb-offset-right-none, .mkb-offset-right-none-child > *, .mkb-offset-right-none-first > *:first-child, .mkb-offset-right-none-last > *:last-child, .mkb-offset-right-none-odd > *:nth-child(odd), .mkb-offset-right-none-even > *:nth-child(even) {
  right: 0 !important;
}

.mkb-offset-right-inherit, .mkb-offset-right-inherit-child > *, .mkb-offset-right-inherit-first > *:first-child, .mkb-offset-right-inherit-last > *:last-child, .mkb-offset-right-inherit-odd > *:nth-child(odd), .mkb-offset-right-inherit-even > *:nth-child(even) {
  right: inherit !important;
}

.mkb-offset-vertical-auto, .mkb-offset-vertical-auto-child > *, .mkb-offset-vertical-auto-first > *:first-child, .mkb-offset-vertical-auto-last > *:last-child, .mkb-offset-vertical-auto-odd > *:nth-child(odd), .mkb-offset-vertical-auto-even > *:nth-child(even) {
  top: auto !important;
  bottom: auto !important;
}

.mkb-offset-horizontal-auto, .mkb-offset-horizontal-auto-child > *, .mkb-offset-horizontal-auto-first > *:first-child, .mkb-offset-horizontal-auto-last > *:last-child, .mkb-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-offset-horizontal-auto-even > *:nth-child(even) {
  left: auto !important;
  right: auto !important;
}

.mkb-offset-vertical-none, .mkb-offset-vertical-none-child > *, .mkb-offset-vertical-none-first > *:first-child, .mkb-offset-vertical-none-last > *:last-child, .mkb-offset-vertical-none-odd > *:nth-child(odd), .mkb-offset-vertical-none-even > *:nth-child(even) {
  top: 0 !important;
  bottom: 0 !important;
}

.mkb-offset-horizontal-none, .mkb-offset-horizontal-none-child > *, .mkb-offset-horizontal-none-first > *:first-child, .mkb-offset-horizontal-none-last > *:last-child, .mkb-offset-horizontal-none-odd > *:nth-child(odd), .mkb-offset-horizontal-none-even > *:nth-child(even) {
  left: 0 !important;
  right: 0 !important;
}

.mkb-offset-vertical-inherit, .mkb-offset-vertical-inherit-child > *, .mkb-offset-vertical-inherit-first > *:first-child, .mkb-offset-vertical-inherit-last > *:last-child, .mkb-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-offset-vertical-inherit-even > *:nth-child(even) {
  top: inherit !important;
  bottom: inherit !important;
}

.mkb-offset-horizontal-inherit, .mkb-offset-horizontal-inherit-child > *, .mkb-offset-horizontal-inherit-first > *:first-child, .mkb-offset-horizontal-inherit-last > *:last-child, .mkb-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-offset-horizontal-inherit-even > *:nth-child(even) {
  left: inherit !important;
  right: inherit !important;
}

/* #### CURSOR CLASSES #### */
.mkb-cursor-default, .mkb-cursor-default-child > *, .mkb-cursor-default-first > *:first-child, .mkb-cursor-default-last > *:last-child, .mkb-cursor-default-odd > *:nth-child(odd), .mkb-cursor-default-even > *:nth-child(even) {
  cursor: default !important;
}

.mkb-cursor-pointer, .mkb-cursor-pointer-child > *, .mkb-cursor-pointer-first > *:first-child, .mkb-cursor-pointer-last > *:last-child, .mkb-cursor-pointer-odd > *:nth-child(odd), .mkb-cursor-pointer-even > *:nth-child(even) {
  cursor: pointer !important;
}

.mkb-cursor-crosshair, .mkb-cursor-crosshair-child > *, .mkb-cursor-crosshair-first > *:first-child, .mkb-cursor-crosshair-last > *:last-child, .mkb-cursor-crosshair-odd > *:nth-child(odd), .mkb-cursor-crosshair-even > *:nth-child(even) {
  cursor: crosshair !important;
}

.mkb-cursor-grab, .mkb-cursor-grab-child > *, .mkb-cursor-grab-first > *:first-child, .mkb-cursor-grab-last > *:last-child, .mkb-cursor-grab-odd > *:nth-child(odd), .mkb-cursor-grab-even > *:nth-child(even) {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.mkb-cursor-grabbing, .mkb-cursor-grabbing-child > *, .mkb-cursor-grabbing-first > *:first-child, .mkb-cursor-grabbing-last > *:last-child, .mkb-cursor-grabbing-odd > *:nth-child(odd), .mkb-cursor-grabbing-even > *:nth-child(even) {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.mkb-cursor-help, .mkb-cursor-help-child > *, .mkb-cursor-help-first > *:first-child, .mkb-cursor-help-last > *:last-child, .mkb-cursor-help-odd > *:nth-child(odd), .mkb-cursor-help-even > *:nth-child(even) {
  cursor: help !important;
}

.mkb-cursor-move, .mkb-cursor-move-child > *, .mkb-cursor-move-first > *:first-child, .mkb-cursor-move-last > *:last-child, .mkb-cursor-move-odd > *:nth-child(odd), .mkb-cursor-move-even > *:nth-child(even) {
  cursor: move !important;
}

.mkb-cursor-not-allowed, .mkb-cursor-not-allowed-child > *, .mkb-cursor-not-allowed-first > *:first-child, .mkb-cursor-not-allowed-last > *:last-child, .mkb-cursor-not-allowed-odd > *:nth-child(odd), .mkb-cursor-not-allowed-even > *:nth-child(even) {
  cursor: not-allowed !important;
}

.mkb-cursor-progress, .mkb-cursor-progress-child > *, .mkb-cursor-progress-first > *:first-child, .mkb-cursor-progress-last > *:last-child, .mkb-cursor-progress-odd > *:nth-child(odd), .mkb-cursor-progress-even > *:nth-child(even) {
  cursor: progress !important;
}

.mkb-cursor-text, .mkb-cursor-text-child > *, .mkb-cursor-text-first > *:first-child, .mkb-cursor-text-last > *:last-child, .mkb-cursor-text-odd > *:nth-child(odd), .mkb-cursor-text-even > *:nth-child(even) {
  cursor: text !important;
}

.mkb-cursor-wait, .mkb-cursor-wait-child > *, .mkb-cursor-wait-first > *:first-child, .mkb-cursor-wait-last > *:last-child, .mkb-cursor-wait-odd > *:nth-child(odd), .mkb-cursor-wait-even > *:nth-child(even) {
  cursor: wait !important;
}

.mkb-cursor-zoom-in, .mkb-cursor-zoom-in-child > *, .mkb-cursor-zoom-in-first > *:first-child, .mkb-cursor-zoom-in-last > *:last-child, .mkb-cursor-zoom-in-odd > *:nth-child(odd), .mkb-cursor-zoom-in-even > *:nth-child(even) {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.mkb-cursor-zoom-out, .mkb-cursor-zoom-out-child > *, .mkb-cursor-zoom-out-first > *:first-child, .mkb-cursor-zoom-out-last > *:last-child, .mkb-cursor-zoom-out-odd > *:nth-child(odd), .mkb-cursor-zoom-out-even > *:nth-child(even) {
  cursor: -webkit-zoom-out !important;
  cursor: zoom-out !important;
}

.mkb-cursor-auto, .mkb-cursor-auto-child > *, .mkb-cursor-auto-first > *:first-child, .mkb-cursor-auto-last > *:last-child, .mkb-cursor-auto-odd > *:nth-child(odd), .mkb-cursor-auto-even > *:nth-child(even) {
  cursor: auto !important;
}

.mkb-cursor-none, .mkb-cursor-none-child > *, .mkb-cursor-none-first > *:first-child, .mkb-cursor-none-last > *:last-child, .mkb-cursor-none-odd > *:nth-child(odd), .mkb-cursor-none-even > *:nth-child(even) {
  cursor: none !important;
}

/* #### TRANSITION CLASSES #### */
.mkb-transition, .mkb-transition-child > *, .mkb-transition-first > *:first-child, .mkb-transition-last > *:last-child, .mkb-transition-odd > *:nth-child(odd), .mkb-transition-even > *:nth-child(even) {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
  -webkit-transition-property: all;
  transition-property: all;
}

.mkb-transition-delay, .mkb-transition-delay-child > *, .mkb-transition-delay-first > *:first-child, .mkb-transition-delay-last > *:last-child, .mkb-transition-delay-odd > *:nth-child(odd), .mkb-transition-delay-even > *:nth-child(even) {
  -webkit-transition-delay: 250ms !important;
          transition-delay: 250ms !important;
}

.mkb-transition-normal, .mkb-transition-normal-child > *, .mkb-transition-normal-first > *:first-child, .mkb-transition-normal-last > *:last-child, .mkb-transition-normal-odd > *:nth-child(odd), .mkb-transition-normal-even > *:nth-child(even) {
  -webkit-transition-duration: 375ms !important;
          transition-duration: 375ms !important;
  -webkit-transition-property: all;
  transition-property: all;
}

.mkb-transition-delay-normal, .mkb-transition-delay-normal-child > *, .mkb-transition-delay-normal-first > *:first-child, .mkb-transition-delay-normal-last > *:last-child, .mkb-transition-delay-normal-odd > *:nth-child(odd), .mkb-transition-delay-normal-even > *:nth-child(even) {
  -webkit-transition-delay: 375ms !important;
          transition-delay: 375ms !important;
}

.mkb-transition-slow, .mkb-transition-slow-child > *, .mkb-transition-slow-first > *:first-child, .mkb-transition-slow-last > *:last-child, .mkb-transition-slow-odd > *:nth-child(odd), .mkb-transition-slow-even > *:nth-child(even) {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
  -webkit-transition-property: all;
  transition-property: all;
}

.mkb-transition-delay-slow, .mkb-transition-delay-slow-child > *, .mkb-transition-delay-slow-first > *:first-child, .mkb-transition-delay-slow-last > *:last-child, .mkb-transition-delay-slow-odd > *:nth-child(odd), .mkb-transition-delay-slow-even > *:nth-child(even) {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.mkb-transition-linear, .mkb-transition-linear-child > *, .mkb-transition-linear-first > *:first-child, .mkb-transition-linear-last > *:last-child, .mkb-transition-linear-odd > *:nth-child(odd), .mkb-transition-linear-even > *:nth-child(even) {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.mkb-transition-ease, .mkb-transition-ease-child > *, .mkb-transition-ease-first > *:first-child, .mkb-transition-ease-last > *:last-child, .mkb-transition-ease-odd > *:nth-child(odd), .mkb-transition-ease-even > *:nth-child(even) {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.mkb-transition-ease-in, .mkb-transition-ease-in-child > *, .mkb-transition-ease-in-first > *:first-child, .mkb-transition-ease-in-last > *:last-child, .mkb-transition-ease-in-odd > *:nth-child(odd), .mkb-transition-ease-in-even > *:nth-child(even) {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.mkb-transition-ease-out, .mkb-transition-ease-out-child > *, .mkb-transition-ease-out-first > *:first-child, .mkb-transition-ease-out-last > *:last-child, .mkb-transition-ease-out-odd > *:nth-child(odd), .mkb-transition-ease-out-even > *:nth-child(even) {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.mkb-transition-ease-in-out, .mkb-transition-ease-in-out-child > *, .mkb-transition-ease-in-out-first > *:first-child, .mkb-transition-ease-in-out-last > *:last-child, .mkb-transition-ease-in-out-odd > *:nth-child(odd), .mkb-transition-ease-in-out-even > *:nth-child(even) {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

/* #### UTILITY CLASSES #### */
.mkb-text-shadow {
  text-shadow: 0 0 0 #0A0A0A, 0 0.07143rem 0 rgba(10, 10, 10, 0.5), 0rem 0rem 0rem rgba(10, 10, 10, 0);
}

.mkb-box-shadow {
  box-shadow: 0rem 0rem 0.28571rem 0rem rgba(10, 10, 10, 0.25);
}

.mkb-pointer-none {
  pointer-events: none;
}

@media (max-width: 768px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-s-max-container-s, .mkb-s-max-container-s-child > *, .mkb-s-max-container-s-first > *:first-child, .mkb-s-max-container-s-last > *:last-child, .mkb-s-max-container-s-odd > *:nth-child(odd), .mkb-s-max-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-max-container-m, .mkb-s-max-container-m-child > *, .mkb-s-max-container-m-first > *:first-child, .mkb-s-max-container-m-last > *:last-child, .mkb-s-max-container-m-odd > *:nth-child(odd), .mkb-s-max-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-max-container-l, .mkb-s-max-container-l-child > *, .mkb-s-max-container-l-first > *:first-child, .mkb-s-max-container-l-last > *:last-child, .mkb-s-max-container-l-odd > *:nth-child(odd), .mkb-s-max-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-max-container-xl, .mkb-s-max-container-xl-child > *, .mkb-s-max-container-xl-first > *:first-child, .mkb-s-max-container-xl-last > *:last-child, .mkb-s-max-container-xl-odd > *:nth-child(odd), .mkb-s-max-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-s-max-wrapper-pad, .mkb-s-max-wrapper-pad-child > *, .mkb-s-max-wrapper-pad-first > *:first-child, .mkb-s-max-wrapper-pad-last > *:last-child, .mkb-s-max-wrapper-pad-odd > *:nth-child(odd), .mkb-s-max-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-s-max-wrapper-pad-vertical, .mkb-s-max-wrapper-pad-vertical-child > *, .mkb-s-max-wrapper-pad-vertical-first > *:first-child, .mkb-s-max-wrapper-pad-vertical-last > *:last-child, .mkb-s-max-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-s-max-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-s-max-wrapper-pad-horizontal, .mkb-s-max-wrapper-pad-horizontal-child > *, .mkb-s-max-wrapper-pad-horizontal-first > *:first-child, .mkb-s-max-wrapper-pad-horizontal-last > *:last-child, .mkb-s-max-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-s-max-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-s-max-wrapper-gap, .mkb-s-max-wrapper-gap-child > *, .mkb-s-max-wrapper-gap-first > *:first-child, .mkb-s-max-wrapper-gap-last > *:last-child, .mkb-s-max-wrapper-gap-odd > *:nth-child(odd), .mkb-s-max-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-s-max-wrapper-gap-vertical, .mkb-s-max-wrapper-gap-vertical-child > *, .mkb-s-max-wrapper-gap-vertical-first > *:first-child, .mkb-s-max-wrapper-gap-vertical-last > *:last-child, .mkb-s-max-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-s-max-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-s-max-wrapper-gap-horizontal, .mkb-s-max-wrapper-gap-horizontal-child > *, .mkb-s-max-wrapper-gap-horizontal-first > *:first-child, .mkb-s-max-wrapper-gap-horizontal-last > *:last-child, .mkb-s-max-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-s-max-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-s-max-inline, .mkb-s-max-inline-child > *, .mkb-s-max-inline-first > *:first-child, .mkb-s-max-inline-last > *:last-child, .mkb-s-max-inline-odd > *:nth-child(odd), .mkb-s-max-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-s-max-inline-block, .mkb-s-max-inline-block-child > *, .mkb-s-max-inline-block-first > *:first-child, .mkb-s-max-inline-block-last > *:last-child, .mkb-s-max-inline-block-odd > *:nth-child(odd), .mkb-s-max-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-s-max-inline-table, .mkb-s-max-inline-table-child > *, .mkb-s-max-inline-table-first > *:first-child, .mkb-s-max-inline-table-last > *:last-child, .mkb-s-max-inline-table-odd > *:nth-child(odd), .mkb-s-max-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-s-max-inline-flex, .mkb-s-max-inline-flex-child > *, .mkb-s-max-inline-flex-first > *:first-child, .mkb-s-max-inline-flex-last > *:last-child, .mkb-s-max-inline-flex-odd > *:nth-child(odd), .mkb-s-max-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-s-max-inline-flex > *, .mkb-s-max-inline-flex-child > * > *, .mkb-s-max-inline-flex-first > *:first-child > *, .mkb-s-max-inline-flex-last > *:last-child > *, .mkb-s-max-inline-flex-odd > *:nth-child(odd) > *, .mkb-s-max-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-s-max-block, .mkb-s-max-block-child > *, .mkb-s-max-block-first > *:first-child, .mkb-s-max-block-last > *:last-child, .mkb-s-max-block-odd > *:nth-child(odd), .mkb-s-max-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-s-max-table, .mkb-s-max-table-child > *, .mkb-s-max-table-first > *:first-child, .mkb-s-max-table-last > *:last-child, .mkb-s-max-table-odd > *:nth-child(odd), .mkb-s-max-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-s-max-table-row, .mkb-s-max-table-row-child > *, .mkb-s-max-table-row-first > *:first-child, .mkb-s-max-table-row-last > *:last-child, .mkb-s-max-table-row-odd > *:nth-child(odd), .mkb-s-max-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-s-max-table-cell, .mkb-s-max-table-cell-child > *, .mkb-s-max-table-cell-first > *:first-child, .mkb-s-max-table-cell-last > *:last-child, .mkb-s-max-table-cell-odd > *:nth-child(odd), .mkb-s-max-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-s-max-flex, .mkb-s-max-flex-child > *, .mkb-s-max-flex-first > *:first-child, .mkb-s-max-flex-last > *:last-child, .mkb-s-max-flex-odd > *:nth-child(odd), .mkb-s-max-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-s-max-flex > *, .mkb-s-max-flex-child > * > *, .mkb-s-max-flex-first > *:first-child > *, .mkb-s-max-flex-last > *:last-child > *, .mkb-s-max-flex-odd > *:nth-child(odd) > *, .mkb-s-max-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-s-max-none, .mkb-s-max-none-child > *, .mkb-s-max-none-first > *:first-child, .mkb-s-max-none-last > *:last-child, .mkb-s-max-none-odd > *:nth-child(odd), .mkb-s-max-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-s-max-display-inherit, .mkb-s-max-display-inherit-child > *, .mkb-s-max-display-inherit-first > *:first-child, .mkb-s-max-display-inherit-last > *:last-child, .mkb-s-max-display-inherit-odd > *:nth-child(odd), .mkb-s-max-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-s-max-flex-row, .mkb-s-max-flex-row-child > *, .mkb-s-max-flex-row-first > *:first-child, .mkb-s-max-flex-row-last > *:last-child, .mkb-s-max-flex-row-odd > *:nth-child(odd), .mkb-s-max-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-s-max-flex-row-reverse, .mkb-s-max-flex-row-reverse-child > *, .mkb-s-max-flex-row-reverse-first > *:first-child, .mkb-s-max-flex-row-reverse-last > *:last-child, .mkb-s-max-flex-row-reverse-odd > *:nth-child(odd), .mkb-s-max-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-s-max-flex-column, .mkb-s-max-flex-column-child > *, .mkb-s-max-flex-column-first > *:first-child, .mkb-s-max-flex-column-last > *:last-child, .mkb-s-max-flex-column-odd > *:nth-child(odd), .mkb-s-max-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-s-max-flex-column-reverse, .mkb-s-max-flex-column-reverse-child > *, .mkb-s-max-flex-column-reverse-first > *:first-child, .mkb-s-max-flex-column-reverse-last > *:last-child, .mkb-s-max-flex-column-reverse-odd > *:nth-child(odd), .mkb-s-max-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-s-max-flex-direction-inherit, .mkb-s-max-flex-direction-inherit-child > *, .mkb-s-max-flex-direction-inherit-first > *:first-child, .mkb-s-max-flex-direction-inherit-last > *:last-child, .mkb-s-max-flex-direction-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-s-max-flex-wrap-none, .mkb-s-max-flex-wrap-none-child > *, .mkb-s-max-flex-wrap-none-first > *:first-child, .mkb-s-max-flex-wrap-none-last > *:last-child, .mkb-s-max-flex-wrap-none-odd > *:nth-child(odd), .mkb-s-max-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-s-max-flex-wrap, .mkb-s-max-flex-wrap-child > *, .mkb-s-max-flex-wrap-first > *:first-child, .mkb-s-max-flex-wrap-last > *:last-child, .mkb-s-max-flex-wrap-odd > *:nth-child(odd), .mkb-s-max-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-s-max-flex-wrap-reverse, .mkb-s-max-flex-wrap-reverse-child > *, .mkb-s-max-flex-wrap-reverse-first > *:first-child, .mkb-s-max-flex-wrap-reverse-last > *:last-child, .mkb-s-max-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-s-max-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-s-max-flex-wrap-inherit, .mkb-s-max-flex-wrap-inherit-child > *, .mkb-s-max-flex-wrap-inherit-first > *:first-child, .mkb-s-max-flex-wrap-inherit-last > *:last-child, .mkb-s-max-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-s-max-flex-left, .mkb-s-max-flex-left-child > *, .mkb-s-max-flex-left-first > *:first-child, .mkb-s-max-flex-left-last > *:last-child, .mkb-s-max-flex-left-odd > *:nth-child(odd), .mkb-s-max-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-s-max-flex-right, .mkb-s-max-flex-right-child > *, .mkb-s-max-flex-right-first > *:first-child, .mkb-s-max-flex-right-last > *:last-child, .mkb-s-max-flex-right-odd > *:nth-child(odd), .mkb-s-max-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-s-max-flex-center, .mkb-s-max-flex-center-child > *, .mkb-s-max-flex-center-first > *:first-child, .mkb-s-max-flex-center-last > *:last-child, .mkb-s-max-flex-center-odd > *:nth-child(odd), .mkb-s-max-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-s-max-flex-between, .mkb-s-max-flex-between-child > *, .mkb-s-max-flex-between-first > *:first-child, .mkb-s-max-flex-between-last > *:last-child, .mkb-s-max-flex-between-odd > *:nth-child(odd), .mkb-s-max-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-s-max-flex-around, .mkb-s-max-flex-around-child > *, .mkb-s-max-flex-around-first > *:first-child, .mkb-s-max-flex-around-last > *:last-child, .mkb-s-max-flex-around-odd > *:nth-child(odd), .mkb-s-max-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-s-max-flex-justify-inherit, .mkb-s-max-flex-justify-inherit-child > *, .mkb-s-max-flex-justify-inherit-first > *:first-child, .mkb-s-max-flex-justify-inherit-last > *:last-child, .mkb-s-max-flex-justify-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-s-max-flex-align-auto, .mkb-s-max-flex-align-auto-child > *, .mkb-s-max-flex-align-auto-first > *:first-child, .mkb-s-max-flex-align-auto-last > *:last-child, .mkb-s-max-flex-align-auto-odd > *:nth-child(odd), .mkb-s-max-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-s-max-flex-stretch, .mkb-s-max-flex-stretch-child > *, .mkb-s-max-flex-stretch-first > *:first-child, .mkb-s-max-flex-stretch-last > *:last-child, .mkb-s-max-flex-stretch-odd > *:nth-child(odd), .mkb-s-max-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-s-max-flex-middle, .mkb-s-max-flex-middle-child > *, .mkb-s-max-flex-middle-first > *:first-child, .mkb-s-max-flex-middle-last > *:last-child, .mkb-s-max-flex-middle-odd > *:nth-child(odd), .mkb-s-max-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-s-max-flex-top, .mkb-s-max-flex-top-child > *, .mkb-s-max-flex-top-first > *:first-child, .mkb-s-max-flex-top-last > *:last-child, .mkb-s-max-flex-top-odd > *:nth-child(odd), .mkb-s-max-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-s-max-flex-bottom, .mkb-s-max-flex-bottom-child > *, .mkb-s-max-flex-bottom-first > *:first-child, .mkb-s-max-flex-bottom-last > *:last-child, .mkb-s-max-flex-bottom-odd > *:nth-child(odd), .mkb-s-max-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-s-max-flex-baseline, .mkb-s-max-flex-baseline-child > *, .mkb-s-max-flex-baseline-first > *:first-child, .mkb-s-max-flex-baseline-last > *:last-child, .mkb-s-max-flex-baseline-odd > *:nth-child(odd), .mkb-s-max-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-s-max-flex-align-inherit, .mkb-s-max-flex-align-inherit-child > *, .mkb-s-max-flex-align-inherit-first > *:first-child, .mkb-s-max-flex-align-inherit-last > *:last-child, .mkb-s-max-flex-align-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-s-max-flex-self-auto, .mkb-s-max-flex-self-auto-child > *, .mkb-s-max-flex-self-auto-first > *:first-child, .mkb-s-max-flex-self-auto-last > *:last-child, .mkb-s-max-flex-self-auto-odd > *:nth-child(odd), .mkb-s-max-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-s-max-flex-self-stretch, .mkb-s-max-flex-self-stretch-child > *, .mkb-s-max-flex-self-stretch-first > *:first-child, .mkb-s-max-flex-self-stretch-last > *:last-child, .mkb-s-max-flex-self-stretch-odd > *:nth-child(odd), .mkb-s-max-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-s-max-flex-self-middle, .mkb-s-max-flex-self-middle-child > *, .mkb-s-max-flex-self-middle-first > *:first-child, .mkb-s-max-flex-self-middle-last > *:last-child, .mkb-s-max-flex-self-middle-odd > *:nth-child(odd), .mkb-s-max-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-s-max-flex-self-top, .mkb-s-max-flex-self-top-child > *, .mkb-s-max-flex-self-top-first > *:first-child, .mkb-s-max-flex-self-top-last > *:last-child, .mkb-s-max-flex-self-top-odd > *:nth-child(odd), .mkb-s-max-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-s-max-flex-self-bottom, .mkb-s-max-flex-self-bottom-child > *, .mkb-s-max-flex-self-bottom-first > *:first-child, .mkb-s-max-flex-self-bottom-last > *:last-child, .mkb-s-max-flex-self-bottom-odd > *:nth-child(odd), .mkb-s-max-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-s-max-flex-self-baseline, .mkb-s-max-flex-self-baseline-child > *, .mkb-s-max-flex-self-baseline-first > *:first-child, .mkb-s-max-flex-self-baseline-last > *:last-child, .mkb-s-max-flex-self-baseline-odd > *:nth-child(odd), .mkb-s-max-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-s-max-flex-self-inherit, .mkb-s-max-flex-self-inherit-child > *, .mkb-s-max-flex-self-inherit-first > *:first-child, .mkb-s-max-flex-self-inherit-last > *:last-child, .mkb-s-max-flex-self-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-s-max-flex-shrink-none, .mkb-s-max-flex-shrink-none-child > *, .mkb-s-max-flex-shrink-none-first > *:first-child, .mkb-s-max-flex-shrink-none-last > *:last-child, .mkb-s-max-flex-shrink-none-odd > *:nth-child(odd), .mkb-s-max-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-s-max-flex-shrink, .mkb-s-max-flex-shrink-child > *, .mkb-s-max-flex-shrink-first > *:first-child, .mkb-s-max-flex-shrink-last > *:last-child, .mkb-s-max-flex-shrink-odd > *:nth-child(odd), .mkb-s-max-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-s-max-flex-shrink-inherit, .mkb-s-max-flex-shrink-inherit-child > *, .mkb-s-max-flex-shrink-inherit-first > *:first-child, .mkb-s-max-flex-shrink-inherit-last > *:last-child, .mkb-s-max-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-s-max-flex-grow-none, .mkb-s-max-flex-grow-none-child > *, .mkb-s-max-flex-grow-none-first > *:first-child, .mkb-s-max-flex-grow-none-last > *:last-child, .mkb-s-max-flex-grow-none-odd > *:nth-child(odd), .mkb-s-max-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-s-max-flex-grow, .mkb-s-max-flex-grow-child > *, .mkb-s-max-flex-grow-first > *:first-child, .mkb-s-max-flex-grow-last > *:last-child, .mkb-s-max-flex-grow-odd > *:nth-child(odd), .mkb-s-max-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-s-max-flex-grow-inherit, .mkb-s-max-flex-grow-inherit-child > *, .mkb-s-max-flex-grow-inherit-first > *:first-child, .mkb-s-max-flex-grow-inherit-last > *:last-child, .mkb-s-max-flex-grow-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-s-max-flex-order-first, .mkb-s-max-flex-order-first-child > *, .mkb-s-max-flex-order-first-first > *:first-child, .mkb-s-max-flex-order-first-last > *:last-child, .mkb-s-max-flex-order-first-odd > *:nth-child(odd), .mkb-s-max-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-s-max-flex-order-last, .mkb-s-max-flex-order-last-child > *, .mkb-s-max-flex-order-last-first > *:first-child, .mkb-s-max-flex-order-last-last > *:last-child, .mkb-s-max-flex-order-last-odd > *:nth-child(odd), .mkb-s-max-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-s-max-flex-order-inherit, .mkb-s-max-flex-order-inherit-child > *, .mkb-s-max-flex-order-inherit-first > *:first-child, .mkb-s-max-flex-order-inherit-last > *:last-child, .mkb-s-max-flex-order-inherit-odd > *:nth-child(odd), .mkb-s-max-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-s-max-flex-order-0, .mkb-s-max-flex-order-0-child > *, .mkb-s-max-flex-order-0-first > *:first-child, .mkb-s-max-flex-order-0-last > *:last-child, .mkb-s-max-flex-order-0-odd > *:nth-child(odd), .mkb-s-max-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-s-max-flex-order-1, .mkb-s-max-flex-order-1-child > *, .mkb-s-max-flex-order-1-first > *:first-child, .mkb-s-max-flex-order-1-last > *:last-child, .mkb-s-max-flex-order-1-odd > *:nth-child(odd), .mkb-s-max-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-s-max-flex-order-2, .mkb-s-max-flex-order-2-child > *, .mkb-s-max-flex-order-2-first > *:first-child, .mkb-s-max-flex-order-2-last > *:last-child, .mkb-s-max-flex-order-2-odd > *:nth-child(odd), .mkb-s-max-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-s-max-flex-order-3, .mkb-s-max-flex-order-3-child > *, .mkb-s-max-flex-order-3-first > *:first-child, .mkb-s-max-flex-order-3-last > *:last-child, .mkb-s-max-flex-order-3-odd > *:nth-child(odd), .mkb-s-max-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-s-max-flex-order-4, .mkb-s-max-flex-order-4-child > *, .mkb-s-max-flex-order-4-first > *:first-child, .mkb-s-max-flex-order-4-last > *:last-child, .mkb-s-max-flex-order-4-odd > *:nth-child(odd), .mkb-s-max-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-s-max-flex-order-5, .mkb-s-max-flex-order-5-child > *, .mkb-s-max-flex-order-5-first > *:first-child, .mkb-s-max-flex-order-5-last > *:last-child, .mkb-s-max-flex-order-5-odd > *:nth-child(odd), .mkb-s-max-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-s-max-flex-order-6, .mkb-s-max-flex-order-6-child > *, .mkb-s-max-flex-order-6-first > *:first-child, .mkb-s-max-flex-order-6-last > *:last-child, .mkb-s-max-flex-order-6-odd > *:nth-child(odd), .mkb-s-max-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-s-max-flex-order-7, .mkb-s-max-flex-order-7-child > *, .mkb-s-max-flex-order-7-first > *:first-child, .mkb-s-max-flex-order-7-last > *:last-child, .mkb-s-max-flex-order-7-odd > *:nth-child(odd), .mkb-s-max-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-s-max-flex-order-8, .mkb-s-max-flex-order-8-child > *, .mkb-s-max-flex-order-8-first > *:first-child, .mkb-s-max-flex-order-8-last > *:last-child, .mkb-s-max-flex-order-8-odd > *:nth-child(odd), .mkb-s-max-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-s-max-flex-order-9, .mkb-s-max-flex-order-9-child > *, .mkb-s-max-flex-order-9-first > *:first-child, .mkb-s-max-flex-order-9-last > *:last-child, .mkb-s-max-flex-order-9-odd > *:nth-child(odd), .mkb-s-max-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-s-max-flex-order-10, .mkb-s-max-flex-order-10-child > *, .mkb-s-max-flex-order-10-first > *:first-child, .mkb-s-max-flex-order-10-last > *:last-child, .mkb-s-max-flex-order-10-odd > *:nth-child(odd), .mkb-s-max-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-s-max-flex-order-11, .mkb-s-max-flex-order-11-child > *, .mkb-s-max-flex-order-11-first > *:first-child, .mkb-s-max-flex-order-11-last > *:last-child, .mkb-s-max-flex-order-11-odd > *:nth-child(odd), .mkb-s-max-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-s-max-flex-order-12, .mkb-s-max-flex-order-12-child > *, .mkb-s-max-flex-order-12-first > *:first-child, .mkb-s-max-flex-order-12-last > *:last-child, .mkb-s-max-flex-order-12-odd > *:nth-child(odd), .mkb-s-max-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-s-max-table-layout-auto, .mkb-s-max-table-layout-auto-child > *, .mkb-s-max-table-layout-auto-first > *:first-child, .mkb-s-max-table-layout-auto-last > *:last-child, .mkb-s-max-table-layout-auto-odd > *:nth-child(odd), .mkb-s-max-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-s-max-table-fixed, .mkb-s-max-table-fixed-child > *, .mkb-s-max-table-fixed-first > *:first-child, .mkb-s-max-table-fixed-last > *:last-child, .mkb-s-max-table-fixed-odd > *:nth-child(odd), .mkb-s-max-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-s-max-table-layout-inherit, .mkb-s-max-table-layout-inherit-child > *, .mkb-s-max-table-layout-inherit-first > *:first-child, .mkb-s-max-table-layout-inherit-last > *:last-child, .mkb-s-max-table-layout-inherit-odd > *:nth-child(odd), .mkb-s-max-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-s-max-table-seperate, .mkb-s-max-table-seperate-child > *, .mkb-s-max-table-seperate-first > *:first-child, .mkb-s-max-table-seperate-last > *:last-child, .mkb-s-max-table-seperate-odd > *:nth-child(odd), .mkb-s-max-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-s-max-table-collapse, .mkb-s-max-table-collapse-child > *, .mkb-s-max-table-collapse-first > *:first-child, .mkb-s-max-table-collapse-last > *:last-child, .mkb-s-max-table-collapse-odd > *:nth-child(odd), .mkb-s-max-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-s-max-table-collapse-inherit, .mkb-s-max-table-collapse-inherit-child > *, .mkb-s-max-table-collapse-inherit-first > *:first-child, .mkb-s-max-table-collapse-inherit-last > *:last-child, .mkb-s-max-table-collapse-inherit-odd > *:nth-child(odd), .mkb-s-max-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-s-max-table-spacing-s, .mkb-s-max-table-spacing-s-child > *, .mkb-s-max-table-spacing-s-first > *:first-child, .mkb-s-max-table-spacing-s-last > *:last-child, .mkb-s-max-table-spacing-s-odd > *:nth-child(odd), .mkb-s-max-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-s-max-table-spacing-s-vertical, .mkb-s-max-table-spacing-s-vertical-child > *, .mkb-s-max-table-spacing-s-vertical-first > *:first-child, .mkb-s-max-table-spacing-s-vertical-last > *:last-child, .mkb-s-max-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-s-max-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-s-max-table-spacing-s-horizontal, .mkb-s-max-table-spacing-s-horizontal-child > *, .mkb-s-max-table-spacing-s-horizontal-first > *:first-child, .mkb-s-max-table-spacing-s-horizontal-last > *:last-child, .mkb-s-max-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-s-max-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-s-max-table-spacing-m, .mkb-s-max-table-spacing-m-child > *, .mkb-s-max-table-spacing-m-first > *:first-child, .mkb-s-max-table-spacing-m-last > *:last-child, .mkb-s-max-table-spacing-m-odd > *:nth-child(odd), .mkb-s-max-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-s-max-table-spacing-m-vertical, .mkb-s-max-table-spacing-m-vertical-child > *, .mkb-s-max-table-spacing-m-vertical-first > *:first-child, .mkb-s-max-table-spacing-m-vertical-last > *:last-child, .mkb-s-max-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-s-max-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-s-max-table-spacing-m-horizontal, .mkb-s-max-table-spacing-m-horizontal-child > *, .mkb-s-max-table-spacing-m-horizontal-first > *:first-child, .mkb-s-max-table-spacing-m-horizontal-last > *:last-child, .mkb-s-max-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-s-max-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-s-max-table-spacing-l, .mkb-s-max-table-spacing-l-child > *, .mkb-s-max-table-spacing-l-first > *:first-child, .mkb-s-max-table-spacing-l-last > *:last-child, .mkb-s-max-table-spacing-l-odd > *:nth-child(odd), .mkb-s-max-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-s-max-table-spacing-l-vertical, .mkb-s-max-table-spacing-l-vertical-child > *, .mkb-s-max-table-spacing-l-vertical-first > *:first-child, .mkb-s-max-table-spacing-l-vertical-last > *:last-child, .mkb-s-max-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-s-max-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-s-max-table-spacing-l-horizontal, .mkb-s-max-table-spacing-l-horizontal-child > *, .mkb-s-max-table-spacing-l-horizontal-first > *:first-child, .mkb-s-max-table-spacing-l-horizontal-last > *:last-child, .mkb-s-max-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-s-max-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-s-max-table-spacing-xl, .mkb-s-max-table-spacing-xl-child > *, .mkb-s-max-table-spacing-xl-first > *:first-child, .mkb-s-max-table-spacing-xl-last > *:last-child, .mkb-s-max-table-spacing-xl-odd > *:nth-child(odd), .mkb-s-max-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-s-max-table-spacing-xl-vertical, .mkb-s-max-table-spacing-xl-vertical-child > *, .mkb-s-max-table-spacing-xl-vertical-first > *:first-child, .mkb-s-max-table-spacing-xl-vertical-last > *:last-child, .mkb-s-max-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-s-max-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-s-max-table-spacing-xl-horizontal, .mkb-s-max-table-spacing-xl-horizontal-child > *, .mkb-s-max-table-spacing-xl-horizontal-first > *:first-child, .mkb-s-max-table-spacing-xl-horizontal-last > *:last-child, .mkb-s-max-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-s-max-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-s-max-table-spacing-inherit, .mkb-s-max-table-spacing-inherit-child > *, .mkb-s-max-table-spacing-inherit-first > *:first-child, .mkb-s-max-table-spacing-inherit-last > *:last-child, .mkb-s-max-table-spacing-inherit-odd > *:nth-child(odd), .mkb-s-max-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-s-max-column-2, .mkb-s-max-column-2-child > *, .mkb-s-max-column-2-first > *:first-child, .mkb-s-max-column-2-last > *:last-child, .mkb-s-max-column-2-odd > *:nth-child(odd), .mkb-s-max-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-s-max-column-3, .mkb-s-max-column-3-child > *, .mkb-s-max-column-3-first > *:first-child, .mkb-s-max-column-3-last > *:last-child, .mkb-s-max-column-3-odd > *:nth-child(odd), .mkb-s-max-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-s-max-column-4, .mkb-s-max-column-4-child > *, .mkb-s-max-column-4-first > *:first-child, .mkb-s-max-column-4-last > *:last-child, .mkb-s-max-column-4-odd > *:nth-child(odd), .mkb-s-max-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-s-max-column-5, .mkb-s-max-column-5-child > *, .mkb-s-max-column-5-first > *:first-child, .mkb-s-max-column-5-last > *:last-child, .mkb-s-max-column-5-odd > *:nth-child(odd), .mkb-s-max-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-s-max-column-6, .mkb-s-max-column-6-child > *, .mkb-s-max-column-6-first > *:first-child, .mkb-s-max-column-6-last > *:last-child, .mkb-s-max-column-6-odd > *:nth-child(odd), .mkb-s-max-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-s-max-column-7, .mkb-s-max-column-7-child > *, .mkb-s-max-column-7-first > *:first-child, .mkb-s-max-column-7-last > *:last-child, .mkb-s-max-column-7-odd > *:nth-child(odd), .mkb-s-max-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-s-max-column-8, .mkb-s-max-column-8-child > *, .mkb-s-max-column-8-first > *:first-child, .mkb-s-max-column-8-last > *:last-child, .mkb-s-max-column-8-odd > *:nth-child(odd), .mkb-s-max-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-s-max-column-9, .mkb-s-max-column-9-child > *, .mkb-s-max-column-9-first > *:first-child, .mkb-s-max-column-9-last > *:last-child, .mkb-s-max-column-9-odd > *:nth-child(odd), .mkb-s-max-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-s-max-column-10, .mkb-s-max-column-10-child > *, .mkb-s-max-column-10-first > *:first-child, .mkb-s-max-column-10-last > *:last-child, .mkb-s-max-column-10-odd > *:nth-child(odd), .mkb-s-max-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-s-max-column-11, .mkb-s-max-column-11-child > *, .mkb-s-max-column-11-first > *:first-child, .mkb-s-max-column-11-last > *:last-child, .mkb-s-max-column-11-odd > *:nth-child(odd), .mkb-s-max-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-s-max-column-12, .mkb-s-max-column-12-child > *, .mkb-s-max-column-12-first > *:first-child, .mkb-s-max-column-12-last > *:last-child, .mkb-s-max-column-12-odd > *:nth-child(odd), .mkb-s-max-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-s-max-column-gap-s, .mkb-s-max-column-gap-s-child > *, .mkb-s-max-column-gap-s-first > *:first-child, .mkb-s-max-column-gap-s-last > *:last-child, .mkb-s-max-column-gap-s-odd > *:nth-child(odd), .mkb-s-max-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-s-max-column-gap-m, .mkb-s-max-column-gap-m-child > *, .mkb-s-max-column-gap-m-first > *:first-child, .mkb-s-max-column-gap-m-last > *:last-child, .mkb-s-max-column-gap-m-odd > *:nth-child(odd), .mkb-s-max-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-s-max-column-gap-l, .mkb-s-max-column-gap-l-child > *, .mkb-s-max-column-gap-l-first > *:first-child, .mkb-s-max-column-gap-l-last > *:last-child, .mkb-s-max-column-gap-l-odd > *:nth-child(odd), .mkb-s-max-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-s-max-column-gap-xl, .mkb-s-max-column-gap-xl-child > *, .mkb-s-max-column-gap-xl-first > *:first-child, .mkb-s-max-column-gap-xl-last > *:last-child, .mkb-s-max-column-gap-xl-odd > *:nth-child(odd), .mkb-s-max-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-s-max-column-rule-thin, .mkb-s-max-column-rule-thin-child > *, .mkb-s-max-column-rule-thin-first > *:first-child, .mkb-s-max-column-rule-thin-last > *:last-child, .mkb-s-max-column-rule-thin-odd > *:nth-child(odd), .mkb-s-max-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-s-max-column-rule-medium, .mkb-s-max-column-rule-medium-child > *, .mkb-s-max-column-rule-medium-first > *:first-child, .mkb-s-max-column-rule-medium-last > *:last-child, .mkb-s-max-column-rule-medium-odd > *:nth-child(odd), .mkb-s-max-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-s-max-column-rule-thick, .mkb-s-max-column-rule-thick-child > *, .mkb-s-max-column-rule-thick-first > *:first-child, .mkb-s-max-column-rule-thick-last > *:last-child, .mkb-s-max-column-rule-thick-odd > *:nth-child(odd), .mkb-s-max-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-s-max-column-rule-s, .mkb-s-max-column-rule-s-child > *, .mkb-s-max-column-rule-s-first > *:first-child, .mkb-s-max-column-rule-s-last > *:last-child, .mkb-s-max-column-rule-s-odd > *:nth-child(odd), .mkb-s-max-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-s-max-column-rule-m, .mkb-s-max-column-rule-m-child > *, .mkb-s-max-column-rule-m-first > *:first-child, .mkb-s-max-column-rule-m-last > *:last-child, .mkb-s-max-column-rule-m-odd > *:nth-child(odd), .mkb-s-max-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-s-max-column-rule-l, .mkb-s-max-column-rule-l-child > *, .mkb-s-max-column-rule-l-first > *:first-child, .mkb-s-max-column-rule-l-last > *:last-child, .mkb-s-max-column-rule-l-odd > *:nth-child(odd), .mkb-s-max-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-s-max-column-rule-xl, .mkb-s-max-column-rule-xl-child > *, .mkb-s-max-column-rule-xl-first > *:first-child, .mkb-s-max-column-rule-xl-last > *:last-child, .mkb-s-max-column-rule-xl-odd > *:nth-child(odd), .mkb-s-max-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-s-max-column-rule-dotted, .mkb-s-max-column-rule-dotted-child > *, .mkb-s-max-column-rule-dotted-first > *:first-child, .mkb-s-max-column-rule-dotted-last > *:last-child, .mkb-s-max-column-rule-dotted-odd > *:nth-child(odd), .mkb-s-max-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-s-max-column-rule-dashed, .mkb-s-max-column-rule-dashed-child > *, .mkb-s-max-column-rule-dashed-first > *:first-child, .mkb-s-max-column-rule-dashed-last > *:last-child, .mkb-s-max-column-rule-dashed-odd > *:nth-child(odd), .mkb-s-max-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-s-max-column-rule-solid, .mkb-s-max-column-rule-solid-child > *, .mkb-s-max-column-rule-solid-first > *:first-child, .mkb-s-max-column-rule-solid-last > *:last-child, .mkb-s-max-column-rule-solid-odd > *:nth-child(odd), .mkb-s-max-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-s-max-column-rule-double, .mkb-s-max-column-rule-double-child > *, .mkb-s-max-column-rule-double-first > *:first-child, .mkb-s-max-column-rule-double-last > *:last-child, .mkb-s-max-column-rule-double-odd > *:nth-child(odd), .mkb-s-max-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-s-max-column-rule-groove, .mkb-s-max-column-rule-groove-child > *, .mkb-s-max-column-rule-groove-first > *:first-child, .mkb-s-max-column-rule-groove-last > *:last-child, .mkb-s-max-column-rule-groove-odd > *:nth-child(odd), .mkb-s-max-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-s-max-column-rule-ridge, .mkb-s-max-column-rule-ridge-child > *, .mkb-s-max-column-rule-ridge-first > *:first-child, .mkb-s-max-column-rule-ridge-last > *:last-child, .mkb-s-max-column-rule-ridge-odd > *:nth-child(odd), .mkb-s-max-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-s-max-column-rule-inset, .mkb-s-max-column-rule-inset-child > *, .mkb-s-max-column-rule-inset-first > *:first-child, .mkb-s-max-column-rule-inset-last > *:last-child, .mkb-s-max-column-rule-inset-odd > *:nth-child(odd), .mkb-s-max-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-s-max-column-rule-outset, .mkb-s-max-column-rule-outset-child > *, .mkb-s-max-column-rule-outset-first > *:first-child, .mkb-s-max-column-rule-outset-last > *:last-child, .mkb-s-max-column-rule-outset-odd > *:nth-child(odd), .mkb-s-max-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-s-max-static, .mkb-s-max-static-child > *, .mkb-s-max-static-first > *:first-child, .mkb-s-max-static-last > *:last-child, .mkb-s-max-static-odd > *:nth-child(odd), .mkb-s-max-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-s-max-absolute, .mkb-s-max-absolute-child > *, .mkb-s-max-absolute-first > *:first-child, .mkb-s-max-absolute-last > *:last-child, .mkb-s-max-absolute-odd > *:nth-child(odd), .mkb-s-max-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-s-max-fixed, .mkb-s-max-fixed-child > *, .mkb-s-max-fixed-first > *:first-child, .mkb-s-max-fixed-last > *:last-child, .mkb-s-max-fixed-odd > *:nth-child(odd), .mkb-s-max-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-s-max-relative, .mkb-s-max-relative-child > *, .mkb-s-max-relative-first > *:first-child, .mkb-s-max-relative-last > *:last-child, .mkb-s-max-relative-odd > *:nth-child(odd), .mkb-s-max-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-s-max-position-inherit, .mkb-s-max-position-inherit-child > *, .mkb-s-max-position-inherit-first > *:first-child, .mkb-s-max-position-inherit-last > *:last-child, .mkb-s-max-position-inherit-odd > *:nth-child(odd), .mkb-s-max-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-s-max-float-none, .mkb-s-max-float-none-child > *, .mkb-s-max-float-none-first > *:first-child, .mkb-s-max-float-none-last > *:last-child, .mkb-s-max-float-none-odd > *:nth-child(odd), .mkb-s-max-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-s-max-float-left, .mkb-s-max-float-left-child > *, .mkb-s-max-float-left-first > *:first-child, .mkb-s-max-float-left-last > *:last-child, .mkb-s-max-float-left-odd > *:nth-child(odd), .mkb-s-max-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-s-max-float-right, .mkb-s-max-float-right-child > *, .mkb-s-max-float-right-first > *:first-child, .mkb-s-max-float-right-last > *:last-child, .mkb-s-max-float-right-odd > *:nth-child(odd), .mkb-s-max-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-s-max-float-inherit, .mkb-s-max-float-inherit-child > *, .mkb-s-max-float-inherit-first > *:first-child, .mkb-s-max-float-inherit-last > *:last-child, .mkb-s-max-float-inherit-odd > *:nth-child(odd), .mkb-s-max-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-s-max-clear-none, .mkb-s-max-clear-none-child > *, .mkb-s-max-clear-none-first > *:first-child, .mkb-s-max-clear-none-last > *:last-child, .mkb-s-max-clear-none-odd > *:nth-child(odd), .mkb-s-max-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-s-max-clear-left, .mkb-s-max-clear-left-child > *, .mkb-s-max-clear-left-first > *:first-child, .mkb-s-max-clear-left-last > *:last-child, .mkb-s-max-clear-left-odd > *:nth-child(odd), .mkb-s-max-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-s-max-clear-right, .mkb-s-max-clear-right-child > *, .mkb-s-max-clear-right-first > *:first-child, .mkb-s-max-clear-right-last > *:last-child, .mkb-s-max-clear-right-odd > *:nth-child(odd), .mkb-s-max-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-s-max-clear-both, .mkb-s-max-clear-both-child > *, .mkb-s-max-clear-both-first > *:first-child, .mkb-s-max-clear-both-last > *:last-child, .mkb-s-max-clear-both-odd > *:nth-child(odd), .mkb-s-max-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-s-max-clear-inherit, .mkb-s-max-clear-inherit-child > *, .mkb-s-max-clear-inherit-first > *:first-child, .mkb-s-max-clear-inherit-last > *:last-child, .mkb-s-max-clear-inherit-odd > *:nth-child(odd), .mkb-s-max-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-s-max-visible, .mkb-s-max-visible-child > *, .mkb-s-max-visible-first > *:first-child, .mkb-s-max-visible-last > *:last-child, .mkb-s-max-visible-odd > *:nth-child(odd), .mkb-s-max-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-s-max-hidden, .mkb-s-max-hidden-child > *, .mkb-s-max-hidden-first > *:first-child, .mkb-s-max-hidden-last > *:last-child, .mkb-s-max-hidden-odd > *:nth-child(odd), .mkb-s-max-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-s-max-collapse, .mkb-s-max-collapse-child > *, .mkb-s-max-collapse-first > *:first-child, .mkb-s-max-collapse-last > *:last-child, .mkb-s-max-collapse-odd > *:nth-child(odd), .mkb-s-max-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-s-max-inherit, .mkb-s-max-inherit-child > *, .mkb-s-max-inherit-first > *:first-child, .mkb-s-max-inherit-last > *:last-child, .mkb-s-max-inherit-odd > *:nth-child(odd), .mkb-s-max-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-s-max-opacity, .mkb-s-max-opacity-child > *, .mkb-s-max-opacity-first > *:first-child, .mkb-s-max-opacity-last > *:last-child, .mkb-s-max-opacity-odd > *:nth-child(odd), .mkb-s-max-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-s-max-opacity-none, .mkb-s-max-opacity-none-child > *, .mkb-s-max-opacity-none-first > *:first-child, .mkb-s-max-opacity-none-last > *:last-child, .mkb-s-max-opacity-none-odd > *:nth-child(odd), .mkb-s-max-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-s-max-overflow-visible, .mkb-s-max-overflow-visible-child > *, .mkb-s-max-overflow-visible-first > *:first-child, .mkb-s-max-overflow-visible-last > *:last-child, .mkb-s-max-overflow-visible-odd > *:nth-child(odd), .mkb-s-max-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-s-max-overflow-x-visible, .mkb-s-max-overflow-x-visible-child > *, .mkb-s-max-overflow-x-visible-first > *:first-child, .mkb-s-max-overflow-x-visible-last > *:last-child, .mkb-s-max-overflow-x-visible-odd > *:nth-child(odd), .mkb-s-max-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-s-max-overflow-y-visible, .mkb-s-max-overflow-y-visible-child > *, .mkb-s-max-overflow-y-visible-first > *:first-child, .mkb-s-max-overflow-y-visible-last > *:last-child, .mkb-s-max-overflow-y-visible-odd > *:nth-child(odd), .mkb-s-max-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-s-max-overflow-hidden, .mkb-s-max-overflow-hidden-child > *, .mkb-s-max-overflow-hidden-first > *:first-child, .mkb-s-max-overflow-hidden-last > *:last-child, .mkb-s-max-overflow-hidden-odd > *:nth-child(odd), .mkb-s-max-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-s-max-overflow-x-hidden, .mkb-s-max-overflow-x-hidden-child > *, .mkb-s-max-overflow-x-hidden-first > *:first-child, .mkb-s-max-overflow-x-hidden-last > *:last-child, .mkb-s-max-overflow-x-hidden-odd > *:nth-child(odd), .mkb-s-max-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-s-max-overflow-y-hidden, .mkb-s-max-overflow-y-hidden-child > *, .mkb-s-max-overflow-y-hidden-first > *:first-child, .mkb-s-max-overflow-y-hidden-last > *:last-child, .mkb-s-max-overflow-y-hidden-odd > *:nth-child(odd), .mkb-s-max-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-s-max-overflow-scroll, .mkb-s-max-overflow-scroll-child > *, .mkb-s-max-overflow-scroll-first > *:first-child, .mkb-s-max-overflow-scroll-last > *:last-child, .mkb-s-max-overflow-scroll-odd > *:nth-child(odd), .mkb-s-max-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-s-max-overflow-x-scroll, .mkb-s-max-overflow-x-scroll-child > *, .mkb-s-max-overflow-x-scroll-first > *:first-child, .mkb-s-max-overflow-x-scroll-last > *:last-child, .mkb-s-max-overflow-x-scroll-odd > *:nth-child(odd), .mkb-s-max-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-s-max-overflow-y-scroll, .mkb-s-max-overflow-y-scroll-child > *, .mkb-s-max-overflow-y-scroll-first > *:first-child, .mkb-s-max-overflow-y-scroll-last > *:last-child, .mkb-s-max-overflow-y-scroll-odd > *:nth-child(odd), .mkb-s-max-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-s-max-overflow-auto, .mkb-s-max-overflow-auto-child > *, .mkb-s-max-overflow-auto-first > *:first-child, .mkb-s-max-overflow-auto-last > *:last-child, .mkb-s-max-overflow-auto-odd > *:nth-child(odd), .mkb-s-max-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-s-max-overflow-x-auto, .mkb-s-max-overflow-x-auto-child > *, .mkb-s-max-overflow-x-auto-first > *:first-child, .mkb-s-max-overflow-x-auto-last > *:last-child, .mkb-s-max-overflow-x-auto-odd > *:nth-child(odd), .mkb-s-max-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-s-max-overflow-y-auto, .mkb-s-max-overflow-y-auto-child > *, .mkb-s-max-overflow-y-auto-first > *:first-child, .mkb-s-max-overflow-y-auto-last > *:last-child, .mkb-s-max-overflow-y-auto-odd > *:nth-child(odd), .mkb-s-max-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-s-max-overflow-inherit, .mkb-s-max-overflow-inherit-child > *, .mkb-s-max-overflow-inherit-first > *:first-child, .mkb-s-max-overflow-inherit-last > *:last-child, .mkb-s-max-overflow-inherit-odd > *:nth-child(odd), .mkb-s-max-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-s-max-overflow-x-inherit, .mkb-s-max-overflow-x-inherit-child > *, .mkb-s-max-overflow-x-inherit-first > *:first-child, .mkb-s-max-overflow-x-inherit-last > *:last-child, .mkb-s-max-overflow-x-inherit-odd > *:nth-child(odd), .mkb-s-max-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-s-max-overflow-y-inherit, .mkb-s-max-overflow-y-inherit-child > *, .mkb-s-max-overflow-y-inherit-first > *:first-child, .mkb-s-max-overflow-y-inherit-last > *:last-child, .mkb-s-max-overflow-y-inherit-odd > *:nth-child(odd), .mkb-s-max-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-s-max-align-baseline, .mkb-s-max-align-baseline-child > *, .mkb-s-max-align-baseline-first > *:first-child, .mkb-s-max-align-baseline-last > *:last-child, .mkb-s-max-align-baseline-odd > *:nth-child(odd), .mkb-s-max-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-s-max-align-length, .mkb-s-max-align-length-child > *, .mkb-s-max-align-length-first > *:first-child, .mkb-s-max-align-length-last > *:last-child, .mkb-s-max-align-length-odd > *:nth-child(odd), .mkb-s-max-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-s-max-align-sub, .mkb-s-max-align-sub-child > *, .mkb-s-max-align-sub-first > *:first-child, .mkb-s-max-align-sub-last > *:last-child, .mkb-s-max-align-sub-odd > *:nth-child(odd), .mkb-s-max-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-s-max-align-super, .mkb-s-max-align-super-child > *, .mkb-s-max-align-super-first > *:first-child, .mkb-s-max-align-super-last > *:last-child, .mkb-s-max-align-super-odd > *:nth-child(odd), .mkb-s-max-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-s-max-align-top, .mkb-s-max-align-top-child > *, .mkb-s-max-align-top-first > *:first-child, .mkb-s-max-align-top-last > *:last-child, .mkb-s-max-align-top-odd > *:nth-child(odd), .mkb-s-max-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-s-max-align-text-top, .mkb-s-max-align-text-top-child > *, .mkb-s-max-align-text-top-first > *:first-child, .mkb-s-max-align-text-top-last > *:last-child, .mkb-s-max-align-text-top-odd > *:nth-child(odd), .mkb-s-max-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-s-max-align-middle, .mkb-s-max-align-middle-child > *, .mkb-s-max-align-middle-first > *:first-child, .mkb-s-max-align-middle-last > *:last-child, .mkb-s-max-align-middle-odd > *:nth-child(odd), .mkb-s-max-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-s-max-align-bottom, .mkb-s-max-align-bottom-child > *, .mkb-s-max-align-bottom-first > *:first-child, .mkb-s-max-align-bottom-last > *:last-child, .mkb-s-max-align-bottom-odd > *:nth-child(odd), .mkb-s-max-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-s-max-align-text-bottom, .mkb-s-max-align-text-bottom-child > *, .mkb-s-max-align-text-bottom-first > *:first-child, .mkb-s-max-align-text-bottom-last > *:last-child, .mkb-s-max-align-text-bottom-odd > *:nth-child(odd), .mkb-s-max-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-s-max-align-inherit, .mkb-s-max-align-inherit-child > *, .mkb-s-max-align-inherit-first > *:first-child, .mkb-s-max-align-inherit-last > *:last-child, .mkb-s-max-align-inherit-odd > *:nth-child(odd), .mkb-s-max-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-s-max-zindex-first, .mkb-s-max-zindex-first-child > *, .mkb-s-max-zindex-first-first > *:first-child, .mkb-s-max-zindex-first-last > *:last-child, .mkb-s-max-zindex-first-odd > *:nth-child(odd), .mkb-s-max-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-s-max-zindex-last, .mkb-s-max-zindex-last-child > *, .mkb-s-max-zindex-last-first > *:first-child, .mkb-s-max-zindex-last-last > *:last-child, .mkb-s-max-zindex-last-odd > *:nth-child(odd), .mkb-s-max-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-s-max-zindex-inherit, .mkb-s-max-zindex-inherit-child > *, .mkb-s-max-zindex-inherit-first > *:first-child, .mkb-s-max-zindex-inherit-last > *:last-child, .mkb-s-max-zindex-inherit-odd > *:nth-child(odd), .mkb-s-max-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-s-max-zindex-0, .mkb-s-max-zindex-0-child > *, .mkb-s-max-zindex-0-first > *:first-child, .mkb-s-max-zindex-0-last > *:last-child, .mkb-s-max-zindex-0-odd > *:nth-child(odd), .mkb-s-max-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-s-max-zindex-1, .mkb-s-max-zindex-1-child > *, .mkb-s-max-zindex-1-first > *:first-child, .mkb-s-max-zindex-1-last > *:last-child, .mkb-s-max-zindex-1-odd > *:nth-child(odd), .mkb-s-max-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-s-max-zindex-2, .mkb-s-max-zindex-2-child > *, .mkb-s-max-zindex-2-first > *:first-child, .mkb-s-max-zindex-2-last > *:last-child, .mkb-s-max-zindex-2-odd > *:nth-child(odd), .mkb-s-max-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-s-max-zindex-3, .mkb-s-max-zindex-3-child > *, .mkb-s-max-zindex-3-first > *:first-child, .mkb-s-max-zindex-3-last > *:last-child, .mkb-s-max-zindex-3-odd > *:nth-child(odd), .mkb-s-max-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-s-max-zindex-4, .mkb-s-max-zindex-4-child > *, .mkb-s-max-zindex-4-first > *:first-child, .mkb-s-max-zindex-4-last > *:last-child, .mkb-s-max-zindex-4-odd > *:nth-child(odd), .mkb-s-max-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-s-max-zindex-5, .mkb-s-max-zindex-5-child > *, .mkb-s-max-zindex-5-first > *:first-child, .mkb-s-max-zindex-5-last > *:last-child, .mkb-s-max-zindex-5-odd > *:nth-child(odd), .mkb-s-max-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-s-max-zindex-6, .mkb-s-max-zindex-6-child > *, .mkb-s-max-zindex-6-first > *:first-child, .mkb-s-max-zindex-6-last > *:last-child, .mkb-s-max-zindex-6-odd > *:nth-child(odd), .mkb-s-max-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-s-max-zindex-7, .mkb-s-max-zindex-7-child > *, .mkb-s-max-zindex-7-first > *:first-child, .mkb-s-max-zindex-7-last > *:last-child, .mkb-s-max-zindex-7-odd > *:nth-child(odd), .mkb-s-max-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-s-max-zindex-8, .mkb-s-max-zindex-8-child > *, .mkb-s-max-zindex-8-first > *:first-child, .mkb-s-max-zindex-8-last > *:last-child, .mkb-s-max-zindex-8-odd > *:nth-child(odd), .mkb-s-max-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-s-max-zindex-9, .mkb-s-max-zindex-9-child > *, .mkb-s-max-zindex-9-first > *:first-child, .mkb-s-max-zindex-9-last > *:last-child, .mkb-s-max-zindex-9-odd > *:nth-child(odd), .mkb-s-max-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-s-max-zindex-10, .mkb-s-max-zindex-10-child > *, .mkb-s-max-zindex-10-first > *:first-child, .mkb-s-max-zindex-10-last > *:last-child, .mkb-s-max-zindex-10-odd > *:nth-child(odd), .mkb-s-max-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-s-max-zindex-11, .mkb-s-max-zindex-11-child > *, .mkb-s-max-zindex-11-first > *:first-child, .mkb-s-max-zindex-11-last > *:last-child, .mkb-s-max-zindex-11-odd > *:nth-child(odd), .mkb-s-max-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-s-max-zindex-12, .mkb-s-max-zindex-12-child > *, .mkb-s-max-zindex-12-first > *:first-child, .mkb-s-max-zindex-12-last > *:last-child, .mkb-s-max-zindex-12-odd > *:nth-child(odd), .mkb-s-max-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-s-max-list-none, .mkb-s-max-list-none-child > *, .mkb-s-max-list-none-first > *:first-child, .mkb-s-max-list-none-last > *:last-child, .mkb-s-max-list-none-odd > *:nth-child(odd), .mkb-s-max-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-s-max-list-reset, .mkb-s-max-list-reset-child > *, .mkb-s-max-list-reset-first > *:first-child, .mkb-s-max-list-reset-last > *:last-child, .mkb-s-max-list-reset-odd > *:nth-child(odd), .mkb-s-max-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-s-max-list-circle, .mkb-s-max-list-circle-child > *, .mkb-s-max-list-circle-first > *:first-child, .mkb-s-max-list-circle-last > *:last-child, .mkb-s-max-list-circle-odd > *:nth-child(odd), .mkb-s-max-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-s-max-list-decimal, .mkb-s-max-list-decimal-child > *, .mkb-s-max-list-decimal-first > *:first-child, .mkb-s-max-list-decimal-last > *:last-child, .mkb-s-max-list-decimal-odd > *:nth-child(odd), .mkb-s-max-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-s-max-list-decimal-zero, .mkb-s-max-list-decimal-zero-child > *, .mkb-s-max-list-decimal-zero-first > *:first-child, .mkb-s-max-list-decimal-zero-last > *:last-child, .mkb-s-max-list-decimal-zero-odd > *:nth-child(odd), .mkb-s-max-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-s-max-list-disc, .mkb-s-max-list-disc-child > *, .mkb-s-max-list-disc-first > *:first-child, .mkb-s-max-list-disc-last > *:last-child, .mkb-s-max-list-disc-odd > *:nth-child(odd), .mkb-s-max-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-s-max-list-lower-alpha, .mkb-s-max-list-lower-alpha-child > *, .mkb-s-max-list-lower-alpha-first > *:first-child, .mkb-s-max-list-lower-alpha-last > *:last-child, .mkb-s-max-list-lower-alpha-odd > *:nth-child(odd), .mkb-s-max-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-s-max-list-lower-roman, .mkb-s-max-list-lower-roman-child > *, .mkb-s-max-list-lower-roman-first > *:first-child, .mkb-s-max-list-lower-roman-last > *:last-child, .mkb-s-max-list-lower-roman-odd > *:nth-child(odd), .mkb-s-max-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-s-max-list-upper-alpha, .mkb-s-max-list-upper-alpha-child > *, .mkb-s-max-list-upper-alpha-first > *:first-child, .mkb-s-max-list-upper-alpha-last > *:last-child, .mkb-s-max-list-upper-alpha-odd > *:nth-child(odd), .mkb-s-max-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-s-max-list-upper-roman, .mkb-s-max-list-upper-roman-child > *, .mkb-s-max-list-upper-roman-first > *:first-child, .mkb-s-max-list-upper-roman-last > *:last-child, .mkb-s-max-list-upper-roman-odd > *:nth-child(odd), .mkb-s-max-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-s-max-list-square, .mkb-s-max-list-square-child > *, .mkb-s-max-list-square-first > *:first-child, .mkb-s-max-list-square-last > *:last-child, .mkb-s-max-list-square-odd > *:nth-child(odd), .mkb-s-max-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-s-max-list-style-inherit, .mkb-s-max-list-style-inherit-child > *, .mkb-s-max-list-style-inherit-first > *:first-child, .mkb-s-max-list-style-inherit-last > *:last-child, .mkb-s-max-list-style-inherit-odd > *:nth-child(odd), .mkb-s-max-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-s-max-h1,
  .mkb-s-max-h2,
  .mkb-s-max-h3,
  .mkb-s-max-h4,
  .mkb-s-max-h5,
  .mkb-s-max-h6 {
    font-weight: bold;
  }
  .mkb-s-max-h1 {
    font-size: 2.0595rem;
  }
  .mkb-s-max-h2 {
    font-size: 1.83064rem;
  }
  .mkb-s-max-h3 {
    font-size: 1.62721rem;
  }
  .mkb-s-max-h4 {
    font-size: 1.44643rem;
  }
  .mkb-s-max-h5 {
    font-size: 1.28571rem;
  }
  .mkb-s-max-h6 {
    font-size: 1.14286rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-s-max-text-left, .mkb-s-max-text-left-child > *, .mkb-s-max-text-left-first > *:first-child, .mkb-s-max-text-left-last > *:last-child, .mkb-s-max-text-left-odd > *:nth-child(odd), .mkb-s-max-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-s-max-text-center, .mkb-s-max-text-center-child > *, .mkb-s-max-text-center-first > *:first-child, .mkb-s-max-text-center-last > *:last-child, .mkb-s-max-text-center-odd > *:nth-child(odd), .mkb-s-max-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-s-max-text-right, .mkb-s-max-text-right-child > *, .mkb-s-max-text-right-first > *:first-child, .mkb-s-max-text-right-last > *:last-child, .mkb-s-max-text-right-odd > *:nth-child(odd), .mkb-s-max-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-s-max-text-justify, .mkb-s-max-text-justify-child > *, .mkb-s-max-text-justify-first > *:first-child, .mkb-s-max-text-justify-last > *:last-child, .mkb-s-max-text-justify-odd > *:nth-child(odd), .mkb-s-max-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-s-max-text-align-inherit, .mkb-s-max-text-align-inherit-child > *, .mkb-s-max-text-align-inherit-first > *:first-child, .mkb-s-max-text-align-inherit-last > *:last-child, .mkb-s-max-text-align-inherit-odd > *:nth-child(odd), .mkb-s-max-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-s-max-text-decoration-none, .mkb-s-max-text-decoration-none-child > *, .mkb-s-max-text-decoration-none-first > *:first-child, .mkb-s-max-text-decoration-none-last > *:last-child, .mkb-s-max-text-decoration-none-odd > *:nth-child(odd), .mkb-s-max-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-s-max-text-underline, .mkb-s-max-text-underline-child > *, .mkb-s-max-text-underline-first > *:first-child, .mkb-s-max-text-underline-last > *:last-child, .mkb-s-max-text-underline-odd > *:nth-child(odd), .mkb-s-max-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-s-max-text-overline, .mkb-s-max-text-overline-child > *, .mkb-s-max-text-overline-first > *:first-child, .mkb-s-max-text-overline-last > *:last-child, .mkb-s-max-text-overline-odd > *:nth-child(odd), .mkb-s-max-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-s-max-text-line-through, .mkb-s-max-text-line-through-child > *, .mkb-s-max-text-line-through-first > *:first-child, .mkb-s-max-text-line-through-last > *:last-child, .mkb-s-max-text-line-through-odd > *:nth-child(odd), .mkb-s-max-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-s-max-text-decoration-inherit, .mkb-s-max-text-decoration-inherit-child > *, .mkb-s-max-text-decoration-inherit-first > *:first-child, .mkb-s-max-text-decoration-inherit-last > *:last-child, .mkb-s-max-text-decoration-inherit-odd > *:nth-child(odd), .mkb-s-max-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-s-max-text-clip, .mkb-s-max-text-clip-child > *, .mkb-s-max-text-clip-first > *:first-child, .mkb-s-max-text-clip-last > *:last-child, .mkb-s-max-text-clip-odd > *:nth-child(odd), .mkb-s-max-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-s-max-text-ellipsis, .mkb-s-max-text-ellipsis-child > *, .mkb-s-max-text-ellipsis-first > *:first-child, .mkb-s-max-text-ellipsis-last > *:last-child, .mkb-s-max-text-ellipsis-odd > *:nth-child(odd), .mkb-s-max-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-s-max-text-overflow-inherit, .mkb-s-max-text-overflow-inherit-child > *, .mkb-s-max-text-overflow-inherit-first > *:first-child, .mkb-s-max-text-overflow-inherit-last > *:last-child, .mkb-s-max-text-overflow-inherit-odd > *:nth-child(odd), .mkb-s-max-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-s-max-text-transform-none, .mkb-s-max-text-transform-none-child > *, .mkb-s-max-text-transform-none-first > *:first-child, .mkb-s-max-text-transform-none-last > *:last-child, .mkb-s-max-text-transform-none-odd > *:nth-child(odd), .mkb-s-max-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-s-max-text-capitalize, .mkb-s-max-text-capitalize-child > *, .mkb-s-max-text-capitalize-first > *:first-child, .mkb-s-max-text-capitalize-last > *:last-child, .mkb-s-max-text-capitalize-odd > *:nth-child(odd), .mkb-s-max-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-s-max-text-uppercase, .mkb-s-max-text-uppercase-child > *, .mkb-s-max-text-uppercase-first > *:first-child, .mkb-s-max-text-uppercase-last > *:last-child, .mkb-s-max-text-uppercase-odd > *:nth-child(odd), .mkb-s-max-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-s-max-text-lowercase, .mkb-s-max-text-lowercase-child > *, .mkb-s-max-text-lowercase-first > *:first-child, .mkb-s-max-text-lowercase-last > *:last-child, .mkb-s-max-text-lowercase-odd > *:nth-child(odd), .mkb-s-max-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-s-max-text-transform-inherit, .mkb-s-max-text-transform-inherit-child > *, .mkb-s-max-text-transform-inherit-first > *:first-child, .mkb-s-max-text-transform-inherit-last > *:last-child, .mkb-s-max-text-transform-inherit-odd > *:nth-child(odd), .mkb-s-max-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-s-max-text-nowrap, .mkb-s-max-text-nowrap-child > *, .mkb-s-max-text-nowrap-first > *:first-child, .mkb-s-max-text-nowrap-last > *:last-child, .mkb-s-max-text-nowrap-odd > *:nth-child(odd), .mkb-s-max-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-s-max-text-pre, .mkb-s-max-text-pre-child > *, .mkb-s-max-text-pre-first > *:first-child, .mkb-s-max-text-pre-last > *:last-child, .mkb-s-max-text-pre-odd > *:nth-child(odd), .mkb-s-max-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-s-max-text-pre-line, .mkb-s-max-text-pre-line-child > *, .mkb-s-max-text-pre-line-first > *:first-child, .mkb-s-max-text-pre-line-last > *:last-child, .mkb-s-max-text-pre-line-odd > *:nth-child(odd), .mkb-s-max-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-s-max-text-pre-wrap, .mkb-s-max-text-pre-wrap-child > *, .mkb-s-max-text-pre-wrap-first > *:first-child, .mkb-s-max-text-pre-wrap-last > *:last-child, .mkb-s-max-text-pre-wrap-odd > *:nth-child(odd), .mkb-s-max-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-s-max-text-break-all, .mkb-s-max-text-break-all-child > *, .mkb-s-max-text-break-all-first > *:first-child, .mkb-s-max-text-break-all-last > *:last-child, .mkb-s-max-text-break-all-odd > *:nth-child(odd), .mkb-s-max-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-s-max-text-keep-all, .mkb-s-max-text-keep-all-child > *, .mkb-s-max-text-keep-all-first > *:first-child, .mkb-s-max-text-keep-all-last > *:last-child, .mkb-s-max-text-keep-all-odd > *:nth-child(odd), .mkb-s-max-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-s-max-text-break-word, .mkb-s-max-text-break-word-child > *, .mkb-s-max-text-break-word-first > *:first-child, .mkb-s-max-text-break-word-last > *:last-child, .mkb-s-max-text-break-word-odd > *:nth-child(odd), .mkb-s-max-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-s-max-text-style-normal, .mkb-s-max-text-style-normal-child > *, .mkb-s-max-text-style-normal-first > *:first-child, .mkb-s-max-text-style-normal-last > *:last-child, .mkb-s-max-text-style-normal-odd > *:nth-child(odd), .mkb-s-max-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-s-max-text-italic, .mkb-s-max-text-italic-child > *, .mkb-s-max-text-italic-first > *:first-child, .mkb-s-max-text-italic-last > *:last-child, .mkb-s-max-text-italic-odd > *:nth-child(odd), .mkb-s-max-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-s-max-text-oblique, .mkb-s-max-text-oblique-child > *, .mkb-s-max-text-oblique-first > *:first-child, .mkb-s-max-text-oblique-last > *:last-child, .mkb-s-max-text-oblique-odd > *:nth-child(odd), .mkb-s-max-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-s-max-text-weight-normal, .mkb-s-max-text-weight-normal-child > *, .mkb-s-max-text-weight-normal-first > *:first-child, .mkb-s-max-text-weight-normal-last > *:last-child, .mkb-s-max-text-weight-normal-odd > *:nth-child(odd), .mkb-s-max-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-s-max-text-bold, .mkb-s-max-text-bold-child > *, .mkb-s-max-text-bold-first > *:first-child, .mkb-s-max-text-bold-last > *:last-child, .mkb-s-max-text-bold-odd > *:nth-child(odd), .mkb-s-max-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-s-max-text-bolder, .mkb-s-max-text-bolder-child > *, .mkb-s-max-text-bolder-first > *:first-child, .mkb-s-max-text-bolder-last > *:last-child, .mkb-s-max-text-bolder-odd > *:nth-child(odd), .mkb-s-max-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-s-max-text-lighter, .mkb-s-max-text-lighter-child > *, .mkb-s-max-text-lighter-first > *:first-child, .mkb-s-max-text-lighter-last > *:last-child, .mkb-s-max-text-lighter-odd > *:nth-child(odd), .mkb-s-max-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-s-max-text-variant-normal, .mkb-s-max-text-variant-normal-child > *, .mkb-s-max-text-variant-normal-first > *:first-child, .mkb-s-max-text-variant-normal-last > *:last-child, .mkb-s-max-text-variant-normal-odd > *:nth-child(odd), .mkb-s-max-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-s-max-text-small-caps, .mkb-s-max-text-small-caps-child > *, .mkb-s-max-text-small-caps-first > *:first-child, .mkb-s-max-text-small-caps-last > *:last-child, .mkb-s-max-text-small-caps-odd > *:nth-child(odd), .mkb-s-max-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-s-max-text-weight-100, .mkb-s-max-text-weight-10-child > *, .mkb-s-max-text-weight-10-first > *:first-child, .mkb-s-max-text-weight-10-last > *:last-child, .mkb-s-max-text-weight-10-odd > *:nth-child(odd), .mkb-s-max-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-s-max-text-weight-200, .mkb-s-max-text-weight-20-child > *, .mkb-s-max-text-weight-20-first > *:first-child, .mkb-s-max-text-weight-20-last > *:last-child, .mkb-s-max-text-weight-20-odd > *:nth-child(odd), .mkb-s-max-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-s-max-text-weight-300, .mkb-s-max-text-weight-30-child > *, .mkb-s-max-text-weight-30-first > *:first-child, .mkb-s-max-text-weight-30-last > *:last-child, .mkb-s-max-text-weight-30-odd > *:nth-child(odd), .mkb-s-max-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-s-max-text-weight-400, .mkb-s-max-text-weight-40-child > *, .mkb-s-max-text-weight-40-first > *:first-child, .mkb-s-max-text-weight-40-last > *:last-child, .mkb-s-max-text-weight-40-odd > *:nth-child(odd), .mkb-s-max-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-s-max-text-weight-500, .mkb-s-max-text-weight-50-child > *, .mkb-s-max-text-weight-50-first > *:first-child, .mkb-s-max-text-weight-50-last > *:last-child, .mkb-s-max-text-weight-50-odd > *:nth-child(odd), .mkb-s-max-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-s-max-text-weight-600, .mkb-s-max-text-weight-60-child > *, .mkb-s-max-text-weight-60-first > *:first-child, .mkb-s-max-text-weight-60-last > *:last-child, .mkb-s-max-text-weight-60-odd > *:nth-child(odd), .mkb-s-max-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-s-max-text-weight-700, .mkb-s-max-text-weight-70-child > *, .mkb-s-max-text-weight-70-first > *:first-child, .mkb-s-max-text-weight-70-last > *:last-child, .mkb-s-max-text-weight-70-odd > *:nth-child(odd), .mkb-s-max-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-s-max-text-weight-800, .mkb-s-max-text-weight-80-child > *, .mkb-s-max-text-weight-80-first > *:first-child, .mkb-s-max-text-weight-80-last > *:last-child, .mkb-s-max-text-weight-80-odd > *:nth-child(odd), .mkb-s-max-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-s-max-text-weight-900, .mkb-s-max-text-weight-90-child > *, .mkb-s-max-text-weight-90-first > *:first-child, .mkb-s-max-text-weight-90-last > *:last-child, .mkb-s-max-text-weight-90-odd > *:nth-child(odd), .mkb-s-max-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-s-max-background-scroll, .mkb-s-max-background-scroll-child > *, .mkb-s-max-background-scroll-first > *:first-child, .mkb-s-max-background-scroll-last > *:last-child, .mkb-s-max-background-scroll-odd > *:nth-child(odd), .mkb-s-max-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-s-max-background-fixed, .mkb-s-max-background-fixed-child > *, .mkb-s-max-background-fixed-first > *:first-child, .mkb-s-max-background-fixed-last > *:last-child, .mkb-s-max-background-fixed-odd > *:nth-child(odd), .mkb-s-max-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-s-max-background-local, .mkb-s-max-background-local-child > *, .mkb-s-max-background-local-first > *:first-child, .mkb-s-max-background-local-last > *:last-child, .mkb-s-max-background-local-odd > *:nth-child(odd), .mkb-s-max-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-s-max-background-attachment-inherit, .mkb-s-max-background-attachment-inherit-child > *, .mkb-s-max-background-attachment-inherit-first > *:first-child, .mkb-s-max-background-attachment-inherit-last > *:last-child, .mkb-s-max-background-attachment-inherit-odd > *:nth-child(odd), .mkb-s-max-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-s-max-background-size-auto, .mkb-s-max-background-size-auto-child > *, .mkb-s-max-background-size-auto-first > *:first-child, .mkb-s-max-background-size-auto-last > *:last-child, .mkb-s-max-background-size-auto-odd > *:nth-child(odd), .mkb-s-max-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-s-max-background-length, .mkb-s-max-background-length-child > *, .mkb-s-max-background-length-first > *:first-child, .mkb-s-max-background-length-last > *:last-child, .mkb-s-max-background-length-odd > *:nth-child(odd), .mkb-s-max-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-s-max-background-cover, .mkb-s-max-background-cover-child > *, .mkb-s-max-background-cover-first > *:first-child, .mkb-s-max-background-cover-last > *:last-child, .mkb-s-max-background-cover-odd > *:nth-child(odd), .mkb-s-max-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-s-max-background-contain, .mkb-s-max-background-contain-child > *, .mkb-s-max-background-contain-first > *:first-child, .mkb-s-max-background-contain-last > *:last-child, .mkb-s-max-background-contain-odd > *:nth-child(odd), .mkb-s-max-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-s-max-background-size-inherit, .mkb-s-max-background-size-inherit-child > *, .mkb-s-max-background-size-inherit-first > *:first-child, .mkb-s-max-background-size-inherit-last > *:last-child, .mkb-s-max-background-size-inherit-odd > *:nth-child(odd), .mkb-s-max-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-s-max-background-repeat, .mkb-s-max-background-repeat-child > *, .mkb-s-max-background-repeat-first > *:first-child, .mkb-s-max-background-repeat-last > *:last-child, .mkb-s-max-background-repeat-odd > *:nth-child(odd), .mkb-s-max-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-s-max-background-repeat-x, .mkb-s-max-background-repeat-x-child > *, .mkb-s-max-background-repeat-x-first > *:first-child, .mkb-s-max-background-repeat-x-last > *:last-child, .mkb-s-max-background-repeat-x-odd > *:nth-child(odd), .mkb-s-max-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-s-max-background-repeat-y, .mkb-s-max-background-repeat-y-child > *, .mkb-s-max-background-repeat-y-first > *:first-child, .mkb-s-max-background-repeat-y-last > *:last-child, .mkb-s-max-background-repeat-y-odd > *:nth-child(odd), .mkb-s-max-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-s-max-background-repeat-none, .mkb-s-max-background-repeat-none-child > *, .mkb-s-max-background-repeat-none-first > *:first-child, .mkb-s-max-background-repeat-none-last > *:last-child, .mkb-s-max-background-repeat-none-odd > *:nth-child(odd), .mkb-s-max-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-s-max-background-repeat-inherit, .mkb-s-max-background-repeat-inherit-child > *, .mkb-s-max-background-repeat-inherit-first > *:first-child, .mkb-s-max-background-repeat-inherit-last > *:last-child, .mkb-s-max-background-repeat-inherit-odd > *:nth-child(odd), .mkb-s-max-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-s-max-background-left-top, .mkb-s-max-background-left-top-child > *, .mkb-s-max-background-left-top-first > *:first-child, .mkb-s-max-background-left-top-last > *:last-child, .mkb-s-max-background-left-top-odd > *:nth-child(odd), .mkb-s-max-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-s-max-background-left-center, .mkb-s-max-background-left-center-child > *, .mkb-s-max-background-left-center-first > *:first-child, .mkb-s-max-background-left-center-last > *:last-child, .mkb-s-max-background-left-center-odd > *:nth-child(odd), .mkb-s-max-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-s-max-background-left-bottom, .mkb-s-max-background-left-bottom-child > *, .mkb-s-max-background-left-bottom-first > *:first-child, .mkb-s-max-background-left-bottom-last > *:last-child, .mkb-s-max-background-left-bottom-odd > *:nth-child(odd), .mkb-s-max-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-s-max-background-right-top, .mkb-s-max-background-right-top-child > *, .mkb-s-max-background-right-top-first > *:first-child, .mkb-s-max-background-right-top-last > *:last-child, .mkb-s-max-background-right-top-odd > *:nth-child(odd), .mkb-s-max-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-s-max-background-right-center, .mkb-s-max-background-right-center-child > *, .mkb-s-max-background-right-center-first > *:first-child, .mkb-s-max-background-right-center-last > *:last-child, .mkb-s-max-background-right-center-odd > *:nth-child(odd), .mkb-s-max-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-s-max-background-right-bottom, .mkb-s-max-background-right-bottom-child > *, .mkb-s-max-background-right-bottom-first > *:first-child, .mkb-s-max-background-right-bottom-last > *:last-child, .mkb-s-max-background-right-bottom-odd > *:nth-child(odd), .mkb-s-max-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-s-max-background-center-top, .mkb-s-max-background-center-top-child > *, .mkb-s-max-background-center-top-first > *:first-child, .mkb-s-max-background-center-top-last > *:last-child, .mkb-s-max-background-center-top-odd > *:nth-child(odd), .mkb-s-max-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-s-max-background-center-center, .mkb-s-max-background-center-center-child > *, .mkb-s-max-background-center-center-first > *:first-child, .mkb-s-max-background-center-center-last > *:last-child, .mkb-s-max-background-center-center-odd > *:nth-child(odd), .mkb-s-max-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-s-max-background-center-bottom, .mkb-s-max-background-center-bottom-child > *, .mkb-s-max-background-center-bottom-first > *:first-child, .mkb-s-max-background-center-bottom-last > *:last-child, .mkb-s-max-background-center-bottom-odd > *:nth-child(odd), .mkb-s-max-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-s-max-background-position-inherit, .mkb-s-max-background-position-inherit-child > *, .mkb-s-max-background-position-inherit-first > *:first-child, .mkb-s-max-background-position-inherit-last > *:last-child, .mkb-s-max-background-position-inherit-odd > *:nth-child(odd), .mkb-s-max-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-s-max-background-clip-border, .mkb-s-max-background-clip-border-child > *, .mkb-s-max-background-clip-border-first > *:first-child, .mkb-s-max-background-clip-border-last > *:last-child, .mkb-s-max-background-clip-border-odd > *:nth-child(odd), .mkb-s-max-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-s-max-background-clip-padding, .mkb-s-max-background-clip-padding-child > *, .mkb-s-max-background-clip-padding-first > *:first-child, .mkb-s-max-background-clip-padding-last > *:last-child, .mkb-s-max-background-clip-padding-odd > *:nth-child(odd), .mkb-s-max-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-s-max-background-clip-content, .mkb-s-max-background-clip-content-child > *, .mkb-s-max-background-clip-content-first > *:first-child, .mkb-s-max-background-clip-content-last > *:last-child, .mkb-s-max-background-clip-content-odd > *:nth-child(odd), .mkb-s-max-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-s-max-background-clip-inherit, .mkb-s-max-background-clip-inherit-child > *, .mkb-s-max-background-clip-inherit-first > *:first-child, .mkb-s-max-background-clip-inherit-last > *:last-child, .mkb-s-max-background-clip-inherit-odd > *:nth-child(odd), .mkb-s-max-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-s-max-background-origin-padding, .mkb-s-max-background-origin-padding-child > *, .mkb-s-max-background-origin-padding-first > *:first-child, .mkb-s-max-background-origin-padding-last > *:last-child, .mkb-s-max-background-origin-padding-odd > *:nth-child(odd), .mkb-s-max-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-s-max-background-origin-border, .mkb-s-max-background-origin-border-child > *, .mkb-s-max-background-origin-border-first > *:first-child, .mkb-s-max-background-origin-border-last > *:last-child, .mkb-s-max-background-origin-border-odd > *:nth-child(odd), .mkb-s-max-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-s-max-background-origin-content, .mkb-s-max-background-origin-content-child > *, .mkb-s-max-background-origin-content-first > *:first-child, .mkb-s-max-background-origin-content-last > *:last-child, .mkb-s-max-background-origin-content-odd > *:nth-child(odd), .mkb-s-max-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-s-max-background-origin-inherit, .mkb-s-max-background-origin-inherit-child > *, .mkb-s-max-background-origin-inherit-first > *:first-child, .mkb-s-max-background-origin-inherit-last > *:last-child, .mkb-s-max-background-origin-inherit-odd > *:nth-child(odd), .mkb-s-max-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-s-max-width, .mkb-s-max-width-child > *, .mkb-s-max-width-first > *:first-child, .mkb-s-max-width-last > *:last-child, .mkb-s-max-width-odd > *:nth-child(odd), .mkb-s-max-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-max-width-1-8, .mkb-s-max-width-1-8-child > *, .mkb-s-max-width-1-8-first > *:first-child, .mkb-s-max-width-1-8-last > *:last-child, .mkb-s-max-width-1-8-odd > *:nth-child(odd), .mkb-s-max-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-s-max-width-2-8, .mkb-s-max-width-2-8-child > *, .mkb-s-max-width-2-8-first > *:first-child, .mkb-s-max-width-2-8-last > *:last-child, .mkb-s-max-width-2-8-odd > *:nth-child(odd), .mkb-s-max-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-s-max-width-3-8, .mkb-s-max-width-3-8-child > *, .mkb-s-max-width-3-8-first > *:first-child, .mkb-s-max-width-3-8-last > *:last-child, .mkb-s-max-width-3-8-odd > *:nth-child(odd), .mkb-s-max-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-s-max-width-4-8, .mkb-s-max-width-4-8-child > *, .mkb-s-max-width-4-8-first > *:first-child, .mkb-s-max-width-4-8-last > *:last-child, .mkb-s-max-width-4-8-odd > *:nth-child(odd), .mkb-s-max-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-max-width-5-8, .mkb-s-max-width-5-8-child > *, .mkb-s-max-width-5-8-first > *:first-child, .mkb-s-max-width-5-8-last > *:last-child, .mkb-s-max-width-5-8-odd > *:nth-child(odd), .mkb-s-max-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-s-max-width-6-8, .mkb-s-max-width-6-8-child > *, .mkb-s-max-width-6-8-first > *:first-child, .mkb-s-max-width-6-8-last > *:last-child, .mkb-s-max-width-6-8-odd > *:nth-child(odd), .mkb-s-max-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-s-max-width-7-8, .mkb-s-max-width-7-8-child > *, .mkb-s-max-width-7-8-first > *:first-child, .mkb-s-max-width-7-8-last > *:last-child, .mkb-s-max-width-7-8-odd > *:nth-child(odd), .mkb-s-max-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-s-max-width-8-8, .mkb-s-max-width-8-8-child > *, .mkb-s-max-width-8-8-first > *:first-child, .mkb-s-max-width-8-8-last > *:last-child, .mkb-s-max-width-8-8-odd > *:nth-child(odd), .mkb-s-max-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-max-width-1-10, .mkb-s-max-width-1-10-child > *, .mkb-s-max-width-1-10-first > *:first-child, .mkb-s-max-width-1-10-last > *:last-child, .mkb-s-max-width-1-10-odd > *:nth-child(odd), .mkb-s-max-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-s-max-width-2-10, .mkb-s-max-width-2-10-child > *, .mkb-s-max-width-2-10-first > *:first-child, .mkb-s-max-width-2-10-last > *:last-child, .mkb-s-max-width-2-10-odd > *:nth-child(odd), .mkb-s-max-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-s-max-width-3-10, .mkb-s-max-width-3-10-child > *, .mkb-s-max-width-3-10-first > *:first-child, .mkb-s-max-width-3-10-last > *:last-child, .mkb-s-max-width-3-10-odd > *:nth-child(odd), .mkb-s-max-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-s-max-width-4-10, .mkb-s-max-width-4-10-child > *, .mkb-s-max-width-4-10-first > *:first-child, .mkb-s-max-width-4-10-last > *:last-child, .mkb-s-max-width-4-10-odd > *:nth-child(odd), .mkb-s-max-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-s-max-width-5-10, .mkb-s-max-width-5-10-child > *, .mkb-s-max-width-5-10-first > *:first-child, .mkb-s-max-width-5-10-last > *:last-child, .mkb-s-max-width-5-10-odd > *:nth-child(odd), .mkb-s-max-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-max-width-6-10, .mkb-s-max-width-6-10-child > *, .mkb-s-max-width-6-10-first > *:first-child, .mkb-s-max-width-6-10-last > *:last-child, .mkb-s-max-width-6-10-odd > *:nth-child(odd), .mkb-s-max-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-s-max-width-7-10, .mkb-s-max-width-7-10-child > *, .mkb-s-max-width-7-10-first > *:first-child, .mkb-s-max-width-7-10-last > *:last-child, .mkb-s-max-width-7-10-odd > *:nth-child(odd), .mkb-s-max-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-s-max-width-8-10, .mkb-s-max-width-8-10-child > *, .mkb-s-max-width-8-10-first > *:first-child, .mkb-s-max-width-8-10-last > *:last-child, .mkb-s-max-width-8-10-odd > *:nth-child(odd), .mkb-s-max-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-s-max-width-9-10, .mkb-s-max-width-9-10-child > *, .mkb-s-max-width-9-10-first > *:first-child, .mkb-s-max-width-9-10-last > *:last-child, .mkb-s-max-width-9-10-odd > *:nth-child(odd), .mkb-s-max-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-s-max-width-10-10, .mkb-s-max-width-10-10-child > *, .mkb-s-max-width-10-10-first > *:first-child, .mkb-s-max-width-10-10-last > *:last-child, .mkb-s-max-width-10-10-odd > *:nth-child(odd), .mkb-s-max-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-max-width-1-12, .mkb-s-max-width-1-12-child > *, .mkb-s-max-width-1-12-first > *:first-child, .mkb-s-max-width-1-12-last > *:last-child, .mkb-s-max-width-1-12-odd > *:nth-child(odd), .mkb-s-max-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-s-max-width-2-12, .mkb-s-max-width-2-12-child > *, .mkb-s-max-width-2-12-first > *:first-child, .mkb-s-max-width-2-12-last > *:last-child, .mkb-s-max-width-2-12-odd > *:nth-child(odd), .mkb-s-max-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-s-max-width-3-12, .mkb-s-max-width-3-12-child > *, .mkb-s-max-width-3-12-first > *:first-child, .mkb-s-max-width-3-12-last > *:last-child, .mkb-s-max-width-3-12-odd > *:nth-child(odd), .mkb-s-max-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-s-max-width-4-12, .mkb-s-max-width-4-12-child > *, .mkb-s-max-width-4-12-first > *:first-child, .mkb-s-max-width-4-12-last > *:last-child, .mkb-s-max-width-4-12-odd > *:nth-child(odd), .mkb-s-max-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-s-max-width-5-12, .mkb-s-max-width-5-12-child > *, .mkb-s-max-width-5-12-first > *:first-child, .mkb-s-max-width-5-12-last > *:last-child, .mkb-s-max-width-5-12-odd > *:nth-child(odd), .mkb-s-max-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-s-max-width-6-12, .mkb-s-max-width-6-12-child > *, .mkb-s-max-width-6-12-first > *:first-child, .mkb-s-max-width-6-12-last > *:last-child, .mkb-s-max-width-6-12-odd > *:nth-child(odd), .mkb-s-max-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-max-width-7-12, .mkb-s-max-width-7-12-child > *, .mkb-s-max-width-7-12-first > *:first-child, .mkb-s-max-width-7-12-last > *:last-child, .mkb-s-max-width-7-12-odd > *:nth-child(odd), .mkb-s-max-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-s-max-width-8-12, .mkb-s-max-width-8-12-child > *, .mkb-s-max-width-8-12-first > *:first-child, .mkb-s-max-width-8-12-last > *:last-child, .mkb-s-max-width-8-12-odd > *:nth-child(odd), .mkb-s-max-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-s-max-width-9-12, .mkb-s-max-width-9-12-child > *, .mkb-s-max-width-9-12-first > *:first-child, .mkb-s-max-width-9-12-last > *:last-child, .mkb-s-max-width-9-12-odd > *:nth-child(odd), .mkb-s-max-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-s-max-width-10-12, .mkb-s-max-width-10-12-child > *, .mkb-s-max-width-10-12-first > *:first-child, .mkb-s-max-width-10-12-last > *:last-child, .mkb-s-max-width-10-12-odd > *:nth-child(odd), .mkb-s-max-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-s-max-width-11-12, .mkb-s-max-width-11-12-child > *, .mkb-s-max-width-11-12-first > *:first-child, .mkb-s-max-width-11-12-last > *:last-child, .mkb-s-max-width-11-12-odd > *:nth-child(odd), .mkb-s-max-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-s-max-width-12-12, .mkb-s-max-width-12-12-child > *, .mkb-s-max-width-12-12-first > *:first-child, .mkb-s-max-width-12-12-last > *:last-child, .mkb-s-max-width-12-12-odd > *:nth-child(odd), .mkb-s-max-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-max-width-none, .mkb-s-max-width-none-child > *, .mkb-s-max-width-none-first > *:first-child, .mkb-s-max-width-none-last > *:last-child, .mkb-s-max-width-none-odd > *:nth-child(odd), .mkb-s-max-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-s-max-width-auto, .mkb-s-max-width-auto-child > *, .mkb-s-max-width-auto-first > *:first-child, .mkb-s-max-width-auto-last > *:last-child, .mkb-s-max-width-auto-odd > *:nth-child(odd), .mkb-s-max-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-s-max-width-min, .mkb-s-max-width-min-child > *, .mkb-s-max-width-min-first > *:first-child, .mkb-s-max-width-min-last > *:last-child, .mkb-s-max-width-min-odd > *:nth-child(odd), .mkb-s-max-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-max-width-min-1-8, .mkb-s-max-width-min-1-8-child > *, .mkb-s-max-width-min-1-8-first > *:first-child, .mkb-s-max-width-min-1-8-last > *:last-child, .mkb-s-max-width-min-1-8-odd > *:nth-child(odd), .mkb-s-max-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-s-max-width-min-2-8, .mkb-s-max-width-min-2-8-child > *, .mkb-s-max-width-min-2-8-first > *:first-child, .mkb-s-max-width-min-2-8-last > *:last-child, .mkb-s-max-width-min-2-8-odd > *:nth-child(odd), .mkb-s-max-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-s-max-width-min-3-8, .mkb-s-max-width-min-3-8-child > *, .mkb-s-max-width-min-3-8-first > *:first-child, .mkb-s-max-width-min-3-8-last > *:last-child, .mkb-s-max-width-min-3-8-odd > *:nth-child(odd), .mkb-s-max-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-s-max-width-min-4-8, .mkb-s-max-width-min-4-8-child > *, .mkb-s-max-width-min-4-8-first > *:first-child, .mkb-s-max-width-min-4-8-last > *:last-child, .mkb-s-max-width-min-4-8-odd > *:nth-child(odd), .mkb-s-max-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-max-width-min-5-8, .mkb-s-max-width-min-5-8-child > *, .mkb-s-max-width-min-5-8-first > *:first-child, .mkb-s-max-width-min-5-8-last > *:last-child, .mkb-s-max-width-min-5-8-odd > *:nth-child(odd), .mkb-s-max-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-s-max-width-min-6-8, .mkb-s-max-width-min-6-8-child > *, .mkb-s-max-width-min-6-8-first > *:first-child, .mkb-s-max-width-min-6-8-last > *:last-child, .mkb-s-max-width-min-6-8-odd > *:nth-child(odd), .mkb-s-max-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-s-max-width-min-7-8, .mkb-s-max-width-min-7-8-child > *, .mkb-s-max-width-min-7-8-first > *:first-child, .mkb-s-max-width-min-7-8-last > *:last-child, .mkb-s-max-width-min-7-8-odd > *:nth-child(odd), .mkb-s-max-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-s-max-width-min-8-8, .mkb-s-max-width-min-8-8-child > *, .mkb-s-max-width-min-8-8-first > *:first-child, .mkb-s-max-width-min-8-8-last > *:last-child, .mkb-s-max-width-min-8-8-odd > *:nth-child(odd), .mkb-s-max-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-max-width-min-1-10, .mkb-s-max-width-min-1-10-child > *, .mkb-s-max-width-min-1-10-first > *:first-child, .mkb-s-max-width-min-1-10-last > *:last-child, .mkb-s-max-width-min-1-10-odd > *:nth-child(odd), .mkb-s-max-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-s-max-width-min-2-10, .mkb-s-max-width-min-2-10-child > *, .mkb-s-max-width-min-2-10-first > *:first-child, .mkb-s-max-width-min-2-10-last > *:last-child, .mkb-s-max-width-min-2-10-odd > *:nth-child(odd), .mkb-s-max-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-s-max-width-min-3-10, .mkb-s-max-width-min-3-10-child > *, .mkb-s-max-width-min-3-10-first > *:first-child, .mkb-s-max-width-min-3-10-last > *:last-child, .mkb-s-max-width-min-3-10-odd > *:nth-child(odd), .mkb-s-max-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-s-max-width-min-4-10, .mkb-s-max-width-min-4-10-child > *, .mkb-s-max-width-min-4-10-first > *:first-child, .mkb-s-max-width-min-4-10-last > *:last-child, .mkb-s-max-width-min-4-10-odd > *:nth-child(odd), .mkb-s-max-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-s-max-width-min-5-10, .mkb-s-max-width-min-5-10-child > *, .mkb-s-max-width-min-5-10-first > *:first-child, .mkb-s-max-width-min-5-10-last > *:last-child, .mkb-s-max-width-min-5-10-odd > *:nth-child(odd), .mkb-s-max-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-max-width-min-6-10, .mkb-s-max-width-min-6-10-child > *, .mkb-s-max-width-min-6-10-first > *:first-child, .mkb-s-max-width-min-6-10-last > *:last-child, .mkb-s-max-width-min-6-10-odd > *:nth-child(odd), .mkb-s-max-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-s-max-width-min-7-10, .mkb-s-max-width-min-7-10-child > *, .mkb-s-max-width-min-7-10-first > *:first-child, .mkb-s-max-width-min-7-10-last > *:last-child, .mkb-s-max-width-min-7-10-odd > *:nth-child(odd), .mkb-s-max-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-s-max-width-min-8-10, .mkb-s-max-width-min-8-10-child > *, .mkb-s-max-width-min-8-10-first > *:first-child, .mkb-s-max-width-min-8-10-last > *:last-child, .mkb-s-max-width-min-8-10-odd > *:nth-child(odd), .mkb-s-max-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-s-max-width-min-9-10, .mkb-s-max-width-min-9-10-child > *, .mkb-s-max-width-min-9-10-first > *:first-child, .mkb-s-max-width-min-9-10-last > *:last-child, .mkb-s-max-width-min-9-10-odd > *:nth-child(odd), .mkb-s-max-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-s-max-width-min-10-10, .mkb-s-max-width-min-10-10-child > *, .mkb-s-max-width-min-10-10-first > *:first-child, .mkb-s-max-width-min-10-10-last > *:last-child, .mkb-s-max-width-min-10-10-odd > *:nth-child(odd), .mkb-s-max-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-max-width-min-1-12, .mkb-s-max-width-min-1-12-child > *, .mkb-s-max-width-min-1-12-first > *:first-child, .mkb-s-max-width-min-1-12-last > *:last-child, .mkb-s-max-width-min-1-12-odd > *:nth-child(odd), .mkb-s-max-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-s-max-width-min-2-12, .mkb-s-max-width-min-2-12-child > *, .mkb-s-max-width-min-2-12-first > *:first-child, .mkb-s-max-width-min-2-12-last > *:last-child, .mkb-s-max-width-min-2-12-odd > *:nth-child(odd), .mkb-s-max-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-s-max-width-min-3-12, .mkb-s-max-width-min-3-12-child > *, .mkb-s-max-width-min-3-12-first > *:first-child, .mkb-s-max-width-min-3-12-last > *:last-child, .mkb-s-max-width-min-3-12-odd > *:nth-child(odd), .mkb-s-max-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-s-max-width-min-4-12, .mkb-s-max-width-min-4-12-child > *, .mkb-s-max-width-min-4-12-first > *:first-child, .mkb-s-max-width-min-4-12-last > *:last-child, .mkb-s-max-width-min-4-12-odd > *:nth-child(odd), .mkb-s-max-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-s-max-width-min-5-12, .mkb-s-max-width-min-5-12-child > *, .mkb-s-max-width-min-5-12-first > *:first-child, .mkb-s-max-width-min-5-12-last > *:last-child, .mkb-s-max-width-min-5-12-odd > *:nth-child(odd), .mkb-s-max-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-s-max-width-min-6-12, .mkb-s-max-width-min-6-12-child > *, .mkb-s-max-width-min-6-12-first > *:first-child, .mkb-s-max-width-min-6-12-last > *:last-child, .mkb-s-max-width-min-6-12-odd > *:nth-child(odd), .mkb-s-max-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-max-width-min-7-12, .mkb-s-max-width-min-7-12-child > *, .mkb-s-max-width-min-7-12-first > *:first-child, .mkb-s-max-width-min-7-12-last > *:last-child, .mkb-s-max-width-min-7-12-odd > *:nth-child(odd), .mkb-s-max-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-s-max-width-min-8-12, .mkb-s-max-width-min-8-12-child > *, .mkb-s-max-width-min-8-12-first > *:first-child, .mkb-s-max-width-min-8-12-last > *:last-child, .mkb-s-max-width-min-8-12-odd > *:nth-child(odd), .mkb-s-max-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-s-max-width-min-9-12, .mkb-s-max-width-min-9-12-child > *, .mkb-s-max-width-min-9-12-first > *:first-child, .mkb-s-max-width-min-9-12-last > *:last-child, .mkb-s-max-width-min-9-12-odd > *:nth-child(odd), .mkb-s-max-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-s-max-width-min-10-12, .mkb-s-max-width-min-10-12-child > *, .mkb-s-max-width-min-10-12-first > *:first-child, .mkb-s-max-width-min-10-12-last > *:last-child, .mkb-s-max-width-min-10-12-odd > *:nth-child(odd), .mkb-s-max-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-s-max-width-min-11-12, .mkb-s-max-width-min-11-12-child > *, .mkb-s-max-width-min-11-12-first > *:first-child, .mkb-s-max-width-min-11-12-last > *:last-child, .mkb-s-max-width-min-11-12-odd > *:nth-child(odd), .mkb-s-max-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-s-max-width-min-12-12, .mkb-s-max-width-min-12-12-child > *, .mkb-s-max-width-min-12-12-first > *:first-child, .mkb-s-max-width-min-12-12-last > *:last-child, .mkb-s-max-width-min-12-12-odd > *:nth-child(odd), .mkb-s-max-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-max-width-max, .mkb-s-max-width-max-child > *, .mkb-s-max-width-max-first > *:first-child, .mkb-s-max-width-max-last > *:last-child, .mkb-s-max-width-max-odd > *:nth-child(odd), .mkb-s-max-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-max-width-max-1-8, .mkb-s-max-width-max-1-8-child > *, .mkb-s-max-width-max-1-8-first > *:first-child, .mkb-s-max-width-max-1-8-last > *:last-child, .mkb-s-max-width-max-1-8-odd > *:nth-child(odd), .mkb-s-max-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-s-max-width-max-2-8, .mkb-s-max-width-max-2-8-child > *, .mkb-s-max-width-max-2-8-first > *:first-child, .mkb-s-max-width-max-2-8-last > *:last-child, .mkb-s-max-width-max-2-8-odd > *:nth-child(odd), .mkb-s-max-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-s-max-width-max-3-8, .mkb-s-max-width-max-3-8-child > *, .mkb-s-max-width-max-3-8-first > *:first-child, .mkb-s-max-width-max-3-8-last > *:last-child, .mkb-s-max-width-max-3-8-odd > *:nth-child(odd), .mkb-s-max-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-s-max-width-max-4-8, .mkb-s-max-width-max-4-8-child > *, .mkb-s-max-width-max-4-8-first > *:first-child, .mkb-s-max-width-max-4-8-last > *:last-child, .mkb-s-max-width-max-4-8-odd > *:nth-child(odd), .mkb-s-max-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-max-width-max-5-8, .mkb-s-max-width-max-5-8-child > *, .mkb-s-max-width-max-5-8-first > *:first-child, .mkb-s-max-width-max-5-8-last > *:last-child, .mkb-s-max-width-max-5-8-odd > *:nth-child(odd), .mkb-s-max-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-s-max-width-max-6-8, .mkb-s-max-width-max-6-8-child > *, .mkb-s-max-width-max-6-8-first > *:first-child, .mkb-s-max-width-max-6-8-last > *:last-child, .mkb-s-max-width-max-6-8-odd > *:nth-child(odd), .mkb-s-max-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-s-max-width-max-7-8, .mkb-s-max-width-max-7-8-child > *, .mkb-s-max-width-max-7-8-first > *:first-child, .mkb-s-max-width-max-7-8-last > *:last-child, .mkb-s-max-width-max-7-8-odd > *:nth-child(odd), .mkb-s-max-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-s-max-width-max-8-8, .mkb-s-max-width-max-8-8-child > *, .mkb-s-max-width-max-8-8-first > *:first-child, .mkb-s-max-width-max-8-8-last > *:last-child, .mkb-s-max-width-max-8-8-odd > *:nth-child(odd), .mkb-s-max-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-max-width-max-1-10, .mkb-s-max-width-max-1-10-child > *, .mkb-s-max-width-max-1-10-first > *:first-child, .mkb-s-max-width-max-1-10-last > *:last-child, .mkb-s-max-width-max-1-10-odd > *:nth-child(odd), .mkb-s-max-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-s-max-width-max-2-10, .mkb-s-max-width-max-2-10-child > *, .mkb-s-max-width-max-2-10-first > *:first-child, .mkb-s-max-width-max-2-10-last > *:last-child, .mkb-s-max-width-max-2-10-odd > *:nth-child(odd), .mkb-s-max-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-s-max-width-max-3-10, .mkb-s-max-width-max-3-10-child > *, .mkb-s-max-width-max-3-10-first > *:first-child, .mkb-s-max-width-max-3-10-last > *:last-child, .mkb-s-max-width-max-3-10-odd > *:nth-child(odd), .mkb-s-max-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-s-max-width-max-4-10, .mkb-s-max-width-max-4-10-child > *, .mkb-s-max-width-max-4-10-first > *:first-child, .mkb-s-max-width-max-4-10-last > *:last-child, .mkb-s-max-width-max-4-10-odd > *:nth-child(odd), .mkb-s-max-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-s-max-width-max-5-10, .mkb-s-max-width-max-5-10-child > *, .mkb-s-max-width-max-5-10-first > *:first-child, .mkb-s-max-width-max-5-10-last > *:last-child, .mkb-s-max-width-max-5-10-odd > *:nth-child(odd), .mkb-s-max-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-max-width-max-6-10, .mkb-s-max-width-max-6-10-child > *, .mkb-s-max-width-max-6-10-first > *:first-child, .mkb-s-max-width-max-6-10-last > *:last-child, .mkb-s-max-width-max-6-10-odd > *:nth-child(odd), .mkb-s-max-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-s-max-width-max-7-10, .mkb-s-max-width-max-7-10-child > *, .mkb-s-max-width-max-7-10-first > *:first-child, .mkb-s-max-width-max-7-10-last > *:last-child, .mkb-s-max-width-max-7-10-odd > *:nth-child(odd), .mkb-s-max-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-s-max-width-max-8-10, .mkb-s-max-width-max-8-10-child > *, .mkb-s-max-width-max-8-10-first > *:first-child, .mkb-s-max-width-max-8-10-last > *:last-child, .mkb-s-max-width-max-8-10-odd > *:nth-child(odd), .mkb-s-max-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-s-max-width-max-9-10, .mkb-s-max-width-max-9-10-child > *, .mkb-s-max-width-max-9-10-first > *:first-child, .mkb-s-max-width-max-9-10-last > *:last-child, .mkb-s-max-width-max-9-10-odd > *:nth-child(odd), .mkb-s-max-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-s-max-width-max-10-10, .mkb-s-max-width-max-10-10-child > *, .mkb-s-max-width-max-10-10-first > *:first-child, .mkb-s-max-width-max-10-10-last > *:last-child, .mkb-s-max-width-max-10-10-odd > *:nth-child(odd), .mkb-s-max-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-max-width-max-1-12, .mkb-s-max-width-max-1-12-child > *, .mkb-s-max-width-max-1-12-first > *:first-child, .mkb-s-max-width-max-1-12-last > *:last-child, .mkb-s-max-width-max-1-12-odd > *:nth-child(odd), .mkb-s-max-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-s-max-width-max-2-12, .mkb-s-max-width-max-2-12-child > *, .mkb-s-max-width-max-2-12-first > *:first-child, .mkb-s-max-width-max-2-12-last > *:last-child, .mkb-s-max-width-max-2-12-odd > *:nth-child(odd), .mkb-s-max-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-s-max-width-max-3-12, .mkb-s-max-width-max-3-12-child > *, .mkb-s-max-width-max-3-12-first > *:first-child, .mkb-s-max-width-max-3-12-last > *:last-child, .mkb-s-max-width-max-3-12-odd > *:nth-child(odd), .mkb-s-max-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-s-max-width-max-4-12, .mkb-s-max-width-max-4-12-child > *, .mkb-s-max-width-max-4-12-first > *:first-child, .mkb-s-max-width-max-4-12-last > *:last-child, .mkb-s-max-width-max-4-12-odd > *:nth-child(odd), .mkb-s-max-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-s-max-width-max-5-12, .mkb-s-max-width-max-5-12-child > *, .mkb-s-max-width-max-5-12-first > *:first-child, .mkb-s-max-width-max-5-12-last > *:last-child, .mkb-s-max-width-max-5-12-odd > *:nth-child(odd), .mkb-s-max-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-s-max-width-max-6-12, .mkb-s-max-width-max-6-12-child > *, .mkb-s-max-width-max-6-12-first > *:first-child, .mkb-s-max-width-max-6-12-last > *:last-child, .mkb-s-max-width-max-6-12-odd > *:nth-child(odd), .mkb-s-max-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-max-width-max-7-12, .mkb-s-max-width-max-7-12-child > *, .mkb-s-max-width-max-7-12-first > *:first-child, .mkb-s-max-width-max-7-12-last > *:last-child, .mkb-s-max-width-max-7-12-odd > *:nth-child(odd), .mkb-s-max-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-s-max-width-max-8-12, .mkb-s-max-width-max-8-12-child > *, .mkb-s-max-width-max-8-12-first > *:first-child, .mkb-s-max-width-max-8-12-last > *:last-child, .mkb-s-max-width-max-8-12-odd > *:nth-child(odd), .mkb-s-max-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-s-max-width-max-9-12, .mkb-s-max-width-max-9-12-child > *, .mkb-s-max-width-max-9-12-first > *:first-child, .mkb-s-max-width-max-9-12-last > *:last-child, .mkb-s-max-width-max-9-12-odd > *:nth-child(odd), .mkb-s-max-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-s-max-width-max-10-12, .mkb-s-max-width-max-10-12-child > *, .mkb-s-max-width-max-10-12-first > *:first-child, .mkb-s-max-width-max-10-12-last > *:last-child, .mkb-s-max-width-max-10-12-odd > *:nth-child(odd), .mkb-s-max-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-s-max-width-max-11-12, .mkb-s-max-width-max-11-12-child > *, .mkb-s-max-width-max-11-12-first > *:first-child, .mkb-s-max-width-max-11-12-last > *:last-child, .mkb-s-max-width-max-11-12-odd > *:nth-child(odd), .mkb-s-max-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-s-max-width-max-12-12, .mkb-s-max-width-max-12-12-child > *, .mkb-s-max-width-max-12-12-first > *:first-child, .mkb-s-max-width-max-12-12-last > *:last-child, .mkb-s-max-width-max-12-12-odd > *:nth-child(odd), .mkb-s-max-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-s-max-height, .mkb-s-max-height-child > *, .mkb-s-max-height-first > *:first-child, .mkb-s-max-height-last > *:last-child, .mkb-s-max-height-odd > *:nth-child(odd), .mkb-s-max-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-s-max-height-none, .mkb-s-max-height-none-child > *, .mkb-s-max-height-none-first > *:first-child, .mkb-s-max-height-none-last > *:last-child, .mkb-s-max-height-none-odd > *:nth-child(odd), .mkb-s-max-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-s-max-height-auto, .mkb-s-max-height-auto-child > *, .mkb-s-max-height-auto-first > *:first-child, .mkb-s-max-height-auto-last > *:last-child, .mkb-s-max-height-auto-odd > *:nth-child(odd), .mkb-s-max-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-s-max-height-min, .mkb-s-max-height-min-child > *, .mkb-s-max-height-min-first > *:first-child, .mkb-s-max-height-min-last > *:last-child, .mkb-s-max-height-min-odd > *:nth-child(odd), .mkb-s-max-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-s-max-height-max, .mkb-s-max-height-max-child > *, .mkb-s-max-height-max-first > *:first-child, .mkb-s-max-height-max-last > *:last-child, .mkb-s-max-height-max-odd > *:nth-child(odd), .mkb-s-max-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-s-max-pad-none, .mkb-s-max-pad-none-child > *, .mkb-s-max-pad-none-first > *:first-child, .mkb-s-max-pad-none-last > *:last-child, .mkb-s-max-pad-none-odd > *:nth-child(odd), .mkb-s-max-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-s-max-pad-top-none, .mkb-s-max-pad-top-none-child > *, .mkb-s-max-pad-top-none-first > *:first-child, .mkb-s-max-pad-top-none-last > *:last-child, .mkb-s-max-pad-top-none-odd > *:nth-child(odd), .mkb-s-max-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-s-max-pad-bottom-none, .mkb-s-max-pad-bottom-none-child > *, .mkb-s-max-pad-bottom-none-first > *:first-child, .mkb-s-max-pad-bottom-none-last > *:last-child, .mkb-s-max-pad-bottom-none-odd > *:nth-child(odd), .mkb-s-max-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-s-max-pad-left-none, .mkb-s-max-pad-left-none-child > *, .mkb-s-max-pad-left-none-first > *:first-child, .mkb-s-max-pad-left-none-last > *:last-child, .mkb-s-max-pad-left-none-odd > *:nth-child(odd), .mkb-s-max-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-s-max-pad-right-none, .mkb-s-max-pad-right-none-child > *, .mkb-s-max-pad-right-none-first > *:first-child, .mkb-s-max-pad-right-none-last > *:last-child, .mkb-s-max-pad-right-none-odd > *:nth-child(odd), .mkb-s-max-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-s-max-pad-vertical-none, .mkb-s-max-pad-vertical-none-child > *, .mkb-s-max-pad-vertical-none-first > *:first-child, .mkb-s-max-pad-vertical-none-last > *:last-child, .mkb-s-max-pad-vertical-none-odd > *:nth-child(odd), .mkb-s-max-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-s-max-pad-horizontal-none, .mkb-s-max-pad-horizontal-none-child > *, .mkb-s-max-pad-horizontal-none-first > *:first-child, .mkb-s-max-pad-horizontal-none-last > *:last-child, .mkb-s-max-pad-horizontal-none-odd > *:nth-child(odd), .mkb-s-max-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-s-max-pad-s, .mkb-s-max-pad-s-child > *, .mkb-s-max-pad-s-first > *:first-child, .mkb-s-max-pad-s-last > *:last-child, .mkb-s-max-pad-s-odd > *:nth-child(odd), .mkb-s-max-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-top, .mkb-s-max-pad-s-top-child > *, .mkb-s-max-pad-s-top-first > *:first-child, .mkb-s-max-pad-s-top-last > *:last-child, .mkb-s-max-pad-s-top-odd > *:nth-child(odd), .mkb-s-max-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-bottom, .mkb-s-max-pad-s-bottom-child > *, .mkb-s-max-pad-s-bottom-first > *:first-child, .mkb-s-max-pad-s-bottom-last > *:last-child, .mkb-s-max-pad-s-bottom-odd > *:nth-child(odd), .mkb-s-max-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-left, .mkb-s-max-pad-s-left-child > *, .mkb-s-max-pad-s-left-first > *:first-child, .mkb-s-max-pad-s-left-last > *:last-child, .mkb-s-max-pad-s-left-odd > *:nth-child(odd), .mkb-s-max-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-right, .mkb-s-max-pad-s-right-child > *, .mkb-s-max-pad-s-right-first > *:first-child, .mkb-s-max-pad-s-right-last > *:last-child, .mkb-s-max-pad-s-right-odd > *:nth-child(odd), .mkb-s-max-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-vertical, .mkb-s-max-pad-s-vertical-child > *, .mkb-s-max-pad-s-vertical-first > *:first-child, .mkb-s-max-pad-s-vertical-last > *:last-child, .mkb-s-max-pad-s-vertical-odd > *:nth-child(odd), .mkb-s-max-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-s-max-pad-s-horizontal, .mkb-s-max-pad-s-horizontal-child > *, .mkb-s-max-pad-s-horizontal-first > *:first-child, .mkb-s-max-pad-s-horizontal-last > *:last-child, .mkb-s-max-pad-s-horizontal-odd > *:nth-child(odd), .mkb-s-max-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-s-max-pad-m, .mkb-s-max-pad-m-child > *, .mkb-s-max-pad-m-first > *:first-child, .mkb-s-max-pad-m-last > *:last-child, .mkb-s-max-pad-m-odd > *:nth-child(odd), .mkb-s-max-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-top, .mkb-s-max-pad-m-top-child > *, .mkb-s-max-pad-m-top-first > *:first-child, .mkb-s-max-pad-m-top-last > *:last-child, .mkb-s-max-pad-m-top-odd > *:nth-child(odd), .mkb-s-max-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-bottom, .mkb-s-max-pad-m-bottom-child > *, .mkb-s-max-pad-m-bottom-first > *:first-child, .mkb-s-max-pad-m-bottom-last > *:last-child, .mkb-s-max-pad-m-bottom-odd > *:nth-child(odd), .mkb-s-max-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-left, .mkb-s-max-pad-m-left-child > *, .mkb-s-max-pad-m-left-first > *:first-child, .mkb-s-max-pad-m-left-last > *:last-child, .mkb-s-max-pad-m-left-odd > *:nth-child(odd), .mkb-s-max-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-right, .mkb-s-max-pad-m-right-child > *, .mkb-s-max-pad-m-right-first > *:first-child, .mkb-s-max-pad-m-right-last > *:last-child, .mkb-s-max-pad-m-right-odd > *:nth-child(odd), .mkb-s-max-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-vertical, .mkb-s-max-pad-m-vertical-child > *, .mkb-s-max-pad-m-vertical-first > *:first-child, .mkb-s-max-pad-m-vertical-last > *:last-child, .mkb-s-max-pad-m-vertical-odd > *:nth-child(odd), .mkb-s-max-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-s-max-pad-m-horizontal, .mkb-s-max-pad-m-horizontal-child > *, .mkb-s-max-pad-m-horizontal-first > *:first-child, .mkb-s-max-pad-m-horizontal-last > *:last-child, .mkb-s-max-pad-m-horizontal-odd > *:nth-child(odd), .mkb-s-max-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-s-max-pad-l, .mkb-s-max-pad-l-child > *, .mkb-s-max-pad-l-first > *:first-child, .mkb-s-max-pad-l-last > *:last-child, .mkb-s-max-pad-l-odd > *:nth-child(odd), .mkb-s-max-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-top, .mkb-s-max-pad-l-top-child > *, .mkb-s-max-pad-l-top-first > *:first-child, .mkb-s-max-pad-l-top-last > *:last-child, .mkb-s-max-pad-l-top-odd > *:nth-child(odd), .mkb-s-max-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-bottom, .mkb-s-max-pad-l-bottom-child > *, .mkb-s-max-pad-l-bottom-first > *:first-child, .mkb-s-max-pad-l-bottom-last > *:last-child, .mkb-s-max-pad-l-bottom-odd > *:nth-child(odd), .mkb-s-max-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-left, .mkb-s-max-pad-l-left-child > *, .mkb-s-max-pad-l-left-first > *:first-child, .mkb-s-max-pad-l-left-last > *:last-child, .mkb-s-max-pad-l-left-odd > *:nth-child(odd), .mkb-s-max-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-right, .mkb-s-max-pad-l-right-child > *, .mkb-s-max-pad-l-right-first > *:first-child, .mkb-s-max-pad-l-right-last > *:last-child, .mkb-s-max-pad-l-right-odd > *:nth-child(odd), .mkb-s-max-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-vertical, .mkb-s-max-pad-l-vertical-child > *, .mkb-s-max-pad-l-vertical-first > *:first-child, .mkb-s-max-pad-l-vertical-last > *:last-child, .mkb-s-max-pad-l-vertical-odd > *:nth-child(odd), .mkb-s-max-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-s-max-pad-l-horizontal, .mkb-s-max-pad-l-horizontal-child > *, .mkb-s-max-pad-l-horizontal-first > *:first-child, .mkb-s-max-pad-l-horizontal-last > *:last-child, .mkb-s-max-pad-l-horizontal-odd > *:nth-child(odd), .mkb-s-max-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-s-max-pad-xl, .mkb-s-max-pad-xl-child > *, .mkb-s-max-pad-xl-first > *:first-child, .mkb-s-max-pad-xl-last > *:last-child, .mkb-s-max-pad-xl-odd > *:nth-child(odd), .mkb-s-max-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-top, .mkb-s-max-pad-xl-top-child > *, .mkb-s-max-pad-xl-top-first > *:first-child, .mkb-s-max-pad-xl-top-last > *:last-child, .mkb-s-max-pad-xl-top-odd > *:nth-child(odd), .mkb-s-max-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-bottom, .mkb-s-max-pad-xl-bottom-child > *, .mkb-s-max-pad-xl-bottom-first > *:first-child, .mkb-s-max-pad-xl-bottom-last > *:last-child, .mkb-s-max-pad-xl-bottom-odd > *:nth-child(odd), .mkb-s-max-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-left, .mkb-s-max-pad-xl-left-child > *, .mkb-s-max-pad-xl-left-first > *:first-child, .mkb-s-max-pad-xl-left-last > *:last-child, .mkb-s-max-pad-xl-left-odd > *:nth-child(odd), .mkb-s-max-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-right, .mkb-s-max-pad-xl-right-child > *, .mkb-s-max-pad-xl-right-first > *:first-child, .mkb-s-max-pad-xl-right-last > *:last-child, .mkb-s-max-pad-xl-right-odd > *:nth-child(odd), .mkb-s-max-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-vertical, .mkb-s-max-pad-xl-vertical-child > *, .mkb-s-max-pad-xl-vertical-first > *:first-child, .mkb-s-max-pad-xl-vertical-last > *:last-child, .mkb-s-max-pad-xl-vertical-odd > *:nth-child(odd), .mkb-s-max-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-s-max-pad-xl-horizontal, .mkb-s-max-pad-xl-horizontal-child > *, .mkb-s-max-pad-xl-horizontal-first > *:first-child, .mkb-s-max-pad-xl-horizontal-last > *:last-child, .mkb-s-max-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-s-max-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-s-max-gap-auto, .mkb-s-max-gap-auto-child > *, .mkb-s-max-gap-auto-first > *:first-child, .mkb-s-max-gap-auto-last > *:last-child, .mkb-s-max-gap-auto-odd > *:nth-child(odd), .mkb-s-max-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-s-max-gap-top-auto, .mkb-s-max-gap-top-auto-child > *, .mkb-s-max-gap-top-auto-first > *:first-child, .mkb-s-max-gap-top-auto-last > *:last-child, .mkb-s-max-gap-top-auto-odd > *:nth-child(odd), .mkb-s-max-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-s-max-gap-bottom-auto, .mkb-s-max-gap-bottom-auto-child > *, .mkb-s-max-gap-bottom-auto-first > *:first-child, .mkb-s-max-gap-bottom-auto-last > *:last-child, .mkb-s-max-gap-bottom-auto-odd > *:nth-child(odd), .mkb-s-max-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-s-max-gap-left-auto, .mkb-s-max-gap-left-auto-child > *, .mkb-s-max-gap-left-auto-first > *:first-child, .mkb-s-max-gap-left-auto-last > *:last-child, .mkb-s-max-gap-left-auto-odd > *:nth-child(odd), .mkb-s-max-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-s-max-gap-right-auto, .mkb-s-max-gap-right-auto-child > *, .mkb-s-max-gap-right-auto-first > *:first-child, .mkb-s-max-gap-right-auto-last > *:last-child, .mkb-s-max-gap-right-auto-odd > *:nth-child(odd), .mkb-s-max-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-s-max-gap-vertical-auto, .mkb-s-max-gap-vertical-auto-child > *, .mkb-s-max-gap-vertical-auto-first > *:first-child, .mkb-s-max-gap-vertical-auto-last > *:last-child, .mkb-s-max-gap-vertical-auto-odd > *:nth-child(odd), .mkb-s-max-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-s-max-gap-horizontal-auto, .mkb-s-max-gap-horizontal-auto-child > *, .mkb-s-max-gap-horizontal-auto-first > *:first-child, .mkb-s-max-gap-horizontal-auto-last > *:last-child, .mkb-s-max-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-s-max-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-max-gap-none, .mkb-s-max-gap-none-child > *, .mkb-s-max-gap-none-first > *:first-child, .mkb-s-max-gap-none-last > *:last-child, .mkb-s-max-gap-none-odd > *:nth-child(odd), .mkb-s-max-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-s-max-gap-top-none, .mkb-s-max-gap-top-none-child > *, .mkb-s-max-gap-top-none-first > *:first-child, .mkb-s-max-gap-top-none-last > *:last-child, .mkb-s-max-gap-top-none-odd > *:nth-child(odd), .mkb-s-max-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-s-max-gap-bottom-none, .mkb-s-max-gap-bottom-none-child > *, .mkb-s-max-gap-bottom-none-first > *:first-child, .mkb-s-max-gap-bottom-none-last > *:last-child, .mkb-s-max-gap-bottom-none-odd > *:nth-child(odd), .mkb-s-max-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-s-max-gap-left-none, .mkb-s-max-gap-left-none-child > *, .mkb-s-max-gap-left-none-first > *:first-child, .mkb-s-max-gap-left-none-last > *:last-child, .mkb-s-max-gap-left-none-odd > *:nth-child(odd), .mkb-s-max-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-s-max-gap-right-none, .mkb-s-max-gap-right-none-child > *, .mkb-s-max-gap-right-none-first > *:first-child, .mkb-s-max-gap-right-none-last > *:last-child, .mkb-s-max-gap-right-none-odd > *:nth-child(odd), .mkb-s-max-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-s-max-gap-vertical-none, .mkb-s-max-gap-vertical-none-child > *, .mkb-s-max-gap-vertical-none-first > *:first-child, .mkb-s-max-gap-vertical-none-last > *:last-child, .mkb-s-max-gap-vertical-none-odd > *:nth-child(odd), .mkb-s-max-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-s-max-gap-horizontal-none, .mkb-s-max-gap-horizontal-none-child > *, .mkb-s-max-gap-horizontal-none-first > *:first-child, .mkb-s-max-gap-horizontal-none-last > *:last-child, .mkb-s-max-gap-horizontal-none-odd > *:nth-child(odd), .mkb-s-max-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-s-max-gap-inherit, .mkb-s-max-gap-inherit-child > *, .mkb-s-max-gap-inherit-first > *:first-child, .mkb-s-max-gap-inherit-last > *:last-child, .mkb-s-max-gap-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-s-max-gap-top-inherit, .mkb-s-max-gap-top-inherit-child > *, .mkb-s-max-gap-top-inherit-first > *:first-child, .mkb-s-max-gap-top-inherit-last > *:last-child, .mkb-s-max-gap-top-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-s-max-gap-bottom-inherit, .mkb-s-max-gap-bottom-inherit-child > *, .mkb-s-max-gap-bottom-inherit-first > *:first-child, .mkb-s-max-gap-bottom-inherit-last > *:last-child, .mkb-s-max-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-s-max-gap-left-inherit, .mkb-s-max-gap-left-inherit-child > *, .mkb-s-max-gap-left-inherit-first > *:first-child, .mkb-s-max-gap-left-inherit-last > *:last-child, .mkb-s-max-gap-left-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-s-max-gap-right-inherit, .mkb-s-max-gap-right-inherit-child > *, .mkb-s-max-gap-right-inherit-first > *:first-child, .mkb-s-max-gap-right-inherit-last > *:last-child, .mkb-s-max-gap-right-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-s-max-gap-vertical-inherit, .mkb-s-max-gap-vertical-inherit-child > *, .mkb-s-max-gap-vertical-inherit-first > *:first-child, .mkb-s-max-gap-vertical-inherit-last > *:last-child, .mkb-s-max-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-s-max-gap-horizontal-inherit, .mkb-s-max-gap-horizontal-inherit-child > *, .mkb-s-max-gap-horizontal-inherit-first > *:first-child, .mkb-s-max-gap-horizontal-inherit-last > *:last-child, .mkb-s-max-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-max-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-s-max-gap-s, .mkb-s-max-gap-s-child > *, .mkb-s-max-gap-s-first > *:first-child, .mkb-s-max-gap-s-last > *:last-child, .mkb-s-max-gap-s-odd > *:nth-child(odd), .mkb-s-max-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s, .mkb-s-max-gapn-s-child > *, .mkb-s-max-gapn-s-first > *:first-child, .mkb-s-max-gapn-s-last > *:last-child, .mkb-s-max-gapn-s-odd > *:nth-child(odd), .mkb-s-max-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-top, .mkb-s-max-gap-s-top-child > *, .mkb-s-max-gap-s-top-first > *:first-child, .mkb-s-max-gap-s-top-last > *:last-child, .mkb-s-max-gap-s-top-odd > *:nth-child(odd), .mkb-s-max-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-top, .mkb-s-max-gapn-s-top-child > *, .mkb-s-max-gapn-s-top-first > *:first-child, .mkb-s-max-gapn-s-top-last > *:last-child, .mkb-s-max-gapn-s-top-odd > *:nth-child(odd), .mkb-s-max-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-bottom, .mkb-s-max-gap-s-bottom-child > *, .mkb-s-max-gap-s-bottom-first > *:first-child, .mkb-s-max-gap-s-bottom-last > *:last-child, .mkb-s-max-gap-s-bottom-odd > *:nth-child(odd), .mkb-s-max-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-bottom, .mkb-s-max-gapn-s-bottom-child > *, .mkb-s-max-gapn-s-bottom-first > *:first-child, .mkb-s-max-gapn-s-bottom-last > *:last-child, .mkb-s-max-gapn-s-bottom-odd > *:nth-child(odd), .mkb-s-max-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-left, .mkb-s-max-gap-s-left-child > *, .mkb-s-max-gap-s-left-first > *:first-child, .mkb-s-max-gap-s-left-last > *:last-child, .mkb-s-max-gap-s-left-odd > *:nth-child(odd), .mkb-s-max-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-left, .mkb-s-max-gapn-s-left-child > *, .mkb-s-max-gapn-s-left-first > *:first-child, .mkb-s-max-gapn-s-left-last > *:last-child, .mkb-s-max-gapn-s-left-odd > *:nth-child(odd), .mkb-s-max-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-right, .mkb-s-max-gap-s-right-child > *, .mkb-s-max-gap-s-right-first > *:first-child, .mkb-s-max-gap-s-right-last > *:last-child, .mkb-s-max-gap-s-right-odd > *:nth-child(odd), .mkb-s-max-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-right, .mkb-s-max-gapn-s-right-child > *, .mkb-s-max-gapn-s-right-first > *:first-child, .mkb-s-max-gapn-s-right-last > *:last-child, .mkb-s-max-gapn-s-right-odd > *:nth-child(odd), .mkb-s-max-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-vertical, .mkb-s-max-gap-s-vertical-child > *, .mkb-s-max-gap-s-vertical-first > *:first-child, .mkb-s-max-gap-s-vertical-last > *:last-child, .mkb-s-max-gap-s-vertical-odd > *:nth-child(odd), .mkb-s-max-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-vertical, .mkb-s-max-gapn-s-vertical-child > *, .mkb-s-max-gapn-s-vertical-first > *:first-child, .mkb-s-max-gapn-s-vertical-last > *:last-child, .mkb-s-max-gapn-s-vertical-odd > *:nth-child(odd), .mkb-s-max-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-s-max-gap-s-horizontal, .mkb-s-max-gap-s-horizontal-child > *, .mkb-s-max-gap-s-horizontal-first > *:first-child, .mkb-s-max-gap-s-horizontal-last > *:last-child, .mkb-s-max-gap-s-horizontal-odd > *:nth-child(odd), .mkb-s-max-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-s-max-gapn-s-horizontal, .mkb-s-max-gapn-s-horizontal-child > *, .mkb-s-max-gapn-s-horizontal-first > *:first-child, .mkb-s-max-gapn-s-horizontal-last > *:last-child, .mkb-s-max-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-s-max-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-s-max-gap-m, .mkb-s-max-gap-m-child > *, .mkb-s-max-gap-m-first > *:first-child, .mkb-s-max-gap-m-last > *:last-child, .mkb-s-max-gap-m-odd > *:nth-child(odd), .mkb-s-max-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m, .mkb-s-max-gapn-m-child > *, .mkb-s-max-gapn-m-first > *:first-child, .mkb-s-max-gapn-m-last > *:last-child, .mkb-s-max-gapn-m-odd > *:nth-child(odd), .mkb-s-max-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-top, .mkb-s-max-gap-m-top-child > *, .mkb-s-max-gap-m-top-first > *:first-child, .mkb-s-max-gap-m-top-last > *:last-child, .mkb-s-max-gap-m-top-odd > *:nth-child(odd), .mkb-s-max-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-top, .mkb-s-max-gapn-m-top-child > *, .mkb-s-max-gapn-m-top-first > *:first-child, .mkb-s-max-gapn-m-top-last > *:last-child, .mkb-s-max-gapn-m-top-odd > *:nth-child(odd), .mkb-s-max-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-bottom, .mkb-s-max-gap-m-bottom-child > *, .mkb-s-max-gap-m-bottom-first > *:first-child, .mkb-s-max-gap-m-bottom-last > *:last-child, .mkb-s-max-gap-m-bottom-odd > *:nth-child(odd), .mkb-s-max-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-bottom, .mkb-s-max-gapn-m-bottom-child > *, .mkb-s-max-gapn-m-bottom-first > *:first-child, .mkb-s-max-gapn-m-bottom-last > *:last-child, .mkb-s-max-gapn-m-bottom-odd > *:nth-child(odd), .mkb-s-max-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-left, .mkb-s-max-gap-m-left-child > *, .mkb-s-max-gap-m-left-first > *:first-child, .mkb-s-max-gap-m-left-last > *:last-child, .mkb-s-max-gap-m-left-odd > *:nth-child(odd), .mkb-s-max-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-left, .mkb-s-max-gapn-m-left-child > *, .mkb-s-max-gapn-m-left-first > *:first-child, .mkb-s-max-gapn-m-left-last > *:last-child, .mkb-s-max-gapn-m-left-odd > *:nth-child(odd), .mkb-s-max-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-right, .mkb-s-max-gap-m-right-child > *, .mkb-s-max-gap-m-right-first > *:first-child, .mkb-s-max-gap-m-right-last > *:last-child, .mkb-s-max-gap-m-right-odd > *:nth-child(odd), .mkb-s-max-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-right, .mkb-s-max-gapn-m-right-child > *, .mkb-s-max-gapn-m-right-first > *:first-child, .mkb-s-max-gapn-m-right-last > *:last-child, .mkb-s-max-gapn-m-right-odd > *:nth-child(odd), .mkb-s-max-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-vertical, .mkb-s-max-gap-m-vertical-child > *, .mkb-s-max-gap-m-vertical-first > *:first-child, .mkb-s-max-gap-m-vertical-last > *:last-child, .mkb-s-max-gap-m-vertical-odd > *:nth-child(odd), .mkb-s-max-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-vertical, .mkb-s-max-gapn-m-vertical-child > *, .mkb-s-max-gapn-m-vertical-first > *:first-child, .mkb-s-max-gapn-m-vertical-last > *:last-child, .mkb-s-max-gapn-m-vertical-odd > *:nth-child(odd), .mkb-s-max-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-s-max-gap-m-horizontal, .mkb-s-max-gap-m-horizontal-child > *, .mkb-s-max-gap-m-horizontal-first > *:first-child, .mkb-s-max-gap-m-horizontal-last > *:last-child, .mkb-s-max-gap-m-horizontal-odd > *:nth-child(odd), .mkb-s-max-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-s-max-gapn-m-horizontal, .mkb-s-max-gapn-m-horizontal-child > *, .mkb-s-max-gapn-m-horizontal-first > *:first-child, .mkb-s-max-gapn-m-horizontal-last > *:last-child, .mkb-s-max-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-s-max-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-s-max-gap-l, .mkb-s-max-gap-l-child > *, .mkb-s-max-gap-l-first > *:first-child, .mkb-s-max-gap-l-last > *:last-child, .mkb-s-max-gap-l-odd > *:nth-child(odd), .mkb-s-max-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l, .mkb-s-max-gapn-l-child > *, .mkb-s-max-gapn-l-first > *:first-child, .mkb-s-max-gapn-l-last > *:last-child, .mkb-s-max-gapn-l-odd > *:nth-child(odd), .mkb-s-max-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-top, .mkb-s-max-gap-l-top-child > *, .mkb-s-max-gap-l-top-first > *:first-child, .mkb-s-max-gap-l-top-last > *:last-child, .mkb-s-max-gap-l-top-odd > *:nth-child(odd), .mkb-s-max-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-top, .mkb-s-max-gapn-l-top-child > *, .mkb-s-max-gapn-l-top-first > *:first-child, .mkb-s-max-gapn-l-top-last > *:last-child, .mkb-s-max-gapn-l-top-odd > *:nth-child(odd), .mkb-s-max-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-bottom, .mkb-s-max-gap-l-bottom-child > *, .mkb-s-max-gap-l-bottom-first > *:first-child, .mkb-s-max-gap-l-bottom-last > *:last-child, .mkb-s-max-gap-l-bottom-odd > *:nth-child(odd), .mkb-s-max-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-bottom, .mkb-s-max-gapn-l-bottom-child > *, .mkb-s-max-gapn-l-bottom-first > *:first-child, .mkb-s-max-gapn-l-bottom-last > *:last-child, .mkb-s-max-gapn-l-bottom-odd > *:nth-child(odd), .mkb-s-max-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-left, .mkb-s-max-gap-l-left-child > *, .mkb-s-max-gap-l-left-first > *:first-child, .mkb-s-max-gap-l-left-last > *:last-child, .mkb-s-max-gap-l-left-odd > *:nth-child(odd), .mkb-s-max-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-left, .mkb-s-max-gapn-l-left-child > *, .mkb-s-max-gapn-l-left-first > *:first-child, .mkb-s-max-gapn-l-left-last > *:last-child, .mkb-s-max-gapn-l-left-odd > *:nth-child(odd), .mkb-s-max-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-right, .mkb-s-max-gap-l-right-child > *, .mkb-s-max-gap-l-right-first > *:first-child, .mkb-s-max-gap-l-right-last > *:last-child, .mkb-s-max-gap-l-right-odd > *:nth-child(odd), .mkb-s-max-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-right, .mkb-s-max-gapn-l-right-child > *, .mkb-s-max-gapn-l-right-first > *:first-child, .mkb-s-max-gapn-l-right-last > *:last-child, .mkb-s-max-gapn-l-right-odd > *:nth-child(odd), .mkb-s-max-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-vertical, .mkb-s-max-gap-l-vertical-child > *, .mkb-s-max-gap-l-vertical-first > *:first-child, .mkb-s-max-gap-l-vertical-last > *:last-child, .mkb-s-max-gap-l-vertical-odd > *:nth-child(odd), .mkb-s-max-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-vertical, .mkb-s-max-gapn-l-vertical-child > *, .mkb-s-max-gapn-l-vertical-first > *:first-child, .mkb-s-max-gapn-l-vertical-last > *:last-child, .mkb-s-max-gapn-l-vertical-odd > *:nth-child(odd), .mkb-s-max-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-s-max-gap-l-horizontal, .mkb-s-max-gap-l-horizontal-child > *, .mkb-s-max-gap-l-horizontal-first > *:first-child, .mkb-s-max-gap-l-horizontal-last > *:last-child, .mkb-s-max-gap-l-horizontal-odd > *:nth-child(odd), .mkb-s-max-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-s-max-gapn-l-horizontal, .mkb-s-max-gapn-l-horizontal-child > *, .mkb-s-max-gapn-l-horizontal-first > *:first-child, .mkb-s-max-gapn-l-horizontal-last > *:last-child, .mkb-s-max-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-s-max-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-s-max-gap-xl, .mkb-s-max-gap-xl-child > *, .mkb-s-max-gap-xl-first > *:first-child, .mkb-s-max-gap-xl-last > *:last-child, .mkb-s-max-gap-xl-odd > *:nth-child(odd), .mkb-s-max-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl, .mkb-s-max-gapn-xl-child > *, .mkb-s-max-gapn-xl-first > *:first-child, .mkb-s-max-gapn-xl-last > *:last-child, .mkb-s-max-gapn-xl-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-top, .mkb-s-max-gap-xl-top-child > *, .mkb-s-max-gap-xl-top-first > *:first-child, .mkb-s-max-gap-xl-top-last > *:last-child, .mkb-s-max-gap-xl-top-odd > *:nth-child(odd), .mkb-s-max-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-top, .mkb-s-max-gapn-xl-top-child > *, .mkb-s-max-gapn-xl-top-first > *:first-child, .mkb-s-max-gapn-xl-top-last > *:last-child, .mkb-s-max-gapn-xl-top-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-bottom, .mkb-s-max-gap-xl-bottom-child > *, .mkb-s-max-gap-xl-bottom-first > *:first-child, .mkb-s-max-gap-xl-bottom-last > *:last-child, .mkb-s-max-gap-xl-bottom-odd > *:nth-child(odd), .mkb-s-max-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-bottom, .mkb-s-max-gapn-xl-bottom-child > *, .mkb-s-max-gapn-xl-bottom-first > *:first-child, .mkb-s-max-gapn-xl-bottom-last > *:last-child, .mkb-s-max-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-left, .mkb-s-max-gap-xl-left-child > *, .mkb-s-max-gap-xl-left-first > *:first-child, .mkb-s-max-gap-xl-left-last > *:last-child, .mkb-s-max-gap-xl-left-odd > *:nth-child(odd), .mkb-s-max-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-left, .mkb-s-max-gapn-xl-left-child > *, .mkb-s-max-gapn-xl-left-first > *:first-child, .mkb-s-max-gapn-xl-left-last > *:last-child, .mkb-s-max-gapn-xl-left-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-right, .mkb-s-max-gap-xl-right-child > *, .mkb-s-max-gap-xl-right-first > *:first-child, .mkb-s-max-gap-xl-right-last > *:last-child, .mkb-s-max-gap-xl-right-odd > *:nth-child(odd), .mkb-s-max-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-right, .mkb-s-max-gapn-xl-right-child > *, .mkb-s-max-gapn-xl-right-first > *:first-child, .mkb-s-max-gapn-xl-right-last > *:last-child, .mkb-s-max-gapn-xl-right-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-vertical, .mkb-s-max-gap-xl-vertical-child > *, .mkb-s-max-gap-xl-vertical-first > *:first-child, .mkb-s-max-gap-xl-vertical-last > *:last-child, .mkb-s-max-gap-xl-vertical-odd > *:nth-child(odd), .mkb-s-max-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-vertical, .mkb-s-max-gapn-xl-vertical-child > *, .mkb-s-max-gapn-xl-vertical-first > *:first-child, .mkb-s-max-gapn-xl-vertical-last > *:last-child, .mkb-s-max-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-s-max-gap-xl-horizontal, .mkb-s-max-gap-xl-horizontal-child > *, .mkb-s-max-gap-xl-horizontal-first > *:first-child, .mkb-s-max-gap-xl-horizontal-last > *:last-child, .mkb-s-max-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-s-max-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-s-max-gapn-xl-horizontal, .mkb-s-max-gapn-xl-horizontal-child > *, .mkb-s-max-gapn-xl-horizontal-first > *:first-child, .mkb-s-max-gapn-xl-horizontal-last > *:last-child, .mkb-s-max-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-s-max-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-s-max-edge-none, .mkb-s-max-edge-none-child > *, .mkb-s-max-edge-none-first > *:first-child, .mkb-s-max-edge-none-last > *:last-child, .mkb-s-max-edge-none-odd > *:nth-child(odd), .mkb-s-max-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-s-max-edge-top-none, .mkb-s-max-edge-top-none-child > *, .mkb-s-max-edge-top-none-first > *:first-child, .mkb-s-max-edge-top-none-last > *:last-child, .mkb-s-max-edge-top-none-odd > *:nth-child(odd), .mkb-s-max-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-s-max-edge-bottom-none, .mkb-s-max-edge-bottom-none-child > *, .mkb-s-max-edge-bottom-none-first > *:first-child, .mkb-s-max-edge-bottom-none-last > *:last-child, .mkb-s-max-edge-bottom-none-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-s-max-edge-left-none, .mkb-s-max-edge-left-none-child > *, .mkb-s-max-edge-left-none-first > *:first-child, .mkb-s-max-edge-left-none-last > *:last-child, .mkb-s-max-edge-left-none-odd > *:nth-child(odd), .mkb-s-max-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-s-max-edge-right-none, .mkb-s-max-edge-right-none-child > *, .mkb-s-max-edge-right-none-first > *:first-child, .mkb-s-max-edge-right-none-last > *:last-child, .mkb-s-max-edge-right-none-odd > *:nth-child(odd), .mkb-s-max-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-s-max-edge-vertical-none, .mkb-s-max-edge-vertical-none-child > *, .mkb-s-max-edge-vertical-none-first > *:first-child, .mkb-s-max-edge-vertical-none-last > *:last-child, .mkb-s-max-edge-vertical-none-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-s-max-edge-horizontal-none, .mkb-s-max-edge-horizontal-none-child > *, .mkb-s-max-edge-horizontal-none-first > *:first-child, .mkb-s-max-edge-horizontal-none-last > *:last-child, .mkb-s-max-edge-horizontal-none-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-s-max-edge-inherit, .mkb-s-max-edge-inherit-child > *, .mkb-s-max-edge-inherit-first > *:first-child, .mkb-s-max-edge-inherit-last > *:last-child, .mkb-s-max-edge-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-s-max-edge-top-inherit, .mkb-s-max-edge-top-inherit-child > *, .mkb-s-max-edge-top-inherit-first > *:first-child, .mkb-s-max-edge-top-inherit-last > *:last-child, .mkb-s-max-edge-top-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-s-max-edge-bottom-inherit, .mkb-s-max-edge-bottom-inherit-child > *, .mkb-s-max-edge-bottom-inherit-first > *:first-child, .mkb-s-max-edge-bottom-inherit-last > *:last-child, .mkb-s-max-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-s-max-edge-left-inherit, .mkb-s-max-edge-left-inherit-child > *, .mkb-s-max-edge-left-inherit-first > *:first-child, .mkb-s-max-edge-left-inherit-last > *:last-child, .mkb-s-max-edge-left-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-s-max-edge-right-inherit, .mkb-s-max-edge-right-inherit-child > *, .mkb-s-max-edge-right-inherit-first > *:first-child, .mkb-s-max-edge-right-inherit-last > *:last-child, .mkb-s-max-edge-right-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-s-max-edge-vertical-inherit, .mkb-s-max-edge-vertical-inherit-child > *, .mkb-s-max-edge-vertical-inherit-first > *:first-child, .mkb-s-max-edge-vertical-inherit-last > *:last-child, .mkb-s-max-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-s-max-edge-horizontal-inherit, .mkb-s-max-edge-horizontal-inherit-child > *, .mkb-s-max-edge-horizontal-inherit-first > *:first-child, .mkb-s-max-edge-horizontal-inherit-last > *:last-child, .mkb-s-max-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-s-max-edge-s, .mkb-s-max-edge-s-child > *, .mkb-s-max-edge-s-first > *:first-child, .mkb-s-max-edge-s-last > *:last-child, .mkb-s-max-edge-s-odd > *:nth-child(odd), .mkb-s-max-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-top, .mkb-s-max-edge-s-top-child > *, .mkb-s-max-edge-s-top-first > *:first-child, .mkb-s-max-edge-s-top-last > *:last-child, .mkb-s-max-edge-s-top-odd > *:nth-child(odd), .mkb-s-max-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-bottom, .mkb-s-max-edge-s-bottom-child > *, .mkb-s-max-edge-s-bottom-first > *:first-child, .mkb-s-max-edge-s-bottom-last > *:last-child, .mkb-s-max-edge-s-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-left, .mkb-s-max-edge-s-left-child > *, .mkb-s-max-edge-s-left-first > *:first-child, .mkb-s-max-edge-s-left-last > *:last-child, .mkb-s-max-edge-s-left-odd > *:nth-child(odd), .mkb-s-max-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-right, .mkb-s-max-edge-s-right-child > *, .mkb-s-max-edge-s-right-first > *:first-child, .mkb-s-max-edge-s-right-last > *:last-child, .mkb-s-max-edge-s-right-odd > *:nth-child(odd), .mkb-s-max-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-vertical, .mkb-s-max-edge-s-vertical-child > *, .mkb-s-max-edge-s-vertical-first > *:first-child, .mkb-s-max-edge-s-vertical-last > *:last-child, .mkb-s-max-edge-s-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-s-horizontal, .mkb-s-max-edge-s-horizontal-child > *, .mkb-s-max-edge-s-horizontal-first > *:first-child, .mkb-s-max-edge-s-horizontal-last > *:last-child, .mkb-s-max-edge-s-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-s-max-edge-m, .mkb-s-max-edge-m-child > *, .mkb-s-max-edge-m-first > *:first-child, .mkb-s-max-edge-m-last > *:last-child, .mkb-s-max-edge-m-odd > *:nth-child(odd), .mkb-s-max-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-top, .mkb-s-max-edge-m-top-child > *, .mkb-s-max-edge-m-top-first > *:first-child, .mkb-s-max-edge-m-top-last > *:last-child, .mkb-s-max-edge-m-top-odd > *:nth-child(odd), .mkb-s-max-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-bottom, .mkb-s-max-edge-m-bottom-child > *, .mkb-s-max-edge-m-bottom-first > *:first-child, .mkb-s-max-edge-m-bottom-last > *:last-child, .mkb-s-max-edge-m-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-left, .mkb-s-max-edge-m-left-child > *, .mkb-s-max-edge-m-left-first > *:first-child, .mkb-s-max-edge-m-left-last > *:last-child, .mkb-s-max-edge-m-left-odd > *:nth-child(odd), .mkb-s-max-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-right, .mkb-s-max-edge-m-right-child > *, .mkb-s-max-edge-m-right-first > *:first-child, .mkb-s-max-edge-m-right-last > *:last-child, .mkb-s-max-edge-m-right-odd > *:nth-child(odd), .mkb-s-max-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-vertical, .mkb-s-max-edge-m-vertical-child > *, .mkb-s-max-edge-m-vertical-first > *:first-child, .mkb-s-max-edge-m-vertical-last > *:last-child, .mkb-s-max-edge-m-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-m-horizontal, .mkb-s-max-edge-m-horizontal-child > *, .mkb-s-max-edge-m-horizontal-first > *:first-child, .mkb-s-max-edge-m-horizontal-last > *:last-child, .mkb-s-max-edge-m-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-s-max-edge-l, .mkb-s-max-edge-l-child > *, .mkb-s-max-edge-l-first > *:first-child, .mkb-s-max-edge-l-last > *:last-child, .mkb-s-max-edge-l-odd > *:nth-child(odd), .mkb-s-max-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-top, .mkb-s-max-edge-l-top-child > *, .mkb-s-max-edge-l-top-first > *:first-child, .mkb-s-max-edge-l-top-last > *:last-child, .mkb-s-max-edge-l-top-odd > *:nth-child(odd), .mkb-s-max-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-bottom, .mkb-s-max-edge-l-bottom-child > *, .mkb-s-max-edge-l-bottom-first > *:first-child, .mkb-s-max-edge-l-bottom-last > *:last-child, .mkb-s-max-edge-l-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-left, .mkb-s-max-edge-l-left-child > *, .mkb-s-max-edge-l-left-first > *:first-child, .mkb-s-max-edge-l-left-last > *:last-child, .mkb-s-max-edge-l-left-odd > *:nth-child(odd), .mkb-s-max-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-right, .mkb-s-max-edge-l-right-child > *, .mkb-s-max-edge-l-right-first > *:first-child, .mkb-s-max-edge-l-right-last > *:last-child, .mkb-s-max-edge-l-right-odd > *:nth-child(odd), .mkb-s-max-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-vertical, .mkb-s-max-edge-l-vertical-child > *, .mkb-s-max-edge-l-vertical-first > *:first-child, .mkb-s-max-edge-l-vertical-last > *:last-child, .mkb-s-max-edge-l-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-l-horizontal, .mkb-s-max-edge-l-horizontal-child > *, .mkb-s-max-edge-l-horizontal-first > *:first-child, .mkb-s-max-edge-l-horizontal-last > *:last-child, .mkb-s-max-edge-l-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-s-max-edge-xl, .mkb-s-max-edge-xl-child > *, .mkb-s-max-edge-xl-first > *:first-child, .mkb-s-max-edge-xl-last > *:last-child, .mkb-s-max-edge-xl-odd > *:nth-child(odd), .mkb-s-max-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-top, .mkb-s-max-edge-xl-top-child > *, .mkb-s-max-edge-xl-top-first > *:first-child, .mkb-s-max-edge-xl-top-last > *:last-child, .mkb-s-max-edge-xl-top-odd > *:nth-child(odd), .mkb-s-max-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-bottom, .mkb-s-max-edge-xl-bottom-child > *, .mkb-s-max-edge-xl-bottom-first > *:first-child, .mkb-s-max-edge-xl-bottom-last > *:last-child, .mkb-s-max-edge-xl-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-left, .mkb-s-max-edge-xl-left-child > *, .mkb-s-max-edge-xl-left-first > *:first-child, .mkb-s-max-edge-xl-left-last > *:last-child, .mkb-s-max-edge-xl-left-odd > *:nth-child(odd), .mkb-s-max-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-right, .mkb-s-max-edge-xl-right-child > *, .mkb-s-max-edge-xl-right-first > *:first-child, .mkb-s-max-edge-xl-right-last > *:last-child, .mkb-s-max-edge-xl-right-odd > *:nth-child(odd), .mkb-s-max-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-vertical, .mkb-s-max-edge-xl-vertical-child > *, .mkb-s-max-edge-xl-vertical-first > *:first-child, .mkb-s-max-edge-xl-vertical-last > *:last-child, .mkb-s-max-edge-xl-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-xl-horizontal, .mkb-s-max-edge-xl-horizontal-child > *, .mkb-s-max-edge-xl-horizontal-first > *:first-child, .mkb-s-max-edge-xl-horizontal-last > *:last-child, .mkb-s-max-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-s-max-edge-thin, .mkb-s-max-edge-thin-child > *, .mkb-s-max-edge-thin-first > *:first-child, .mkb-s-max-edge-thin-last > *:last-child, .mkb-s-max-edge-thin-odd > *:nth-child(odd), .mkb-s-max-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-s-max-edge-thin-top, .mkb-s-max-edge-thin-top-child > *, .mkb-s-max-edge-thin-top-first > *:first-child, .mkb-s-max-edge-thin-top-last > *:last-child, .mkb-s-max-edge-thin-top-odd > *:nth-child(odd), .mkb-s-max-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-s-max-edge-thin-bottom, .mkb-s-max-edge-thin-bottom-child > *, .mkb-s-max-edge-thin-bottom-first > *:first-child, .mkb-s-max-edge-thin-bottom-last > *:last-child, .mkb-s-max-edge-thin-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-s-max-edge-thin-left, .mkb-s-max-edge-thin-left-child > *, .mkb-s-max-edge-thin-left-first > *:first-child, .mkb-s-max-edge-thin-left-last > *:last-child, .mkb-s-max-edge-thin-left-odd > *:nth-child(odd), .mkb-s-max-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-s-max-edge-thin-right, .mkb-s-max-edge-thin-right-child > *, .mkb-s-max-edge-thin-right-first > *:first-child, .mkb-s-max-edge-thin-right-last > *:last-child, .mkb-s-max-edge-thin-right-odd > *:nth-child(odd), .mkb-s-max-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-s-max-edge-thin-vertical, .mkb-s-max-edge-thin-vertical-child > *, .mkb-s-max-edge-thin-vertical-first > *:first-child, .mkb-s-max-edge-thin-vertical-last > *:last-child, .mkb-s-max-edge-thin-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-s-max-edge-thin-horizontal, .mkb-s-max-edge-thin-horizontal-child > *, .mkb-s-max-edge-thin-horizontal-first > *:first-child, .mkb-s-max-edge-thin-horizontal-last > *:last-child, .mkb-s-max-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-s-max-edge-medium, .mkb-s-max-edge-medium-child > *, .mkb-s-max-edge-medium-first > *:first-child, .mkb-s-max-edge-medium-last > *:last-child, .mkb-s-max-edge-medium-odd > *:nth-child(odd), .mkb-s-max-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-s-max-edge-medium-top, .mkb-s-max-edge-medium-top-child > *, .mkb-s-max-edge-medium-top-first > *:first-child, .mkb-s-max-edge-medium-top-last > *:last-child, .mkb-s-max-edge-medium-top-odd > *:nth-child(odd), .mkb-s-max-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-s-max-edge-medium-bottom, .mkb-s-max-edge-medium-bottom-child > *, .mkb-s-max-edge-medium-bottom-first > *:first-child, .mkb-s-max-edge-medium-bottom-last > *:last-child, .mkb-s-max-edge-medium-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-s-max-edge-medium-left, .mkb-s-max-edge-medium-left-child > *, .mkb-s-max-edge-medium-left-first > *:first-child, .mkb-s-max-edge-medium-left-last > *:last-child, .mkb-s-max-edge-medium-left-odd > *:nth-child(odd), .mkb-s-max-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-s-max-edge-medium-right, .mkb-s-max-edge-medium-right-child > *, .mkb-s-max-edge-medium-right-first > *:first-child, .mkb-s-max-edge-medium-right-last > *:last-child, .mkb-s-max-edge-medium-right-odd > *:nth-child(odd), .mkb-s-max-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-s-max-edge-medium-vertical, .mkb-s-max-edge-medium-vertical-child > *, .mkb-s-max-edge-medium-vertical-first > *:first-child, .mkb-s-max-edge-medium-vertical-last > *:last-child, .mkb-s-max-edge-medium-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-s-max-edge-medium-horizontal, .mkb-s-max-edge-medium-horizontal-child > *, .mkb-s-max-edge-medium-horizontal-first > *:first-child, .mkb-s-max-edge-medium-horizontal-last > *:last-child, .mkb-s-max-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-s-max-edge-thick, .mkb-s-max-edge-thick-child > *, .mkb-s-max-edge-thick-first > *:first-child, .mkb-s-max-edge-thick-last > *:last-child, .mkb-s-max-edge-thick-odd > *:nth-child(odd), .mkb-s-max-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-s-max-edge-thick-top, .mkb-s-max-edge-thick-top-child > *, .mkb-s-max-edge-thick-top-first > *:first-child, .mkb-s-max-edge-thick-top-last > *:last-child, .mkb-s-max-edge-thick-top-odd > *:nth-child(odd), .mkb-s-max-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-s-max-edge-thick-bottom, .mkb-s-max-edge-thick-bottom-child > *, .mkb-s-max-edge-thick-bottom-first > *:first-child, .mkb-s-max-edge-thick-bottom-last > *:last-child, .mkb-s-max-edge-thick-bottom-odd > *:nth-child(odd), .mkb-s-max-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-s-max-edge-thick-left, .mkb-s-max-edge-thick-left-child > *, .mkb-s-max-edge-thick-left-first > *:first-child, .mkb-s-max-edge-thick-left-last > *:last-child, .mkb-s-max-edge-thick-left-odd > *:nth-child(odd), .mkb-s-max-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-s-max-edge-thick-right, .mkb-s-max-edge-thick-right-child > *, .mkb-s-max-edge-thick-right-first > *:first-child, .mkb-s-max-edge-thick-right-last > *:last-child, .mkb-s-max-edge-thick-right-odd > *:nth-child(odd), .mkb-s-max-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-s-max-edge-thick-vertical, .mkb-s-max-edge-thick-vertical-child > *, .mkb-s-max-edge-thick-vertical-first > *:first-child, .mkb-s-max-edge-thick-vertical-last > *:last-child, .mkb-s-max-edge-thick-vertical-odd > *:nth-child(odd), .mkb-s-max-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-s-max-edge-thick-horizontal, .mkb-s-max-edge-thick-horizontal-child > *, .mkb-s-max-edge-thick-horizontal-first > *:first-child, .mkb-s-max-edge-thick-horizontal-last > *:last-child, .mkb-s-max-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-s-max-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-s-max-edge-transparent, .mkb-s-max-edge-transparent-child > *, .mkb-s-max-edge-transparent-first > *:first-child, .mkb-s-max-edge-transparent-last > *:last-child, .mkb-s-max-edge-transparent-odd > *:nth-child(odd), .mkb-s-max-edge-transparent-even > *:nth-child(even), .mkb-s-max-edge-hover-transparent:hover, .mkb-s-max-edge-hover-transparent-child:hover > *, .mkb-s-max-edge-hover-transparent-first:hover > *:first-child, .mkb-s-max-edge-hover-transparent-last:hover > *:last-child, .mkb-s-max-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-transparent-child > *:hover, .mkb-s-max-edge-child-hover-transparent-first > *:first-child:hover, .mkb-s-max-edge-child-hover-transparent-last > *:last-child:hover, .mkb-s-max-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-black, .mkb-s-max-edge-black-child > *, .mkb-s-max-edge-black-first > *:first-child, .mkb-s-max-edge-black-last > *:last-child, .mkb-s-max-edge-black-odd > *:nth-child(odd), .mkb-s-max-edge-black-even > *:nth-child(even), .mkb-s-max-edge-hover-black:hover, .mkb-s-max-edge-hover-black-child:hover > *, .mkb-s-max-edge-hover-black-first:hover > *:first-child, .mkb-s-max-edge-hover-black-last:hover > *:last-child, .mkb-s-max-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-black-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-black-child > *:hover, .mkb-s-max-edge-child-hover-black-first > *:first-child:hover, .mkb-s-max-edge-child-hover-black-last > *:last-child:hover, .mkb-s-max-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-white, .mkb-s-max-edge-white-child > *, .mkb-s-max-edge-white-first > *:first-child, .mkb-s-max-edge-white-last > *:last-child, .mkb-s-max-edge-white-odd > *:nth-child(odd), .mkb-s-max-edge-white-even > *:nth-child(even), .mkb-s-max-edge-hover-white:hover, .mkb-s-max-edge-hover-white-child:hover > *, .mkb-s-max-edge-hover-white-first:hover > *:first-child, .mkb-s-max-edge-hover-white-last:hover > *:last-child, .mkb-s-max-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-white-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-white-child > *:hover, .mkb-s-max-edge-child-hover-white-first > *:first-child:hover, .mkb-s-max-edge-child-hover-white-last > *:last-child:hover, .mkb-s-max-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-red, .mkb-s-max-edge-red-child > *, .mkb-s-max-edge-red-first > *:first-child, .mkb-s-max-edge-red-last > *:last-child, .mkb-s-max-edge-red-odd > *:nth-child(odd), .mkb-s-max-edge-red-even > *:nth-child(even), .mkb-s-max-edge-hover-red:hover, .mkb-s-max-edge-hover-red-child:hover > *, .mkb-s-max-edge-hover-red-first:hover > *:first-child, .mkb-s-max-edge-hover-red-last:hover > *:last-child, .mkb-s-max-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-red-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-red-child > *:hover, .mkb-s-max-edge-child-hover-red-first > *:first-child:hover, .mkb-s-max-edge-child-hover-red-last > *:last-child:hover, .mkb-s-max-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-green, .mkb-s-max-edge-green-child > *, .mkb-s-max-edge-green-first > *:first-child, .mkb-s-max-edge-green-last > *:last-child, .mkb-s-max-edge-green-odd > *:nth-child(odd), .mkb-s-max-edge-green-even > *:nth-child(even), .mkb-s-max-edge-hover-green:hover, .mkb-s-max-edge-hover-green-child:hover > *, .mkb-s-max-edge-hover-green-first:hover > *:first-child, .mkb-s-max-edge-hover-green-last:hover > *:last-child, .mkb-s-max-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-green-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-green-child > *:hover, .mkb-s-max-edge-child-hover-green-first > *:first-child:hover, .mkb-s-max-edge-child-hover-green-last > *:last-child:hover, .mkb-s-max-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-blue, .mkb-s-max-edge-blue-child > *, .mkb-s-max-edge-blue-first > *:first-child, .mkb-s-max-edge-blue-last > *:last-child, .mkb-s-max-edge-blue-odd > *:nth-child(odd), .mkb-s-max-edge-blue-even > *:nth-child(even), .mkb-s-max-edge-hover-blue:hover, .mkb-s-max-edge-hover-blue-child:hover > *, .mkb-s-max-edge-hover-blue-first:hover > *:first-child, .mkb-s-max-edge-hover-blue-last:hover > *:last-child, .mkb-s-max-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-blue-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-blue-child > *:hover, .mkb-s-max-edge-child-hover-blue-first > *:first-child:hover, .mkb-s-max-edge-child-hover-blue-last > *:last-child:hover, .mkb-s-max-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-yellow, .mkb-s-max-edge-yellow-child > *, .mkb-s-max-edge-yellow-first > *:first-child, .mkb-s-max-edge-yellow-last > *:last-child, .mkb-s-max-edge-yellow-odd > *:nth-child(odd), .mkb-s-max-edge-yellow-even > *:nth-child(even), .mkb-s-max-edge-hover-yellow:hover, .mkb-s-max-edge-hover-yellow-child:hover > *, .mkb-s-max-edge-hover-yellow-first:hover > *:first-child, .mkb-s-max-edge-hover-yellow-last:hover > *:last-child, .mkb-s-max-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-yellow-child > *:hover, .mkb-s-max-edge-child-hover-yellow-first > *:first-child:hover, .mkb-s-max-edge-child-hover-yellow-last > *:last-child:hover, .mkb-s-max-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-orange, .mkb-s-max-edge-orange-child > *, .mkb-s-max-edge-orange-first > *:first-child, .mkb-s-max-edge-orange-last > *:last-child, .mkb-s-max-edge-orange-odd > *:nth-child(odd), .mkb-s-max-edge-orange-even > *:nth-child(even), .mkb-s-max-edge-hover-orange:hover, .mkb-s-max-edge-hover-orange-child:hover > *, .mkb-s-max-edge-hover-orange-first:hover > *:first-child, .mkb-s-max-edge-hover-orange-last:hover > *:last-child, .mkb-s-max-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-orange-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-orange-child > *:hover, .mkb-s-max-edge-child-hover-orange-first > *:first-child:hover, .mkb-s-max-edge-child-hover-orange-last > *:last-child:hover, .mkb-s-max-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-brown, .mkb-s-max-edge-brown-child > *, .mkb-s-max-edge-brown-first > *:first-child, .mkb-s-max-edge-brown-last > *:last-child, .mkb-s-max-edge-brown-odd > *:nth-child(odd), .mkb-s-max-edge-brown-even > *:nth-child(even), .mkb-s-max-edge-hover-brown:hover, .mkb-s-max-edge-hover-brown-child:hover > *, .mkb-s-max-edge-hover-brown-first:hover > *:first-child, .mkb-s-max-edge-hover-brown-last:hover > *:last-child, .mkb-s-max-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-brown-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-brown-child > *:hover, .mkb-s-max-edge-child-hover-brown-first > *:first-child:hover, .mkb-s-max-edge-child-hover-brown-last > *:last-child:hover, .mkb-s-max-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-gray, .mkb-s-max-edge-gray-child > *, .mkb-s-max-edge-gray-first > *:first-child, .mkb-s-max-edge-gray-last > *:last-child, .mkb-s-max-edge-gray-odd > *:nth-child(odd), .mkb-s-max-edge-gray-even > *:nth-child(even), .mkb-s-max-edge-hover-gray:hover, .mkb-s-max-edge-hover-gray-child:hover > *, .mkb-s-max-edge-hover-gray-first:hover > *:first-child, .mkb-s-max-edge-hover-gray-last:hover > *:last-child, .mkb-s-max-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-gray-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-gray-child > *:hover, .mkb-s-max-edge-child-hover-gray-first > *:first-child:hover, .mkb-s-max-edge-child-hover-gray-last > *:last-child:hover, .mkb-s-max-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-pink, .mkb-s-max-edge-pink-child > *, .mkb-s-max-edge-pink-first > *:first-child, .mkb-s-max-edge-pink-last > *:last-child, .mkb-s-max-edge-pink-odd > *:nth-child(odd), .mkb-s-max-edge-pink-even > *:nth-child(even), .mkb-s-max-edge-hover-pink:hover, .mkb-s-max-edge-hover-pink-child:hover > *, .mkb-s-max-edge-hover-pink-first:hover > *:first-child, .mkb-s-max-edge-hover-pink-last:hover > *:last-child, .mkb-s-max-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-pink-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-pink-child > *:hover, .mkb-s-max-edge-child-hover-pink-first > *:first-child:hover, .mkb-s-max-edge-child-hover-pink-last > *:last-child:hover, .mkb-s-max-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-purple, .mkb-s-max-edge-purple-child > *, .mkb-s-max-edge-purple-first > *:first-child, .mkb-s-max-edge-purple-last > *:last-child, .mkb-s-max-edge-purple-odd > *:nth-child(odd), .mkb-s-max-edge-purple-even > *:nth-child(even), .mkb-s-max-edge-hover-purple:hover, .mkb-s-max-edge-hover-purple-child:hover > *, .mkb-s-max-edge-hover-purple-first:hover > *:first-child, .mkb-s-max-edge-hover-purple-last:hover > *:last-child, .mkb-s-max-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-purple-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-purple-child > *:hover, .mkb-s-max-edge-child-hover-purple-first > *:first-child:hover, .mkb-s-max-edge-child-hover-purple-last > *:last-child:hover, .mkb-s-max-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-deep-purple, .mkb-s-max-edge-deep-purple-child > *, .mkb-s-max-edge-deep-purple-first > *:first-child, .mkb-s-max-edge-deep-purple-last > *:last-child, .mkb-s-max-edge-deep-purple-odd > *:nth-child(odd), .mkb-s-max-edge-deep-purple-even > *:nth-child(even), .mkb-s-max-edge-hover-deep-purple:hover, .mkb-s-max-edge-hover-deep-purple-child:hover > *, .mkb-s-max-edge-hover-deep-purple-first:hover > *:first-child, .mkb-s-max-edge-hover-deep-purple-last:hover > *:last-child, .mkb-s-max-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-deep-purple-child > *:hover, .mkb-s-max-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-s-max-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-s-max-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-indigo, .mkb-s-max-edge-indigo-child > *, .mkb-s-max-edge-indigo-first > *:first-child, .mkb-s-max-edge-indigo-last > *:last-child, .mkb-s-max-edge-indigo-odd > *:nth-child(odd), .mkb-s-max-edge-indigo-even > *:nth-child(even), .mkb-s-max-edge-hover-indigo:hover, .mkb-s-max-edge-hover-indigo-child:hover > *, .mkb-s-max-edge-hover-indigo-first:hover > *:first-child, .mkb-s-max-edge-hover-indigo-last:hover > *:last-child, .mkb-s-max-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-indigo-child > *:hover, .mkb-s-max-edge-child-hover-indigo-first > *:first-child:hover, .mkb-s-max-edge-child-hover-indigo-last > *:last-child:hover, .mkb-s-max-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-light-blue, .mkb-s-max-edge-light-blue-child > *, .mkb-s-max-edge-light-blue-first > *:first-child, .mkb-s-max-edge-light-blue-last > *:last-child, .mkb-s-max-edge-light-blue-odd > *:nth-child(odd), .mkb-s-max-edge-light-blue-even > *:nth-child(even), .mkb-s-max-edge-hover-light-blue:hover, .mkb-s-max-edge-hover-light-blue-child:hover > *, .mkb-s-max-edge-hover-light-blue-first:hover > *:first-child, .mkb-s-max-edge-hover-light-blue-last:hover > *:last-child, .mkb-s-max-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-light-blue-child > *:hover, .mkb-s-max-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-s-max-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-s-max-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-cyan, .mkb-s-max-edge-cyan-child > *, .mkb-s-max-edge-cyan-first > *:first-child, .mkb-s-max-edge-cyan-last > *:last-child, .mkb-s-max-edge-cyan-odd > *:nth-child(odd), .mkb-s-max-edge-cyan-even > *:nth-child(even), .mkb-s-max-edge-hover-cyan:hover, .mkb-s-max-edge-hover-cyan-child:hover > *, .mkb-s-max-edge-hover-cyan-first:hover > *:first-child, .mkb-s-max-edge-hover-cyan-last:hover > *:last-child, .mkb-s-max-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-cyan-child > *:hover, .mkb-s-max-edge-child-hover-cyan-first > *:first-child:hover, .mkb-s-max-edge-child-hover-cyan-last > *:last-child:hover, .mkb-s-max-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-teal, .mkb-s-max-edge-teal-child > *, .mkb-s-max-edge-teal-first > *:first-child, .mkb-s-max-edge-teal-last > *:last-child, .mkb-s-max-edge-teal-odd > *:nth-child(odd), .mkb-s-max-edge-teal-even > *:nth-child(even), .mkb-s-max-edge-hover-teal:hover, .mkb-s-max-edge-hover-teal-child:hover > *, .mkb-s-max-edge-hover-teal-first:hover > *:first-child, .mkb-s-max-edge-hover-teal-last:hover > *:last-child, .mkb-s-max-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-teal-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-teal-child > *:hover, .mkb-s-max-edge-child-hover-teal-first > *:first-child:hover, .mkb-s-max-edge-child-hover-teal-last > *:last-child:hover, .mkb-s-max-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-light-green, .mkb-s-max-edge-light-green-child > *, .mkb-s-max-edge-light-green-first > *:first-child, .mkb-s-max-edge-light-green-last > *:last-child, .mkb-s-max-edge-light-green-odd > *:nth-child(odd), .mkb-s-max-edge-light-green-even > *:nth-child(even), .mkb-s-max-edge-hover-light-green:hover, .mkb-s-max-edge-hover-light-green-child:hover > *, .mkb-s-max-edge-hover-light-green-first:hover > *:first-child, .mkb-s-max-edge-hover-light-green-last:hover > *:last-child, .mkb-s-max-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-light-green-child > *:hover, .mkb-s-max-edge-child-hover-light-green-first > *:first-child:hover, .mkb-s-max-edge-child-hover-light-green-last > *:last-child:hover, .mkb-s-max-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-lime, .mkb-s-max-edge-lime-child > *, .mkb-s-max-edge-lime-first > *:first-child, .mkb-s-max-edge-lime-last > *:last-child, .mkb-s-max-edge-lime-odd > *:nth-child(odd), .mkb-s-max-edge-lime-even > *:nth-child(even), .mkb-s-max-edge-hover-lime:hover, .mkb-s-max-edge-hover-lime-child:hover > *, .mkb-s-max-edge-hover-lime-first:hover > *:first-child, .mkb-s-max-edge-hover-lime-last:hover > *:last-child, .mkb-s-max-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-lime-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-lime-child > *:hover, .mkb-s-max-edge-child-hover-lime-first > *:first-child:hover, .mkb-s-max-edge-child-hover-lime-last > *:last-child:hover, .mkb-s-max-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-amber, .mkb-s-max-edge-amber-child > *, .mkb-s-max-edge-amber-first > *:first-child, .mkb-s-max-edge-amber-last > *:last-child, .mkb-s-max-edge-amber-odd > *:nth-child(odd), .mkb-s-max-edge-amber-even > *:nth-child(even), .mkb-s-max-edge-hover-amber:hover, .mkb-s-max-edge-hover-amber-child:hover > *, .mkb-s-max-edge-hover-amber-first:hover > *:first-child, .mkb-s-max-edge-hover-amber-last:hover > *:last-child, .mkb-s-max-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-amber-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-amber-child > *:hover, .mkb-s-max-edge-child-hover-amber-first > *:first-child:hover, .mkb-s-max-edge-child-hover-amber-last > *:last-child:hover, .mkb-s-max-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-deep-orange, .mkb-s-max-edge-deep-orange-child > *, .mkb-s-max-edge-deep-orange-first > *:first-child, .mkb-s-max-edge-deep-orange-last > *:last-child, .mkb-s-max-edge-deep-orange-odd > *:nth-child(odd), .mkb-s-max-edge-deep-orange-even > *:nth-child(even), .mkb-s-max-edge-hover-deep-orange:hover, .mkb-s-max-edge-hover-deep-orange-child:hover > *, .mkb-s-max-edge-hover-deep-orange-first:hover > *:first-child, .mkb-s-max-edge-hover-deep-orange-last:hover > *:last-child, .mkb-s-max-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-deep-orange-child > *:hover, .mkb-s-max-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-s-max-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-s-max-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-blue-gray, .mkb-s-max-edge-blue-gray-child > *, .mkb-s-max-edge-blue-gray-first > *:first-child, .mkb-s-max-edge-blue-gray-last > *:last-child, .mkb-s-max-edge-blue-gray-odd > *:nth-child(odd), .mkb-s-max-edge-blue-gray-even > *:nth-child(even), .mkb-s-max-edge-hover-blue-gray:hover, .mkb-s-max-edge-hover-blue-gray-child:hover > *, .mkb-s-max-edge-hover-blue-gray-first:hover > *:first-child, .mkb-s-max-edge-hover-blue-gray-last:hover > *:last-child, .mkb-s-max-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-s-max-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-s-max-edge-child-hover-blue-gray-child > *:hover, .mkb-s-max-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-s-max-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-s-max-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-s-max-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-s-max-edge-dotted, .mkb-s-max-edge-dotted-child > *, .mkb-s-max-edge-dotted-first > *:first-child, .mkb-s-max-edge-dotted-last > *:last-child, .mkb-s-max-edge-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-s-max-edge-top-dotted, .mkb-s-max-edge-top-dotted-child > *, .mkb-s-max-edge-top-dotted-first > *:first-child, .mkb-s-max-edge-top-dotted-last > *:last-child, .mkb-s-max-edge-top-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-s-max-edge-bottom-dotted, .mkb-s-max-edge-bottom-dotted-child > *, .mkb-s-max-edge-bottom-dotted-first > *:first-child, .mkb-s-max-edge-bottom-dotted-last > *:last-child, .mkb-s-max-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-s-max-edge-left-dotted, .mkb-s-max-edge-left-dotted-child > *, .mkb-s-max-edge-left-dotted-first > *:first-child, .mkb-s-max-edge-left-dotted-last > *:last-child, .mkb-s-max-edge-left-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-s-max-edge-right-dotted, .mkb-s-max-edge-right-dotted-child > *, .mkb-s-max-edge-right-dotted-first > *:first-child, .mkb-s-max-edge-right-dotted-last > *:last-child, .mkb-s-max-edge-right-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-s-max-edge-vertical-dotted, .mkb-s-max-edge-vertical-dotted-child > *, .mkb-s-max-edge-vertical-dotted-first > *:first-child, .mkb-s-max-edge-vertical-dotted-last > *:last-child, .mkb-s-max-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-s-max-edge-horizontal-dotted, .mkb-s-max-edge-horizontal-dotted-child > *, .mkb-s-max-edge-horizontal-dotted-first > *:first-child, .mkb-s-max-edge-horizontal-dotted-last > *:last-child, .mkb-s-max-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-s-max-edge-dashed, .mkb-s-max-edge-dashed-child > *, .mkb-s-max-edge-dashed-first > *:first-child, .mkb-s-max-edge-dashed-last > *:last-child, .mkb-s-max-edge-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-s-max-edge-top-dashed, .mkb-s-max-edge-top-dashed-child > *, .mkb-s-max-edge-top-dashed-first > *:first-child, .mkb-s-max-edge-top-dashed-last > *:last-child, .mkb-s-max-edge-top-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-s-max-edge-bottom-dashed, .mkb-s-max-edge-bottom-dashed-child > *, .mkb-s-max-edge-bottom-dashed-first > *:first-child, .mkb-s-max-edge-bottom-dashed-last > *:last-child, .mkb-s-max-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-s-max-edge-left-dashed, .mkb-s-max-edge-left-dashed-child > *, .mkb-s-max-edge-left-dashed-first > *:first-child, .mkb-s-max-edge-left-dashed-last > *:last-child, .mkb-s-max-edge-left-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-s-max-edge-right-dashed, .mkb-s-max-edge-right-dashed-child > *, .mkb-s-max-edge-right-dashed-first > *:first-child, .mkb-s-max-edge-right-dashed-last > *:last-child, .mkb-s-max-edge-right-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-s-max-edge-vertical-dashed, .mkb-s-max-edge-vertical-dashed-child > *, .mkb-s-max-edge-vertical-dashed-first > *:first-child, .mkb-s-max-edge-vertical-dashed-last > *:last-child, .mkb-s-max-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-s-max-edge-horizontal-dashed, .mkb-s-max-edge-horizontal-dashed-child > *, .mkb-s-max-edge-horizontal-dashed-first > *:first-child, .mkb-s-max-edge-horizontal-dashed-last > *:last-child, .mkb-s-max-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-s-max-edge-solid, .mkb-s-max-edge-solid-child > *, .mkb-s-max-edge-solid-first > *:first-child, .mkb-s-max-edge-solid-last > *:last-child, .mkb-s-max-edge-solid-odd > *:nth-child(odd), .mkb-s-max-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-s-max-edge-top-solid, .mkb-s-max-edge-top-solid-child > *, .mkb-s-max-edge-top-solid-first > *:first-child, .mkb-s-max-edge-top-solid-last > *:last-child, .mkb-s-max-edge-top-solid-odd > *:nth-child(odd), .mkb-s-max-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-s-max-edge-bottom-solid, .mkb-s-max-edge-bottom-solid-child > *, .mkb-s-max-edge-bottom-solid-first > *:first-child, .mkb-s-max-edge-bottom-solid-last > *:last-child, .mkb-s-max-edge-bottom-solid-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-s-max-edge-left-solid, .mkb-s-max-edge-left-solid-child > *, .mkb-s-max-edge-left-solid-first > *:first-child, .mkb-s-max-edge-left-solid-last > *:last-child, .mkb-s-max-edge-left-solid-odd > *:nth-child(odd), .mkb-s-max-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-s-max-edge-right-solid, .mkb-s-max-edge-right-solid-child > *, .mkb-s-max-edge-right-solid-first > *:first-child, .mkb-s-max-edge-right-solid-last > *:last-child, .mkb-s-max-edge-right-solid-odd > *:nth-child(odd), .mkb-s-max-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-s-max-edge-vertical-solid, .mkb-s-max-edge-vertical-solid-child > *, .mkb-s-max-edge-vertical-solid-first > *:first-child, .mkb-s-max-edge-vertical-solid-last > *:last-child, .mkb-s-max-edge-vertical-solid-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-s-max-edge-horizontal-solid, .mkb-s-max-edge-horizontal-solid-child > *, .mkb-s-max-edge-horizontal-solid-first > *:first-child, .mkb-s-max-edge-horizontal-solid-last > *:last-child, .mkb-s-max-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-s-max-edge-double, .mkb-s-max-edge-double-child > *, .mkb-s-max-edge-double-first > *:first-child, .mkb-s-max-edge-double-last > *:last-child, .mkb-s-max-edge-double-odd > *:nth-child(odd), .mkb-s-max-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-s-max-edge-top-double, .mkb-s-max-edge-top-double-child > *, .mkb-s-max-edge-top-double-first > *:first-child, .mkb-s-max-edge-top-double-last > *:last-child, .mkb-s-max-edge-top-double-odd > *:nth-child(odd), .mkb-s-max-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-s-max-edge-bottom-double, .mkb-s-max-edge-bottom-double-child > *, .mkb-s-max-edge-bottom-double-first > *:first-child, .mkb-s-max-edge-bottom-double-last > *:last-child, .mkb-s-max-edge-bottom-double-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-s-max-edge-left-double, .mkb-s-max-edge-left-double-child > *, .mkb-s-max-edge-left-double-first > *:first-child, .mkb-s-max-edge-left-double-last > *:last-child, .mkb-s-max-edge-left-double-odd > *:nth-child(odd), .mkb-s-max-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-s-max-edge-right-double, .mkb-s-max-edge-right-double-child > *, .mkb-s-max-edge-right-double-first > *:first-child, .mkb-s-max-edge-right-double-last > *:last-child, .mkb-s-max-edge-right-double-odd > *:nth-child(odd), .mkb-s-max-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-s-max-edge-vertical-double, .mkb-s-max-edge-vertical-double-child > *, .mkb-s-max-edge-vertical-double-first > *:first-child, .mkb-s-max-edge-vertical-double-last > *:last-child, .mkb-s-max-edge-vertical-double-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-s-max-edge-horizontal-double, .mkb-s-max-edge-horizontal-double-child > *, .mkb-s-max-edge-horizontal-double-first > *:first-child, .mkb-s-max-edge-horizontal-double-last > *:last-child, .mkb-s-max-edge-horizontal-double-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-s-max-edge-groove, .mkb-s-max-edge-groove-child > *, .mkb-s-max-edge-groove-first > *:first-child, .mkb-s-max-edge-groove-last > *:last-child, .mkb-s-max-edge-groove-odd > *:nth-child(odd), .mkb-s-max-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-s-max-edge-top-groove, .mkb-s-max-edge-top-groove-child > *, .mkb-s-max-edge-top-groove-first > *:first-child, .mkb-s-max-edge-top-groove-last > *:last-child, .mkb-s-max-edge-top-groove-odd > *:nth-child(odd), .mkb-s-max-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-s-max-edge-bottom-groove, .mkb-s-max-edge-bottom-groove-child > *, .mkb-s-max-edge-bottom-groove-first > *:first-child, .mkb-s-max-edge-bottom-groove-last > *:last-child, .mkb-s-max-edge-bottom-groove-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-s-max-edge-left-groove, .mkb-s-max-edge-left-groove-child > *, .mkb-s-max-edge-left-groove-first > *:first-child, .mkb-s-max-edge-left-groove-last > *:last-child, .mkb-s-max-edge-left-groove-odd > *:nth-child(odd), .mkb-s-max-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-s-max-edge-right-groove, .mkb-s-max-edge-right-groove-child > *, .mkb-s-max-edge-right-groove-first > *:first-child, .mkb-s-max-edge-right-groove-last > *:last-child, .mkb-s-max-edge-right-groove-odd > *:nth-child(odd), .mkb-s-max-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-s-max-edge-vertical-groove, .mkb-s-max-edge-vertical-groove-child > *, .mkb-s-max-edge-vertical-groove-first > *:first-child, .mkb-s-max-edge-vertical-groove-last > *:last-child, .mkb-s-max-edge-vertical-groove-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-s-max-edge-horizontal-groove, .mkb-s-max-edge-horizontal-groove-child > *, .mkb-s-max-edge-horizontal-groove-first > *:first-child, .mkb-s-max-edge-horizontal-groove-last > *:last-child, .mkb-s-max-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-s-max-edge-ridge, .mkb-s-max-edge-ridge-child > *, .mkb-s-max-edge-ridge-first > *:first-child, .mkb-s-max-edge-ridge-last > *:last-child, .mkb-s-max-edge-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-s-max-edge-top-ridge, .mkb-s-max-edge-top-ridge-child > *, .mkb-s-max-edge-top-ridge-first > *:first-child, .mkb-s-max-edge-top-ridge-last > *:last-child, .mkb-s-max-edge-top-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-s-max-edge-bottom-ridge, .mkb-s-max-edge-bottom-ridge-child > *, .mkb-s-max-edge-bottom-ridge-first > *:first-child, .mkb-s-max-edge-bottom-ridge-last > *:last-child, .mkb-s-max-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-s-max-edge-left-ridge, .mkb-s-max-edge-left-ridge-child > *, .mkb-s-max-edge-left-ridge-first > *:first-child, .mkb-s-max-edge-left-ridge-last > *:last-child, .mkb-s-max-edge-left-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-s-max-edge-right-ridge, .mkb-s-max-edge-right-ridge-child > *, .mkb-s-max-edge-right-ridge-first > *:first-child, .mkb-s-max-edge-right-ridge-last > *:last-child, .mkb-s-max-edge-right-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-s-max-edge-vertical-ridge, .mkb-s-max-edge-vertical-ridge-child > *, .mkb-s-max-edge-vertical-ridge-first > *:first-child, .mkb-s-max-edge-vertical-ridge-last > *:last-child, .mkb-s-max-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-s-max-edge-horizontal-ridge, .mkb-s-max-edge-horizontal-ridge-child > *, .mkb-s-max-edge-horizontal-ridge-first > *:first-child, .mkb-s-max-edge-horizontal-ridge-last > *:last-child, .mkb-s-max-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-s-max-edge-inset, .mkb-s-max-edge-inset-child > *, .mkb-s-max-edge-inset-first > *:first-child, .mkb-s-max-edge-inset-last > *:last-child, .mkb-s-max-edge-inset-odd > *:nth-child(odd), .mkb-s-max-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-s-max-edge-top-inset, .mkb-s-max-edge-top-inset-child > *, .mkb-s-max-edge-top-inset-first > *:first-child, .mkb-s-max-edge-top-inset-last > *:last-child, .mkb-s-max-edge-top-inset-odd > *:nth-child(odd), .mkb-s-max-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-s-max-edge-bottom-inset, .mkb-s-max-edge-bottom-inset-child > *, .mkb-s-max-edge-bottom-inset-first > *:first-child, .mkb-s-max-edge-bottom-inset-last > *:last-child, .mkb-s-max-edge-bottom-inset-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-s-max-edge-left-inset, .mkb-s-max-edge-left-inset-child > *, .mkb-s-max-edge-left-inset-first > *:first-child, .mkb-s-max-edge-left-inset-last > *:last-child, .mkb-s-max-edge-left-inset-odd > *:nth-child(odd), .mkb-s-max-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-s-max-edge-right-inset, .mkb-s-max-edge-right-inset-child > *, .mkb-s-max-edge-right-inset-first > *:first-child, .mkb-s-max-edge-right-inset-last > *:last-child, .mkb-s-max-edge-right-inset-odd > *:nth-child(odd), .mkb-s-max-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-s-max-edge-vertical-inset, .mkb-s-max-edge-vertical-inset-child > *, .mkb-s-max-edge-vertical-inset-first > *:first-child, .mkb-s-max-edge-vertical-inset-last > *:last-child, .mkb-s-max-edge-vertical-inset-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-s-max-edge-horizontal-inset, .mkb-s-max-edge-horizontal-inset-child > *, .mkb-s-max-edge-horizontal-inset-first > *:first-child, .mkb-s-max-edge-horizontal-inset-last > *:last-child, .mkb-s-max-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-s-max-edge-outset, .mkb-s-max-edge-outset-child > *, .mkb-s-max-edge-outset-first > *:first-child, .mkb-s-max-edge-outset-last > *:last-child, .mkb-s-max-edge-outset-odd > *:nth-child(odd), .mkb-s-max-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-s-max-edge-top-outset, .mkb-s-max-edge-top-outset-child > *, .mkb-s-max-edge-top-outset-first > *:first-child, .mkb-s-max-edge-top-outset-last > *:last-child, .mkb-s-max-edge-top-outset-odd > *:nth-child(odd), .mkb-s-max-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-s-max-edge-bottom-outset, .mkb-s-max-edge-bottom-outset-child > *, .mkb-s-max-edge-bottom-outset-first > *:first-child, .mkb-s-max-edge-bottom-outset-last > *:last-child, .mkb-s-max-edge-bottom-outset-odd > *:nth-child(odd), .mkb-s-max-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-s-max-edge-left-outset, .mkb-s-max-edge-left-outset-child > *, .mkb-s-max-edge-left-outset-first > *:first-child, .mkb-s-max-edge-left-outset-last > *:last-child, .mkb-s-max-edge-left-outset-odd > *:nth-child(odd), .mkb-s-max-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-s-max-edge-right-outset, .mkb-s-max-edge-right-outset-child > *, .mkb-s-max-edge-right-outset-first > *:first-child, .mkb-s-max-edge-right-outset-last > *:last-child, .mkb-s-max-edge-right-outset-odd > *:nth-child(odd), .mkb-s-max-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-s-max-edge-vertical-outset, .mkb-s-max-edge-vertical-outset-child > *, .mkb-s-max-edge-vertical-outset-first > *:first-child, .mkb-s-max-edge-vertical-outset-last > *:last-child, .mkb-s-max-edge-vertical-outset-odd > *:nth-child(odd), .mkb-s-max-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-s-max-edge-horizontal-outset, .mkb-s-max-edge-horizontal-outset-child > *, .mkb-s-max-edge-horizontal-outset-first > *:first-child, .mkb-s-max-edge-horizontal-outset-last > *:last-child, .mkb-s-max-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-s-max-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-s-max-radius-none, .mkb-s-max-radius-none-child > *, .mkb-s-max-radius-none-first > *:first-child, .mkb-s-max-radius-none-last > *:last-child, .mkb-s-max-radius-none-odd > *:nth-child(odd), .mkb-s-max-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-s-max-radius-s, .mkb-s-max-radius-s-child > *, .mkb-s-max-radius-s-first > *:first-child, .mkb-s-max-radius-s-last > *:last-child, .mkb-s-max-radius-s-odd > *:nth-child(odd), .mkb-s-max-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m, .mkb-s-max-radius-m-child > *, .mkb-s-max-radius-m-first > *:first-child, .mkb-s-max-radius-m-last > *:last-child, .mkb-s-max-radius-m-odd > *:nth-child(odd), .mkb-s-max-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l, .mkb-s-max-radius-l-child > *, .mkb-s-max-radius-l-first > *:first-child, .mkb-s-max-radius-l-last > *:last-child, .mkb-s-max-radius-l-odd > *:nth-child(odd), .mkb-s-max-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl, .mkb-s-max-radius-xl-child > *, .mkb-s-max-radius-xl-first > *:first-child, .mkb-s-max-radius-xl-last > *:last-child, .mkb-s-max-radius-xl-odd > *:nth-child(odd), .mkb-s-max-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-top-none, .mkb-s-max-radius-top-none-child > *, .mkb-s-max-radius-top-none-first > *:first-child, .mkb-s-max-radius-top-none-last > *:last-child, .mkb-s-max-radius-top-none-odd > *:nth-child(odd), .mkb-s-max-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-s-max-radius-s-top, .mkb-s-max-radius-s-top-child > *, .mkb-s-max-radius-s-top-first > *:first-child, .mkb-s-max-radius-s-top-last > *:last-child, .mkb-s-max-radius-s-top-odd > *:nth-child(odd), .mkb-s-max-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-top, .mkb-s-max-radius-m-top-child > *, .mkb-s-max-radius-m-top-first > *:first-child, .mkb-s-max-radius-m-top-last > *:last-child, .mkb-s-max-radius-m-top-odd > *:nth-child(odd), .mkb-s-max-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-top, .mkb-s-max-radius-l-top-child > *, .mkb-s-max-radius-l-top-first > *:first-child, .mkb-s-max-radius-l-top-last > *:last-child, .mkb-s-max-radius-l-top-odd > *:nth-child(odd), .mkb-s-max-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-top, .mkb-s-max-radius-xl-top-child > *, .mkb-s-max-radius-xl-top-first > *:first-child, .mkb-s-max-radius-xl-top-last > *:last-child, .mkb-s-max-radius-xl-top-odd > *:nth-child(odd), .mkb-s-max-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-top-left-none, .mkb-s-max-radius-top-left-none-child > *, .mkb-s-max-radius-top-left-none-first > *:first-child, .mkb-s-max-radius-top-left-none-last > *:last-child, .mkb-s-max-radius-top-left-none-odd > *:nth-child(odd), .mkb-s-max-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-s-max-radius-s-top-left, .mkb-s-max-radius-s-top-left-child > *, .mkb-s-max-radius-s-top-left-first > *:first-child, .mkb-s-max-radius-s-top-left-last > *:last-child, .mkb-s-max-radius-s-top-left-odd > *:nth-child(odd), .mkb-s-max-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-top-left, .mkb-s-max-radius-m-top-left-child > *, .mkb-s-max-radius-m-top-left-first > *:first-child, .mkb-s-max-radius-m-top-left-last > *:last-child, .mkb-s-max-radius-m-top-left-odd > *:nth-child(odd), .mkb-s-max-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-top-left, .mkb-s-max-radius-l-top-left-child > *, .mkb-s-max-radius-l-top-left-first > *:first-child, .mkb-s-max-radius-l-top-left-last > *:last-child, .mkb-s-max-radius-l-top-left-odd > *:nth-child(odd), .mkb-s-max-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-top-left, .mkb-s-max-radius-xl-top-left-child > *, .mkb-s-max-radius-xl-top-left-first > *:first-child, .mkb-s-max-radius-xl-top-left-last > *:last-child, .mkb-s-max-radius-xl-top-left-odd > *:nth-child(odd), .mkb-s-max-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-top-right-none, .mkb-s-max-radius-top-right-none-child > *, .mkb-s-max-radius-top-right-none-first > *:first-child, .mkb-s-max-radius-top-right-none-last > *:last-child, .mkb-s-max-radius-top-right-none-odd > *:nth-child(odd), .mkb-s-max-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-s-max-radius-s-top-right, .mkb-s-max-radius-s-top-right-child > *, .mkb-s-max-radius-s-top-right-first > *:first-child, .mkb-s-max-radius-s-top-right-last > *:last-child, .mkb-s-max-radius-s-top-right-odd > *:nth-child(odd), .mkb-s-max-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-top-right, .mkb-s-max-radius-m-top-right-child > *, .mkb-s-max-radius-m-top-right-first > *:first-child, .mkb-s-max-radius-m-top-right-last > *:last-child, .mkb-s-max-radius-m-top-right-odd > *:nth-child(odd), .mkb-s-max-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-top-right, .mkb-s-max-radius-l-top-right-child > *, .mkb-s-max-radius-l-top-right-first > *:first-child, .mkb-s-max-radius-l-top-right-last > *:last-child, .mkb-s-max-radius-l-top-right-odd > *:nth-child(odd), .mkb-s-max-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-top-right, .mkb-s-max-radius-xl-top-right-child > *, .mkb-s-max-radius-xl-top-right-first > *:first-child, .mkb-s-max-radius-xl-top-right-last > *:last-child, .mkb-s-max-radius-xl-top-right-odd > *:nth-child(odd), .mkb-s-max-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-bottom-none, .mkb-s-max-radius-bottom-none-child > *, .mkb-s-max-radius-bottom-none-first > *:first-child, .mkb-s-max-radius-bottom-none-last > *:last-child, .mkb-s-max-radius-bottom-none-odd > *:nth-child(odd), .mkb-s-max-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-s-max-radius-s-bottom, .mkb-s-max-radius-s-bottom-child > *, .mkb-s-max-radius-s-bottom-first > *:first-child, .mkb-s-max-radius-s-bottom-last > *:last-child, .mkb-s-max-radius-s-bottom-odd > *:nth-child(odd), .mkb-s-max-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-bottom, .mkb-s-max-radius-m-bottom-child > *, .mkb-s-max-radius-m-bottom-first > *:first-child, .mkb-s-max-radius-m-bottom-last > *:last-child, .mkb-s-max-radius-m-bottom-odd > *:nth-child(odd), .mkb-s-max-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-bottom, .mkb-s-max-radius-l-bottom-child > *, .mkb-s-max-radius-l-bottom-first > *:first-child, .mkb-s-max-radius-l-bottom-last > *:last-child, .mkb-s-max-radius-l-bottom-odd > *:nth-child(odd), .mkb-s-max-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-bottom, .mkb-s-max-radius-xl-bottom-child > *, .mkb-s-max-radius-xl-bottom-first > *:first-child, .mkb-s-max-radius-xl-bottom-last > *:last-child, .mkb-s-max-radius-xl-bottom-odd > *:nth-child(odd), .mkb-s-max-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-bottom-left-none, .mkb-s-max-radius-bottom-left-none-child > *, .mkb-s-max-radius-bottom-left-none-first > *:first-child, .mkb-s-max-radius-bottom-left-none-last > *:last-child, .mkb-s-max-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-s-max-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-s-max-radius-s-bottom-left, .mkb-s-max-radius-s-bottom-left-child > *, .mkb-s-max-radius-s-bottom-left-first > *:first-child, .mkb-s-max-radius-s-bottom-left-last > *:last-child, .mkb-s-max-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-s-max-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-bottom-left, .mkb-s-max-radius-m-bottom-left-child > *, .mkb-s-max-radius-m-bottom-left-first > *:first-child, .mkb-s-max-radius-m-bottom-left-last > *:last-child, .mkb-s-max-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-s-max-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-bottom-left, .mkb-s-max-radius-l-bottom-left-child > *, .mkb-s-max-radius-l-bottom-left-first > *:first-child, .mkb-s-max-radius-l-bottom-left-last > *:last-child, .mkb-s-max-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-s-max-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-bottom-left, .mkb-s-max-radius-xl-bottom-left-child > *, .mkb-s-max-radius-xl-bottom-left-first > *:first-child, .mkb-s-max-radius-xl-bottom-left-last > *:last-child, .mkb-s-max-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-s-max-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-s-max-radius-bottom-right-none, .mkb-s-max-radius-bottom-right-none-child > *, .mkb-s-max-radius-bottom-right-none-first > *:first-child, .mkb-s-max-radius-bottom-right-none-last > *:last-child, .mkb-s-max-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-s-max-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-s-max-radius-s-bottom-right, .mkb-s-max-radius-s-bottom-right-child > *, .mkb-s-max-radius-s-bottom-right-first > *:first-child, .mkb-s-max-radius-s-bottom-right-last > *:last-child, .mkb-s-max-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-s-max-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-s-max-radius-m-bottom-right, .mkb-s-max-radius-m-bottom-right-child > *, .mkb-s-max-radius-m-bottom-right-first > *:first-child, .mkb-s-max-radius-m-bottom-right-last > *:last-child, .mkb-s-max-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-s-max-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-s-max-radius-l-bottom-right, .mkb-s-max-radius-l-bottom-right-child > *, .mkb-s-max-radius-l-bottom-right-first > *:first-child, .mkb-s-max-radius-l-bottom-right-last > *:last-child, .mkb-s-max-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-s-max-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-s-max-radius-xl-bottom-right, .mkb-s-max-radius-xl-bottom-right-child > *, .mkb-s-max-radius-xl-bottom-right-first > *:first-child, .mkb-s-max-radius-xl-bottom-right-last > *:last-child, .mkb-s-max-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-s-max-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-s-max-offset-auto, .mkb-s-max-offset-auto-child > *, .mkb-s-max-offset-auto-first > *:first-child, .mkb-s-max-offset-auto-last > *:last-child, .mkb-s-max-offset-auto-odd > *:nth-child(odd), .mkb-s-max-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-s-max-offset-none, .mkb-s-max-offset-none-child > *, .mkb-s-max-offset-none-first > *:first-child, .mkb-s-max-offset-none-last > *:last-child, .mkb-s-max-offset-none-odd > *:nth-child(odd), .mkb-s-max-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-s-max-offset-inherit, .mkb-s-max-offset-inherit-child > *, .mkb-s-max-offset-inherit-first > *:first-child, .mkb-s-max-offset-inherit-last > *:last-child, .mkb-s-max-offset-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-s-max-offset-top-auto, .mkb-s-max-offset-top-auto-child > *, .mkb-s-max-offset-top-auto-first > *:first-child, .mkb-s-max-offset-top-auto-last > *:last-child, .mkb-s-max-offset-top-auto-odd > *:nth-child(odd), .mkb-s-max-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-s-max-offset-top-none, .mkb-s-max-offset-top-none-child > *, .mkb-s-max-offset-top-none-first > *:first-child, .mkb-s-max-offset-top-none-last > *:last-child, .mkb-s-max-offset-top-none-odd > *:nth-child(odd), .mkb-s-max-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-s-max-offset-top-inherit, .mkb-s-max-offset-top-inherit-child > *, .mkb-s-max-offset-top-inherit-first > *:first-child, .mkb-s-max-offset-top-inherit-last > *:last-child, .mkb-s-max-offset-top-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-s-max-offset-bottom-auto, .mkb-s-max-offset-bottom-auto-child > *, .mkb-s-max-offset-bottom-auto-first > *:first-child, .mkb-s-max-offset-bottom-auto-last > *:last-child, .mkb-s-max-offset-bottom-auto-odd > *:nth-child(odd), .mkb-s-max-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-s-max-offset-bottom-none, .mkb-s-max-offset-bottom-none-child > *, .mkb-s-max-offset-bottom-none-first > *:first-child, .mkb-s-max-offset-bottom-none-last > *:last-child, .mkb-s-max-offset-bottom-none-odd > *:nth-child(odd), .mkb-s-max-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-s-max-offset-bottom-inherit, .mkb-s-max-offset-bottom-inherit-child > *, .mkb-s-max-offset-bottom-inherit-first > *:first-child, .mkb-s-max-offset-bottom-inherit-last > *:last-child, .mkb-s-max-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-s-max-offset-left-auto, .mkb-s-max-offset-left-auto-child > *, .mkb-s-max-offset-left-auto-first > *:first-child, .mkb-s-max-offset-left-auto-last > *:last-child, .mkb-s-max-offset-left-auto-odd > *:nth-child(odd), .mkb-s-max-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-s-max-offset-left-none, .mkb-s-max-offset-left-none-child > *, .mkb-s-max-offset-left-none-first > *:first-child, .mkb-s-max-offset-left-none-last > *:last-child, .mkb-s-max-offset-left-none-odd > *:nth-child(odd), .mkb-s-max-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-s-max-offset-left-inherit, .mkb-s-max-offset-left-inherit-child > *, .mkb-s-max-offset-left-inherit-first > *:first-child, .mkb-s-max-offset-left-inherit-last > *:last-child, .mkb-s-max-offset-left-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-s-max-offset-right-auto, .mkb-s-max-offset-right-auto-child > *, .mkb-s-max-offset-right-auto-first > *:first-child, .mkb-s-max-offset-right-auto-last > *:last-child, .mkb-s-max-offset-right-auto-odd > *:nth-child(odd), .mkb-s-max-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-s-max-offset-right-none, .mkb-s-max-offset-right-none-child > *, .mkb-s-max-offset-right-none-first > *:first-child, .mkb-s-max-offset-right-none-last > *:last-child, .mkb-s-max-offset-right-none-odd > *:nth-child(odd), .mkb-s-max-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-s-max-offset-right-inherit, .mkb-s-max-offset-right-inherit-child > *, .mkb-s-max-offset-right-inherit-first > *:first-child, .mkb-s-max-offset-right-inherit-last > *:last-child, .mkb-s-max-offset-right-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-s-max-offset-vertical-auto, .mkb-s-max-offset-vertical-auto-child > *, .mkb-s-max-offset-vertical-auto-first > *:first-child, .mkb-s-max-offset-vertical-auto-last > *:last-child, .mkb-s-max-offset-vertical-auto-odd > *:nth-child(odd), .mkb-s-max-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-s-max-offset-horizontal-auto, .mkb-s-max-offset-horizontal-auto-child > *, .mkb-s-max-offset-horizontal-auto-first > *:first-child, .mkb-s-max-offset-horizontal-auto-last > *:last-child, .mkb-s-max-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-s-max-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-s-max-offset-vertical-none, .mkb-s-max-offset-vertical-none-child > *, .mkb-s-max-offset-vertical-none-first > *:first-child, .mkb-s-max-offset-vertical-none-last > *:last-child, .mkb-s-max-offset-vertical-none-odd > *:nth-child(odd), .mkb-s-max-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-s-max-offset-horizontal-none, .mkb-s-max-offset-horizontal-none-child > *, .mkb-s-max-offset-horizontal-none-first > *:first-child, .mkb-s-max-offset-horizontal-none-last > *:last-child, .mkb-s-max-offset-horizontal-none-odd > *:nth-child(odd), .mkb-s-max-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-s-max-offset-vertical-inherit, .mkb-s-max-offset-vertical-inherit-child > *, .mkb-s-max-offset-vertical-inherit-first > *:first-child, .mkb-s-max-offset-vertical-inherit-last > *:last-child, .mkb-s-max-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-s-max-offset-horizontal-inherit, .mkb-s-max-offset-horizontal-inherit-child > *, .mkb-s-max-offset-horizontal-inherit-first > *:first-child, .mkb-s-max-offset-horizontal-inherit-last > *:last-child, .mkb-s-max-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-max-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (min-width: 769px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-s-min-container-s, .mkb-s-min-container-s-child > *, .mkb-s-min-container-s-first > *:first-child, .mkb-s-min-container-s-last > *:last-child, .mkb-s-min-container-s-odd > *:nth-child(odd), .mkb-s-min-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-min-container-m, .mkb-s-min-container-m-child > *, .mkb-s-min-container-m-first > *:first-child, .mkb-s-min-container-m-last > *:last-child, .mkb-s-min-container-m-odd > *:nth-child(odd), .mkb-s-min-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-min-container-l, .mkb-s-min-container-l-child > *, .mkb-s-min-container-l-first > *:first-child, .mkb-s-min-container-l-last > *:last-child, .mkb-s-min-container-l-odd > *:nth-child(odd), .mkb-s-min-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-min-container-xl, .mkb-s-min-container-xl-child > *, .mkb-s-min-container-xl-first > *:first-child, .mkb-s-min-container-xl-last > *:last-child, .mkb-s-min-container-xl-odd > *:nth-child(odd), .mkb-s-min-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-s-min-wrapper-pad, .mkb-s-min-wrapper-pad-child > *, .mkb-s-min-wrapper-pad-first > *:first-child, .mkb-s-min-wrapper-pad-last > *:last-child, .mkb-s-min-wrapper-pad-odd > *:nth-child(odd), .mkb-s-min-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-s-min-wrapper-pad-vertical, .mkb-s-min-wrapper-pad-vertical-child > *, .mkb-s-min-wrapper-pad-vertical-first > *:first-child, .mkb-s-min-wrapper-pad-vertical-last > *:last-child, .mkb-s-min-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-s-min-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-s-min-wrapper-pad-horizontal, .mkb-s-min-wrapper-pad-horizontal-child > *, .mkb-s-min-wrapper-pad-horizontal-first > *:first-child, .mkb-s-min-wrapper-pad-horizontal-last > *:last-child, .mkb-s-min-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-s-min-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-s-min-wrapper-gap, .mkb-s-min-wrapper-gap-child > *, .mkb-s-min-wrapper-gap-first > *:first-child, .mkb-s-min-wrapper-gap-last > *:last-child, .mkb-s-min-wrapper-gap-odd > *:nth-child(odd), .mkb-s-min-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-s-min-wrapper-gap-vertical, .mkb-s-min-wrapper-gap-vertical-child > *, .mkb-s-min-wrapper-gap-vertical-first > *:first-child, .mkb-s-min-wrapper-gap-vertical-last > *:last-child, .mkb-s-min-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-s-min-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-s-min-wrapper-gap-horizontal, .mkb-s-min-wrapper-gap-horizontal-child > *, .mkb-s-min-wrapper-gap-horizontal-first > *:first-child, .mkb-s-min-wrapper-gap-horizontal-last > *:last-child, .mkb-s-min-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-s-min-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-s-min-inline, .mkb-s-min-inline-child > *, .mkb-s-min-inline-first > *:first-child, .mkb-s-min-inline-last > *:last-child, .mkb-s-min-inline-odd > *:nth-child(odd), .mkb-s-min-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-s-min-inline-block, .mkb-s-min-inline-block-child > *, .mkb-s-min-inline-block-first > *:first-child, .mkb-s-min-inline-block-last > *:last-child, .mkb-s-min-inline-block-odd > *:nth-child(odd), .mkb-s-min-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-s-min-inline-table, .mkb-s-min-inline-table-child > *, .mkb-s-min-inline-table-first > *:first-child, .mkb-s-min-inline-table-last > *:last-child, .mkb-s-min-inline-table-odd > *:nth-child(odd), .mkb-s-min-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-s-min-inline-flex, .mkb-s-min-inline-flex-child > *, .mkb-s-min-inline-flex-first > *:first-child, .mkb-s-min-inline-flex-last > *:last-child, .mkb-s-min-inline-flex-odd > *:nth-child(odd), .mkb-s-min-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-s-min-inline-flex > *, .mkb-s-min-inline-flex-child > * > *, .mkb-s-min-inline-flex-first > *:first-child > *, .mkb-s-min-inline-flex-last > *:last-child > *, .mkb-s-min-inline-flex-odd > *:nth-child(odd) > *, .mkb-s-min-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-s-min-block, .mkb-s-min-block-child > *, .mkb-s-min-block-first > *:first-child, .mkb-s-min-block-last > *:last-child, .mkb-s-min-block-odd > *:nth-child(odd), .mkb-s-min-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-s-min-table, .mkb-s-min-table-child > *, .mkb-s-min-table-first > *:first-child, .mkb-s-min-table-last > *:last-child, .mkb-s-min-table-odd > *:nth-child(odd), .mkb-s-min-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-s-min-table-row, .mkb-s-min-table-row-child > *, .mkb-s-min-table-row-first > *:first-child, .mkb-s-min-table-row-last > *:last-child, .mkb-s-min-table-row-odd > *:nth-child(odd), .mkb-s-min-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-s-min-table-cell, .mkb-s-min-table-cell-child > *, .mkb-s-min-table-cell-first > *:first-child, .mkb-s-min-table-cell-last > *:last-child, .mkb-s-min-table-cell-odd > *:nth-child(odd), .mkb-s-min-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-s-min-flex, .mkb-s-min-flex-child > *, .mkb-s-min-flex-first > *:first-child, .mkb-s-min-flex-last > *:last-child, .mkb-s-min-flex-odd > *:nth-child(odd), .mkb-s-min-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-s-min-flex > *, .mkb-s-min-flex-child > * > *, .mkb-s-min-flex-first > *:first-child > *, .mkb-s-min-flex-last > *:last-child > *, .mkb-s-min-flex-odd > *:nth-child(odd) > *, .mkb-s-min-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-s-min-none, .mkb-s-min-none-child > *, .mkb-s-min-none-first > *:first-child, .mkb-s-min-none-last > *:last-child, .mkb-s-min-none-odd > *:nth-child(odd), .mkb-s-min-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-s-min-display-inherit, .mkb-s-min-display-inherit-child > *, .mkb-s-min-display-inherit-first > *:first-child, .mkb-s-min-display-inherit-last > *:last-child, .mkb-s-min-display-inherit-odd > *:nth-child(odd), .mkb-s-min-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-s-min-flex-row, .mkb-s-min-flex-row-child > *, .mkb-s-min-flex-row-first > *:first-child, .mkb-s-min-flex-row-last > *:last-child, .mkb-s-min-flex-row-odd > *:nth-child(odd), .mkb-s-min-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-s-min-flex-row-reverse, .mkb-s-min-flex-row-reverse-child > *, .mkb-s-min-flex-row-reverse-first > *:first-child, .mkb-s-min-flex-row-reverse-last > *:last-child, .mkb-s-min-flex-row-reverse-odd > *:nth-child(odd), .mkb-s-min-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-s-min-flex-column, .mkb-s-min-flex-column-child > *, .mkb-s-min-flex-column-first > *:first-child, .mkb-s-min-flex-column-last > *:last-child, .mkb-s-min-flex-column-odd > *:nth-child(odd), .mkb-s-min-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-s-min-flex-column-reverse, .mkb-s-min-flex-column-reverse-child > *, .mkb-s-min-flex-column-reverse-first > *:first-child, .mkb-s-min-flex-column-reverse-last > *:last-child, .mkb-s-min-flex-column-reverse-odd > *:nth-child(odd), .mkb-s-min-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-s-min-flex-direction-inherit, .mkb-s-min-flex-direction-inherit-child > *, .mkb-s-min-flex-direction-inherit-first > *:first-child, .mkb-s-min-flex-direction-inherit-last > *:last-child, .mkb-s-min-flex-direction-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-s-min-flex-wrap-none, .mkb-s-min-flex-wrap-none-child > *, .mkb-s-min-flex-wrap-none-first > *:first-child, .mkb-s-min-flex-wrap-none-last > *:last-child, .mkb-s-min-flex-wrap-none-odd > *:nth-child(odd), .mkb-s-min-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-s-min-flex-wrap, .mkb-s-min-flex-wrap-child > *, .mkb-s-min-flex-wrap-first > *:first-child, .mkb-s-min-flex-wrap-last > *:last-child, .mkb-s-min-flex-wrap-odd > *:nth-child(odd), .mkb-s-min-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-s-min-flex-wrap-reverse, .mkb-s-min-flex-wrap-reverse-child > *, .mkb-s-min-flex-wrap-reverse-first > *:first-child, .mkb-s-min-flex-wrap-reverse-last > *:last-child, .mkb-s-min-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-s-min-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-s-min-flex-wrap-inherit, .mkb-s-min-flex-wrap-inherit-child > *, .mkb-s-min-flex-wrap-inherit-first > *:first-child, .mkb-s-min-flex-wrap-inherit-last > *:last-child, .mkb-s-min-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-s-min-flex-left, .mkb-s-min-flex-left-child > *, .mkb-s-min-flex-left-first > *:first-child, .mkb-s-min-flex-left-last > *:last-child, .mkb-s-min-flex-left-odd > *:nth-child(odd), .mkb-s-min-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-s-min-flex-right, .mkb-s-min-flex-right-child > *, .mkb-s-min-flex-right-first > *:first-child, .mkb-s-min-flex-right-last > *:last-child, .mkb-s-min-flex-right-odd > *:nth-child(odd), .mkb-s-min-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-s-min-flex-center, .mkb-s-min-flex-center-child > *, .mkb-s-min-flex-center-first > *:first-child, .mkb-s-min-flex-center-last > *:last-child, .mkb-s-min-flex-center-odd > *:nth-child(odd), .mkb-s-min-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-s-min-flex-between, .mkb-s-min-flex-between-child > *, .mkb-s-min-flex-between-first > *:first-child, .mkb-s-min-flex-between-last > *:last-child, .mkb-s-min-flex-between-odd > *:nth-child(odd), .mkb-s-min-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-s-min-flex-around, .mkb-s-min-flex-around-child > *, .mkb-s-min-flex-around-first > *:first-child, .mkb-s-min-flex-around-last > *:last-child, .mkb-s-min-flex-around-odd > *:nth-child(odd), .mkb-s-min-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-s-min-flex-justify-inherit, .mkb-s-min-flex-justify-inherit-child > *, .mkb-s-min-flex-justify-inherit-first > *:first-child, .mkb-s-min-flex-justify-inherit-last > *:last-child, .mkb-s-min-flex-justify-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-s-min-flex-align-auto, .mkb-s-min-flex-align-auto-child > *, .mkb-s-min-flex-align-auto-first > *:first-child, .mkb-s-min-flex-align-auto-last > *:last-child, .mkb-s-min-flex-align-auto-odd > *:nth-child(odd), .mkb-s-min-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-s-min-flex-stretch, .mkb-s-min-flex-stretch-child > *, .mkb-s-min-flex-stretch-first > *:first-child, .mkb-s-min-flex-stretch-last > *:last-child, .mkb-s-min-flex-stretch-odd > *:nth-child(odd), .mkb-s-min-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-s-min-flex-middle, .mkb-s-min-flex-middle-child > *, .mkb-s-min-flex-middle-first > *:first-child, .mkb-s-min-flex-middle-last > *:last-child, .mkb-s-min-flex-middle-odd > *:nth-child(odd), .mkb-s-min-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-s-min-flex-top, .mkb-s-min-flex-top-child > *, .mkb-s-min-flex-top-first > *:first-child, .mkb-s-min-flex-top-last > *:last-child, .mkb-s-min-flex-top-odd > *:nth-child(odd), .mkb-s-min-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-s-min-flex-bottom, .mkb-s-min-flex-bottom-child > *, .mkb-s-min-flex-bottom-first > *:first-child, .mkb-s-min-flex-bottom-last > *:last-child, .mkb-s-min-flex-bottom-odd > *:nth-child(odd), .mkb-s-min-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-s-min-flex-baseline, .mkb-s-min-flex-baseline-child > *, .mkb-s-min-flex-baseline-first > *:first-child, .mkb-s-min-flex-baseline-last > *:last-child, .mkb-s-min-flex-baseline-odd > *:nth-child(odd), .mkb-s-min-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-s-min-flex-align-inherit, .mkb-s-min-flex-align-inherit-child > *, .mkb-s-min-flex-align-inherit-first > *:first-child, .mkb-s-min-flex-align-inherit-last > *:last-child, .mkb-s-min-flex-align-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-s-min-flex-self-auto, .mkb-s-min-flex-self-auto-child > *, .mkb-s-min-flex-self-auto-first > *:first-child, .mkb-s-min-flex-self-auto-last > *:last-child, .mkb-s-min-flex-self-auto-odd > *:nth-child(odd), .mkb-s-min-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-s-min-flex-self-stretch, .mkb-s-min-flex-self-stretch-child > *, .mkb-s-min-flex-self-stretch-first > *:first-child, .mkb-s-min-flex-self-stretch-last > *:last-child, .mkb-s-min-flex-self-stretch-odd > *:nth-child(odd), .mkb-s-min-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-s-min-flex-self-middle, .mkb-s-min-flex-self-middle-child > *, .mkb-s-min-flex-self-middle-first > *:first-child, .mkb-s-min-flex-self-middle-last > *:last-child, .mkb-s-min-flex-self-middle-odd > *:nth-child(odd), .mkb-s-min-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-s-min-flex-self-top, .mkb-s-min-flex-self-top-child > *, .mkb-s-min-flex-self-top-first > *:first-child, .mkb-s-min-flex-self-top-last > *:last-child, .mkb-s-min-flex-self-top-odd > *:nth-child(odd), .mkb-s-min-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-s-min-flex-self-bottom, .mkb-s-min-flex-self-bottom-child > *, .mkb-s-min-flex-self-bottom-first > *:first-child, .mkb-s-min-flex-self-bottom-last > *:last-child, .mkb-s-min-flex-self-bottom-odd > *:nth-child(odd), .mkb-s-min-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-s-min-flex-self-baseline, .mkb-s-min-flex-self-baseline-child > *, .mkb-s-min-flex-self-baseline-first > *:first-child, .mkb-s-min-flex-self-baseline-last > *:last-child, .mkb-s-min-flex-self-baseline-odd > *:nth-child(odd), .mkb-s-min-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-s-min-flex-self-inherit, .mkb-s-min-flex-self-inherit-child > *, .mkb-s-min-flex-self-inherit-first > *:first-child, .mkb-s-min-flex-self-inherit-last > *:last-child, .mkb-s-min-flex-self-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-s-min-flex-shrink-none, .mkb-s-min-flex-shrink-none-child > *, .mkb-s-min-flex-shrink-none-first > *:first-child, .mkb-s-min-flex-shrink-none-last > *:last-child, .mkb-s-min-flex-shrink-none-odd > *:nth-child(odd), .mkb-s-min-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-s-min-flex-shrink, .mkb-s-min-flex-shrink-child > *, .mkb-s-min-flex-shrink-first > *:first-child, .mkb-s-min-flex-shrink-last > *:last-child, .mkb-s-min-flex-shrink-odd > *:nth-child(odd), .mkb-s-min-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-s-min-flex-shrink-inherit, .mkb-s-min-flex-shrink-inherit-child > *, .mkb-s-min-flex-shrink-inherit-first > *:first-child, .mkb-s-min-flex-shrink-inherit-last > *:last-child, .mkb-s-min-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-s-min-flex-grow-none, .mkb-s-min-flex-grow-none-child > *, .mkb-s-min-flex-grow-none-first > *:first-child, .mkb-s-min-flex-grow-none-last > *:last-child, .mkb-s-min-flex-grow-none-odd > *:nth-child(odd), .mkb-s-min-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-s-min-flex-grow, .mkb-s-min-flex-grow-child > *, .mkb-s-min-flex-grow-first > *:first-child, .mkb-s-min-flex-grow-last > *:last-child, .mkb-s-min-flex-grow-odd > *:nth-child(odd), .mkb-s-min-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-s-min-flex-grow-inherit, .mkb-s-min-flex-grow-inherit-child > *, .mkb-s-min-flex-grow-inherit-first > *:first-child, .mkb-s-min-flex-grow-inherit-last > *:last-child, .mkb-s-min-flex-grow-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-s-min-flex-order-first, .mkb-s-min-flex-order-first-child > *, .mkb-s-min-flex-order-first-first > *:first-child, .mkb-s-min-flex-order-first-last > *:last-child, .mkb-s-min-flex-order-first-odd > *:nth-child(odd), .mkb-s-min-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-s-min-flex-order-last, .mkb-s-min-flex-order-last-child > *, .mkb-s-min-flex-order-last-first > *:first-child, .mkb-s-min-flex-order-last-last > *:last-child, .mkb-s-min-flex-order-last-odd > *:nth-child(odd), .mkb-s-min-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-s-min-flex-order-inherit, .mkb-s-min-flex-order-inherit-child > *, .mkb-s-min-flex-order-inherit-first > *:first-child, .mkb-s-min-flex-order-inherit-last > *:last-child, .mkb-s-min-flex-order-inherit-odd > *:nth-child(odd), .mkb-s-min-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-s-min-flex-order-0, .mkb-s-min-flex-order-0-child > *, .mkb-s-min-flex-order-0-first > *:first-child, .mkb-s-min-flex-order-0-last > *:last-child, .mkb-s-min-flex-order-0-odd > *:nth-child(odd), .mkb-s-min-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-s-min-flex-order-1, .mkb-s-min-flex-order-1-child > *, .mkb-s-min-flex-order-1-first > *:first-child, .mkb-s-min-flex-order-1-last > *:last-child, .mkb-s-min-flex-order-1-odd > *:nth-child(odd), .mkb-s-min-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-s-min-flex-order-2, .mkb-s-min-flex-order-2-child > *, .mkb-s-min-flex-order-2-first > *:first-child, .mkb-s-min-flex-order-2-last > *:last-child, .mkb-s-min-flex-order-2-odd > *:nth-child(odd), .mkb-s-min-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-s-min-flex-order-3, .mkb-s-min-flex-order-3-child > *, .mkb-s-min-flex-order-3-first > *:first-child, .mkb-s-min-flex-order-3-last > *:last-child, .mkb-s-min-flex-order-3-odd > *:nth-child(odd), .mkb-s-min-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-s-min-flex-order-4, .mkb-s-min-flex-order-4-child > *, .mkb-s-min-flex-order-4-first > *:first-child, .mkb-s-min-flex-order-4-last > *:last-child, .mkb-s-min-flex-order-4-odd > *:nth-child(odd), .mkb-s-min-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-s-min-flex-order-5, .mkb-s-min-flex-order-5-child > *, .mkb-s-min-flex-order-5-first > *:first-child, .mkb-s-min-flex-order-5-last > *:last-child, .mkb-s-min-flex-order-5-odd > *:nth-child(odd), .mkb-s-min-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-s-min-flex-order-6, .mkb-s-min-flex-order-6-child > *, .mkb-s-min-flex-order-6-first > *:first-child, .mkb-s-min-flex-order-6-last > *:last-child, .mkb-s-min-flex-order-6-odd > *:nth-child(odd), .mkb-s-min-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-s-min-flex-order-7, .mkb-s-min-flex-order-7-child > *, .mkb-s-min-flex-order-7-first > *:first-child, .mkb-s-min-flex-order-7-last > *:last-child, .mkb-s-min-flex-order-7-odd > *:nth-child(odd), .mkb-s-min-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-s-min-flex-order-8, .mkb-s-min-flex-order-8-child > *, .mkb-s-min-flex-order-8-first > *:first-child, .mkb-s-min-flex-order-8-last > *:last-child, .mkb-s-min-flex-order-8-odd > *:nth-child(odd), .mkb-s-min-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-s-min-flex-order-9, .mkb-s-min-flex-order-9-child > *, .mkb-s-min-flex-order-9-first > *:first-child, .mkb-s-min-flex-order-9-last > *:last-child, .mkb-s-min-flex-order-9-odd > *:nth-child(odd), .mkb-s-min-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-s-min-flex-order-10, .mkb-s-min-flex-order-10-child > *, .mkb-s-min-flex-order-10-first > *:first-child, .mkb-s-min-flex-order-10-last > *:last-child, .mkb-s-min-flex-order-10-odd > *:nth-child(odd), .mkb-s-min-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-s-min-flex-order-11, .mkb-s-min-flex-order-11-child > *, .mkb-s-min-flex-order-11-first > *:first-child, .mkb-s-min-flex-order-11-last > *:last-child, .mkb-s-min-flex-order-11-odd > *:nth-child(odd), .mkb-s-min-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-s-min-flex-order-12, .mkb-s-min-flex-order-12-child > *, .mkb-s-min-flex-order-12-first > *:first-child, .mkb-s-min-flex-order-12-last > *:last-child, .mkb-s-min-flex-order-12-odd > *:nth-child(odd), .mkb-s-min-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-s-min-table-layout-auto, .mkb-s-min-table-layout-auto-child > *, .mkb-s-min-table-layout-auto-first > *:first-child, .mkb-s-min-table-layout-auto-last > *:last-child, .mkb-s-min-table-layout-auto-odd > *:nth-child(odd), .mkb-s-min-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-s-min-table-fixed, .mkb-s-min-table-fixed-child > *, .mkb-s-min-table-fixed-first > *:first-child, .mkb-s-min-table-fixed-last > *:last-child, .mkb-s-min-table-fixed-odd > *:nth-child(odd), .mkb-s-min-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-s-min-table-layout-inherit, .mkb-s-min-table-layout-inherit-child > *, .mkb-s-min-table-layout-inherit-first > *:first-child, .mkb-s-min-table-layout-inherit-last > *:last-child, .mkb-s-min-table-layout-inherit-odd > *:nth-child(odd), .mkb-s-min-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-s-min-table-seperate, .mkb-s-min-table-seperate-child > *, .mkb-s-min-table-seperate-first > *:first-child, .mkb-s-min-table-seperate-last > *:last-child, .mkb-s-min-table-seperate-odd > *:nth-child(odd), .mkb-s-min-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-s-min-table-collapse, .mkb-s-min-table-collapse-child > *, .mkb-s-min-table-collapse-first > *:first-child, .mkb-s-min-table-collapse-last > *:last-child, .mkb-s-min-table-collapse-odd > *:nth-child(odd), .mkb-s-min-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-s-min-table-collapse-inherit, .mkb-s-min-table-collapse-inherit-child > *, .mkb-s-min-table-collapse-inherit-first > *:first-child, .mkb-s-min-table-collapse-inherit-last > *:last-child, .mkb-s-min-table-collapse-inherit-odd > *:nth-child(odd), .mkb-s-min-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-s-min-table-spacing-s, .mkb-s-min-table-spacing-s-child > *, .mkb-s-min-table-spacing-s-first > *:first-child, .mkb-s-min-table-spacing-s-last > *:last-child, .mkb-s-min-table-spacing-s-odd > *:nth-child(odd), .mkb-s-min-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-s-min-table-spacing-s-vertical, .mkb-s-min-table-spacing-s-vertical-child > *, .mkb-s-min-table-spacing-s-vertical-first > *:first-child, .mkb-s-min-table-spacing-s-vertical-last > *:last-child, .mkb-s-min-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-s-min-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-s-min-table-spacing-s-horizontal, .mkb-s-min-table-spacing-s-horizontal-child > *, .mkb-s-min-table-spacing-s-horizontal-first > *:first-child, .mkb-s-min-table-spacing-s-horizontal-last > *:last-child, .mkb-s-min-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-s-min-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-s-min-table-spacing-m, .mkb-s-min-table-spacing-m-child > *, .mkb-s-min-table-spacing-m-first > *:first-child, .mkb-s-min-table-spacing-m-last > *:last-child, .mkb-s-min-table-spacing-m-odd > *:nth-child(odd), .mkb-s-min-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-s-min-table-spacing-m-vertical, .mkb-s-min-table-spacing-m-vertical-child > *, .mkb-s-min-table-spacing-m-vertical-first > *:first-child, .mkb-s-min-table-spacing-m-vertical-last > *:last-child, .mkb-s-min-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-s-min-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-s-min-table-spacing-m-horizontal, .mkb-s-min-table-spacing-m-horizontal-child > *, .mkb-s-min-table-spacing-m-horizontal-first > *:first-child, .mkb-s-min-table-spacing-m-horizontal-last > *:last-child, .mkb-s-min-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-s-min-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-s-min-table-spacing-l, .mkb-s-min-table-spacing-l-child > *, .mkb-s-min-table-spacing-l-first > *:first-child, .mkb-s-min-table-spacing-l-last > *:last-child, .mkb-s-min-table-spacing-l-odd > *:nth-child(odd), .mkb-s-min-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-s-min-table-spacing-l-vertical, .mkb-s-min-table-spacing-l-vertical-child > *, .mkb-s-min-table-spacing-l-vertical-first > *:first-child, .mkb-s-min-table-spacing-l-vertical-last > *:last-child, .mkb-s-min-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-s-min-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-s-min-table-spacing-l-horizontal, .mkb-s-min-table-spacing-l-horizontal-child > *, .mkb-s-min-table-spacing-l-horizontal-first > *:first-child, .mkb-s-min-table-spacing-l-horizontal-last > *:last-child, .mkb-s-min-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-s-min-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-s-min-table-spacing-xl, .mkb-s-min-table-spacing-xl-child > *, .mkb-s-min-table-spacing-xl-first > *:first-child, .mkb-s-min-table-spacing-xl-last > *:last-child, .mkb-s-min-table-spacing-xl-odd > *:nth-child(odd), .mkb-s-min-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-s-min-table-spacing-xl-vertical, .mkb-s-min-table-spacing-xl-vertical-child > *, .mkb-s-min-table-spacing-xl-vertical-first > *:first-child, .mkb-s-min-table-spacing-xl-vertical-last > *:last-child, .mkb-s-min-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-s-min-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-s-min-table-spacing-xl-horizontal, .mkb-s-min-table-spacing-xl-horizontal-child > *, .mkb-s-min-table-spacing-xl-horizontal-first > *:first-child, .mkb-s-min-table-spacing-xl-horizontal-last > *:last-child, .mkb-s-min-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-s-min-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-s-min-table-spacing-inherit, .mkb-s-min-table-spacing-inherit-child > *, .mkb-s-min-table-spacing-inherit-first > *:first-child, .mkb-s-min-table-spacing-inherit-last > *:last-child, .mkb-s-min-table-spacing-inherit-odd > *:nth-child(odd), .mkb-s-min-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-s-min-column-2, .mkb-s-min-column-2-child > *, .mkb-s-min-column-2-first > *:first-child, .mkb-s-min-column-2-last > *:last-child, .mkb-s-min-column-2-odd > *:nth-child(odd), .mkb-s-min-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-s-min-column-3, .mkb-s-min-column-3-child > *, .mkb-s-min-column-3-first > *:first-child, .mkb-s-min-column-3-last > *:last-child, .mkb-s-min-column-3-odd > *:nth-child(odd), .mkb-s-min-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-s-min-column-4, .mkb-s-min-column-4-child > *, .mkb-s-min-column-4-first > *:first-child, .mkb-s-min-column-4-last > *:last-child, .mkb-s-min-column-4-odd > *:nth-child(odd), .mkb-s-min-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-s-min-column-5, .mkb-s-min-column-5-child > *, .mkb-s-min-column-5-first > *:first-child, .mkb-s-min-column-5-last > *:last-child, .mkb-s-min-column-5-odd > *:nth-child(odd), .mkb-s-min-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-s-min-column-6, .mkb-s-min-column-6-child > *, .mkb-s-min-column-6-first > *:first-child, .mkb-s-min-column-6-last > *:last-child, .mkb-s-min-column-6-odd > *:nth-child(odd), .mkb-s-min-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-s-min-column-7, .mkb-s-min-column-7-child > *, .mkb-s-min-column-7-first > *:first-child, .mkb-s-min-column-7-last > *:last-child, .mkb-s-min-column-7-odd > *:nth-child(odd), .mkb-s-min-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-s-min-column-8, .mkb-s-min-column-8-child > *, .mkb-s-min-column-8-first > *:first-child, .mkb-s-min-column-8-last > *:last-child, .mkb-s-min-column-8-odd > *:nth-child(odd), .mkb-s-min-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-s-min-column-9, .mkb-s-min-column-9-child > *, .mkb-s-min-column-9-first > *:first-child, .mkb-s-min-column-9-last > *:last-child, .mkb-s-min-column-9-odd > *:nth-child(odd), .mkb-s-min-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-s-min-column-10, .mkb-s-min-column-10-child > *, .mkb-s-min-column-10-first > *:first-child, .mkb-s-min-column-10-last > *:last-child, .mkb-s-min-column-10-odd > *:nth-child(odd), .mkb-s-min-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-s-min-column-11, .mkb-s-min-column-11-child > *, .mkb-s-min-column-11-first > *:first-child, .mkb-s-min-column-11-last > *:last-child, .mkb-s-min-column-11-odd > *:nth-child(odd), .mkb-s-min-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-s-min-column-12, .mkb-s-min-column-12-child > *, .mkb-s-min-column-12-first > *:first-child, .mkb-s-min-column-12-last > *:last-child, .mkb-s-min-column-12-odd > *:nth-child(odd), .mkb-s-min-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-s-min-column-gap-s, .mkb-s-min-column-gap-s-child > *, .mkb-s-min-column-gap-s-first > *:first-child, .mkb-s-min-column-gap-s-last > *:last-child, .mkb-s-min-column-gap-s-odd > *:nth-child(odd), .mkb-s-min-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-s-min-column-gap-m, .mkb-s-min-column-gap-m-child > *, .mkb-s-min-column-gap-m-first > *:first-child, .mkb-s-min-column-gap-m-last > *:last-child, .mkb-s-min-column-gap-m-odd > *:nth-child(odd), .mkb-s-min-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-s-min-column-gap-l, .mkb-s-min-column-gap-l-child > *, .mkb-s-min-column-gap-l-first > *:first-child, .mkb-s-min-column-gap-l-last > *:last-child, .mkb-s-min-column-gap-l-odd > *:nth-child(odd), .mkb-s-min-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-s-min-column-gap-xl, .mkb-s-min-column-gap-xl-child > *, .mkb-s-min-column-gap-xl-first > *:first-child, .mkb-s-min-column-gap-xl-last > *:last-child, .mkb-s-min-column-gap-xl-odd > *:nth-child(odd), .mkb-s-min-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-s-min-column-rule-thin, .mkb-s-min-column-rule-thin-child > *, .mkb-s-min-column-rule-thin-first > *:first-child, .mkb-s-min-column-rule-thin-last > *:last-child, .mkb-s-min-column-rule-thin-odd > *:nth-child(odd), .mkb-s-min-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-s-min-column-rule-medium, .mkb-s-min-column-rule-medium-child > *, .mkb-s-min-column-rule-medium-first > *:first-child, .mkb-s-min-column-rule-medium-last > *:last-child, .mkb-s-min-column-rule-medium-odd > *:nth-child(odd), .mkb-s-min-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-s-min-column-rule-thick, .mkb-s-min-column-rule-thick-child > *, .mkb-s-min-column-rule-thick-first > *:first-child, .mkb-s-min-column-rule-thick-last > *:last-child, .mkb-s-min-column-rule-thick-odd > *:nth-child(odd), .mkb-s-min-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-s-min-column-rule-s, .mkb-s-min-column-rule-s-child > *, .mkb-s-min-column-rule-s-first > *:first-child, .mkb-s-min-column-rule-s-last > *:last-child, .mkb-s-min-column-rule-s-odd > *:nth-child(odd), .mkb-s-min-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-s-min-column-rule-m, .mkb-s-min-column-rule-m-child > *, .mkb-s-min-column-rule-m-first > *:first-child, .mkb-s-min-column-rule-m-last > *:last-child, .mkb-s-min-column-rule-m-odd > *:nth-child(odd), .mkb-s-min-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-s-min-column-rule-l, .mkb-s-min-column-rule-l-child > *, .mkb-s-min-column-rule-l-first > *:first-child, .mkb-s-min-column-rule-l-last > *:last-child, .mkb-s-min-column-rule-l-odd > *:nth-child(odd), .mkb-s-min-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-s-min-column-rule-xl, .mkb-s-min-column-rule-xl-child > *, .mkb-s-min-column-rule-xl-first > *:first-child, .mkb-s-min-column-rule-xl-last > *:last-child, .mkb-s-min-column-rule-xl-odd > *:nth-child(odd), .mkb-s-min-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-s-min-column-rule-dotted, .mkb-s-min-column-rule-dotted-child > *, .mkb-s-min-column-rule-dotted-first > *:first-child, .mkb-s-min-column-rule-dotted-last > *:last-child, .mkb-s-min-column-rule-dotted-odd > *:nth-child(odd), .mkb-s-min-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-s-min-column-rule-dashed, .mkb-s-min-column-rule-dashed-child > *, .mkb-s-min-column-rule-dashed-first > *:first-child, .mkb-s-min-column-rule-dashed-last > *:last-child, .mkb-s-min-column-rule-dashed-odd > *:nth-child(odd), .mkb-s-min-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-s-min-column-rule-solid, .mkb-s-min-column-rule-solid-child > *, .mkb-s-min-column-rule-solid-first > *:first-child, .mkb-s-min-column-rule-solid-last > *:last-child, .mkb-s-min-column-rule-solid-odd > *:nth-child(odd), .mkb-s-min-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-s-min-column-rule-double, .mkb-s-min-column-rule-double-child > *, .mkb-s-min-column-rule-double-first > *:first-child, .mkb-s-min-column-rule-double-last > *:last-child, .mkb-s-min-column-rule-double-odd > *:nth-child(odd), .mkb-s-min-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-s-min-column-rule-groove, .mkb-s-min-column-rule-groove-child > *, .mkb-s-min-column-rule-groove-first > *:first-child, .mkb-s-min-column-rule-groove-last > *:last-child, .mkb-s-min-column-rule-groove-odd > *:nth-child(odd), .mkb-s-min-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-s-min-column-rule-ridge, .mkb-s-min-column-rule-ridge-child > *, .mkb-s-min-column-rule-ridge-first > *:first-child, .mkb-s-min-column-rule-ridge-last > *:last-child, .mkb-s-min-column-rule-ridge-odd > *:nth-child(odd), .mkb-s-min-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-s-min-column-rule-inset, .mkb-s-min-column-rule-inset-child > *, .mkb-s-min-column-rule-inset-first > *:first-child, .mkb-s-min-column-rule-inset-last > *:last-child, .mkb-s-min-column-rule-inset-odd > *:nth-child(odd), .mkb-s-min-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-s-min-column-rule-outset, .mkb-s-min-column-rule-outset-child > *, .mkb-s-min-column-rule-outset-first > *:first-child, .mkb-s-min-column-rule-outset-last > *:last-child, .mkb-s-min-column-rule-outset-odd > *:nth-child(odd), .mkb-s-min-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-s-min-static, .mkb-s-min-static-child > *, .mkb-s-min-static-first > *:first-child, .mkb-s-min-static-last > *:last-child, .mkb-s-min-static-odd > *:nth-child(odd), .mkb-s-min-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-s-min-absolute, .mkb-s-min-absolute-child > *, .mkb-s-min-absolute-first > *:first-child, .mkb-s-min-absolute-last > *:last-child, .mkb-s-min-absolute-odd > *:nth-child(odd), .mkb-s-min-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-s-min-fixed, .mkb-s-min-fixed-child > *, .mkb-s-min-fixed-first > *:first-child, .mkb-s-min-fixed-last > *:last-child, .mkb-s-min-fixed-odd > *:nth-child(odd), .mkb-s-min-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-s-min-relative, .mkb-s-min-relative-child > *, .mkb-s-min-relative-first > *:first-child, .mkb-s-min-relative-last > *:last-child, .mkb-s-min-relative-odd > *:nth-child(odd), .mkb-s-min-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-s-min-position-inherit, .mkb-s-min-position-inherit-child > *, .mkb-s-min-position-inherit-first > *:first-child, .mkb-s-min-position-inherit-last > *:last-child, .mkb-s-min-position-inherit-odd > *:nth-child(odd), .mkb-s-min-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-s-min-float-none, .mkb-s-min-float-none-child > *, .mkb-s-min-float-none-first > *:first-child, .mkb-s-min-float-none-last > *:last-child, .mkb-s-min-float-none-odd > *:nth-child(odd), .mkb-s-min-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-s-min-float-left, .mkb-s-min-float-left-child > *, .mkb-s-min-float-left-first > *:first-child, .mkb-s-min-float-left-last > *:last-child, .mkb-s-min-float-left-odd > *:nth-child(odd), .mkb-s-min-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-s-min-float-right, .mkb-s-min-float-right-child > *, .mkb-s-min-float-right-first > *:first-child, .mkb-s-min-float-right-last > *:last-child, .mkb-s-min-float-right-odd > *:nth-child(odd), .mkb-s-min-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-s-min-float-inherit, .mkb-s-min-float-inherit-child > *, .mkb-s-min-float-inherit-first > *:first-child, .mkb-s-min-float-inherit-last > *:last-child, .mkb-s-min-float-inherit-odd > *:nth-child(odd), .mkb-s-min-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-s-min-clear-none, .mkb-s-min-clear-none-child > *, .mkb-s-min-clear-none-first > *:first-child, .mkb-s-min-clear-none-last > *:last-child, .mkb-s-min-clear-none-odd > *:nth-child(odd), .mkb-s-min-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-s-min-clear-left, .mkb-s-min-clear-left-child > *, .mkb-s-min-clear-left-first > *:first-child, .mkb-s-min-clear-left-last > *:last-child, .mkb-s-min-clear-left-odd > *:nth-child(odd), .mkb-s-min-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-s-min-clear-right, .mkb-s-min-clear-right-child > *, .mkb-s-min-clear-right-first > *:first-child, .mkb-s-min-clear-right-last > *:last-child, .mkb-s-min-clear-right-odd > *:nth-child(odd), .mkb-s-min-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-s-min-clear-both, .mkb-s-min-clear-both-child > *, .mkb-s-min-clear-both-first > *:first-child, .mkb-s-min-clear-both-last > *:last-child, .mkb-s-min-clear-both-odd > *:nth-child(odd), .mkb-s-min-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-s-min-clear-inherit, .mkb-s-min-clear-inherit-child > *, .mkb-s-min-clear-inherit-first > *:first-child, .mkb-s-min-clear-inherit-last > *:last-child, .mkb-s-min-clear-inherit-odd > *:nth-child(odd), .mkb-s-min-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-s-min-visible, .mkb-s-min-visible-child > *, .mkb-s-min-visible-first > *:first-child, .mkb-s-min-visible-last > *:last-child, .mkb-s-min-visible-odd > *:nth-child(odd), .mkb-s-min-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-s-min-hidden, .mkb-s-min-hidden-child > *, .mkb-s-min-hidden-first > *:first-child, .mkb-s-min-hidden-last > *:last-child, .mkb-s-min-hidden-odd > *:nth-child(odd), .mkb-s-min-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-s-min-collapse, .mkb-s-min-collapse-child > *, .mkb-s-min-collapse-first > *:first-child, .mkb-s-min-collapse-last > *:last-child, .mkb-s-min-collapse-odd > *:nth-child(odd), .mkb-s-min-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-s-min-inherit, .mkb-s-min-inherit-child > *, .mkb-s-min-inherit-first > *:first-child, .mkb-s-min-inherit-last > *:last-child, .mkb-s-min-inherit-odd > *:nth-child(odd), .mkb-s-min-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-s-min-opacity, .mkb-s-min-opacity-child > *, .mkb-s-min-opacity-first > *:first-child, .mkb-s-min-opacity-last > *:last-child, .mkb-s-min-opacity-odd > *:nth-child(odd), .mkb-s-min-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-s-min-opacity-none, .mkb-s-min-opacity-none-child > *, .mkb-s-min-opacity-none-first > *:first-child, .mkb-s-min-opacity-none-last > *:last-child, .mkb-s-min-opacity-none-odd > *:nth-child(odd), .mkb-s-min-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-s-min-overflow-visible, .mkb-s-min-overflow-visible-child > *, .mkb-s-min-overflow-visible-first > *:first-child, .mkb-s-min-overflow-visible-last > *:last-child, .mkb-s-min-overflow-visible-odd > *:nth-child(odd), .mkb-s-min-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-s-min-overflow-x-visible, .mkb-s-min-overflow-x-visible-child > *, .mkb-s-min-overflow-x-visible-first > *:first-child, .mkb-s-min-overflow-x-visible-last > *:last-child, .mkb-s-min-overflow-x-visible-odd > *:nth-child(odd), .mkb-s-min-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-s-min-overflow-y-visible, .mkb-s-min-overflow-y-visible-child > *, .mkb-s-min-overflow-y-visible-first > *:first-child, .mkb-s-min-overflow-y-visible-last > *:last-child, .mkb-s-min-overflow-y-visible-odd > *:nth-child(odd), .mkb-s-min-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-s-min-overflow-hidden, .mkb-s-min-overflow-hidden-child > *, .mkb-s-min-overflow-hidden-first > *:first-child, .mkb-s-min-overflow-hidden-last > *:last-child, .mkb-s-min-overflow-hidden-odd > *:nth-child(odd), .mkb-s-min-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-s-min-overflow-x-hidden, .mkb-s-min-overflow-x-hidden-child > *, .mkb-s-min-overflow-x-hidden-first > *:first-child, .mkb-s-min-overflow-x-hidden-last > *:last-child, .mkb-s-min-overflow-x-hidden-odd > *:nth-child(odd), .mkb-s-min-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-s-min-overflow-y-hidden, .mkb-s-min-overflow-y-hidden-child > *, .mkb-s-min-overflow-y-hidden-first > *:first-child, .mkb-s-min-overflow-y-hidden-last > *:last-child, .mkb-s-min-overflow-y-hidden-odd > *:nth-child(odd), .mkb-s-min-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-s-min-overflow-scroll, .mkb-s-min-overflow-scroll-child > *, .mkb-s-min-overflow-scroll-first > *:first-child, .mkb-s-min-overflow-scroll-last > *:last-child, .mkb-s-min-overflow-scroll-odd > *:nth-child(odd), .mkb-s-min-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-s-min-overflow-x-scroll, .mkb-s-min-overflow-x-scroll-child > *, .mkb-s-min-overflow-x-scroll-first > *:first-child, .mkb-s-min-overflow-x-scroll-last > *:last-child, .mkb-s-min-overflow-x-scroll-odd > *:nth-child(odd), .mkb-s-min-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-s-min-overflow-y-scroll, .mkb-s-min-overflow-y-scroll-child > *, .mkb-s-min-overflow-y-scroll-first > *:first-child, .mkb-s-min-overflow-y-scroll-last > *:last-child, .mkb-s-min-overflow-y-scroll-odd > *:nth-child(odd), .mkb-s-min-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-s-min-overflow-auto, .mkb-s-min-overflow-auto-child > *, .mkb-s-min-overflow-auto-first > *:first-child, .mkb-s-min-overflow-auto-last > *:last-child, .mkb-s-min-overflow-auto-odd > *:nth-child(odd), .mkb-s-min-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-s-min-overflow-x-auto, .mkb-s-min-overflow-x-auto-child > *, .mkb-s-min-overflow-x-auto-first > *:first-child, .mkb-s-min-overflow-x-auto-last > *:last-child, .mkb-s-min-overflow-x-auto-odd > *:nth-child(odd), .mkb-s-min-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-s-min-overflow-y-auto, .mkb-s-min-overflow-y-auto-child > *, .mkb-s-min-overflow-y-auto-first > *:first-child, .mkb-s-min-overflow-y-auto-last > *:last-child, .mkb-s-min-overflow-y-auto-odd > *:nth-child(odd), .mkb-s-min-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-s-min-overflow-inherit, .mkb-s-min-overflow-inherit-child > *, .mkb-s-min-overflow-inherit-first > *:first-child, .mkb-s-min-overflow-inherit-last > *:last-child, .mkb-s-min-overflow-inherit-odd > *:nth-child(odd), .mkb-s-min-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-s-min-overflow-x-inherit, .mkb-s-min-overflow-x-inherit-child > *, .mkb-s-min-overflow-x-inherit-first > *:first-child, .mkb-s-min-overflow-x-inherit-last > *:last-child, .mkb-s-min-overflow-x-inherit-odd > *:nth-child(odd), .mkb-s-min-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-s-min-overflow-y-inherit, .mkb-s-min-overflow-y-inherit-child > *, .mkb-s-min-overflow-y-inherit-first > *:first-child, .mkb-s-min-overflow-y-inherit-last > *:last-child, .mkb-s-min-overflow-y-inherit-odd > *:nth-child(odd), .mkb-s-min-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-s-min-align-baseline, .mkb-s-min-align-baseline-child > *, .mkb-s-min-align-baseline-first > *:first-child, .mkb-s-min-align-baseline-last > *:last-child, .mkb-s-min-align-baseline-odd > *:nth-child(odd), .mkb-s-min-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-s-min-align-length, .mkb-s-min-align-length-child > *, .mkb-s-min-align-length-first > *:first-child, .mkb-s-min-align-length-last > *:last-child, .mkb-s-min-align-length-odd > *:nth-child(odd), .mkb-s-min-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-s-min-align-sub, .mkb-s-min-align-sub-child > *, .mkb-s-min-align-sub-first > *:first-child, .mkb-s-min-align-sub-last > *:last-child, .mkb-s-min-align-sub-odd > *:nth-child(odd), .mkb-s-min-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-s-min-align-super, .mkb-s-min-align-super-child > *, .mkb-s-min-align-super-first > *:first-child, .mkb-s-min-align-super-last > *:last-child, .mkb-s-min-align-super-odd > *:nth-child(odd), .mkb-s-min-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-s-min-align-top, .mkb-s-min-align-top-child > *, .mkb-s-min-align-top-first > *:first-child, .mkb-s-min-align-top-last > *:last-child, .mkb-s-min-align-top-odd > *:nth-child(odd), .mkb-s-min-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-s-min-align-text-top, .mkb-s-min-align-text-top-child > *, .mkb-s-min-align-text-top-first > *:first-child, .mkb-s-min-align-text-top-last > *:last-child, .mkb-s-min-align-text-top-odd > *:nth-child(odd), .mkb-s-min-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-s-min-align-middle, .mkb-s-min-align-middle-child > *, .mkb-s-min-align-middle-first > *:first-child, .mkb-s-min-align-middle-last > *:last-child, .mkb-s-min-align-middle-odd > *:nth-child(odd), .mkb-s-min-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-s-min-align-bottom, .mkb-s-min-align-bottom-child > *, .mkb-s-min-align-bottom-first > *:first-child, .mkb-s-min-align-bottom-last > *:last-child, .mkb-s-min-align-bottom-odd > *:nth-child(odd), .mkb-s-min-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-s-min-align-text-bottom, .mkb-s-min-align-text-bottom-child > *, .mkb-s-min-align-text-bottom-first > *:first-child, .mkb-s-min-align-text-bottom-last > *:last-child, .mkb-s-min-align-text-bottom-odd > *:nth-child(odd), .mkb-s-min-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-s-min-align-inherit, .mkb-s-min-align-inherit-child > *, .mkb-s-min-align-inherit-first > *:first-child, .mkb-s-min-align-inherit-last > *:last-child, .mkb-s-min-align-inherit-odd > *:nth-child(odd), .mkb-s-min-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-s-min-zindex-first, .mkb-s-min-zindex-first-child > *, .mkb-s-min-zindex-first-first > *:first-child, .mkb-s-min-zindex-first-last > *:last-child, .mkb-s-min-zindex-first-odd > *:nth-child(odd), .mkb-s-min-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-s-min-zindex-last, .mkb-s-min-zindex-last-child > *, .mkb-s-min-zindex-last-first > *:first-child, .mkb-s-min-zindex-last-last > *:last-child, .mkb-s-min-zindex-last-odd > *:nth-child(odd), .mkb-s-min-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-s-min-zindex-inherit, .mkb-s-min-zindex-inherit-child > *, .mkb-s-min-zindex-inherit-first > *:first-child, .mkb-s-min-zindex-inherit-last > *:last-child, .mkb-s-min-zindex-inherit-odd > *:nth-child(odd), .mkb-s-min-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-s-min-zindex-0, .mkb-s-min-zindex-0-child > *, .mkb-s-min-zindex-0-first > *:first-child, .mkb-s-min-zindex-0-last > *:last-child, .mkb-s-min-zindex-0-odd > *:nth-child(odd), .mkb-s-min-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-s-min-zindex-1, .mkb-s-min-zindex-1-child > *, .mkb-s-min-zindex-1-first > *:first-child, .mkb-s-min-zindex-1-last > *:last-child, .mkb-s-min-zindex-1-odd > *:nth-child(odd), .mkb-s-min-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-s-min-zindex-2, .mkb-s-min-zindex-2-child > *, .mkb-s-min-zindex-2-first > *:first-child, .mkb-s-min-zindex-2-last > *:last-child, .mkb-s-min-zindex-2-odd > *:nth-child(odd), .mkb-s-min-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-s-min-zindex-3, .mkb-s-min-zindex-3-child > *, .mkb-s-min-zindex-3-first > *:first-child, .mkb-s-min-zindex-3-last > *:last-child, .mkb-s-min-zindex-3-odd > *:nth-child(odd), .mkb-s-min-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-s-min-zindex-4, .mkb-s-min-zindex-4-child > *, .mkb-s-min-zindex-4-first > *:first-child, .mkb-s-min-zindex-4-last > *:last-child, .mkb-s-min-zindex-4-odd > *:nth-child(odd), .mkb-s-min-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-s-min-zindex-5, .mkb-s-min-zindex-5-child > *, .mkb-s-min-zindex-5-first > *:first-child, .mkb-s-min-zindex-5-last > *:last-child, .mkb-s-min-zindex-5-odd > *:nth-child(odd), .mkb-s-min-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-s-min-zindex-6, .mkb-s-min-zindex-6-child > *, .mkb-s-min-zindex-6-first > *:first-child, .mkb-s-min-zindex-6-last > *:last-child, .mkb-s-min-zindex-6-odd > *:nth-child(odd), .mkb-s-min-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-s-min-zindex-7, .mkb-s-min-zindex-7-child > *, .mkb-s-min-zindex-7-first > *:first-child, .mkb-s-min-zindex-7-last > *:last-child, .mkb-s-min-zindex-7-odd > *:nth-child(odd), .mkb-s-min-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-s-min-zindex-8, .mkb-s-min-zindex-8-child > *, .mkb-s-min-zindex-8-first > *:first-child, .mkb-s-min-zindex-8-last > *:last-child, .mkb-s-min-zindex-8-odd > *:nth-child(odd), .mkb-s-min-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-s-min-zindex-9, .mkb-s-min-zindex-9-child > *, .mkb-s-min-zindex-9-first > *:first-child, .mkb-s-min-zindex-9-last > *:last-child, .mkb-s-min-zindex-9-odd > *:nth-child(odd), .mkb-s-min-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-s-min-zindex-10, .mkb-s-min-zindex-10-child > *, .mkb-s-min-zindex-10-first > *:first-child, .mkb-s-min-zindex-10-last > *:last-child, .mkb-s-min-zindex-10-odd > *:nth-child(odd), .mkb-s-min-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-s-min-zindex-11, .mkb-s-min-zindex-11-child > *, .mkb-s-min-zindex-11-first > *:first-child, .mkb-s-min-zindex-11-last > *:last-child, .mkb-s-min-zindex-11-odd > *:nth-child(odd), .mkb-s-min-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-s-min-zindex-12, .mkb-s-min-zindex-12-child > *, .mkb-s-min-zindex-12-first > *:first-child, .mkb-s-min-zindex-12-last > *:last-child, .mkb-s-min-zindex-12-odd > *:nth-child(odd), .mkb-s-min-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-s-min-list-none, .mkb-s-min-list-none-child > *, .mkb-s-min-list-none-first > *:first-child, .mkb-s-min-list-none-last > *:last-child, .mkb-s-min-list-none-odd > *:nth-child(odd), .mkb-s-min-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-s-min-list-reset, .mkb-s-min-list-reset-child > *, .mkb-s-min-list-reset-first > *:first-child, .mkb-s-min-list-reset-last > *:last-child, .mkb-s-min-list-reset-odd > *:nth-child(odd), .mkb-s-min-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-s-min-list-circle, .mkb-s-min-list-circle-child > *, .mkb-s-min-list-circle-first > *:first-child, .mkb-s-min-list-circle-last > *:last-child, .mkb-s-min-list-circle-odd > *:nth-child(odd), .mkb-s-min-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-s-min-list-decimal, .mkb-s-min-list-decimal-child > *, .mkb-s-min-list-decimal-first > *:first-child, .mkb-s-min-list-decimal-last > *:last-child, .mkb-s-min-list-decimal-odd > *:nth-child(odd), .mkb-s-min-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-s-min-list-decimal-zero, .mkb-s-min-list-decimal-zero-child > *, .mkb-s-min-list-decimal-zero-first > *:first-child, .mkb-s-min-list-decimal-zero-last > *:last-child, .mkb-s-min-list-decimal-zero-odd > *:nth-child(odd), .mkb-s-min-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-s-min-list-disc, .mkb-s-min-list-disc-child > *, .mkb-s-min-list-disc-first > *:first-child, .mkb-s-min-list-disc-last > *:last-child, .mkb-s-min-list-disc-odd > *:nth-child(odd), .mkb-s-min-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-s-min-list-lower-alpha, .mkb-s-min-list-lower-alpha-child > *, .mkb-s-min-list-lower-alpha-first > *:first-child, .mkb-s-min-list-lower-alpha-last > *:last-child, .mkb-s-min-list-lower-alpha-odd > *:nth-child(odd), .mkb-s-min-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-s-min-list-lower-roman, .mkb-s-min-list-lower-roman-child > *, .mkb-s-min-list-lower-roman-first > *:first-child, .mkb-s-min-list-lower-roman-last > *:last-child, .mkb-s-min-list-lower-roman-odd > *:nth-child(odd), .mkb-s-min-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-s-min-list-upper-alpha, .mkb-s-min-list-upper-alpha-child > *, .mkb-s-min-list-upper-alpha-first > *:first-child, .mkb-s-min-list-upper-alpha-last > *:last-child, .mkb-s-min-list-upper-alpha-odd > *:nth-child(odd), .mkb-s-min-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-s-min-list-upper-roman, .mkb-s-min-list-upper-roman-child > *, .mkb-s-min-list-upper-roman-first > *:first-child, .mkb-s-min-list-upper-roman-last > *:last-child, .mkb-s-min-list-upper-roman-odd > *:nth-child(odd), .mkb-s-min-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-s-min-list-square, .mkb-s-min-list-square-child > *, .mkb-s-min-list-square-first > *:first-child, .mkb-s-min-list-square-last > *:last-child, .mkb-s-min-list-square-odd > *:nth-child(odd), .mkb-s-min-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-s-min-list-style-inherit, .mkb-s-min-list-style-inherit-child > *, .mkb-s-min-list-style-inherit-first > *:first-child, .mkb-s-min-list-style-inherit-last > *:last-child, .mkb-s-min-list-style-inherit-odd > *:nth-child(odd), .mkb-s-min-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-s-min-h1,
  .mkb-s-min-h2,
  .mkb-s-min-h3,
  .mkb-s-min-h4,
  .mkb-s-min-h5,
  .mkb-s-min-h6 {
    font-weight: bold;
  }
  .mkb-s-min-h1 {
    font-size: 2.0595rem;
  }
  .mkb-s-min-h2 {
    font-size: 1.83064rem;
  }
  .mkb-s-min-h3 {
    font-size: 1.62721rem;
  }
  .mkb-s-min-h4 {
    font-size: 1.44643rem;
  }
  .mkb-s-min-h5 {
    font-size: 1.28571rem;
  }
  .mkb-s-min-h6 {
    font-size: 1.14286rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-s-min-text-left, .mkb-s-min-text-left-child > *, .mkb-s-min-text-left-first > *:first-child, .mkb-s-min-text-left-last > *:last-child, .mkb-s-min-text-left-odd > *:nth-child(odd), .mkb-s-min-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-s-min-text-center, .mkb-s-min-text-center-child > *, .mkb-s-min-text-center-first > *:first-child, .mkb-s-min-text-center-last > *:last-child, .mkb-s-min-text-center-odd > *:nth-child(odd), .mkb-s-min-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-s-min-text-right, .mkb-s-min-text-right-child > *, .mkb-s-min-text-right-first > *:first-child, .mkb-s-min-text-right-last > *:last-child, .mkb-s-min-text-right-odd > *:nth-child(odd), .mkb-s-min-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-s-min-text-justify, .mkb-s-min-text-justify-child > *, .mkb-s-min-text-justify-first > *:first-child, .mkb-s-min-text-justify-last > *:last-child, .mkb-s-min-text-justify-odd > *:nth-child(odd), .mkb-s-min-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-s-min-text-align-inherit, .mkb-s-min-text-align-inherit-child > *, .mkb-s-min-text-align-inherit-first > *:first-child, .mkb-s-min-text-align-inherit-last > *:last-child, .mkb-s-min-text-align-inherit-odd > *:nth-child(odd), .mkb-s-min-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-s-min-text-decoration-none, .mkb-s-min-text-decoration-none-child > *, .mkb-s-min-text-decoration-none-first > *:first-child, .mkb-s-min-text-decoration-none-last > *:last-child, .mkb-s-min-text-decoration-none-odd > *:nth-child(odd), .mkb-s-min-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-s-min-text-underline, .mkb-s-min-text-underline-child > *, .mkb-s-min-text-underline-first > *:first-child, .mkb-s-min-text-underline-last > *:last-child, .mkb-s-min-text-underline-odd > *:nth-child(odd), .mkb-s-min-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-s-min-text-overline, .mkb-s-min-text-overline-child > *, .mkb-s-min-text-overline-first > *:first-child, .mkb-s-min-text-overline-last > *:last-child, .mkb-s-min-text-overline-odd > *:nth-child(odd), .mkb-s-min-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-s-min-text-line-through, .mkb-s-min-text-line-through-child > *, .mkb-s-min-text-line-through-first > *:first-child, .mkb-s-min-text-line-through-last > *:last-child, .mkb-s-min-text-line-through-odd > *:nth-child(odd), .mkb-s-min-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-s-min-text-decoration-inherit, .mkb-s-min-text-decoration-inherit-child > *, .mkb-s-min-text-decoration-inherit-first > *:first-child, .mkb-s-min-text-decoration-inherit-last > *:last-child, .mkb-s-min-text-decoration-inherit-odd > *:nth-child(odd), .mkb-s-min-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-s-min-text-clip, .mkb-s-min-text-clip-child > *, .mkb-s-min-text-clip-first > *:first-child, .mkb-s-min-text-clip-last > *:last-child, .mkb-s-min-text-clip-odd > *:nth-child(odd), .mkb-s-min-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-s-min-text-ellipsis, .mkb-s-min-text-ellipsis-child > *, .mkb-s-min-text-ellipsis-first > *:first-child, .mkb-s-min-text-ellipsis-last > *:last-child, .mkb-s-min-text-ellipsis-odd > *:nth-child(odd), .mkb-s-min-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-s-min-text-overflow-inherit, .mkb-s-min-text-overflow-inherit-child > *, .mkb-s-min-text-overflow-inherit-first > *:first-child, .mkb-s-min-text-overflow-inherit-last > *:last-child, .mkb-s-min-text-overflow-inherit-odd > *:nth-child(odd), .mkb-s-min-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-s-min-text-transform-none, .mkb-s-min-text-transform-none-child > *, .mkb-s-min-text-transform-none-first > *:first-child, .mkb-s-min-text-transform-none-last > *:last-child, .mkb-s-min-text-transform-none-odd > *:nth-child(odd), .mkb-s-min-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-s-min-text-capitalize, .mkb-s-min-text-capitalize-child > *, .mkb-s-min-text-capitalize-first > *:first-child, .mkb-s-min-text-capitalize-last > *:last-child, .mkb-s-min-text-capitalize-odd > *:nth-child(odd), .mkb-s-min-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-s-min-text-uppercase, .mkb-s-min-text-uppercase-child > *, .mkb-s-min-text-uppercase-first > *:first-child, .mkb-s-min-text-uppercase-last > *:last-child, .mkb-s-min-text-uppercase-odd > *:nth-child(odd), .mkb-s-min-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-s-min-text-lowercase, .mkb-s-min-text-lowercase-child > *, .mkb-s-min-text-lowercase-first > *:first-child, .mkb-s-min-text-lowercase-last > *:last-child, .mkb-s-min-text-lowercase-odd > *:nth-child(odd), .mkb-s-min-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-s-min-text-transform-inherit, .mkb-s-min-text-transform-inherit-child > *, .mkb-s-min-text-transform-inherit-first > *:first-child, .mkb-s-min-text-transform-inherit-last > *:last-child, .mkb-s-min-text-transform-inherit-odd > *:nth-child(odd), .mkb-s-min-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-s-min-text-nowrap, .mkb-s-min-text-nowrap-child > *, .mkb-s-min-text-nowrap-first > *:first-child, .mkb-s-min-text-nowrap-last > *:last-child, .mkb-s-min-text-nowrap-odd > *:nth-child(odd), .mkb-s-min-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-s-min-text-pre, .mkb-s-min-text-pre-child > *, .mkb-s-min-text-pre-first > *:first-child, .mkb-s-min-text-pre-last > *:last-child, .mkb-s-min-text-pre-odd > *:nth-child(odd), .mkb-s-min-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-s-min-text-pre-line, .mkb-s-min-text-pre-line-child > *, .mkb-s-min-text-pre-line-first > *:first-child, .mkb-s-min-text-pre-line-last > *:last-child, .mkb-s-min-text-pre-line-odd > *:nth-child(odd), .mkb-s-min-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-s-min-text-pre-wrap, .mkb-s-min-text-pre-wrap-child > *, .mkb-s-min-text-pre-wrap-first > *:first-child, .mkb-s-min-text-pre-wrap-last > *:last-child, .mkb-s-min-text-pre-wrap-odd > *:nth-child(odd), .mkb-s-min-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-s-min-text-break-all, .mkb-s-min-text-break-all-child > *, .mkb-s-min-text-break-all-first > *:first-child, .mkb-s-min-text-break-all-last > *:last-child, .mkb-s-min-text-break-all-odd > *:nth-child(odd), .mkb-s-min-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-s-min-text-keep-all, .mkb-s-min-text-keep-all-child > *, .mkb-s-min-text-keep-all-first > *:first-child, .mkb-s-min-text-keep-all-last > *:last-child, .mkb-s-min-text-keep-all-odd > *:nth-child(odd), .mkb-s-min-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-s-min-text-break-word, .mkb-s-min-text-break-word-child > *, .mkb-s-min-text-break-word-first > *:first-child, .mkb-s-min-text-break-word-last > *:last-child, .mkb-s-min-text-break-word-odd > *:nth-child(odd), .mkb-s-min-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-s-min-text-style-normal, .mkb-s-min-text-style-normal-child > *, .mkb-s-min-text-style-normal-first > *:first-child, .mkb-s-min-text-style-normal-last > *:last-child, .mkb-s-min-text-style-normal-odd > *:nth-child(odd), .mkb-s-min-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-s-min-text-italic, .mkb-s-min-text-italic-child > *, .mkb-s-min-text-italic-first > *:first-child, .mkb-s-min-text-italic-last > *:last-child, .mkb-s-min-text-italic-odd > *:nth-child(odd), .mkb-s-min-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-s-min-text-oblique, .mkb-s-min-text-oblique-child > *, .mkb-s-min-text-oblique-first > *:first-child, .mkb-s-min-text-oblique-last > *:last-child, .mkb-s-min-text-oblique-odd > *:nth-child(odd), .mkb-s-min-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-s-min-text-weight-normal, .mkb-s-min-text-weight-normal-child > *, .mkb-s-min-text-weight-normal-first > *:first-child, .mkb-s-min-text-weight-normal-last > *:last-child, .mkb-s-min-text-weight-normal-odd > *:nth-child(odd), .mkb-s-min-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-s-min-text-bold, .mkb-s-min-text-bold-child > *, .mkb-s-min-text-bold-first > *:first-child, .mkb-s-min-text-bold-last > *:last-child, .mkb-s-min-text-bold-odd > *:nth-child(odd), .mkb-s-min-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-s-min-text-bolder, .mkb-s-min-text-bolder-child > *, .mkb-s-min-text-bolder-first > *:first-child, .mkb-s-min-text-bolder-last > *:last-child, .mkb-s-min-text-bolder-odd > *:nth-child(odd), .mkb-s-min-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-s-min-text-lighter, .mkb-s-min-text-lighter-child > *, .mkb-s-min-text-lighter-first > *:first-child, .mkb-s-min-text-lighter-last > *:last-child, .mkb-s-min-text-lighter-odd > *:nth-child(odd), .mkb-s-min-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-s-min-text-variant-normal, .mkb-s-min-text-variant-normal-child > *, .mkb-s-min-text-variant-normal-first > *:first-child, .mkb-s-min-text-variant-normal-last > *:last-child, .mkb-s-min-text-variant-normal-odd > *:nth-child(odd), .mkb-s-min-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-s-min-text-small-caps, .mkb-s-min-text-small-caps-child > *, .mkb-s-min-text-small-caps-first > *:first-child, .mkb-s-min-text-small-caps-last > *:last-child, .mkb-s-min-text-small-caps-odd > *:nth-child(odd), .mkb-s-min-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-s-min-text-weight-100, .mkb-s-min-text-weight-10-child > *, .mkb-s-min-text-weight-10-first > *:first-child, .mkb-s-min-text-weight-10-last > *:last-child, .mkb-s-min-text-weight-10-odd > *:nth-child(odd), .mkb-s-min-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-s-min-text-weight-200, .mkb-s-min-text-weight-20-child > *, .mkb-s-min-text-weight-20-first > *:first-child, .mkb-s-min-text-weight-20-last > *:last-child, .mkb-s-min-text-weight-20-odd > *:nth-child(odd), .mkb-s-min-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-s-min-text-weight-300, .mkb-s-min-text-weight-30-child > *, .mkb-s-min-text-weight-30-first > *:first-child, .mkb-s-min-text-weight-30-last > *:last-child, .mkb-s-min-text-weight-30-odd > *:nth-child(odd), .mkb-s-min-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-s-min-text-weight-400, .mkb-s-min-text-weight-40-child > *, .mkb-s-min-text-weight-40-first > *:first-child, .mkb-s-min-text-weight-40-last > *:last-child, .mkb-s-min-text-weight-40-odd > *:nth-child(odd), .mkb-s-min-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-s-min-text-weight-500, .mkb-s-min-text-weight-50-child > *, .mkb-s-min-text-weight-50-first > *:first-child, .mkb-s-min-text-weight-50-last > *:last-child, .mkb-s-min-text-weight-50-odd > *:nth-child(odd), .mkb-s-min-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-s-min-text-weight-600, .mkb-s-min-text-weight-60-child > *, .mkb-s-min-text-weight-60-first > *:first-child, .mkb-s-min-text-weight-60-last > *:last-child, .mkb-s-min-text-weight-60-odd > *:nth-child(odd), .mkb-s-min-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-s-min-text-weight-700, .mkb-s-min-text-weight-70-child > *, .mkb-s-min-text-weight-70-first > *:first-child, .mkb-s-min-text-weight-70-last > *:last-child, .mkb-s-min-text-weight-70-odd > *:nth-child(odd), .mkb-s-min-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-s-min-text-weight-800, .mkb-s-min-text-weight-80-child > *, .mkb-s-min-text-weight-80-first > *:first-child, .mkb-s-min-text-weight-80-last > *:last-child, .mkb-s-min-text-weight-80-odd > *:nth-child(odd), .mkb-s-min-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-s-min-text-weight-900, .mkb-s-min-text-weight-90-child > *, .mkb-s-min-text-weight-90-first > *:first-child, .mkb-s-min-text-weight-90-last > *:last-child, .mkb-s-min-text-weight-90-odd > *:nth-child(odd), .mkb-s-min-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-s-min-background-scroll, .mkb-s-min-background-scroll-child > *, .mkb-s-min-background-scroll-first > *:first-child, .mkb-s-min-background-scroll-last > *:last-child, .mkb-s-min-background-scroll-odd > *:nth-child(odd), .mkb-s-min-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-s-min-background-fixed, .mkb-s-min-background-fixed-child > *, .mkb-s-min-background-fixed-first > *:first-child, .mkb-s-min-background-fixed-last > *:last-child, .mkb-s-min-background-fixed-odd > *:nth-child(odd), .mkb-s-min-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-s-min-background-local, .mkb-s-min-background-local-child > *, .mkb-s-min-background-local-first > *:first-child, .mkb-s-min-background-local-last > *:last-child, .mkb-s-min-background-local-odd > *:nth-child(odd), .mkb-s-min-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-s-min-background-attachment-inherit, .mkb-s-min-background-attachment-inherit-child > *, .mkb-s-min-background-attachment-inherit-first > *:first-child, .mkb-s-min-background-attachment-inherit-last > *:last-child, .mkb-s-min-background-attachment-inherit-odd > *:nth-child(odd), .mkb-s-min-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-s-min-background-size-auto, .mkb-s-min-background-size-auto-child > *, .mkb-s-min-background-size-auto-first > *:first-child, .mkb-s-min-background-size-auto-last > *:last-child, .mkb-s-min-background-size-auto-odd > *:nth-child(odd), .mkb-s-min-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-s-min-background-length, .mkb-s-min-background-length-child > *, .mkb-s-min-background-length-first > *:first-child, .mkb-s-min-background-length-last > *:last-child, .mkb-s-min-background-length-odd > *:nth-child(odd), .mkb-s-min-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-s-min-background-cover, .mkb-s-min-background-cover-child > *, .mkb-s-min-background-cover-first > *:first-child, .mkb-s-min-background-cover-last > *:last-child, .mkb-s-min-background-cover-odd > *:nth-child(odd), .mkb-s-min-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-s-min-background-contain, .mkb-s-min-background-contain-child > *, .mkb-s-min-background-contain-first > *:first-child, .mkb-s-min-background-contain-last > *:last-child, .mkb-s-min-background-contain-odd > *:nth-child(odd), .mkb-s-min-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-s-min-background-size-inherit, .mkb-s-min-background-size-inherit-child > *, .mkb-s-min-background-size-inherit-first > *:first-child, .mkb-s-min-background-size-inherit-last > *:last-child, .mkb-s-min-background-size-inherit-odd > *:nth-child(odd), .mkb-s-min-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-s-min-background-repeat, .mkb-s-min-background-repeat-child > *, .mkb-s-min-background-repeat-first > *:first-child, .mkb-s-min-background-repeat-last > *:last-child, .mkb-s-min-background-repeat-odd > *:nth-child(odd), .mkb-s-min-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-s-min-background-repeat-x, .mkb-s-min-background-repeat-x-child > *, .mkb-s-min-background-repeat-x-first > *:first-child, .mkb-s-min-background-repeat-x-last > *:last-child, .mkb-s-min-background-repeat-x-odd > *:nth-child(odd), .mkb-s-min-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-s-min-background-repeat-y, .mkb-s-min-background-repeat-y-child > *, .mkb-s-min-background-repeat-y-first > *:first-child, .mkb-s-min-background-repeat-y-last > *:last-child, .mkb-s-min-background-repeat-y-odd > *:nth-child(odd), .mkb-s-min-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-s-min-background-repeat-none, .mkb-s-min-background-repeat-none-child > *, .mkb-s-min-background-repeat-none-first > *:first-child, .mkb-s-min-background-repeat-none-last > *:last-child, .mkb-s-min-background-repeat-none-odd > *:nth-child(odd), .mkb-s-min-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-s-min-background-repeat-inherit, .mkb-s-min-background-repeat-inherit-child > *, .mkb-s-min-background-repeat-inherit-first > *:first-child, .mkb-s-min-background-repeat-inherit-last > *:last-child, .mkb-s-min-background-repeat-inherit-odd > *:nth-child(odd), .mkb-s-min-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-s-min-background-left-top, .mkb-s-min-background-left-top-child > *, .mkb-s-min-background-left-top-first > *:first-child, .mkb-s-min-background-left-top-last > *:last-child, .mkb-s-min-background-left-top-odd > *:nth-child(odd), .mkb-s-min-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-s-min-background-left-center, .mkb-s-min-background-left-center-child > *, .mkb-s-min-background-left-center-first > *:first-child, .mkb-s-min-background-left-center-last > *:last-child, .mkb-s-min-background-left-center-odd > *:nth-child(odd), .mkb-s-min-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-s-min-background-left-bottom, .mkb-s-min-background-left-bottom-child > *, .mkb-s-min-background-left-bottom-first > *:first-child, .mkb-s-min-background-left-bottom-last > *:last-child, .mkb-s-min-background-left-bottom-odd > *:nth-child(odd), .mkb-s-min-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-s-min-background-right-top, .mkb-s-min-background-right-top-child > *, .mkb-s-min-background-right-top-first > *:first-child, .mkb-s-min-background-right-top-last > *:last-child, .mkb-s-min-background-right-top-odd > *:nth-child(odd), .mkb-s-min-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-s-min-background-right-center, .mkb-s-min-background-right-center-child > *, .mkb-s-min-background-right-center-first > *:first-child, .mkb-s-min-background-right-center-last > *:last-child, .mkb-s-min-background-right-center-odd > *:nth-child(odd), .mkb-s-min-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-s-min-background-right-bottom, .mkb-s-min-background-right-bottom-child > *, .mkb-s-min-background-right-bottom-first > *:first-child, .mkb-s-min-background-right-bottom-last > *:last-child, .mkb-s-min-background-right-bottom-odd > *:nth-child(odd), .mkb-s-min-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-s-min-background-center-top, .mkb-s-min-background-center-top-child > *, .mkb-s-min-background-center-top-first > *:first-child, .mkb-s-min-background-center-top-last > *:last-child, .mkb-s-min-background-center-top-odd > *:nth-child(odd), .mkb-s-min-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-s-min-background-center-center, .mkb-s-min-background-center-center-child > *, .mkb-s-min-background-center-center-first > *:first-child, .mkb-s-min-background-center-center-last > *:last-child, .mkb-s-min-background-center-center-odd > *:nth-child(odd), .mkb-s-min-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-s-min-background-center-bottom, .mkb-s-min-background-center-bottom-child > *, .mkb-s-min-background-center-bottom-first > *:first-child, .mkb-s-min-background-center-bottom-last > *:last-child, .mkb-s-min-background-center-bottom-odd > *:nth-child(odd), .mkb-s-min-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-s-min-background-position-inherit, .mkb-s-min-background-position-inherit-child > *, .mkb-s-min-background-position-inherit-first > *:first-child, .mkb-s-min-background-position-inherit-last > *:last-child, .mkb-s-min-background-position-inherit-odd > *:nth-child(odd), .mkb-s-min-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-s-min-background-clip-border, .mkb-s-min-background-clip-border-child > *, .mkb-s-min-background-clip-border-first > *:first-child, .mkb-s-min-background-clip-border-last > *:last-child, .mkb-s-min-background-clip-border-odd > *:nth-child(odd), .mkb-s-min-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-s-min-background-clip-padding, .mkb-s-min-background-clip-padding-child > *, .mkb-s-min-background-clip-padding-first > *:first-child, .mkb-s-min-background-clip-padding-last > *:last-child, .mkb-s-min-background-clip-padding-odd > *:nth-child(odd), .mkb-s-min-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-s-min-background-clip-content, .mkb-s-min-background-clip-content-child > *, .mkb-s-min-background-clip-content-first > *:first-child, .mkb-s-min-background-clip-content-last > *:last-child, .mkb-s-min-background-clip-content-odd > *:nth-child(odd), .mkb-s-min-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-s-min-background-clip-inherit, .mkb-s-min-background-clip-inherit-child > *, .mkb-s-min-background-clip-inherit-first > *:first-child, .mkb-s-min-background-clip-inherit-last > *:last-child, .mkb-s-min-background-clip-inherit-odd > *:nth-child(odd), .mkb-s-min-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-s-min-background-origin-padding, .mkb-s-min-background-origin-padding-child > *, .mkb-s-min-background-origin-padding-first > *:first-child, .mkb-s-min-background-origin-padding-last > *:last-child, .mkb-s-min-background-origin-padding-odd > *:nth-child(odd), .mkb-s-min-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-s-min-background-origin-border, .mkb-s-min-background-origin-border-child > *, .mkb-s-min-background-origin-border-first > *:first-child, .mkb-s-min-background-origin-border-last > *:last-child, .mkb-s-min-background-origin-border-odd > *:nth-child(odd), .mkb-s-min-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-s-min-background-origin-content, .mkb-s-min-background-origin-content-child > *, .mkb-s-min-background-origin-content-first > *:first-child, .mkb-s-min-background-origin-content-last > *:last-child, .mkb-s-min-background-origin-content-odd > *:nth-child(odd), .mkb-s-min-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-s-min-background-origin-inherit, .mkb-s-min-background-origin-inherit-child > *, .mkb-s-min-background-origin-inherit-first > *:first-child, .mkb-s-min-background-origin-inherit-last > *:last-child, .mkb-s-min-background-origin-inherit-odd > *:nth-child(odd), .mkb-s-min-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-s-min-width, .mkb-s-min-width-child > *, .mkb-s-min-width-first > *:first-child, .mkb-s-min-width-last > *:last-child, .mkb-s-min-width-odd > *:nth-child(odd), .mkb-s-min-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-min-width-1-8, .mkb-s-min-width-1-8-child > *, .mkb-s-min-width-1-8-first > *:first-child, .mkb-s-min-width-1-8-last > *:last-child, .mkb-s-min-width-1-8-odd > *:nth-child(odd), .mkb-s-min-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-s-min-width-2-8, .mkb-s-min-width-2-8-child > *, .mkb-s-min-width-2-8-first > *:first-child, .mkb-s-min-width-2-8-last > *:last-child, .mkb-s-min-width-2-8-odd > *:nth-child(odd), .mkb-s-min-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-s-min-width-3-8, .mkb-s-min-width-3-8-child > *, .mkb-s-min-width-3-8-first > *:first-child, .mkb-s-min-width-3-8-last > *:last-child, .mkb-s-min-width-3-8-odd > *:nth-child(odd), .mkb-s-min-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-s-min-width-4-8, .mkb-s-min-width-4-8-child > *, .mkb-s-min-width-4-8-first > *:first-child, .mkb-s-min-width-4-8-last > *:last-child, .mkb-s-min-width-4-8-odd > *:nth-child(odd), .mkb-s-min-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-min-width-5-8, .mkb-s-min-width-5-8-child > *, .mkb-s-min-width-5-8-first > *:first-child, .mkb-s-min-width-5-8-last > *:last-child, .mkb-s-min-width-5-8-odd > *:nth-child(odd), .mkb-s-min-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-s-min-width-6-8, .mkb-s-min-width-6-8-child > *, .mkb-s-min-width-6-8-first > *:first-child, .mkb-s-min-width-6-8-last > *:last-child, .mkb-s-min-width-6-8-odd > *:nth-child(odd), .mkb-s-min-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-s-min-width-7-8, .mkb-s-min-width-7-8-child > *, .mkb-s-min-width-7-8-first > *:first-child, .mkb-s-min-width-7-8-last > *:last-child, .mkb-s-min-width-7-8-odd > *:nth-child(odd), .mkb-s-min-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-s-min-width-8-8, .mkb-s-min-width-8-8-child > *, .mkb-s-min-width-8-8-first > *:first-child, .mkb-s-min-width-8-8-last > *:last-child, .mkb-s-min-width-8-8-odd > *:nth-child(odd), .mkb-s-min-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-min-width-1-10, .mkb-s-min-width-1-10-child > *, .mkb-s-min-width-1-10-first > *:first-child, .mkb-s-min-width-1-10-last > *:last-child, .mkb-s-min-width-1-10-odd > *:nth-child(odd), .mkb-s-min-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-s-min-width-2-10, .mkb-s-min-width-2-10-child > *, .mkb-s-min-width-2-10-first > *:first-child, .mkb-s-min-width-2-10-last > *:last-child, .mkb-s-min-width-2-10-odd > *:nth-child(odd), .mkb-s-min-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-s-min-width-3-10, .mkb-s-min-width-3-10-child > *, .mkb-s-min-width-3-10-first > *:first-child, .mkb-s-min-width-3-10-last > *:last-child, .mkb-s-min-width-3-10-odd > *:nth-child(odd), .mkb-s-min-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-s-min-width-4-10, .mkb-s-min-width-4-10-child > *, .mkb-s-min-width-4-10-first > *:first-child, .mkb-s-min-width-4-10-last > *:last-child, .mkb-s-min-width-4-10-odd > *:nth-child(odd), .mkb-s-min-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-s-min-width-5-10, .mkb-s-min-width-5-10-child > *, .mkb-s-min-width-5-10-first > *:first-child, .mkb-s-min-width-5-10-last > *:last-child, .mkb-s-min-width-5-10-odd > *:nth-child(odd), .mkb-s-min-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-min-width-6-10, .mkb-s-min-width-6-10-child > *, .mkb-s-min-width-6-10-first > *:first-child, .mkb-s-min-width-6-10-last > *:last-child, .mkb-s-min-width-6-10-odd > *:nth-child(odd), .mkb-s-min-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-s-min-width-7-10, .mkb-s-min-width-7-10-child > *, .mkb-s-min-width-7-10-first > *:first-child, .mkb-s-min-width-7-10-last > *:last-child, .mkb-s-min-width-7-10-odd > *:nth-child(odd), .mkb-s-min-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-s-min-width-8-10, .mkb-s-min-width-8-10-child > *, .mkb-s-min-width-8-10-first > *:first-child, .mkb-s-min-width-8-10-last > *:last-child, .mkb-s-min-width-8-10-odd > *:nth-child(odd), .mkb-s-min-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-s-min-width-9-10, .mkb-s-min-width-9-10-child > *, .mkb-s-min-width-9-10-first > *:first-child, .mkb-s-min-width-9-10-last > *:last-child, .mkb-s-min-width-9-10-odd > *:nth-child(odd), .mkb-s-min-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-s-min-width-10-10, .mkb-s-min-width-10-10-child > *, .mkb-s-min-width-10-10-first > *:first-child, .mkb-s-min-width-10-10-last > *:last-child, .mkb-s-min-width-10-10-odd > *:nth-child(odd), .mkb-s-min-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-min-width-1-12, .mkb-s-min-width-1-12-child > *, .mkb-s-min-width-1-12-first > *:first-child, .mkb-s-min-width-1-12-last > *:last-child, .mkb-s-min-width-1-12-odd > *:nth-child(odd), .mkb-s-min-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-s-min-width-2-12, .mkb-s-min-width-2-12-child > *, .mkb-s-min-width-2-12-first > *:first-child, .mkb-s-min-width-2-12-last > *:last-child, .mkb-s-min-width-2-12-odd > *:nth-child(odd), .mkb-s-min-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-s-min-width-3-12, .mkb-s-min-width-3-12-child > *, .mkb-s-min-width-3-12-first > *:first-child, .mkb-s-min-width-3-12-last > *:last-child, .mkb-s-min-width-3-12-odd > *:nth-child(odd), .mkb-s-min-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-s-min-width-4-12, .mkb-s-min-width-4-12-child > *, .mkb-s-min-width-4-12-first > *:first-child, .mkb-s-min-width-4-12-last > *:last-child, .mkb-s-min-width-4-12-odd > *:nth-child(odd), .mkb-s-min-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-s-min-width-5-12, .mkb-s-min-width-5-12-child > *, .mkb-s-min-width-5-12-first > *:first-child, .mkb-s-min-width-5-12-last > *:last-child, .mkb-s-min-width-5-12-odd > *:nth-child(odd), .mkb-s-min-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-s-min-width-6-12, .mkb-s-min-width-6-12-child > *, .mkb-s-min-width-6-12-first > *:first-child, .mkb-s-min-width-6-12-last > *:last-child, .mkb-s-min-width-6-12-odd > *:nth-child(odd), .mkb-s-min-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-s-min-width-7-12, .mkb-s-min-width-7-12-child > *, .mkb-s-min-width-7-12-first > *:first-child, .mkb-s-min-width-7-12-last > *:last-child, .mkb-s-min-width-7-12-odd > *:nth-child(odd), .mkb-s-min-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-s-min-width-8-12, .mkb-s-min-width-8-12-child > *, .mkb-s-min-width-8-12-first > *:first-child, .mkb-s-min-width-8-12-last > *:last-child, .mkb-s-min-width-8-12-odd > *:nth-child(odd), .mkb-s-min-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-s-min-width-9-12, .mkb-s-min-width-9-12-child > *, .mkb-s-min-width-9-12-first > *:first-child, .mkb-s-min-width-9-12-last > *:last-child, .mkb-s-min-width-9-12-odd > *:nth-child(odd), .mkb-s-min-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-s-min-width-10-12, .mkb-s-min-width-10-12-child > *, .mkb-s-min-width-10-12-first > *:first-child, .mkb-s-min-width-10-12-last > *:last-child, .mkb-s-min-width-10-12-odd > *:nth-child(odd), .mkb-s-min-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-s-min-width-11-12, .mkb-s-min-width-11-12-child > *, .mkb-s-min-width-11-12-first > *:first-child, .mkb-s-min-width-11-12-last > *:last-child, .mkb-s-min-width-11-12-odd > *:nth-child(odd), .mkb-s-min-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-s-min-width-12-12, .mkb-s-min-width-12-12-child > *, .mkb-s-min-width-12-12-first > *:first-child, .mkb-s-min-width-12-12-last > *:last-child, .mkb-s-min-width-12-12-odd > *:nth-child(odd), .mkb-s-min-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-s-min-width-none, .mkb-s-min-width-none-child > *, .mkb-s-min-width-none-first > *:first-child, .mkb-s-min-width-none-last > *:last-child, .mkb-s-min-width-none-odd > *:nth-child(odd), .mkb-s-min-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-s-min-width-auto, .mkb-s-min-width-auto-child > *, .mkb-s-min-width-auto-first > *:first-child, .mkb-s-min-width-auto-last > *:last-child, .mkb-s-min-width-auto-odd > *:nth-child(odd), .mkb-s-min-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-s-min-width-min, .mkb-s-min-width-min-child > *, .mkb-s-min-width-min-first > *:first-child, .mkb-s-min-width-min-last > *:last-child, .mkb-s-min-width-min-odd > *:nth-child(odd), .mkb-s-min-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-min-width-min-1-8, .mkb-s-min-width-min-1-8-child > *, .mkb-s-min-width-min-1-8-first > *:first-child, .mkb-s-min-width-min-1-8-last > *:last-child, .mkb-s-min-width-min-1-8-odd > *:nth-child(odd), .mkb-s-min-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-s-min-width-min-2-8, .mkb-s-min-width-min-2-8-child > *, .mkb-s-min-width-min-2-8-first > *:first-child, .mkb-s-min-width-min-2-8-last > *:last-child, .mkb-s-min-width-min-2-8-odd > *:nth-child(odd), .mkb-s-min-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-s-min-width-min-3-8, .mkb-s-min-width-min-3-8-child > *, .mkb-s-min-width-min-3-8-first > *:first-child, .mkb-s-min-width-min-3-8-last > *:last-child, .mkb-s-min-width-min-3-8-odd > *:nth-child(odd), .mkb-s-min-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-s-min-width-min-4-8, .mkb-s-min-width-min-4-8-child > *, .mkb-s-min-width-min-4-8-first > *:first-child, .mkb-s-min-width-min-4-8-last > *:last-child, .mkb-s-min-width-min-4-8-odd > *:nth-child(odd), .mkb-s-min-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-min-width-min-5-8, .mkb-s-min-width-min-5-8-child > *, .mkb-s-min-width-min-5-8-first > *:first-child, .mkb-s-min-width-min-5-8-last > *:last-child, .mkb-s-min-width-min-5-8-odd > *:nth-child(odd), .mkb-s-min-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-s-min-width-min-6-8, .mkb-s-min-width-min-6-8-child > *, .mkb-s-min-width-min-6-8-first > *:first-child, .mkb-s-min-width-min-6-8-last > *:last-child, .mkb-s-min-width-min-6-8-odd > *:nth-child(odd), .mkb-s-min-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-s-min-width-min-7-8, .mkb-s-min-width-min-7-8-child > *, .mkb-s-min-width-min-7-8-first > *:first-child, .mkb-s-min-width-min-7-8-last > *:last-child, .mkb-s-min-width-min-7-8-odd > *:nth-child(odd), .mkb-s-min-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-s-min-width-min-8-8, .mkb-s-min-width-min-8-8-child > *, .mkb-s-min-width-min-8-8-first > *:first-child, .mkb-s-min-width-min-8-8-last > *:last-child, .mkb-s-min-width-min-8-8-odd > *:nth-child(odd), .mkb-s-min-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-min-width-min-1-10, .mkb-s-min-width-min-1-10-child > *, .mkb-s-min-width-min-1-10-first > *:first-child, .mkb-s-min-width-min-1-10-last > *:last-child, .mkb-s-min-width-min-1-10-odd > *:nth-child(odd), .mkb-s-min-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-s-min-width-min-2-10, .mkb-s-min-width-min-2-10-child > *, .mkb-s-min-width-min-2-10-first > *:first-child, .mkb-s-min-width-min-2-10-last > *:last-child, .mkb-s-min-width-min-2-10-odd > *:nth-child(odd), .mkb-s-min-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-s-min-width-min-3-10, .mkb-s-min-width-min-3-10-child > *, .mkb-s-min-width-min-3-10-first > *:first-child, .mkb-s-min-width-min-3-10-last > *:last-child, .mkb-s-min-width-min-3-10-odd > *:nth-child(odd), .mkb-s-min-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-s-min-width-min-4-10, .mkb-s-min-width-min-4-10-child > *, .mkb-s-min-width-min-4-10-first > *:first-child, .mkb-s-min-width-min-4-10-last > *:last-child, .mkb-s-min-width-min-4-10-odd > *:nth-child(odd), .mkb-s-min-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-s-min-width-min-5-10, .mkb-s-min-width-min-5-10-child > *, .mkb-s-min-width-min-5-10-first > *:first-child, .mkb-s-min-width-min-5-10-last > *:last-child, .mkb-s-min-width-min-5-10-odd > *:nth-child(odd), .mkb-s-min-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-min-width-min-6-10, .mkb-s-min-width-min-6-10-child > *, .mkb-s-min-width-min-6-10-first > *:first-child, .mkb-s-min-width-min-6-10-last > *:last-child, .mkb-s-min-width-min-6-10-odd > *:nth-child(odd), .mkb-s-min-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-s-min-width-min-7-10, .mkb-s-min-width-min-7-10-child > *, .mkb-s-min-width-min-7-10-first > *:first-child, .mkb-s-min-width-min-7-10-last > *:last-child, .mkb-s-min-width-min-7-10-odd > *:nth-child(odd), .mkb-s-min-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-s-min-width-min-8-10, .mkb-s-min-width-min-8-10-child > *, .mkb-s-min-width-min-8-10-first > *:first-child, .mkb-s-min-width-min-8-10-last > *:last-child, .mkb-s-min-width-min-8-10-odd > *:nth-child(odd), .mkb-s-min-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-s-min-width-min-9-10, .mkb-s-min-width-min-9-10-child > *, .mkb-s-min-width-min-9-10-first > *:first-child, .mkb-s-min-width-min-9-10-last > *:last-child, .mkb-s-min-width-min-9-10-odd > *:nth-child(odd), .mkb-s-min-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-s-min-width-min-10-10, .mkb-s-min-width-min-10-10-child > *, .mkb-s-min-width-min-10-10-first > *:first-child, .mkb-s-min-width-min-10-10-last > *:last-child, .mkb-s-min-width-min-10-10-odd > *:nth-child(odd), .mkb-s-min-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-min-width-min-1-12, .mkb-s-min-width-min-1-12-child > *, .mkb-s-min-width-min-1-12-first > *:first-child, .mkb-s-min-width-min-1-12-last > *:last-child, .mkb-s-min-width-min-1-12-odd > *:nth-child(odd), .mkb-s-min-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-s-min-width-min-2-12, .mkb-s-min-width-min-2-12-child > *, .mkb-s-min-width-min-2-12-first > *:first-child, .mkb-s-min-width-min-2-12-last > *:last-child, .mkb-s-min-width-min-2-12-odd > *:nth-child(odd), .mkb-s-min-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-s-min-width-min-3-12, .mkb-s-min-width-min-3-12-child > *, .mkb-s-min-width-min-3-12-first > *:first-child, .mkb-s-min-width-min-3-12-last > *:last-child, .mkb-s-min-width-min-3-12-odd > *:nth-child(odd), .mkb-s-min-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-s-min-width-min-4-12, .mkb-s-min-width-min-4-12-child > *, .mkb-s-min-width-min-4-12-first > *:first-child, .mkb-s-min-width-min-4-12-last > *:last-child, .mkb-s-min-width-min-4-12-odd > *:nth-child(odd), .mkb-s-min-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-s-min-width-min-5-12, .mkb-s-min-width-min-5-12-child > *, .mkb-s-min-width-min-5-12-first > *:first-child, .mkb-s-min-width-min-5-12-last > *:last-child, .mkb-s-min-width-min-5-12-odd > *:nth-child(odd), .mkb-s-min-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-s-min-width-min-6-12, .mkb-s-min-width-min-6-12-child > *, .mkb-s-min-width-min-6-12-first > *:first-child, .mkb-s-min-width-min-6-12-last > *:last-child, .mkb-s-min-width-min-6-12-odd > *:nth-child(odd), .mkb-s-min-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-s-min-width-min-7-12, .mkb-s-min-width-min-7-12-child > *, .mkb-s-min-width-min-7-12-first > *:first-child, .mkb-s-min-width-min-7-12-last > *:last-child, .mkb-s-min-width-min-7-12-odd > *:nth-child(odd), .mkb-s-min-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-s-min-width-min-8-12, .mkb-s-min-width-min-8-12-child > *, .mkb-s-min-width-min-8-12-first > *:first-child, .mkb-s-min-width-min-8-12-last > *:last-child, .mkb-s-min-width-min-8-12-odd > *:nth-child(odd), .mkb-s-min-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-s-min-width-min-9-12, .mkb-s-min-width-min-9-12-child > *, .mkb-s-min-width-min-9-12-first > *:first-child, .mkb-s-min-width-min-9-12-last > *:last-child, .mkb-s-min-width-min-9-12-odd > *:nth-child(odd), .mkb-s-min-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-s-min-width-min-10-12, .mkb-s-min-width-min-10-12-child > *, .mkb-s-min-width-min-10-12-first > *:first-child, .mkb-s-min-width-min-10-12-last > *:last-child, .mkb-s-min-width-min-10-12-odd > *:nth-child(odd), .mkb-s-min-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-s-min-width-min-11-12, .mkb-s-min-width-min-11-12-child > *, .mkb-s-min-width-min-11-12-first > *:first-child, .mkb-s-min-width-min-11-12-last > *:last-child, .mkb-s-min-width-min-11-12-odd > *:nth-child(odd), .mkb-s-min-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-s-min-width-min-12-12, .mkb-s-min-width-min-12-12-child > *, .mkb-s-min-width-min-12-12-first > *:first-child, .mkb-s-min-width-min-12-12-last > *:last-child, .mkb-s-min-width-min-12-12-odd > *:nth-child(odd), .mkb-s-min-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-s-min-width-max, .mkb-s-min-width-max-child > *, .mkb-s-min-width-max-first > *:first-child, .mkb-s-min-width-max-last > *:last-child, .mkb-s-min-width-max-odd > *:nth-child(odd), .mkb-s-min-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-min-width-max-1-8, .mkb-s-min-width-max-1-8-child > *, .mkb-s-min-width-max-1-8-first > *:first-child, .mkb-s-min-width-max-1-8-last > *:last-child, .mkb-s-min-width-max-1-8-odd > *:nth-child(odd), .mkb-s-min-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-s-min-width-max-2-8, .mkb-s-min-width-max-2-8-child > *, .mkb-s-min-width-max-2-8-first > *:first-child, .mkb-s-min-width-max-2-8-last > *:last-child, .mkb-s-min-width-max-2-8-odd > *:nth-child(odd), .mkb-s-min-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-s-min-width-max-3-8, .mkb-s-min-width-max-3-8-child > *, .mkb-s-min-width-max-3-8-first > *:first-child, .mkb-s-min-width-max-3-8-last > *:last-child, .mkb-s-min-width-max-3-8-odd > *:nth-child(odd), .mkb-s-min-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-s-min-width-max-4-8, .mkb-s-min-width-max-4-8-child > *, .mkb-s-min-width-max-4-8-first > *:first-child, .mkb-s-min-width-max-4-8-last > *:last-child, .mkb-s-min-width-max-4-8-odd > *:nth-child(odd), .mkb-s-min-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-min-width-max-5-8, .mkb-s-min-width-max-5-8-child > *, .mkb-s-min-width-max-5-8-first > *:first-child, .mkb-s-min-width-max-5-8-last > *:last-child, .mkb-s-min-width-max-5-8-odd > *:nth-child(odd), .mkb-s-min-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-s-min-width-max-6-8, .mkb-s-min-width-max-6-8-child > *, .mkb-s-min-width-max-6-8-first > *:first-child, .mkb-s-min-width-max-6-8-last > *:last-child, .mkb-s-min-width-max-6-8-odd > *:nth-child(odd), .mkb-s-min-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-s-min-width-max-7-8, .mkb-s-min-width-max-7-8-child > *, .mkb-s-min-width-max-7-8-first > *:first-child, .mkb-s-min-width-max-7-8-last > *:last-child, .mkb-s-min-width-max-7-8-odd > *:nth-child(odd), .mkb-s-min-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-s-min-width-max-8-8, .mkb-s-min-width-max-8-8-child > *, .mkb-s-min-width-max-8-8-first > *:first-child, .mkb-s-min-width-max-8-8-last > *:last-child, .mkb-s-min-width-max-8-8-odd > *:nth-child(odd), .mkb-s-min-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-min-width-max-1-10, .mkb-s-min-width-max-1-10-child > *, .mkb-s-min-width-max-1-10-first > *:first-child, .mkb-s-min-width-max-1-10-last > *:last-child, .mkb-s-min-width-max-1-10-odd > *:nth-child(odd), .mkb-s-min-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-s-min-width-max-2-10, .mkb-s-min-width-max-2-10-child > *, .mkb-s-min-width-max-2-10-first > *:first-child, .mkb-s-min-width-max-2-10-last > *:last-child, .mkb-s-min-width-max-2-10-odd > *:nth-child(odd), .mkb-s-min-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-s-min-width-max-3-10, .mkb-s-min-width-max-3-10-child > *, .mkb-s-min-width-max-3-10-first > *:first-child, .mkb-s-min-width-max-3-10-last > *:last-child, .mkb-s-min-width-max-3-10-odd > *:nth-child(odd), .mkb-s-min-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-s-min-width-max-4-10, .mkb-s-min-width-max-4-10-child > *, .mkb-s-min-width-max-4-10-first > *:first-child, .mkb-s-min-width-max-4-10-last > *:last-child, .mkb-s-min-width-max-4-10-odd > *:nth-child(odd), .mkb-s-min-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-s-min-width-max-5-10, .mkb-s-min-width-max-5-10-child > *, .mkb-s-min-width-max-5-10-first > *:first-child, .mkb-s-min-width-max-5-10-last > *:last-child, .mkb-s-min-width-max-5-10-odd > *:nth-child(odd), .mkb-s-min-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-min-width-max-6-10, .mkb-s-min-width-max-6-10-child > *, .mkb-s-min-width-max-6-10-first > *:first-child, .mkb-s-min-width-max-6-10-last > *:last-child, .mkb-s-min-width-max-6-10-odd > *:nth-child(odd), .mkb-s-min-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-s-min-width-max-7-10, .mkb-s-min-width-max-7-10-child > *, .mkb-s-min-width-max-7-10-first > *:first-child, .mkb-s-min-width-max-7-10-last > *:last-child, .mkb-s-min-width-max-7-10-odd > *:nth-child(odd), .mkb-s-min-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-s-min-width-max-8-10, .mkb-s-min-width-max-8-10-child > *, .mkb-s-min-width-max-8-10-first > *:first-child, .mkb-s-min-width-max-8-10-last > *:last-child, .mkb-s-min-width-max-8-10-odd > *:nth-child(odd), .mkb-s-min-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-s-min-width-max-9-10, .mkb-s-min-width-max-9-10-child > *, .mkb-s-min-width-max-9-10-first > *:first-child, .mkb-s-min-width-max-9-10-last > *:last-child, .mkb-s-min-width-max-9-10-odd > *:nth-child(odd), .mkb-s-min-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-s-min-width-max-10-10, .mkb-s-min-width-max-10-10-child > *, .mkb-s-min-width-max-10-10-first > *:first-child, .mkb-s-min-width-max-10-10-last > *:last-child, .mkb-s-min-width-max-10-10-odd > *:nth-child(odd), .mkb-s-min-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-s-min-width-max-1-12, .mkb-s-min-width-max-1-12-child > *, .mkb-s-min-width-max-1-12-first > *:first-child, .mkb-s-min-width-max-1-12-last > *:last-child, .mkb-s-min-width-max-1-12-odd > *:nth-child(odd), .mkb-s-min-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-s-min-width-max-2-12, .mkb-s-min-width-max-2-12-child > *, .mkb-s-min-width-max-2-12-first > *:first-child, .mkb-s-min-width-max-2-12-last > *:last-child, .mkb-s-min-width-max-2-12-odd > *:nth-child(odd), .mkb-s-min-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-s-min-width-max-3-12, .mkb-s-min-width-max-3-12-child > *, .mkb-s-min-width-max-3-12-first > *:first-child, .mkb-s-min-width-max-3-12-last > *:last-child, .mkb-s-min-width-max-3-12-odd > *:nth-child(odd), .mkb-s-min-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-s-min-width-max-4-12, .mkb-s-min-width-max-4-12-child > *, .mkb-s-min-width-max-4-12-first > *:first-child, .mkb-s-min-width-max-4-12-last > *:last-child, .mkb-s-min-width-max-4-12-odd > *:nth-child(odd), .mkb-s-min-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-s-min-width-max-5-12, .mkb-s-min-width-max-5-12-child > *, .mkb-s-min-width-max-5-12-first > *:first-child, .mkb-s-min-width-max-5-12-last > *:last-child, .mkb-s-min-width-max-5-12-odd > *:nth-child(odd), .mkb-s-min-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-s-min-width-max-6-12, .mkb-s-min-width-max-6-12-child > *, .mkb-s-min-width-max-6-12-first > *:first-child, .mkb-s-min-width-max-6-12-last > *:last-child, .mkb-s-min-width-max-6-12-odd > *:nth-child(odd), .mkb-s-min-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-s-min-width-max-7-12, .mkb-s-min-width-max-7-12-child > *, .mkb-s-min-width-max-7-12-first > *:first-child, .mkb-s-min-width-max-7-12-last > *:last-child, .mkb-s-min-width-max-7-12-odd > *:nth-child(odd), .mkb-s-min-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-s-min-width-max-8-12, .mkb-s-min-width-max-8-12-child > *, .mkb-s-min-width-max-8-12-first > *:first-child, .mkb-s-min-width-max-8-12-last > *:last-child, .mkb-s-min-width-max-8-12-odd > *:nth-child(odd), .mkb-s-min-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-s-min-width-max-9-12, .mkb-s-min-width-max-9-12-child > *, .mkb-s-min-width-max-9-12-first > *:first-child, .mkb-s-min-width-max-9-12-last > *:last-child, .mkb-s-min-width-max-9-12-odd > *:nth-child(odd), .mkb-s-min-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-s-min-width-max-10-12, .mkb-s-min-width-max-10-12-child > *, .mkb-s-min-width-max-10-12-first > *:first-child, .mkb-s-min-width-max-10-12-last > *:last-child, .mkb-s-min-width-max-10-12-odd > *:nth-child(odd), .mkb-s-min-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-s-min-width-max-11-12, .mkb-s-min-width-max-11-12-child > *, .mkb-s-min-width-max-11-12-first > *:first-child, .mkb-s-min-width-max-11-12-last > *:last-child, .mkb-s-min-width-max-11-12-odd > *:nth-child(odd), .mkb-s-min-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-s-min-width-max-12-12, .mkb-s-min-width-max-12-12-child > *, .mkb-s-min-width-max-12-12-first > *:first-child, .mkb-s-min-width-max-12-12-last > *:last-child, .mkb-s-min-width-max-12-12-odd > *:nth-child(odd), .mkb-s-min-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-s-min-height, .mkb-s-min-height-child > *, .mkb-s-min-height-first > *:first-child, .mkb-s-min-height-last > *:last-child, .mkb-s-min-height-odd > *:nth-child(odd), .mkb-s-min-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-s-min-height-none, .mkb-s-min-height-none-child > *, .mkb-s-min-height-none-first > *:first-child, .mkb-s-min-height-none-last > *:last-child, .mkb-s-min-height-none-odd > *:nth-child(odd), .mkb-s-min-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-s-min-height-auto, .mkb-s-min-height-auto-child > *, .mkb-s-min-height-auto-first > *:first-child, .mkb-s-min-height-auto-last > *:last-child, .mkb-s-min-height-auto-odd > *:nth-child(odd), .mkb-s-min-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-s-min-height-min, .mkb-s-min-height-min-child > *, .mkb-s-min-height-min-first > *:first-child, .mkb-s-min-height-min-last > *:last-child, .mkb-s-min-height-min-odd > *:nth-child(odd), .mkb-s-min-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-s-min-height-max, .mkb-s-min-height-max-child > *, .mkb-s-min-height-max-first > *:first-child, .mkb-s-min-height-max-last > *:last-child, .mkb-s-min-height-max-odd > *:nth-child(odd), .mkb-s-min-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-s-min-pad-none, .mkb-s-min-pad-none-child > *, .mkb-s-min-pad-none-first > *:first-child, .mkb-s-min-pad-none-last > *:last-child, .mkb-s-min-pad-none-odd > *:nth-child(odd), .mkb-s-min-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-s-min-pad-top-none, .mkb-s-min-pad-top-none-child > *, .mkb-s-min-pad-top-none-first > *:first-child, .mkb-s-min-pad-top-none-last > *:last-child, .mkb-s-min-pad-top-none-odd > *:nth-child(odd), .mkb-s-min-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-s-min-pad-bottom-none, .mkb-s-min-pad-bottom-none-child > *, .mkb-s-min-pad-bottom-none-first > *:first-child, .mkb-s-min-pad-bottom-none-last > *:last-child, .mkb-s-min-pad-bottom-none-odd > *:nth-child(odd), .mkb-s-min-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-s-min-pad-left-none, .mkb-s-min-pad-left-none-child > *, .mkb-s-min-pad-left-none-first > *:first-child, .mkb-s-min-pad-left-none-last > *:last-child, .mkb-s-min-pad-left-none-odd > *:nth-child(odd), .mkb-s-min-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-s-min-pad-right-none, .mkb-s-min-pad-right-none-child > *, .mkb-s-min-pad-right-none-first > *:first-child, .mkb-s-min-pad-right-none-last > *:last-child, .mkb-s-min-pad-right-none-odd > *:nth-child(odd), .mkb-s-min-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-s-min-pad-vertical-none, .mkb-s-min-pad-vertical-none-child > *, .mkb-s-min-pad-vertical-none-first > *:first-child, .mkb-s-min-pad-vertical-none-last > *:last-child, .mkb-s-min-pad-vertical-none-odd > *:nth-child(odd), .mkb-s-min-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-s-min-pad-horizontal-none, .mkb-s-min-pad-horizontal-none-child > *, .mkb-s-min-pad-horizontal-none-first > *:first-child, .mkb-s-min-pad-horizontal-none-last > *:last-child, .mkb-s-min-pad-horizontal-none-odd > *:nth-child(odd), .mkb-s-min-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-s-min-pad-s, .mkb-s-min-pad-s-child > *, .mkb-s-min-pad-s-first > *:first-child, .mkb-s-min-pad-s-last > *:last-child, .mkb-s-min-pad-s-odd > *:nth-child(odd), .mkb-s-min-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-top, .mkb-s-min-pad-s-top-child > *, .mkb-s-min-pad-s-top-first > *:first-child, .mkb-s-min-pad-s-top-last > *:last-child, .mkb-s-min-pad-s-top-odd > *:nth-child(odd), .mkb-s-min-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-bottom, .mkb-s-min-pad-s-bottom-child > *, .mkb-s-min-pad-s-bottom-first > *:first-child, .mkb-s-min-pad-s-bottom-last > *:last-child, .mkb-s-min-pad-s-bottom-odd > *:nth-child(odd), .mkb-s-min-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-left, .mkb-s-min-pad-s-left-child > *, .mkb-s-min-pad-s-left-first > *:first-child, .mkb-s-min-pad-s-left-last > *:last-child, .mkb-s-min-pad-s-left-odd > *:nth-child(odd), .mkb-s-min-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-right, .mkb-s-min-pad-s-right-child > *, .mkb-s-min-pad-s-right-first > *:first-child, .mkb-s-min-pad-s-right-last > *:last-child, .mkb-s-min-pad-s-right-odd > *:nth-child(odd), .mkb-s-min-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-vertical, .mkb-s-min-pad-s-vertical-child > *, .mkb-s-min-pad-s-vertical-first > *:first-child, .mkb-s-min-pad-s-vertical-last > *:last-child, .mkb-s-min-pad-s-vertical-odd > *:nth-child(odd), .mkb-s-min-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-s-min-pad-s-horizontal, .mkb-s-min-pad-s-horizontal-child > *, .mkb-s-min-pad-s-horizontal-first > *:first-child, .mkb-s-min-pad-s-horizontal-last > *:last-child, .mkb-s-min-pad-s-horizontal-odd > *:nth-child(odd), .mkb-s-min-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-s-min-pad-m, .mkb-s-min-pad-m-child > *, .mkb-s-min-pad-m-first > *:first-child, .mkb-s-min-pad-m-last > *:last-child, .mkb-s-min-pad-m-odd > *:nth-child(odd), .mkb-s-min-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-top, .mkb-s-min-pad-m-top-child > *, .mkb-s-min-pad-m-top-first > *:first-child, .mkb-s-min-pad-m-top-last > *:last-child, .mkb-s-min-pad-m-top-odd > *:nth-child(odd), .mkb-s-min-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-bottom, .mkb-s-min-pad-m-bottom-child > *, .mkb-s-min-pad-m-bottom-first > *:first-child, .mkb-s-min-pad-m-bottom-last > *:last-child, .mkb-s-min-pad-m-bottom-odd > *:nth-child(odd), .mkb-s-min-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-left, .mkb-s-min-pad-m-left-child > *, .mkb-s-min-pad-m-left-first > *:first-child, .mkb-s-min-pad-m-left-last > *:last-child, .mkb-s-min-pad-m-left-odd > *:nth-child(odd), .mkb-s-min-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-right, .mkb-s-min-pad-m-right-child > *, .mkb-s-min-pad-m-right-first > *:first-child, .mkb-s-min-pad-m-right-last > *:last-child, .mkb-s-min-pad-m-right-odd > *:nth-child(odd), .mkb-s-min-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-vertical, .mkb-s-min-pad-m-vertical-child > *, .mkb-s-min-pad-m-vertical-first > *:first-child, .mkb-s-min-pad-m-vertical-last > *:last-child, .mkb-s-min-pad-m-vertical-odd > *:nth-child(odd), .mkb-s-min-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-s-min-pad-m-horizontal, .mkb-s-min-pad-m-horizontal-child > *, .mkb-s-min-pad-m-horizontal-first > *:first-child, .mkb-s-min-pad-m-horizontal-last > *:last-child, .mkb-s-min-pad-m-horizontal-odd > *:nth-child(odd), .mkb-s-min-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-s-min-pad-l, .mkb-s-min-pad-l-child > *, .mkb-s-min-pad-l-first > *:first-child, .mkb-s-min-pad-l-last > *:last-child, .mkb-s-min-pad-l-odd > *:nth-child(odd), .mkb-s-min-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-top, .mkb-s-min-pad-l-top-child > *, .mkb-s-min-pad-l-top-first > *:first-child, .mkb-s-min-pad-l-top-last > *:last-child, .mkb-s-min-pad-l-top-odd > *:nth-child(odd), .mkb-s-min-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-bottom, .mkb-s-min-pad-l-bottom-child > *, .mkb-s-min-pad-l-bottom-first > *:first-child, .mkb-s-min-pad-l-bottom-last > *:last-child, .mkb-s-min-pad-l-bottom-odd > *:nth-child(odd), .mkb-s-min-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-left, .mkb-s-min-pad-l-left-child > *, .mkb-s-min-pad-l-left-first > *:first-child, .mkb-s-min-pad-l-left-last > *:last-child, .mkb-s-min-pad-l-left-odd > *:nth-child(odd), .mkb-s-min-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-right, .mkb-s-min-pad-l-right-child > *, .mkb-s-min-pad-l-right-first > *:first-child, .mkb-s-min-pad-l-right-last > *:last-child, .mkb-s-min-pad-l-right-odd > *:nth-child(odd), .mkb-s-min-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-vertical, .mkb-s-min-pad-l-vertical-child > *, .mkb-s-min-pad-l-vertical-first > *:first-child, .mkb-s-min-pad-l-vertical-last > *:last-child, .mkb-s-min-pad-l-vertical-odd > *:nth-child(odd), .mkb-s-min-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-s-min-pad-l-horizontal, .mkb-s-min-pad-l-horizontal-child > *, .mkb-s-min-pad-l-horizontal-first > *:first-child, .mkb-s-min-pad-l-horizontal-last > *:last-child, .mkb-s-min-pad-l-horizontal-odd > *:nth-child(odd), .mkb-s-min-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-s-min-pad-xl, .mkb-s-min-pad-xl-child > *, .mkb-s-min-pad-xl-first > *:first-child, .mkb-s-min-pad-xl-last > *:last-child, .mkb-s-min-pad-xl-odd > *:nth-child(odd), .mkb-s-min-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-top, .mkb-s-min-pad-xl-top-child > *, .mkb-s-min-pad-xl-top-first > *:first-child, .mkb-s-min-pad-xl-top-last > *:last-child, .mkb-s-min-pad-xl-top-odd > *:nth-child(odd), .mkb-s-min-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-bottom, .mkb-s-min-pad-xl-bottom-child > *, .mkb-s-min-pad-xl-bottom-first > *:first-child, .mkb-s-min-pad-xl-bottom-last > *:last-child, .mkb-s-min-pad-xl-bottom-odd > *:nth-child(odd), .mkb-s-min-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-left, .mkb-s-min-pad-xl-left-child > *, .mkb-s-min-pad-xl-left-first > *:first-child, .mkb-s-min-pad-xl-left-last > *:last-child, .mkb-s-min-pad-xl-left-odd > *:nth-child(odd), .mkb-s-min-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-right, .mkb-s-min-pad-xl-right-child > *, .mkb-s-min-pad-xl-right-first > *:first-child, .mkb-s-min-pad-xl-right-last > *:last-child, .mkb-s-min-pad-xl-right-odd > *:nth-child(odd), .mkb-s-min-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-vertical, .mkb-s-min-pad-xl-vertical-child > *, .mkb-s-min-pad-xl-vertical-first > *:first-child, .mkb-s-min-pad-xl-vertical-last > *:last-child, .mkb-s-min-pad-xl-vertical-odd > *:nth-child(odd), .mkb-s-min-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-s-min-pad-xl-horizontal, .mkb-s-min-pad-xl-horizontal-child > *, .mkb-s-min-pad-xl-horizontal-first > *:first-child, .mkb-s-min-pad-xl-horizontal-last > *:last-child, .mkb-s-min-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-s-min-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-s-min-gap-auto, .mkb-s-min-gap-auto-child > *, .mkb-s-min-gap-auto-first > *:first-child, .mkb-s-min-gap-auto-last > *:last-child, .mkb-s-min-gap-auto-odd > *:nth-child(odd), .mkb-s-min-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-s-min-gap-top-auto, .mkb-s-min-gap-top-auto-child > *, .mkb-s-min-gap-top-auto-first > *:first-child, .mkb-s-min-gap-top-auto-last > *:last-child, .mkb-s-min-gap-top-auto-odd > *:nth-child(odd), .mkb-s-min-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-s-min-gap-bottom-auto, .mkb-s-min-gap-bottom-auto-child > *, .mkb-s-min-gap-bottom-auto-first > *:first-child, .mkb-s-min-gap-bottom-auto-last > *:last-child, .mkb-s-min-gap-bottom-auto-odd > *:nth-child(odd), .mkb-s-min-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-s-min-gap-left-auto, .mkb-s-min-gap-left-auto-child > *, .mkb-s-min-gap-left-auto-first > *:first-child, .mkb-s-min-gap-left-auto-last > *:last-child, .mkb-s-min-gap-left-auto-odd > *:nth-child(odd), .mkb-s-min-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-s-min-gap-right-auto, .mkb-s-min-gap-right-auto-child > *, .mkb-s-min-gap-right-auto-first > *:first-child, .mkb-s-min-gap-right-auto-last > *:last-child, .mkb-s-min-gap-right-auto-odd > *:nth-child(odd), .mkb-s-min-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-s-min-gap-vertical-auto, .mkb-s-min-gap-vertical-auto-child > *, .mkb-s-min-gap-vertical-auto-first > *:first-child, .mkb-s-min-gap-vertical-auto-last > *:last-child, .mkb-s-min-gap-vertical-auto-odd > *:nth-child(odd), .mkb-s-min-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-s-min-gap-horizontal-auto, .mkb-s-min-gap-horizontal-auto-child > *, .mkb-s-min-gap-horizontal-auto-first > *:first-child, .mkb-s-min-gap-horizontal-auto-last > *:last-child, .mkb-s-min-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-s-min-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-s-min-gap-none, .mkb-s-min-gap-none-child > *, .mkb-s-min-gap-none-first > *:first-child, .mkb-s-min-gap-none-last > *:last-child, .mkb-s-min-gap-none-odd > *:nth-child(odd), .mkb-s-min-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-s-min-gap-top-none, .mkb-s-min-gap-top-none-child > *, .mkb-s-min-gap-top-none-first > *:first-child, .mkb-s-min-gap-top-none-last > *:last-child, .mkb-s-min-gap-top-none-odd > *:nth-child(odd), .mkb-s-min-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-s-min-gap-bottom-none, .mkb-s-min-gap-bottom-none-child > *, .mkb-s-min-gap-bottom-none-first > *:first-child, .mkb-s-min-gap-bottom-none-last > *:last-child, .mkb-s-min-gap-bottom-none-odd > *:nth-child(odd), .mkb-s-min-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-s-min-gap-left-none, .mkb-s-min-gap-left-none-child > *, .mkb-s-min-gap-left-none-first > *:first-child, .mkb-s-min-gap-left-none-last > *:last-child, .mkb-s-min-gap-left-none-odd > *:nth-child(odd), .mkb-s-min-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-s-min-gap-right-none, .mkb-s-min-gap-right-none-child > *, .mkb-s-min-gap-right-none-first > *:first-child, .mkb-s-min-gap-right-none-last > *:last-child, .mkb-s-min-gap-right-none-odd > *:nth-child(odd), .mkb-s-min-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-s-min-gap-vertical-none, .mkb-s-min-gap-vertical-none-child > *, .mkb-s-min-gap-vertical-none-first > *:first-child, .mkb-s-min-gap-vertical-none-last > *:last-child, .mkb-s-min-gap-vertical-none-odd > *:nth-child(odd), .mkb-s-min-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-s-min-gap-horizontal-none, .mkb-s-min-gap-horizontal-none-child > *, .mkb-s-min-gap-horizontal-none-first > *:first-child, .mkb-s-min-gap-horizontal-none-last > *:last-child, .mkb-s-min-gap-horizontal-none-odd > *:nth-child(odd), .mkb-s-min-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-s-min-gap-inherit, .mkb-s-min-gap-inherit-child > *, .mkb-s-min-gap-inherit-first > *:first-child, .mkb-s-min-gap-inherit-last > *:last-child, .mkb-s-min-gap-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-s-min-gap-top-inherit, .mkb-s-min-gap-top-inherit-child > *, .mkb-s-min-gap-top-inherit-first > *:first-child, .mkb-s-min-gap-top-inherit-last > *:last-child, .mkb-s-min-gap-top-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-s-min-gap-bottom-inherit, .mkb-s-min-gap-bottom-inherit-child > *, .mkb-s-min-gap-bottom-inherit-first > *:first-child, .mkb-s-min-gap-bottom-inherit-last > *:last-child, .mkb-s-min-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-s-min-gap-left-inherit, .mkb-s-min-gap-left-inherit-child > *, .mkb-s-min-gap-left-inherit-first > *:first-child, .mkb-s-min-gap-left-inherit-last > *:last-child, .mkb-s-min-gap-left-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-s-min-gap-right-inherit, .mkb-s-min-gap-right-inherit-child > *, .mkb-s-min-gap-right-inherit-first > *:first-child, .mkb-s-min-gap-right-inherit-last > *:last-child, .mkb-s-min-gap-right-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-s-min-gap-vertical-inherit, .mkb-s-min-gap-vertical-inherit-child > *, .mkb-s-min-gap-vertical-inherit-first > *:first-child, .mkb-s-min-gap-vertical-inherit-last > *:last-child, .mkb-s-min-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-s-min-gap-horizontal-inherit, .mkb-s-min-gap-horizontal-inherit-child > *, .mkb-s-min-gap-horizontal-inherit-first > *:first-child, .mkb-s-min-gap-horizontal-inherit-last > *:last-child, .mkb-s-min-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-min-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-s-min-gap-s, .mkb-s-min-gap-s-child > *, .mkb-s-min-gap-s-first > *:first-child, .mkb-s-min-gap-s-last > *:last-child, .mkb-s-min-gap-s-odd > *:nth-child(odd), .mkb-s-min-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s, .mkb-s-min-gapn-s-child > *, .mkb-s-min-gapn-s-first > *:first-child, .mkb-s-min-gapn-s-last > *:last-child, .mkb-s-min-gapn-s-odd > *:nth-child(odd), .mkb-s-min-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-top, .mkb-s-min-gap-s-top-child > *, .mkb-s-min-gap-s-top-first > *:first-child, .mkb-s-min-gap-s-top-last > *:last-child, .mkb-s-min-gap-s-top-odd > *:nth-child(odd), .mkb-s-min-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-top, .mkb-s-min-gapn-s-top-child > *, .mkb-s-min-gapn-s-top-first > *:first-child, .mkb-s-min-gapn-s-top-last > *:last-child, .mkb-s-min-gapn-s-top-odd > *:nth-child(odd), .mkb-s-min-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-bottom, .mkb-s-min-gap-s-bottom-child > *, .mkb-s-min-gap-s-bottom-first > *:first-child, .mkb-s-min-gap-s-bottom-last > *:last-child, .mkb-s-min-gap-s-bottom-odd > *:nth-child(odd), .mkb-s-min-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-bottom, .mkb-s-min-gapn-s-bottom-child > *, .mkb-s-min-gapn-s-bottom-first > *:first-child, .mkb-s-min-gapn-s-bottom-last > *:last-child, .mkb-s-min-gapn-s-bottom-odd > *:nth-child(odd), .mkb-s-min-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-left, .mkb-s-min-gap-s-left-child > *, .mkb-s-min-gap-s-left-first > *:first-child, .mkb-s-min-gap-s-left-last > *:last-child, .mkb-s-min-gap-s-left-odd > *:nth-child(odd), .mkb-s-min-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-left, .mkb-s-min-gapn-s-left-child > *, .mkb-s-min-gapn-s-left-first > *:first-child, .mkb-s-min-gapn-s-left-last > *:last-child, .mkb-s-min-gapn-s-left-odd > *:nth-child(odd), .mkb-s-min-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-right, .mkb-s-min-gap-s-right-child > *, .mkb-s-min-gap-s-right-first > *:first-child, .mkb-s-min-gap-s-right-last > *:last-child, .mkb-s-min-gap-s-right-odd > *:nth-child(odd), .mkb-s-min-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-right, .mkb-s-min-gapn-s-right-child > *, .mkb-s-min-gapn-s-right-first > *:first-child, .mkb-s-min-gapn-s-right-last > *:last-child, .mkb-s-min-gapn-s-right-odd > *:nth-child(odd), .mkb-s-min-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-vertical, .mkb-s-min-gap-s-vertical-child > *, .mkb-s-min-gap-s-vertical-first > *:first-child, .mkb-s-min-gap-s-vertical-last > *:last-child, .mkb-s-min-gap-s-vertical-odd > *:nth-child(odd), .mkb-s-min-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-vertical, .mkb-s-min-gapn-s-vertical-child > *, .mkb-s-min-gapn-s-vertical-first > *:first-child, .mkb-s-min-gapn-s-vertical-last > *:last-child, .mkb-s-min-gapn-s-vertical-odd > *:nth-child(odd), .mkb-s-min-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-s-min-gap-s-horizontal, .mkb-s-min-gap-s-horizontal-child > *, .mkb-s-min-gap-s-horizontal-first > *:first-child, .mkb-s-min-gap-s-horizontal-last > *:last-child, .mkb-s-min-gap-s-horizontal-odd > *:nth-child(odd), .mkb-s-min-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-s-min-gapn-s-horizontal, .mkb-s-min-gapn-s-horizontal-child > *, .mkb-s-min-gapn-s-horizontal-first > *:first-child, .mkb-s-min-gapn-s-horizontal-last > *:last-child, .mkb-s-min-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-s-min-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-s-min-gap-m, .mkb-s-min-gap-m-child > *, .mkb-s-min-gap-m-first > *:first-child, .mkb-s-min-gap-m-last > *:last-child, .mkb-s-min-gap-m-odd > *:nth-child(odd), .mkb-s-min-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m, .mkb-s-min-gapn-m-child > *, .mkb-s-min-gapn-m-first > *:first-child, .mkb-s-min-gapn-m-last > *:last-child, .mkb-s-min-gapn-m-odd > *:nth-child(odd), .mkb-s-min-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-top, .mkb-s-min-gap-m-top-child > *, .mkb-s-min-gap-m-top-first > *:first-child, .mkb-s-min-gap-m-top-last > *:last-child, .mkb-s-min-gap-m-top-odd > *:nth-child(odd), .mkb-s-min-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-top, .mkb-s-min-gapn-m-top-child > *, .mkb-s-min-gapn-m-top-first > *:first-child, .mkb-s-min-gapn-m-top-last > *:last-child, .mkb-s-min-gapn-m-top-odd > *:nth-child(odd), .mkb-s-min-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-bottom, .mkb-s-min-gap-m-bottom-child > *, .mkb-s-min-gap-m-bottom-first > *:first-child, .mkb-s-min-gap-m-bottom-last > *:last-child, .mkb-s-min-gap-m-bottom-odd > *:nth-child(odd), .mkb-s-min-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-bottom, .mkb-s-min-gapn-m-bottom-child > *, .mkb-s-min-gapn-m-bottom-first > *:first-child, .mkb-s-min-gapn-m-bottom-last > *:last-child, .mkb-s-min-gapn-m-bottom-odd > *:nth-child(odd), .mkb-s-min-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-left, .mkb-s-min-gap-m-left-child > *, .mkb-s-min-gap-m-left-first > *:first-child, .mkb-s-min-gap-m-left-last > *:last-child, .mkb-s-min-gap-m-left-odd > *:nth-child(odd), .mkb-s-min-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-left, .mkb-s-min-gapn-m-left-child > *, .mkb-s-min-gapn-m-left-first > *:first-child, .mkb-s-min-gapn-m-left-last > *:last-child, .mkb-s-min-gapn-m-left-odd > *:nth-child(odd), .mkb-s-min-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-right, .mkb-s-min-gap-m-right-child > *, .mkb-s-min-gap-m-right-first > *:first-child, .mkb-s-min-gap-m-right-last > *:last-child, .mkb-s-min-gap-m-right-odd > *:nth-child(odd), .mkb-s-min-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-right, .mkb-s-min-gapn-m-right-child > *, .mkb-s-min-gapn-m-right-first > *:first-child, .mkb-s-min-gapn-m-right-last > *:last-child, .mkb-s-min-gapn-m-right-odd > *:nth-child(odd), .mkb-s-min-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-vertical, .mkb-s-min-gap-m-vertical-child > *, .mkb-s-min-gap-m-vertical-first > *:first-child, .mkb-s-min-gap-m-vertical-last > *:last-child, .mkb-s-min-gap-m-vertical-odd > *:nth-child(odd), .mkb-s-min-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-vertical, .mkb-s-min-gapn-m-vertical-child > *, .mkb-s-min-gapn-m-vertical-first > *:first-child, .mkb-s-min-gapn-m-vertical-last > *:last-child, .mkb-s-min-gapn-m-vertical-odd > *:nth-child(odd), .mkb-s-min-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-s-min-gap-m-horizontal, .mkb-s-min-gap-m-horizontal-child > *, .mkb-s-min-gap-m-horizontal-first > *:first-child, .mkb-s-min-gap-m-horizontal-last > *:last-child, .mkb-s-min-gap-m-horizontal-odd > *:nth-child(odd), .mkb-s-min-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-s-min-gapn-m-horizontal, .mkb-s-min-gapn-m-horizontal-child > *, .mkb-s-min-gapn-m-horizontal-first > *:first-child, .mkb-s-min-gapn-m-horizontal-last > *:last-child, .mkb-s-min-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-s-min-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-s-min-gap-l, .mkb-s-min-gap-l-child > *, .mkb-s-min-gap-l-first > *:first-child, .mkb-s-min-gap-l-last > *:last-child, .mkb-s-min-gap-l-odd > *:nth-child(odd), .mkb-s-min-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l, .mkb-s-min-gapn-l-child > *, .mkb-s-min-gapn-l-first > *:first-child, .mkb-s-min-gapn-l-last > *:last-child, .mkb-s-min-gapn-l-odd > *:nth-child(odd), .mkb-s-min-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-top, .mkb-s-min-gap-l-top-child > *, .mkb-s-min-gap-l-top-first > *:first-child, .mkb-s-min-gap-l-top-last > *:last-child, .mkb-s-min-gap-l-top-odd > *:nth-child(odd), .mkb-s-min-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-top, .mkb-s-min-gapn-l-top-child > *, .mkb-s-min-gapn-l-top-first > *:first-child, .mkb-s-min-gapn-l-top-last > *:last-child, .mkb-s-min-gapn-l-top-odd > *:nth-child(odd), .mkb-s-min-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-bottom, .mkb-s-min-gap-l-bottom-child > *, .mkb-s-min-gap-l-bottom-first > *:first-child, .mkb-s-min-gap-l-bottom-last > *:last-child, .mkb-s-min-gap-l-bottom-odd > *:nth-child(odd), .mkb-s-min-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-bottom, .mkb-s-min-gapn-l-bottom-child > *, .mkb-s-min-gapn-l-bottom-first > *:first-child, .mkb-s-min-gapn-l-bottom-last > *:last-child, .mkb-s-min-gapn-l-bottom-odd > *:nth-child(odd), .mkb-s-min-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-left, .mkb-s-min-gap-l-left-child > *, .mkb-s-min-gap-l-left-first > *:first-child, .mkb-s-min-gap-l-left-last > *:last-child, .mkb-s-min-gap-l-left-odd > *:nth-child(odd), .mkb-s-min-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-left, .mkb-s-min-gapn-l-left-child > *, .mkb-s-min-gapn-l-left-first > *:first-child, .mkb-s-min-gapn-l-left-last > *:last-child, .mkb-s-min-gapn-l-left-odd > *:nth-child(odd), .mkb-s-min-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-right, .mkb-s-min-gap-l-right-child > *, .mkb-s-min-gap-l-right-first > *:first-child, .mkb-s-min-gap-l-right-last > *:last-child, .mkb-s-min-gap-l-right-odd > *:nth-child(odd), .mkb-s-min-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-right, .mkb-s-min-gapn-l-right-child > *, .mkb-s-min-gapn-l-right-first > *:first-child, .mkb-s-min-gapn-l-right-last > *:last-child, .mkb-s-min-gapn-l-right-odd > *:nth-child(odd), .mkb-s-min-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-vertical, .mkb-s-min-gap-l-vertical-child > *, .mkb-s-min-gap-l-vertical-first > *:first-child, .mkb-s-min-gap-l-vertical-last > *:last-child, .mkb-s-min-gap-l-vertical-odd > *:nth-child(odd), .mkb-s-min-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-vertical, .mkb-s-min-gapn-l-vertical-child > *, .mkb-s-min-gapn-l-vertical-first > *:first-child, .mkb-s-min-gapn-l-vertical-last > *:last-child, .mkb-s-min-gapn-l-vertical-odd > *:nth-child(odd), .mkb-s-min-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-s-min-gap-l-horizontal, .mkb-s-min-gap-l-horizontal-child > *, .mkb-s-min-gap-l-horizontal-first > *:first-child, .mkb-s-min-gap-l-horizontal-last > *:last-child, .mkb-s-min-gap-l-horizontal-odd > *:nth-child(odd), .mkb-s-min-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-s-min-gapn-l-horizontal, .mkb-s-min-gapn-l-horizontal-child > *, .mkb-s-min-gapn-l-horizontal-first > *:first-child, .mkb-s-min-gapn-l-horizontal-last > *:last-child, .mkb-s-min-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-s-min-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-s-min-gap-xl, .mkb-s-min-gap-xl-child > *, .mkb-s-min-gap-xl-first > *:first-child, .mkb-s-min-gap-xl-last > *:last-child, .mkb-s-min-gap-xl-odd > *:nth-child(odd), .mkb-s-min-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl, .mkb-s-min-gapn-xl-child > *, .mkb-s-min-gapn-xl-first > *:first-child, .mkb-s-min-gapn-xl-last > *:last-child, .mkb-s-min-gapn-xl-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-top, .mkb-s-min-gap-xl-top-child > *, .mkb-s-min-gap-xl-top-first > *:first-child, .mkb-s-min-gap-xl-top-last > *:last-child, .mkb-s-min-gap-xl-top-odd > *:nth-child(odd), .mkb-s-min-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-top, .mkb-s-min-gapn-xl-top-child > *, .mkb-s-min-gapn-xl-top-first > *:first-child, .mkb-s-min-gapn-xl-top-last > *:last-child, .mkb-s-min-gapn-xl-top-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-bottom, .mkb-s-min-gap-xl-bottom-child > *, .mkb-s-min-gap-xl-bottom-first > *:first-child, .mkb-s-min-gap-xl-bottom-last > *:last-child, .mkb-s-min-gap-xl-bottom-odd > *:nth-child(odd), .mkb-s-min-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-bottom, .mkb-s-min-gapn-xl-bottom-child > *, .mkb-s-min-gapn-xl-bottom-first > *:first-child, .mkb-s-min-gapn-xl-bottom-last > *:last-child, .mkb-s-min-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-left, .mkb-s-min-gap-xl-left-child > *, .mkb-s-min-gap-xl-left-first > *:first-child, .mkb-s-min-gap-xl-left-last > *:last-child, .mkb-s-min-gap-xl-left-odd > *:nth-child(odd), .mkb-s-min-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-left, .mkb-s-min-gapn-xl-left-child > *, .mkb-s-min-gapn-xl-left-first > *:first-child, .mkb-s-min-gapn-xl-left-last > *:last-child, .mkb-s-min-gapn-xl-left-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-right, .mkb-s-min-gap-xl-right-child > *, .mkb-s-min-gap-xl-right-first > *:first-child, .mkb-s-min-gap-xl-right-last > *:last-child, .mkb-s-min-gap-xl-right-odd > *:nth-child(odd), .mkb-s-min-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-right, .mkb-s-min-gapn-xl-right-child > *, .mkb-s-min-gapn-xl-right-first > *:first-child, .mkb-s-min-gapn-xl-right-last > *:last-child, .mkb-s-min-gapn-xl-right-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-vertical, .mkb-s-min-gap-xl-vertical-child > *, .mkb-s-min-gap-xl-vertical-first > *:first-child, .mkb-s-min-gap-xl-vertical-last > *:last-child, .mkb-s-min-gap-xl-vertical-odd > *:nth-child(odd), .mkb-s-min-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-vertical, .mkb-s-min-gapn-xl-vertical-child > *, .mkb-s-min-gapn-xl-vertical-first > *:first-child, .mkb-s-min-gapn-xl-vertical-last > *:last-child, .mkb-s-min-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-s-min-gap-xl-horizontal, .mkb-s-min-gap-xl-horizontal-child > *, .mkb-s-min-gap-xl-horizontal-first > *:first-child, .mkb-s-min-gap-xl-horizontal-last > *:last-child, .mkb-s-min-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-s-min-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-s-min-gapn-xl-horizontal, .mkb-s-min-gapn-xl-horizontal-child > *, .mkb-s-min-gapn-xl-horizontal-first > *:first-child, .mkb-s-min-gapn-xl-horizontal-last > *:last-child, .mkb-s-min-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-s-min-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-s-min-edge-none, .mkb-s-min-edge-none-child > *, .mkb-s-min-edge-none-first > *:first-child, .mkb-s-min-edge-none-last > *:last-child, .mkb-s-min-edge-none-odd > *:nth-child(odd), .mkb-s-min-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-s-min-edge-top-none, .mkb-s-min-edge-top-none-child > *, .mkb-s-min-edge-top-none-first > *:first-child, .mkb-s-min-edge-top-none-last > *:last-child, .mkb-s-min-edge-top-none-odd > *:nth-child(odd), .mkb-s-min-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-s-min-edge-bottom-none, .mkb-s-min-edge-bottom-none-child > *, .mkb-s-min-edge-bottom-none-first > *:first-child, .mkb-s-min-edge-bottom-none-last > *:last-child, .mkb-s-min-edge-bottom-none-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-s-min-edge-left-none, .mkb-s-min-edge-left-none-child > *, .mkb-s-min-edge-left-none-first > *:first-child, .mkb-s-min-edge-left-none-last > *:last-child, .mkb-s-min-edge-left-none-odd > *:nth-child(odd), .mkb-s-min-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-s-min-edge-right-none, .mkb-s-min-edge-right-none-child > *, .mkb-s-min-edge-right-none-first > *:first-child, .mkb-s-min-edge-right-none-last > *:last-child, .mkb-s-min-edge-right-none-odd > *:nth-child(odd), .mkb-s-min-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-s-min-edge-vertical-none, .mkb-s-min-edge-vertical-none-child > *, .mkb-s-min-edge-vertical-none-first > *:first-child, .mkb-s-min-edge-vertical-none-last > *:last-child, .mkb-s-min-edge-vertical-none-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-s-min-edge-horizontal-none, .mkb-s-min-edge-horizontal-none-child > *, .mkb-s-min-edge-horizontal-none-first > *:first-child, .mkb-s-min-edge-horizontal-none-last > *:last-child, .mkb-s-min-edge-horizontal-none-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-s-min-edge-inherit, .mkb-s-min-edge-inherit-child > *, .mkb-s-min-edge-inherit-first > *:first-child, .mkb-s-min-edge-inherit-last > *:last-child, .mkb-s-min-edge-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-s-min-edge-top-inherit, .mkb-s-min-edge-top-inherit-child > *, .mkb-s-min-edge-top-inherit-first > *:first-child, .mkb-s-min-edge-top-inherit-last > *:last-child, .mkb-s-min-edge-top-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-s-min-edge-bottom-inherit, .mkb-s-min-edge-bottom-inherit-child > *, .mkb-s-min-edge-bottom-inherit-first > *:first-child, .mkb-s-min-edge-bottom-inherit-last > *:last-child, .mkb-s-min-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-s-min-edge-left-inherit, .mkb-s-min-edge-left-inherit-child > *, .mkb-s-min-edge-left-inherit-first > *:first-child, .mkb-s-min-edge-left-inherit-last > *:last-child, .mkb-s-min-edge-left-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-s-min-edge-right-inherit, .mkb-s-min-edge-right-inherit-child > *, .mkb-s-min-edge-right-inherit-first > *:first-child, .mkb-s-min-edge-right-inherit-last > *:last-child, .mkb-s-min-edge-right-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-s-min-edge-vertical-inherit, .mkb-s-min-edge-vertical-inherit-child > *, .mkb-s-min-edge-vertical-inherit-first > *:first-child, .mkb-s-min-edge-vertical-inherit-last > *:last-child, .mkb-s-min-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-s-min-edge-horizontal-inherit, .mkb-s-min-edge-horizontal-inherit-child > *, .mkb-s-min-edge-horizontal-inherit-first > *:first-child, .mkb-s-min-edge-horizontal-inherit-last > *:last-child, .mkb-s-min-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-s-min-edge-s, .mkb-s-min-edge-s-child > *, .mkb-s-min-edge-s-first > *:first-child, .mkb-s-min-edge-s-last > *:last-child, .mkb-s-min-edge-s-odd > *:nth-child(odd), .mkb-s-min-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-top, .mkb-s-min-edge-s-top-child > *, .mkb-s-min-edge-s-top-first > *:first-child, .mkb-s-min-edge-s-top-last > *:last-child, .mkb-s-min-edge-s-top-odd > *:nth-child(odd), .mkb-s-min-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-bottom, .mkb-s-min-edge-s-bottom-child > *, .mkb-s-min-edge-s-bottom-first > *:first-child, .mkb-s-min-edge-s-bottom-last > *:last-child, .mkb-s-min-edge-s-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-left, .mkb-s-min-edge-s-left-child > *, .mkb-s-min-edge-s-left-first > *:first-child, .mkb-s-min-edge-s-left-last > *:last-child, .mkb-s-min-edge-s-left-odd > *:nth-child(odd), .mkb-s-min-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-right, .mkb-s-min-edge-s-right-child > *, .mkb-s-min-edge-s-right-first > *:first-child, .mkb-s-min-edge-s-right-last > *:last-child, .mkb-s-min-edge-s-right-odd > *:nth-child(odd), .mkb-s-min-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-vertical, .mkb-s-min-edge-s-vertical-child > *, .mkb-s-min-edge-s-vertical-first > *:first-child, .mkb-s-min-edge-s-vertical-last > *:last-child, .mkb-s-min-edge-s-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-s-horizontal, .mkb-s-min-edge-s-horizontal-child > *, .mkb-s-min-edge-s-horizontal-first > *:first-child, .mkb-s-min-edge-s-horizontal-last > *:last-child, .mkb-s-min-edge-s-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-s-min-edge-m, .mkb-s-min-edge-m-child > *, .mkb-s-min-edge-m-first > *:first-child, .mkb-s-min-edge-m-last > *:last-child, .mkb-s-min-edge-m-odd > *:nth-child(odd), .mkb-s-min-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-top, .mkb-s-min-edge-m-top-child > *, .mkb-s-min-edge-m-top-first > *:first-child, .mkb-s-min-edge-m-top-last > *:last-child, .mkb-s-min-edge-m-top-odd > *:nth-child(odd), .mkb-s-min-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-bottom, .mkb-s-min-edge-m-bottom-child > *, .mkb-s-min-edge-m-bottom-first > *:first-child, .mkb-s-min-edge-m-bottom-last > *:last-child, .mkb-s-min-edge-m-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-left, .mkb-s-min-edge-m-left-child > *, .mkb-s-min-edge-m-left-first > *:first-child, .mkb-s-min-edge-m-left-last > *:last-child, .mkb-s-min-edge-m-left-odd > *:nth-child(odd), .mkb-s-min-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-right, .mkb-s-min-edge-m-right-child > *, .mkb-s-min-edge-m-right-first > *:first-child, .mkb-s-min-edge-m-right-last > *:last-child, .mkb-s-min-edge-m-right-odd > *:nth-child(odd), .mkb-s-min-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-vertical, .mkb-s-min-edge-m-vertical-child > *, .mkb-s-min-edge-m-vertical-first > *:first-child, .mkb-s-min-edge-m-vertical-last > *:last-child, .mkb-s-min-edge-m-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-m-horizontal, .mkb-s-min-edge-m-horizontal-child > *, .mkb-s-min-edge-m-horizontal-first > *:first-child, .mkb-s-min-edge-m-horizontal-last > *:last-child, .mkb-s-min-edge-m-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-s-min-edge-l, .mkb-s-min-edge-l-child > *, .mkb-s-min-edge-l-first > *:first-child, .mkb-s-min-edge-l-last > *:last-child, .mkb-s-min-edge-l-odd > *:nth-child(odd), .mkb-s-min-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-top, .mkb-s-min-edge-l-top-child > *, .mkb-s-min-edge-l-top-first > *:first-child, .mkb-s-min-edge-l-top-last > *:last-child, .mkb-s-min-edge-l-top-odd > *:nth-child(odd), .mkb-s-min-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-bottom, .mkb-s-min-edge-l-bottom-child > *, .mkb-s-min-edge-l-bottom-first > *:first-child, .mkb-s-min-edge-l-bottom-last > *:last-child, .mkb-s-min-edge-l-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-left, .mkb-s-min-edge-l-left-child > *, .mkb-s-min-edge-l-left-first > *:first-child, .mkb-s-min-edge-l-left-last > *:last-child, .mkb-s-min-edge-l-left-odd > *:nth-child(odd), .mkb-s-min-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-right, .mkb-s-min-edge-l-right-child > *, .mkb-s-min-edge-l-right-first > *:first-child, .mkb-s-min-edge-l-right-last > *:last-child, .mkb-s-min-edge-l-right-odd > *:nth-child(odd), .mkb-s-min-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-vertical, .mkb-s-min-edge-l-vertical-child > *, .mkb-s-min-edge-l-vertical-first > *:first-child, .mkb-s-min-edge-l-vertical-last > *:last-child, .mkb-s-min-edge-l-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-l-horizontal, .mkb-s-min-edge-l-horizontal-child > *, .mkb-s-min-edge-l-horizontal-first > *:first-child, .mkb-s-min-edge-l-horizontal-last > *:last-child, .mkb-s-min-edge-l-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-s-min-edge-xl, .mkb-s-min-edge-xl-child > *, .mkb-s-min-edge-xl-first > *:first-child, .mkb-s-min-edge-xl-last > *:last-child, .mkb-s-min-edge-xl-odd > *:nth-child(odd), .mkb-s-min-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-top, .mkb-s-min-edge-xl-top-child > *, .mkb-s-min-edge-xl-top-first > *:first-child, .mkb-s-min-edge-xl-top-last > *:last-child, .mkb-s-min-edge-xl-top-odd > *:nth-child(odd), .mkb-s-min-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-bottom, .mkb-s-min-edge-xl-bottom-child > *, .mkb-s-min-edge-xl-bottom-first > *:first-child, .mkb-s-min-edge-xl-bottom-last > *:last-child, .mkb-s-min-edge-xl-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-left, .mkb-s-min-edge-xl-left-child > *, .mkb-s-min-edge-xl-left-first > *:first-child, .mkb-s-min-edge-xl-left-last > *:last-child, .mkb-s-min-edge-xl-left-odd > *:nth-child(odd), .mkb-s-min-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-right, .mkb-s-min-edge-xl-right-child > *, .mkb-s-min-edge-xl-right-first > *:first-child, .mkb-s-min-edge-xl-right-last > *:last-child, .mkb-s-min-edge-xl-right-odd > *:nth-child(odd), .mkb-s-min-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-vertical, .mkb-s-min-edge-xl-vertical-child > *, .mkb-s-min-edge-xl-vertical-first > *:first-child, .mkb-s-min-edge-xl-vertical-last > *:last-child, .mkb-s-min-edge-xl-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-xl-horizontal, .mkb-s-min-edge-xl-horizontal-child > *, .mkb-s-min-edge-xl-horizontal-first > *:first-child, .mkb-s-min-edge-xl-horizontal-last > *:last-child, .mkb-s-min-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-s-min-edge-thin, .mkb-s-min-edge-thin-child > *, .mkb-s-min-edge-thin-first > *:first-child, .mkb-s-min-edge-thin-last > *:last-child, .mkb-s-min-edge-thin-odd > *:nth-child(odd), .mkb-s-min-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-s-min-edge-thin-top, .mkb-s-min-edge-thin-top-child > *, .mkb-s-min-edge-thin-top-first > *:first-child, .mkb-s-min-edge-thin-top-last > *:last-child, .mkb-s-min-edge-thin-top-odd > *:nth-child(odd), .mkb-s-min-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-s-min-edge-thin-bottom, .mkb-s-min-edge-thin-bottom-child > *, .mkb-s-min-edge-thin-bottom-first > *:first-child, .mkb-s-min-edge-thin-bottom-last > *:last-child, .mkb-s-min-edge-thin-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-s-min-edge-thin-left, .mkb-s-min-edge-thin-left-child > *, .mkb-s-min-edge-thin-left-first > *:first-child, .mkb-s-min-edge-thin-left-last > *:last-child, .mkb-s-min-edge-thin-left-odd > *:nth-child(odd), .mkb-s-min-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-s-min-edge-thin-right, .mkb-s-min-edge-thin-right-child > *, .mkb-s-min-edge-thin-right-first > *:first-child, .mkb-s-min-edge-thin-right-last > *:last-child, .mkb-s-min-edge-thin-right-odd > *:nth-child(odd), .mkb-s-min-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-s-min-edge-thin-vertical, .mkb-s-min-edge-thin-vertical-child > *, .mkb-s-min-edge-thin-vertical-first > *:first-child, .mkb-s-min-edge-thin-vertical-last > *:last-child, .mkb-s-min-edge-thin-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-s-min-edge-thin-horizontal, .mkb-s-min-edge-thin-horizontal-child > *, .mkb-s-min-edge-thin-horizontal-first > *:first-child, .mkb-s-min-edge-thin-horizontal-last > *:last-child, .mkb-s-min-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-s-min-edge-medium, .mkb-s-min-edge-medium-child > *, .mkb-s-min-edge-medium-first > *:first-child, .mkb-s-min-edge-medium-last > *:last-child, .mkb-s-min-edge-medium-odd > *:nth-child(odd), .mkb-s-min-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-s-min-edge-medium-top, .mkb-s-min-edge-medium-top-child > *, .mkb-s-min-edge-medium-top-first > *:first-child, .mkb-s-min-edge-medium-top-last > *:last-child, .mkb-s-min-edge-medium-top-odd > *:nth-child(odd), .mkb-s-min-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-s-min-edge-medium-bottom, .mkb-s-min-edge-medium-bottom-child > *, .mkb-s-min-edge-medium-bottom-first > *:first-child, .mkb-s-min-edge-medium-bottom-last > *:last-child, .mkb-s-min-edge-medium-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-s-min-edge-medium-left, .mkb-s-min-edge-medium-left-child > *, .mkb-s-min-edge-medium-left-first > *:first-child, .mkb-s-min-edge-medium-left-last > *:last-child, .mkb-s-min-edge-medium-left-odd > *:nth-child(odd), .mkb-s-min-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-s-min-edge-medium-right, .mkb-s-min-edge-medium-right-child > *, .mkb-s-min-edge-medium-right-first > *:first-child, .mkb-s-min-edge-medium-right-last > *:last-child, .mkb-s-min-edge-medium-right-odd > *:nth-child(odd), .mkb-s-min-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-s-min-edge-medium-vertical, .mkb-s-min-edge-medium-vertical-child > *, .mkb-s-min-edge-medium-vertical-first > *:first-child, .mkb-s-min-edge-medium-vertical-last > *:last-child, .mkb-s-min-edge-medium-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-s-min-edge-medium-horizontal, .mkb-s-min-edge-medium-horizontal-child > *, .mkb-s-min-edge-medium-horizontal-first > *:first-child, .mkb-s-min-edge-medium-horizontal-last > *:last-child, .mkb-s-min-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-s-min-edge-thick, .mkb-s-min-edge-thick-child > *, .mkb-s-min-edge-thick-first > *:first-child, .mkb-s-min-edge-thick-last > *:last-child, .mkb-s-min-edge-thick-odd > *:nth-child(odd), .mkb-s-min-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-s-min-edge-thick-top, .mkb-s-min-edge-thick-top-child > *, .mkb-s-min-edge-thick-top-first > *:first-child, .mkb-s-min-edge-thick-top-last > *:last-child, .mkb-s-min-edge-thick-top-odd > *:nth-child(odd), .mkb-s-min-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-s-min-edge-thick-bottom, .mkb-s-min-edge-thick-bottom-child > *, .mkb-s-min-edge-thick-bottom-first > *:first-child, .mkb-s-min-edge-thick-bottom-last > *:last-child, .mkb-s-min-edge-thick-bottom-odd > *:nth-child(odd), .mkb-s-min-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-s-min-edge-thick-left, .mkb-s-min-edge-thick-left-child > *, .mkb-s-min-edge-thick-left-first > *:first-child, .mkb-s-min-edge-thick-left-last > *:last-child, .mkb-s-min-edge-thick-left-odd > *:nth-child(odd), .mkb-s-min-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-s-min-edge-thick-right, .mkb-s-min-edge-thick-right-child > *, .mkb-s-min-edge-thick-right-first > *:first-child, .mkb-s-min-edge-thick-right-last > *:last-child, .mkb-s-min-edge-thick-right-odd > *:nth-child(odd), .mkb-s-min-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-s-min-edge-thick-vertical, .mkb-s-min-edge-thick-vertical-child > *, .mkb-s-min-edge-thick-vertical-first > *:first-child, .mkb-s-min-edge-thick-vertical-last > *:last-child, .mkb-s-min-edge-thick-vertical-odd > *:nth-child(odd), .mkb-s-min-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-s-min-edge-thick-horizontal, .mkb-s-min-edge-thick-horizontal-child > *, .mkb-s-min-edge-thick-horizontal-first > *:first-child, .mkb-s-min-edge-thick-horizontal-last > *:last-child, .mkb-s-min-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-s-min-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-s-min-edge-transparent, .mkb-s-min-edge-transparent-child > *, .mkb-s-min-edge-transparent-first > *:first-child, .mkb-s-min-edge-transparent-last > *:last-child, .mkb-s-min-edge-transparent-odd > *:nth-child(odd), .mkb-s-min-edge-transparent-even > *:nth-child(even), .mkb-s-min-edge-hover-transparent:hover, .mkb-s-min-edge-hover-transparent-child:hover > *, .mkb-s-min-edge-hover-transparent-first:hover > *:first-child, .mkb-s-min-edge-hover-transparent-last:hover > *:last-child, .mkb-s-min-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-transparent-child > *:hover, .mkb-s-min-edge-child-hover-transparent-first > *:first-child:hover, .mkb-s-min-edge-child-hover-transparent-last > *:last-child:hover, .mkb-s-min-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-black, .mkb-s-min-edge-black-child > *, .mkb-s-min-edge-black-first > *:first-child, .mkb-s-min-edge-black-last > *:last-child, .mkb-s-min-edge-black-odd > *:nth-child(odd), .mkb-s-min-edge-black-even > *:nth-child(even), .mkb-s-min-edge-hover-black:hover, .mkb-s-min-edge-hover-black-child:hover > *, .mkb-s-min-edge-hover-black-first:hover > *:first-child, .mkb-s-min-edge-hover-black-last:hover > *:last-child, .mkb-s-min-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-black-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-black-child > *:hover, .mkb-s-min-edge-child-hover-black-first > *:first-child:hover, .mkb-s-min-edge-child-hover-black-last > *:last-child:hover, .mkb-s-min-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-white, .mkb-s-min-edge-white-child > *, .mkb-s-min-edge-white-first > *:first-child, .mkb-s-min-edge-white-last > *:last-child, .mkb-s-min-edge-white-odd > *:nth-child(odd), .mkb-s-min-edge-white-even > *:nth-child(even), .mkb-s-min-edge-hover-white:hover, .mkb-s-min-edge-hover-white-child:hover > *, .mkb-s-min-edge-hover-white-first:hover > *:first-child, .mkb-s-min-edge-hover-white-last:hover > *:last-child, .mkb-s-min-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-white-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-white-child > *:hover, .mkb-s-min-edge-child-hover-white-first > *:first-child:hover, .mkb-s-min-edge-child-hover-white-last > *:last-child:hover, .mkb-s-min-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-red, .mkb-s-min-edge-red-child > *, .mkb-s-min-edge-red-first > *:first-child, .mkb-s-min-edge-red-last > *:last-child, .mkb-s-min-edge-red-odd > *:nth-child(odd), .mkb-s-min-edge-red-even > *:nth-child(even), .mkb-s-min-edge-hover-red:hover, .mkb-s-min-edge-hover-red-child:hover > *, .mkb-s-min-edge-hover-red-first:hover > *:first-child, .mkb-s-min-edge-hover-red-last:hover > *:last-child, .mkb-s-min-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-red-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-red-child > *:hover, .mkb-s-min-edge-child-hover-red-first > *:first-child:hover, .mkb-s-min-edge-child-hover-red-last > *:last-child:hover, .mkb-s-min-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-green, .mkb-s-min-edge-green-child > *, .mkb-s-min-edge-green-first > *:first-child, .mkb-s-min-edge-green-last > *:last-child, .mkb-s-min-edge-green-odd > *:nth-child(odd), .mkb-s-min-edge-green-even > *:nth-child(even), .mkb-s-min-edge-hover-green:hover, .mkb-s-min-edge-hover-green-child:hover > *, .mkb-s-min-edge-hover-green-first:hover > *:first-child, .mkb-s-min-edge-hover-green-last:hover > *:last-child, .mkb-s-min-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-green-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-green-child > *:hover, .mkb-s-min-edge-child-hover-green-first > *:first-child:hover, .mkb-s-min-edge-child-hover-green-last > *:last-child:hover, .mkb-s-min-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-blue, .mkb-s-min-edge-blue-child > *, .mkb-s-min-edge-blue-first > *:first-child, .mkb-s-min-edge-blue-last > *:last-child, .mkb-s-min-edge-blue-odd > *:nth-child(odd), .mkb-s-min-edge-blue-even > *:nth-child(even), .mkb-s-min-edge-hover-blue:hover, .mkb-s-min-edge-hover-blue-child:hover > *, .mkb-s-min-edge-hover-blue-first:hover > *:first-child, .mkb-s-min-edge-hover-blue-last:hover > *:last-child, .mkb-s-min-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-blue-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-blue-child > *:hover, .mkb-s-min-edge-child-hover-blue-first > *:first-child:hover, .mkb-s-min-edge-child-hover-blue-last > *:last-child:hover, .mkb-s-min-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-yellow, .mkb-s-min-edge-yellow-child > *, .mkb-s-min-edge-yellow-first > *:first-child, .mkb-s-min-edge-yellow-last > *:last-child, .mkb-s-min-edge-yellow-odd > *:nth-child(odd), .mkb-s-min-edge-yellow-even > *:nth-child(even), .mkb-s-min-edge-hover-yellow:hover, .mkb-s-min-edge-hover-yellow-child:hover > *, .mkb-s-min-edge-hover-yellow-first:hover > *:first-child, .mkb-s-min-edge-hover-yellow-last:hover > *:last-child, .mkb-s-min-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-yellow-child > *:hover, .mkb-s-min-edge-child-hover-yellow-first > *:first-child:hover, .mkb-s-min-edge-child-hover-yellow-last > *:last-child:hover, .mkb-s-min-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-orange, .mkb-s-min-edge-orange-child > *, .mkb-s-min-edge-orange-first > *:first-child, .mkb-s-min-edge-orange-last > *:last-child, .mkb-s-min-edge-orange-odd > *:nth-child(odd), .mkb-s-min-edge-orange-even > *:nth-child(even), .mkb-s-min-edge-hover-orange:hover, .mkb-s-min-edge-hover-orange-child:hover > *, .mkb-s-min-edge-hover-orange-first:hover > *:first-child, .mkb-s-min-edge-hover-orange-last:hover > *:last-child, .mkb-s-min-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-orange-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-orange-child > *:hover, .mkb-s-min-edge-child-hover-orange-first > *:first-child:hover, .mkb-s-min-edge-child-hover-orange-last > *:last-child:hover, .mkb-s-min-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-brown, .mkb-s-min-edge-brown-child > *, .mkb-s-min-edge-brown-first > *:first-child, .mkb-s-min-edge-brown-last > *:last-child, .mkb-s-min-edge-brown-odd > *:nth-child(odd), .mkb-s-min-edge-brown-even > *:nth-child(even), .mkb-s-min-edge-hover-brown:hover, .mkb-s-min-edge-hover-brown-child:hover > *, .mkb-s-min-edge-hover-brown-first:hover > *:first-child, .mkb-s-min-edge-hover-brown-last:hover > *:last-child, .mkb-s-min-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-brown-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-brown-child > *:hover, .mkb-s-min-edge-child-hover-brown-first > *:first-child:hover, .mkb-s-min-edge-child-hover-brown-last > *:last-child:hover, .mkb-s-min-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-gray, .mkb-s-min-edge-gray-child > *, .mkb-s-min-edge-gray-first > *:first-child, .mkb-s-min-edge-gray-last > *:last-child, .mkb-s-min-edge-gray-odd > *:nth-child(odd), .mkb-s-min-edge-gray-even > *:nth-child(even), .mkb-s-min-edge-hover-gray:hover, .mkb-s-min-edge-hover-gray-child:hover > *, .mkb-s-min-edge-hover-gray-first:hover > *:first-child, .mkb-s-min-edge-hover-gray-last:hover > *:last-child, .mkb-s-min-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-gray-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-gray-child > *:hover, .mkb-s-min-edge-child-hover-gray-first > *:first-child:hover, .mkb-s-min-edge-child-hover-gray-last > *:last-child:hover, .mkb-s-min-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-pink, .mkb-s-min-edge-pink-child > *, .mkb-s-min-edge-pink-first > *:first-child, .mkb-s-min-edge-pink-last > *:last-child, .mkb-s-min-edge-pink-odd > *:nth-child(odd), .mkb-s-min-edge-pink-even > *:nth-child(even), .mkb-s-min-edge-hover-pink:hover, .mkb-s-min-edge-hover-pink-child:hover > *, .mkb-s-min-edge-hover-pink-first:hover > *:first-child, .mkb-s-min-edge-hover-pink-last:hover > *:last-child, .mkb-s-min-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-pink-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-pink-child > *:hover, .mkb-s-min-edge-child-hover-pink-first > *:first-child:hover, .mkb-s-min-edge-child-hover-pink-last > *:last-child:hover, .mkb-s-min-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-purple, .mkb-s-min-edge-purple-child > *, .mkb-s-min-edge-purple-first > *:first-child, .mkb-s-min-edge-purple-last > *:last-child, .mkb-s-min-edge-purple-odd > *:nth-child(odd), .mkb-s-min-edge-purple-even > *:nth-child(even), .mkb-s-min-edge-hover-purple:hover, .mkb-s-min-edge-hover-purple-child:hover > *, .mkb-s-min-edge-hover-purple-first:hover > *:first-child, .mkb-s-min-edge-hover-purple-last:hover > *:last-child, .mkb-s-min-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-purple-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-purple-child > *:hover, .mkb-s-min-edge-child-hover-purple-first > *:first-child:hover, .mkb-s-min-edge-child-hover-purple-last > *:last-child:hover, .mkb-s-min-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-deep-purple, .mkb-s-min-edge-deep-purple-child > *, .mkb-s-min-edge-deep-purple-first > *:first-child, .mkb-s-min-edge-deep-purple-last > *:last-child, .mkb-s-min-edge-deep-purple-odd > *:nth-child(odd), .mkb-s-min-edge-deep-purple-even > *:nth-child(even), .mkb-s-min-edge-hover-deep-purple:hover, .mkb-s-min-edge-hover-deep-purple-child:hover > *, .mkb-s-min-edge-hover-deep-purple-first:hover > *:first-child, .mkb-s-min-edge-hover-deep-purple-last:hover > *:last-child, .mkb-s-min-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-deep-purple-child > *:hover, .mkb-s-min-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-s-min-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-s-min-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-indigo, .mkb-s-min-edge-indigo-child > *, .mkb-s-min-edge-indigo-first > *:first-child, .mkb-s-min-edge-indigo-last > *:last-child, .mkb-s-min-edge-indigo-odd > *:nth-child(odd), .mkb-s-min-edge-indigo-even > *:nth-child(even), .mkb-s-min-edge-hover-indigo:hover, .mkb-s-min-edge-hover-indigo-child:hover > *, .mkb-s-min-edge-hover-indigo-first:hover > *:first-child, .mkb-s-min-edge-hover-indigo-last:hover > *:last-child, .mkb-s-min-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-indigo-child > *:hover, .mkb-s-min-edge-child-hover-indigo-first > *:first-child:hover, .mkb-s-min-edge-child-hover-indigo-last > *:last-child:hover, .mkb-s-min-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-light-blue, .mkb-s-min-edge-light-blue-child > *, .mkb-s-min-edge-light-blue-first > *:first-child, .mkb-s-min-edge-light-blue-last > *:last-child, .mkb-s-min-edge-light-blue-odd > *:nth-child(odd), .mkb-s-min-edge-light-blue-even > *:nth-child(even), .mkb-s-min-edge-hover-light-blue:hover, .mkb-s-min-edge-hover-light-blue-child:hover > *, .mkb-s-min-edge-hover-light-blue-first:hover > *:first-child, .mkb-s-min-edge-hover-light-blue-last:hover > *:last-child, .mkb-s-min-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-light-blue-child > *:hover, .mkb-s-min-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-s-min-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-s-min-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-cyan, .mkb-s-min-edge-cyan-child > *, .mkb-s-min-edge-cyan-first > *:first-child, .mkb-s-min-edge-cyan-last > *:last-child, .mkb-s-min-edge-cyan-odd > *:nth-child(odd), .mkb-s-min-edge-cyan-even > *:nth-child(even), .mkb-s-min-edge-hover-cyan:hover, .mkb-s-min-edge-hover-cyan-child:hover > *, .mkb-s-min-edge-hover-cyan-first:hover > *:first-child, .mkb-s-min-edge-hover-cyan-last:hover > *:last-child, .mkb-s-min-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-cyan-child > *:hover, .mkb-s-min-edge-child-hover-cyan-first > *:first-child:hover, .mkb-s-min-edge-child-hover-cyan-last > *:last-child:hover, .mkb-s-min-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-teal, .mkb-s-min-edge-teal-child > *, .mkb-s-min-edge-teal-first > *:first-child, .mkb-s-min-edge-teal-last > *:last-child, .mkb-s-min-edge-teal-odd > *:nth-child(odd), .mkb-s-min-edge-teal-even > *:nth-child(even), .mkb-s-min-edge-hover-teal:hover, .mkb-s-min-edge-hover-teal-child:hover > *, .mkb-s-min-edge-hover-teal-first:hover > *:first-child, .mkb-s-min-edge-hover-teal-last:hover > *:last-child, .mkb-s-min-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-teal-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-teal-child > *:hover, .mkb-s-min-edge-child-hover-teal-first > *:first-child:hover, .mkb-s-min-edge-child-hover-teal-last > *:last-child:hover, .mkb-s-min-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-light-green, .mkb-s-min-edge-light-green-child > *, .mkb-s-min-edge-light-green-first > *:first-child, .mkb-s-min-edge-light-green-last > *:last-child, .mkb-s-min-edge-light-green-odd > *:nth-child(odd), .mkb-s-min-edge-light-green-even > *:nth-child(even), .mkb-s-min-edge-hover-light-green:hover, .mkb-s-min-edge-hover-light-green-child:hover > *, .mkb-s-min-edge-hover-light-green-first:hover > *:first-child, .mkb-s-min-edge-hover-light-green-last:hover > *:last-child, .mkb-s-min-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-light-green-child > *:hover, .mkb-s-min-edge-child-hover-light-green-first > *:first-child:hover, .mkb-s-min-edge-child-hover-light-green-last > *:last-child:hover, .mkb-s-min-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-lime, .mkb-s-min-edge-lime-child > *, .mkb-s-min-edge-lime-first > *:first-child, .mkb-s-min-edge-lime-last > *:last-child, .mkb-s-min-edge-lime-odd > *:nth-child(odd), .mkb-s-min-edge-lime-even > *:nth-child(even), .mkb-s-min-edge-hover-lime:hover, .mkb-s-min-edge-hover-lime-child:hover > *, .mkb-s-min-edge-hover-lime-first:hover > *:first-child, .mkb-s-min-edge-hover-lime-last:hover > *:last-child, .mkb-s-min-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-lime-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-lime-child > *:hover, .mkb-s-min-edge-child-hover-lime-first > *:first-child:hover, .mkb-s-min-edge-child-hover-lime-last > *:last-child:hover, .mkb-s-min-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-amber, .mkb-s-min-edge-amber-child > *, .mkb-s-min-edge-amber-first > *:first-child, .mkb-s-min-edge-amber-last > *:last-child, .mkb-s-min-edge-amber-odd > *:nth-child(odd), .mkb-s-min-edge-amber-even > *:nth-child(even), .mkb-s-min-edge-hover-amber:hover, .mkb-s-min-edge-hover-amber-child:hover > *, .mkb-s-min-edge-hover-amber-first:hover > *:first-child, .mkb-s-min-edge-hover-amber-last:hover > *:last-child, .mkb-s-min-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-amber-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-amber-child > *:hover, .mkb-s-min-edge-child-hover-amber-first > *:first-child:hover, .mkb-s-min-edge-child-hover-amber-last > *:last-child:hover, .mkb-s-min-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-deep-orange, .mkb-s-min-edge-deep-orange-child > *, .mkb-s-min-edge-deep-orange-first > *:first-child, .mkb-s-min-edge-deep-orange-last > *:last-child, .mkb-s-min-edge-deep-orange-odd > *:nth-child(odd), .mkb-s-min-edge-deep-orange-even > *:nth-child(even), .mkb-s-min-edge-hover-deep-orange:hover, .mkb-s-min-edge-hover-deep-orange-child:hover > *, .mkb-s-min-edge-hover-deep-orange-first:hover > *:first-child, .mkb-s-min-edge-hover-deep-orange-last:hover > *:last-child, .mkb-s-min-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-deep-orange-child > *:hover, .mkb-s-min-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-s-min-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-s-min-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-blue-gray, .mkb-s-min-edge-blue-gray-child > *, .mkb-s-min-edge-blue-gray-first > *:first-child, .mkb-s-min-edge-blue-gray-last > *:last-child, .mkb-s-min-edge-blue-gray-odd > *:nth-child(odd), .mkb-s-min-edge-blue-gray-even > *:nth-child(even), .mkb-s-min-edge-hover-blue-gray:hover, .mkb-s-min-edge-hover-blue-gray-child:hover > *, .mkb-s-min-edge-hover-blue-gray-first:hover > *:first-child, .mkb-s-min-edge-hover-blue-gray-last:hover > *:last-child, .mkb-s-min-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-s-min-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-s-min-edge-child-hover-blue-gray-child > *:hover, .mkb-s-min-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-s-min-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-s-min-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-s-min-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-s-min-edge-dotted, .mkb-s-min-edge-dotted-child > *, .mkb-s-min-edge-dotted-first > *:first-child, .mkb-s-min-edge-dotted-last > *:last-child, .mkb-s-min-edge-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-s-min-edge-top-dotted, .mkb-s-min-edge-top-dotted-child > *, .mkb-s-min-edge-top-dotted-first > *:first-child, .mkb-s-min-edge-top-dotted-last > *:last-child, .mkb-s-min-edge-top-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-s-min-edge-bottom-dotted, .mkb-s-min-edge-bottom-dotted-child > *, .mkb-s-min-edge-bottom-dotted-first > *:first-child, .mkb-s-min-edge-bottom-dotted-last > *:last-child, .mkb-s-min-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-s-min-edge-left-dotted, .mkb-s-min-edge-left-dotted-child > *, .mkb-s-min-edge-left-dotted-first > *:first-child, .mkb-s-min-edge-left-dotted-last > *:last-child, .mkb-s-min-edge-left-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-s-min-edge-right-dotted, .mkb-s-min-edge-right-dotted-child > *, .mkb-s-min-edge-right-dotted-first > *:first-child, .mkb-s-min-edge-right-dotted-last > *:last-child, .mkb-s-min-edge-right-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-s-min-edge-vertical-dotted, .mkb-s-min-edge-vertical-dotted-child > *, .mkb-s-min-edge-vertical-dotted-first > *:first-child, .mkb-s-min-edge-vertical-dotted-last > *:last-child, .mkb-s-min-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-s-min-edge-horizontal-dotted, .mkb-s-min-edge-horizontal-dotted-child > *, .mkb-s-min-edge-horizontal-dotted-first > *:first-child, .mkb-s-min-edge-horizontal-dotted-last > *:last-child, .mkb-s-min-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-s-min-edge-dashed, .mkb-s-min-edge-dashed-child > *, .mkb-s-min-edge-dashed-first > *:first-child, .mkb-s-min-edge-dashed-last > *:last-child, .mkb-s-min-edge-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-s-min-edge-top-dashed, .mkb-s-min-edge-top-dashed-child > *, .mkb-s-min-edge-top-dashed-first > *:first-child, .mkb-s-min-edge-top-dashed-last > *:last-child, .mkb-s-min-edge-top-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-s-min-edge-bottom-dashed, .mkb-s-min-edge-bottom-dashed-child > *, .mkb-s-min-edge-bottom-dashed-first > *:first-child, .mkb-s-min-edge-bottom-dashed-last > *:last-child, .mkb-s-min-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-s-min-edge-left-dashed, .mkb-s-min-edge-left-dashed-child > *, .mkb-s-min-edge-left-dashed-first > *:first-child, .mkb-s-min-edge-left-dashed-last > *:last-child, .mkb-s-min-edge-left-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-s-min-edge-right-dashed, .mkb-s-min-edge-right-dashed-child > *, .mkb-s-min-edge-right-dashed-first > *:first-child, .mkb-s-min-edge-right-dashed-last > *:last-child, .mkb-s-min-edge-right-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-s-min-edge-vertical-dashed, .mkb-s-min-edge-vertical-dashed-child > *, .mkb-s-min-edge-vertical-dashed-first > *:first-child, .mkb-s-min-edge-vertical-dashed-last > *:last-child, .mkb-s-min-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-s-min-edge-horizontal-dashed, .mkb-s-min-edge-horizontal-dashed-child > *, .mkb-s-min-edge-horizontal-dashed-first > *:first-child, .mkb-s-min-edge-horizontal-dashed-last > *:last-child, .mkb-s-min-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-s-min-edge-solid, .mkb-s-min-edge-solid-child > *, .mkb-s-min-edge-solid-first > *:first-child, .mkb-s-min-edge-solid-last > *:last-child, .mkb-s-min-edge-solid-odd > *:nth-child(odd), .mkb-s-min-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-s-min-edge-top-solid, .mkb-s-min-edge-top-solid-child > *, .mkb-s-min-edge-top-solid-first > *:first-child, .mkb-s-min-edge-top-solid-last > *:last-child, .mkb-s-min-edge-top-solid-odd > *:nth-child(odd), .mkb-s-min-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-s-min-edge-bottom-solid, .mkb-s-min-edge-bottom-solid-child > *, .mkb-s-min-edge-bottom-solid-first > *:first-child, .mkb-s-min-edge-bottom-solid-last > *:last-child, .mkb-s-min-edge-bottom-solid-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-s-min-edge-left-solid, .mkb-s-min-edge-left-solid-child > *, .mkb-s-min-edge-left-solid-first > *:first-child, .mkb-s-min-edge-left-solid-last > *:last-child, .mkb-s-min-edge-left-solid-odd > *:nth-child(odd), .mkb-s-min-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-s-min-edge-right-solid, .mkb-s-min-edge-right-solid-child > *, .mkb-s-min-edge-right-solid-first > *:first-child, .mkb-s-min-edge-right-solid-last > *:last-child, .mkb-s-min-edge-right-solid-odd > *:nth-child(odd), .mkb-s-min-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-s-min-edge-vertical-solid, .mkb-s-min-edge-vertical-solid-child > *, .mkb-s-min-edge-vertical-solid-first > *:first-child, .mkb-s-min-edge-vertical-solid-last > *:last-child, .mkb-s-min-edge-vertical-solid-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-s-min-edge-horizontal-solid, .mkb-s-min-edge-horizontal-solid-child > *, .mkb-s-min-edge-horizontal-solid-first > *:first-child, .mkb-s-min-edge-horizontal-solid-last > *:last-child, .mkb-s-min-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-s-min-edge-double, .mkb-s-min-edge-double-child > *, .mkb-s-min-edge-double-first > *:first-child, .mkb-s-min-edge-double-last > *:last-child, .mkb-s-min-edge-double-odd > *:nth-child(odd), .mkb-s-min-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-s-min-edge-top-double, .mkb-s-min-edge-top-double-child > *, .mkb-s-min-edge-top-double-first > *:first-child, .mkb-s-min-edge-top-double-last > *:last-child, .mkb-s-min-edge-top-double-odd > *:nth-child(odd), .mkb-s-min-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-s-min-edge-bottom-double, .mkb-s-min-edge-bottom-double-child > *, .mkb-s-min-edge-bottom-double-first > *:first-child, .mkb-s-min-edge-bottom-double-last > *:last-child, .mkb-s-min-edge-bottom-double-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-s-min-edge-left-double, .mkb-s-min-edge-left-double-child > *, .mkb-s-min-edge-left-double-first > *:first-child, .mkb-s-min-edge-left-double-last > *:last-child, .mkb-s-min-edge-left-double-odd > *:nth-child(odd), .mkb-s-min-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-s-min-edge-right-double, .mkb-s-min-edge-right-double-child > *, .mkb-s-min-edge-right-double-first > *:first-child, .mkb-s-min-edge-right-double-last > *:last-child, .mkb-s-min-edge-right-double-odd > *:nth-child(odd), .mkb-s-min-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-s-min-edge-vertical-double, .mkb-s-min-edge-vertical-double-child > *, .mkb-s-min-edge-vertical-double-first > *:first-child, .mkb-s-min-edge-vertical-double-last > *:last-child, .mkb-s-min-edge-vertical-double-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-s-min-edge-horizontal-double, .mkb-s-min-edge-horizontal-double-child > *, .mkb-s-min-edge-horizontal-double-first > *:first-child, .mkb-s-min-edge-horizontal-double-last > *:last-child, .mkb-s-min-edge-horizontal-double-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-s-min-edge-groove, .mkb-s-min-edge-groove-child > *, .mkb-s-min-edge-groove-first > *:first-child, .mkb-s-min-edge-groove-last > *:last-child, .mkb-s-min-edge-groove-odd > *:nth-child(odd), .mkb-s-min-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-s-min-edge-top-groove, .mkb-s-min-edge-top-groove-child > *, .mkb-s-min-edge-top-groove-first > *:first-child, .mkb-s-min-edge-top-groove-last > *:last-child, .mkb-s-min-edge-top-groove-odd > *:nth-child(odd), .mkb-s-min-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-s-min-edge-bottom-groove, .mkb-s-min-edge-bottom-groove-child > *, .mkb-s-min-edge-bottom-groove-first > *:first-child, .mkb-s-min-edge-bottom-groove-last > *:last-child, .mkb-s-min-edge-bottom-groove-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-s-min-edge-left-groove, .mkb-s-min-edge-left-groove-child > *, .mkb-s-min-edge-left-groove-first > *:first-child, .mkb-s-min-edge-left-groove-last > *:last-child, .mkb-s-min-edge-left-groove-odd > *:nth-child(odd), .mkb-s-min-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-s-min-edge-right-groove, .mkb-s-min-edge-right-groove-child > *, .mkb-s-min-edge-right-groove-first > *:first-child, .mkb-s-min-edge-right-groove-last > *:last-child, .mkb-s-min-edge-right-groove-odd > *:nth-child(odd), .mkb-s-min-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-s-min-edge-vertical-groove, .mkb-s-min-edge-vertical-groove-child > *, .mkb-s-min-edge-vertical-groove-first > *:first-child, .mkb-s-min-edge-vertical-groove-last > *:last-child, .mkb-s-min-edge-vertical-groove-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-s-min-edge-horizontal-groove, .mkb-s-min-edge-horizontal-groove-child > *, .mkb-s-min-edge-horizontal-groove-first > *:first-child, .mkb-s-min-edge-horizontal-groove-last > *:last-child, .mkb-s-min-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-s-min-edge-ridge, .mkb-s-min-edge-ridge-child > *, .mkb-s-min-edge-ridge-first > *:first-child, .mkb-s-min-edge-ridge-last > *:last-child, .mkb-s-min-edge-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-s-min-edge-top-ridge, .mkb-s-min-edge-top-ridge-child > *, .mkb-s-min-edge-top-ridge-first > *:first-child, .mkb-s-min-edge-top-ridge-last > *:last-child, .mkb-s-min-edge-top-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-s-min-edge-bottom-ridge, .mkb-s-min-edge-bottom-ridge-child > *, .mkb-s-min-edge-bottom-ridge-first > *:first-child, .mkb-s-min-edge-bottom-ridge-last > *:last-child, .mkb-s-min-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-s-min-edge-left-ridge, .mkb-s-min-edge-left-ridge-child > *, .mkb-s-min-edge-left-ridge-first > *:first-child, .mkb-s-min-edge-left-ridge-last > *:last-child, .mkb-s-min-edge-left-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-s-min-edge-right-ridge, .mkb-s-min-edge-right-ridge-child > *, .mkb-s-min-edge-right-ridge-first > *:first-child, .mkb-s-min-edge-right-ridge-last > *:last-child, .mkb-s-min-edge-right-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-s-min-edge-vertical-ridge, .mkb-s-min-edge-vertical-ridge-child > *, .mkb-s-min-edge-vertical-ridge-first > *:first-child, .mkb-s-min-edge-vertical-ridge-last > *:last-child, .mkb-s-min-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-s-min-edge-horizontal-ridge, .mkb-s-min-edge-horizontal-ridge-child > *, .mkb-s-min-edge-horizontal-ridge-first > *:first-child, .mkb-s-min-edge-horizontal-ridge-last > *:last-child, .mkb-s-min-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-s-min-edge-inset, .mkb-s-min-edge-inset-child > *, .mkb-s-min-edge-inset-first > *:first-child, .mkb-s-min-edge-inset-last > *:last-child, .mkb-s-min-edge-inset-odd > *:nth-child(odd), .mkb-s-min-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-s-min-edge-top-inset, .mkb-s-min-edge-top-inset-child > *, .mkb-s-min-edge-top-inset-first > *:first-child, .mkb-s-min-edge-top-inset-last > *:last-child, .mkb-s-min-edge-top-inset-odd > *:nth-child(odd), .mkb-s-min-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-s-min-edge-bottom-inset, .mkb-s-min-edge-bottom-inset-child > *, .mkb-s-min-edge-bottom-inset-first > *:first-child, .mkb-s-min-edge-bottom-inset-last > *:last-child, .mkb-s-min-edge-bottom-inset-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-s-min-edge-left-inset, .mkb-s-min-edge-left-inset-child > *, .mkb-s-min-edge-left-inset-first > *:first-child, .mkb-s-min-edge-left-inset-last > *:last-child, .mkb-s-min-edge-left-inset-odd > *:nth-child(odd), .mkb-s-min-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-s-min-edge-right-inset, .mkb-s-min-edge-right-inset-child > *, .mkb-s-min-edge-right-inset-first > *:first-child, .mkb-s-min-edge-right-inset-last > *:last-child, .mkb-s-min-edge-right-inset-odd > *:nth-child(odd), .mkb-s-min-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-s-min-edge-vertical-inset, .mkb-s-min-edge-vertical-inset-child > *, .mkb-s-min-edge-vertical-inset-first > *:first-child, .mkb-s-min-edge-vertical-inset-last > *:last-child, .mkb-s-min-edge-vertical-inset-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-s-min-edge-horizontal-inset, .mkb-s-min-edge-horizontal-inset-child > *, .mkb-s-min-edge-horizontal-inset-first > *:first-child, .mkb-s-min-edge-horizontal-inset-last > *:last-child, .mkb-s-min-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-s-min-edge-outset, .mkb-s-min-edge-outset-child > *, .mkb-s-min-edge-outset-first > *:first-child, .mkb-s-min-edge-outset-last > *:last-child, .mkb-s-min-edge-outset-odd > *:nth-child(odd), .mkb-s-min-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-s-min-edge-top-outset, .mkb-s-min-edge-top-outset-child > *, .mkb-s-min-edge-top-outset-first > *:first-child, .mkb-s-min-edge-top-outset-last > *:last-child, .mkb-s-min-edge-top-outset-odd > *:nth-child(odd), .mkb-s-min-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-s-min-edge-bottom-outset, .mkb-s-min-edge-bottom-outset-child > *, .mkb-s-min-edge-bottom-outset-first > *:first-child, .mkb-s-min-edge-bottom-outset-last > *:last-child, .mkb-s-min-edge-bottom-outset-odd > *:nth-child(odd), .mkb-s-min-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-s-min-edge-left-outset, .mkb-s-min-edge-left-outset-child > *, .mkb-s-min-edge-left-outset-first > *:first-child, .mkb-s-min-edge-left-outset-last > *:last-child, .mkb-s-min-edge-left-outset-odd > *:nth-child(odd), .mkb-s-min-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-s-min-edge-right-outset, .mkb-s-min-edge-right-outset-child > *, .mkb-s-min-edge-right-outset-first > *:first-child, .mkb-s-min-edge-right-outset-last > *:last-child, .mkb-s-min-edge-right-outset-odd > *:nth-child(odd), .mkb-s-min-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-s-min-edge-vertical-outset, .mkb-s-min-edge-vertical-outset-child > *, .mkb-s-min-edge-vertical-outset-first > *:first-child, .mkb-s-min-edge-vertical-outset-last > *:last-child, .mkb-s-min-edge-vertical-outset-odd > *:nth-child(odd), .mkb-s-min-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-s-min-edge-horizontal-outset, .mkb-s-min-edge-horizontal-outset-child > *, .mkb-s-min-edge-horizontal-outset-first > *:first-child, .mkb-s-min-edge-horizontal-outset-last > *:last-child, .mkb-s-min-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-s-min-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-s-min-radius-none, .mkb-s-min-radius-none-child > *, .mkb-s-min-radius-none-first > *:first-child, .mkb-s-min-radius-none-last > *:last-child, .mkb-s-min-radius-none-odd > *:nth-child(odd), .mkb-s-min-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-s-min-radius-s, .mkb-s-min-radius-s-child > *, .mkb-s-min-radius-s-first > *:first-child, .mkb-s-min-radius-s-last > *:last-child, .mkb-s-min-radius-s-odd > *:nth-child(odd), .mkb-s-min-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m, .mkb-s-min-radius-m-child > *, .mkb-s-min-radius-m-first > *:first-child, .mkb-s-min-radius-m-last > *:last-child, .mkb-s-min-radius-m-odd > *:nth-child(odd), .mkb-s-min-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l, .mkb-s-min-radius-l-child > *, .mkb-s-min-radius-l-first > *:first-child, .mkb-s-min-radius-l-last > *:last-child, .mkb-s-min-radius-l-odd > *:nth-child(odd), .mkb-s-min-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl, .mkb-s-min-radius-xl-child > *, .mkb-s-min-radius-xl-first > *:first-child, .mkb-s-min-radius-xl-last > *:last-child, .mkb-s-min-radius-xl-odd > *:nth-child(odd), .mkb-s-min-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-top-none, .mkb-s-min-radius-top-none-child > *, .mkb-s-min-radius-top-none-first > *:first-child, .mkb-s-min-radius-top-none-last > *:last-child, .mkb-s-min-radius-top-none-odd > *:nth-child(odd), .mkb-s-min-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-s-min-radius-s-top, .mkb-s-min-radius-s-top-child > *, .mkb-s-min-radius-s-top-first > *:first-child, .mkb-s-min-radius-s-top-last > *:last-child, .mkb-s-min-radius-s-top-odd > *:nth-child(odd), .mkb-s-min-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-top, .mkb-s-min-radius-m-top-child > *, .mkb-s-min-radius-m-top-first > *:first-child, .mkb-s-min-radius-m-top-last > *:last-child, .mkb-s-min-radius-m-top-odd > *:nth-child(odd), .mkb-s-min-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-top, .mkb-s-min-radius-l-top-child > *, .mkb-s-min-radius-l-top-first > *:first-child, .mkb-s-min-radius-l-top-last > *:last-child, .mkb-s-min-radius-l-top-odd > *:nth-child(odd), .mkb-s-min-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-top, .mkb-s-min-radius-xl-top-child > *, .mkb-s-min-radius-xl-top-first > *:first-child, .mkb-s-min-radius-xl-top-last > *:last-child, .mkb-s-min-radius-xl-top-odd > *:nth-child(odd), .mkb-s-min-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-top-left-none, .mkb-s-min-radius-top-left-none-child > *, .mkb-s-min-radius-top-left-none-first > *:first-child, .mkb-s-min-radius-top-left-none-last > *:last-child, .mkb-s-min-radius-top-left-none-odd > *:nth-child(odd), .mkb-s-min-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-s-min-radius-s-top-left, .mkb-s-min-radius-s-top-left-child > *, .mkb-s-min-radius-s-top-left-first > *:first-child, .mkb-s-min-radius-s-top-left-last > *:last-child, .mkb-s-min-radius-s-top-left-odd > *:nth-child(odd), .mkb-s-min-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-top-left, .mkb-s-min-radius-m-top-left-child > *, .mkb-s-min-radius-m-top-left-first > *:first-child, .mkb-s-min-radius-m-top-left-last > *:last-child, .mkb-s-min-radius-m-top-left-odd > *:nth-child(odd), .mkb-s-min-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-top-left, .mkb-s-min-radius-l-top-left-child > *, .mkb-s-min-radius-l-top-left-first > *:first-child, .mkb-s-min-radius-l-top-left-last > *:last-child, .mkb-s-min-radius-l-top-left-odd > *:nth-child(odd), .mkb-s-min-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-top-left, .mkb-s-min-radius-xl-top-left-child > *, .mkb-s-min-radius-xl-top-left-first > *:first-child, .mkb-s-min-radius-xl-top-left-last > *:last-child, .mkb-s-min-radius-xl-top-left-odd > *:nth-child(odd), .mkb-s-min-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-top-right-none, .mkb-s-min-radius-top-right-none-child > *, .mkb-s-min-radius-top-right-none-first > *:first-child, .mkb-s-min-radius-top-right-none-last > *:last-child, .mkb-s-min-radius-top-right-none-odd > *:nth-child(odd), .mkb-s-min-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-s-min-radius-s-top-right, .mkb-s-min-radius-s-top-right-child > *, .mkb-s-min-radius-s-top-right-first > *:first-child, .mkb-s-min-radius-s-top-right-last > *:last-child, .mkb-s-min-radius-s-top-right-odd > *:nth-child(odd), .mkb-s-min-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-top-right, .mkb-s-min-radius-m-top-right-child > *, .mkb-s-min-radius-m-top-right-first > *:first-child, .mkb-s-min-radius-m-top-right-last > *:last-child, .mkb-s-min-radius-m-top-right-odd > *:nth-child(odd), .mkb-s-min-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-top-right, .mkb-s-min-radius-l-top-right-child > *, .mkb-s-min-radius-l-top-right-first > *:first-child, .mkb-s-min-radius-l-top-right-last > *:last-child, .mkb-s-min-radius-l-top-right-odd > *:nth-child(odd), .mkb-s-min-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-top-right, .mkb-s-min-radius-xl-top-right-child > *, .mkb-s-min-radius-xl-top-right-first > *:first-child, .mkb-s-min-radius-xl-top-right-last > *:last-child, .mkb-s-min-radius-xl-top-right-odd > *:nth-child(odd), .mkb-s-min-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-bottom-none, .mkb-s-min-radius-bottom-none-child > *, .mkb-s-min-radius-bottom-none-first > *:first-child, .mkb-s-min-radius-bottom-none-last > *:last-child, .mkb-s-min-radius-bottom-none-odd > *:nth-child(odd), .mkb-s-min-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-s-min-radius-s-bottom, .mkb-s-min-radius-s-bottom-child > *, .mkb-s-min-radius-s-bottom-first > *:first-child, .mkb-s-min-radius-s-bottom-last > *:last-child, .mkb-s-min-radius-s-bottom-odd > *:nth-child(odd), .mkb-s-min-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-bottom, .mkb-s-min-radius-m-bottom-child > *, .mkb-s-min-radius-m-bottom-first > *:first-child, .mkb-s-min-radius-m-bottom-last > *:last-child, .mkb-s-min-radius-m-bottom-odd > *:nth-child(odd), .mkb-s-min-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-bottom, .mkb-s-min-radius-l-bottom-child > *, .mkb-s-min-radius-l-bottom-first > *:first-child, .mkb-s-min-radius-l-bottom-last > *:last-child, .mkb-s-min-radius-l-bottom-odd > *:nth-child(odd), .mkb-s-min-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-bottom, .mkb-s-min-radius-xl-bottom-child > *, .mkb-s-min-radius-xl-bottom-first > *:first-child, .mkb-s-min-radius-xl-bottom-last > *:last-child, .mkb-s-min-radius-xl-bottom-odd > *:nth-child(odd), .mkb-s-min-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-bottom-left-none, .mkb-s-min-radius-bottom-left-none-child > *, .mkb-s-min-radius-bottom-left-none-first > *:first-child, .mkb-s-min-radius-bottom-left-none-last > *:last-child, .mkb-s-min-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-s-min-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-s-min-radius-s-bottom-left, .mkb-s-min-radius-s-bottom-left-child > *, .mkb-s-min-radius-s-bottom-left-first > *:first-child, .mkb-s-min-radius-s-bottom-left-last > *:last-child, .mkb-s-min-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-s-min-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-bottom-left, .mkb-s-min-radius-m-bottom-left-child > *, .mkb-s-min-radius-m-bottom-left-first > *:first-child, .mkb-s-min-radius-m-bottom-left-last > *:last-child, .mkb-s-min-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-s-min-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-bottom-left, .mkb-s-min-radius-l-bottom-left-child > *, .mkb-s-min-radius-l-bottom-left-first > *:first-child, .mkb-s-min-radius-l-bottom-left-last > *:last-child, .mkb-s-min-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-s-min-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-bottom-left, .mkb-s-min-radius-xl-bottom-left-child > *, .mkb-s-min-radius-xl-bottom-left-first > *:first-child, .mkb-s-min-radius-xl-bottom-left-last > *:last-child, .mkb-s-min-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-s-min-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-s-min-radius-bottom-right-none, .mkb-s-min-radius-bottom-right-none-child > *, .mkb-s-min-radius-bottom-right-none-first > *:first-child, .mkb-s-min-radius-bottom-right-none-last > *:last-child, .mkb-s-min-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-s-min-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-s-min-radius-s-bottom-right, .mkb-s-min-radius-s-bottom-right-child > *, .mkb-s-min-radius-s-bottom-right-first > *:first-child, .mkb-s-min-radius-s-bottom-right-last > *:last-child, .mkb-s-min-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-s-min-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-s-min-radius-m-bottom-right, .mkb-s-min-radius-m-bottom-right-child > *, .mkb-s-min-radius-m-bottom-right-first > *:first-child, .mkb-s-min-radius-m-bottom-right-last > *:last-child, .mkb-s-min-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-s-min-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-s-min-radius-l-bottom-right, .mkb-s-min-radius-l-bottom-right-child > *, .mkb-s-min-radius-l-bottom-right-first > *:first-child, .mkb-s-min-radius-l-bottom-right-last > *:last-child, .mkb-s-min-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-s-min-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-s-min-radius-xl-bottom-right, .mkb-s-min-radius-xl-bottom-right-child > *, .mkb-s-min-radius-xl-bottom-right-first > *:first-child, .mkb-s-min-radius-xl-bottom-right-last > *:last-child, .mkb-s-min-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-s-min-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-s-min-offset-auto, .mkb-s-min-offset-auto-child > *, .mkb-s-min-offset-auto-first > *:first-child, .mkb-s-min-offset-auto-last > *:last-child, .mkb-s-min-offset-auto-odd > *:nth-child(odd), .mkb-s-min-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-s-min-offset-none, .mkb-s-min-offset-none-child > *, .mkb-s-min-offset-none-first > *:first-child, .mkb-s-min-offset-none-last > *:last-child, .mkb-s-min-offset-none-odd > *:nth-child(odd), .mkb-s-min-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-s-min-offset-inherit, .mkb-s-min-offset-inherit-child > *, .mkb-s-min-offset-inherit-first > *:first-child, .mkb-s-min-offset-inherit-last > *:last-child, .mkb-s-min-offset-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-s-min-offset-top-auto, .mkb-s-min-offset-top-auto-child > *, .mkb-s-min-offset-top-auto-first > *:first-child, .mkb-s-min-offset-top-auto-last > *:last-child, .mkb-s-min-offset-top-auto-odd > *:nth-child(odd), .mkb-s-min-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-s-min-offset-top-none, .mkb-s-min-offset-top-none-child > *, .mkb-s-min-offset-top-none-first > *:first-child, .mkb-s-min-offset-top-none-last > *:last-child, .mkb-s-min-offset-top-none-odd > *:nth-child(odd), .mkb-s-min-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-s-min-offset-top-inherit, .mkb-s-min-offset-top-inherit-child > *, .mkb-s-min-offset-top-inherit-first > *:first-child, .mkb-s-min-offset-top-inherit-last > *:last-child, .mkb-s-min-offset-top-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-s-min-offset-bottom-auto, .mkb-s-min-offset-bottom-auto-child > *, .mkb-s-min-offset-bottom-auto-first > *:first-child, .mkb-s-min-offset-bottom-auto-last > *:last-child, .mkb-s-min-offset-bottom-auto-odd > *:nth-child(odd), .mkb-s-min-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-s-min-offset-bottom-none, .mkb-s-min-offset-bottom-none-child > *, .mkb-s-min-offset-bottom-none-first > *:first-child, .mkb-s-min-offset-bottom-none-last > *:last-child, .mkb-s-min-offset-bottom-none-odd > *:nth-child(odd), .mkb-s-min-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-s-min-offset-bottom-inherit, .mkb-s-min-offset-bottom-inherit-child > *, .mkb-s-min-offset-bottom-inherit-first > *:first-child, .mkb-s-min-offset-bottom-inherit-last > *:last-child, .mkb-s-min-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-s-min-offset-left-auto, .mkb-s-min-offset-left-auto-child > *, .mkb-s-min-offset-left-auto-first > *:first-child, .mkb-s-min-offset-left-auto-last > *:last-child, .mkb-s-min-offset-left-auto-odd > *:nth-child(odd), .mkb-s-min-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-s-min-offset-left-none, .mkb-s-min-offset-left-none-child > *, .mkb-s-min-offset-left-none-first > *:first-child, .mkb-s-min-offset-left-none-last > *:last-child, .mkb-s-min-offset-left-none-odd > *:nth-child(odd), .mkb-s-min-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-s-min-offset-left-inherit, .mkb-s-min-offset-left-inherit-child > *, .mkb-s-min-offset-left-inherit-first > *:first-child, .mkb-s-min-offset-left-inherit-last > *:last-child, .mkb-s-min-offset-left-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-s-min-offset-right-auto, .mkb-s-min-offset-right-auto-child > *, .mkb-s-min-offset-right-auto-first > *:first-child, .mkb-s-min-offset-right-auto-last > *:last-child, .mkb-s-min-offset-right-auto-odd > *:nth-child(odd), .mkb-s-min-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-s-min-offset-right-none, .mkb-s-min-offset-right-none-child > *, .mkb-s-min-offset-right-none-first > *:first-child, .mkb-s-min-offset-right-none-last > *:last-child, .mkb-s-min-offset-right-none-odd > *:nth-child(odd), .mkb-s-min-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-s-min-offset-right-inherit, .mkb-s-min-offset-right-inherit-child > *, .mkb-s-min-offset-right-inherit-first > *:first-child, .mkb-s-min-offset-right-inherit-last > *:last-child, .mkb-s-min-offset-right-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-s-min-offset-vertical-auto, .mkb-s-min-offset-vertical-auto-child > *, .mkb-s-min-offset-vertical-auto-first > *:first-child, .mkb-s-min-offset-vertical-auto-last > *:last-child, .mkb-s-min-offset-vertical-auto-odd > *:nth-child(odd), .mkb-s-min-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-s-min-offset-horizontal-auto, .mkb-s-min-offset-horizontal-auto-child > *, .mkb-s-min-offset-horizontal-auto-first > *:first-child, .mkb-s-min-offset-horizontal-auto-last > *:last-child, .mkb-s-min-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-s-min-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-s-min-offset-vertical-none, .mkb-s-min-offset-vertical-none-child > *, .mkb-s-min-offset-vertical-none-first > *:first-child, .mkb-s-min-offset-vertical-none-last > *:last-child, .mkb-s-min-offset-vertical-none-odd > *:nth-child(odd), .mkb-s-min-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-s-min-offset-horizontal-none, .mkb-s-min-offset-horizontal-none-child > *, .mkb-s-min-offset-horizontal-none-first > *:first-child, .mkb-s-min-offset-horizontal-none-last > *:last-child, .mkb-s-min-offset-horizontal-none-odd > *:nth-child(odd), .mkb-s-min-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-s-min-offset-vertical-inherit, .mkb-s-min-offset-vertical-inherit-child > *, .mkb-s-min-offset-vertical-inherit-first > *:first-child, .mkb-s-min-offset-vertical-inherit-last > *:last-child, .mkb-s-min-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-s-min-offset-horizontal-inherit, .mkb-s-min-offset-horizontal-inherit-child > *, .mkb-s-min-offset-horizontal-inherit-first > *:first-child, .mkb-s-min-offset-horizontal-inherit-last > *:last-child, .mkb-s-min-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-s-min-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 1024px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-m-max-container-s, .mkb-m-max-container-s-child > *, .mkb-m-max-container-s-first > *:first-child, .mkb-m-max-container-s-last > *:last-child, .mkb-m-max-container-s-odd > *:nth-child(odd), .mkb-m-max-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-max-container-m, .mkb-m-max-container-m-child > *, .mkb-m-max-container-m-first > *:first-child, .mkb-m-max-container-m-last > *:last-child, .mkb-m-max-container-m-odd > *:nth-child(odd), .mkb-m-max-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-max-container-l, .mkb-m-max-container-l-child > *, .mkb-m-max-container-l-first > *:first-child, .mkb-m-max-container-l-last > *:last-child, .mkb-m-max-container-l-odd > *:nth-child(odd), .mkb-m-max-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-max-container-xl, .mkb-m-max-container-xl-child > *, .mkb-m-max-container-xl-first > *:first-child, .mkb-m-max-container-xl-last > *:last-child, .mkb-m-max-container-xl-odd > *:nth-child(odd), .mkb-m-max-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-m-max-wrapper-pad, .mkb-m-max-wrapper-pad-child > *, .mkb-m-max-wrapper-pad-first > *:first-child, .mkb-m-max-wrapper-pad-last > *:last-child, .mkb-m-max-wrapper-pad-odd > *:nth-child(odd), .mkb-m-max-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-m-max-wrapper-pad-vertical, .mkb-m-max-wrapper-pad-vertical-child > *, .mkb-m-max-wrapper-pad-vertical-first > *:first-child, .mkb-m-max-wrapper-pad-vertical-last > *:last-child, .mkb-m-max-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-m-max-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-m-max-wrapper-pad-horizontal, .mkb-m-max-wrapper-pad-horizontal-child > *, .mkb-m-max-wrapper-pad-horizontal-first > *:first-child, .mkb-m-max-wrapper-pad-horizontal-last > *:last-child, .mkb-m-max-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-m-max-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-m-max-wrapper-gap, .mkb-m-max-wrapper-gap-child > *, .mkb-m-max-wrapper-gap-first > *:first-child, .mkb-m-max-wrapper-gap-last > *:last-child, .mkb-m-max-wrapper-gap-odd > *:nth-child(odd), .mkb-m-max-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-m-max-wrapper-gap-vertical, .mkb-m-max-wrapper-gap-vertical-child > *, .mkb-m-max-wrapper-gap-vertical-first > *:first-child, .mkb-m-max-wrapper-gap-vertical-last > *:last-child, .mkb-m-max-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-m-max-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-m-max-wrapper-gap-horizontal, .mkb-m-max-wrapper-gap-horizontal-child > *, .mkb-m-max-wrapper-gap-horizontal-first > *:first-child, .mkb-m-max-wrapper-gap-horizontal-last > *:last-child, .mkb-m-max-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-m-max-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-m-max-inline, .mkb-m-max-inline-child > *, .mkb-m-max-inline-first > *:first-child, .mkb-m-max-inline-last > *:last-child, .mkb-m-max-inline-odd > *:nth-child(odd), .mkb-m-max-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-m-max-inline-block, .mkb-m-max-inline-block-child > *, .mkb-m-max-inline-block-first > *:first-child, .mkb-m-max-inline-block-last > *:last-child, .mkb-m-max-inline-block-odd > *:nth-child(odd), .mkb-m-max-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-m-max-inline-table, .mkb-m-max-inline-table-child > *, .mkb-m-max-inline-table-first > *:first-child, .mkb-m-max-inline-table-last > *:last-child, .mkb-m-max-inline-table-odd > *:nth-child(odd), .mkb-m-max-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-m-max-inline-flex, .mkb-m-max-inline-flex-child > *, .mkb-m-max-inline-flex-first > *:first-child, .mkb-m-max-inline-flex-last > *:last-child, .mkb-m-max-inline-flex-odd > *:nth-child(odd), .mkb-m-max-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-m-max-inline-flex > *, .mkb-m-max-inline-flex-child > * > *, .mkb-m-max-inline-flex-first > *:first-child > *, .mkb-m-max-inline-flex-last > *:last-child > *, .mkb-m-max-inline-flex-odd > *:nth-child(odd) > *, .mkb-m-max-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-m-max-block, .mkb-m-max-block-child > *, .mkb-m-max-block-first > *:first-child, .mkb-m-max-block-last > *:last-child, .mkb-m-max-block-odd > *:nth-child(odd), .mkb-m-max-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-m-max-table, .mkb-m-max-table-child > *, .mkb-m-max-table-first > *:first-child, .mkb-m-max-table-last > *:last-child, .mkb-m-max-table-odd > *:nth-child(odd), .mkb-m-max-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-m-max-table-row, .mkb-m-max-table-row-child > *, .mkb-m-max-table-row-first > *:first-child, .mkb-m-max-table-row-last > *:last-child, .mkb-m-max-table-row-odd > *:nth-child(odd), .mkb-m-max-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-m-max-table-cell, .mkb-m-max-table-cell-child > *, .mkb-m-max-table-cell-first > *:first-child, .mkb-m-max-table-cell-last > *:last-child, .mkb-m-max-table-cell-odd > *:nth-child(odd), .mkb-m-max-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-m-max-flex, .mkb-m-max-flex-child > *, .mkb-m-max-flex-first > *:first-child, .mkb-m-max-flex-last > *:last-child, .mkb-m-max-flex-odd > *:nth-child(odd), .mkb-m-max-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-m-max-flex > *, .mkb-m-max-flex-child > * > *, .mkb-m-max-flex-first > *:first-child > *, .mkb-m-max-flex-last > *:last-child > *, .mkb-m-max-flex-odd > *:nth-child(odd) > *, .mkb-m-max-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-m-max-none, .mkb-m-max-none-child > *, .mkb-m-max-none-first > *:first-child, .mkb-m-max-none-last > *:last-child, .mkb-m-max-none-odd > *:nth-child(odd), .mkb-m-max-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-m-max-display-inherit, .mkb-m-max-display-inherit-child > *, .mkb-m-max-display-inherit-first > *:first-child, .mkb-m-max-display-inherit-last > *:last-child, .mkb-m-max-display-inherit-odd > *:nth-child(odd), .mkb-m-max-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-m-max-flex-row, .mkb-m-max-flex-row-child > *, .mkb-m-max-flex-row-first > *:first-child, .mkb-m-max-flex-row-last > *:last-child, .mkb-m-max-flex-row-odd > *:nth-child(odd), .mkb-m-max-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-m-max-flex-row-reverse, .mkb-m-max-flex-row-reverse-child > *, .mkb-m-max-flex-row-reverse-first > *:first-child, .mkb-m-max-flex-row-reverse-last > *:last-child, .mkb-m-max-flex-row-reverse-odd > *:nth-child(odd), .mkb-m-max-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-m-max-flex-column, .mkb-m-max-flex-column-child > *, .mkb-m-max-flex-column-first > *:first-child, .mkb-m-max-flex-column-last > *:last-child, .mkb-m-max-flex-column-odd > *:nth-child(odd), .mkb-m-max-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-m-max-flex-column-reverse, .mkb-m-max-flex-column-reverse-child > *, .mkb-m-max-flex-column-reverse-first > *:first-child, .mkb-m-max-flex-column-reverse-last > *:last-child, .mkb-m-max-flex-column-reverse-odd > *:nth-child(odd), .mkb-m-max-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-m-max-flex-direction-inherit, .mkb-m-max-flex-direction-inherit-child > *, .mkb-m-max-flex-direction-inherit-first > *:first-child, .mkb-m-max-flex-direction-inherit-last > *:last-child, .mkb-m-max-flex-direction-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-m-max-flex-wrap-none, .mkb-m-max-flex-wrap-none-child > *, .mkb-m-max-flex-wrap-none-first > *:first-child, .mkb-m-max-flex-wrap-none-last > *:last-child, .mkb-m-max-flex-wrap-none-odd > *:nth-child(odd), .mkb-m-max-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-m-max-flex-wrap, .mkb-m-max-flex-wrap-child > *, .mkb-m-max-flex-wrap-first > *:first-child, .mkb-m-max-flex-wrap-last > *:last-child, .mkb-m-max-flex-wrap-odd > *:nth-child(odd), .mkb-m-max-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-m-max-flex-wrap-reverse, .mkb-m-max-flex-wrap-reverse-child > *, .mkb-m-max-flex-wrap-reverse-first > *:first-child, .mkb-m-max-flex-wrap-reverse-last > *:last-child, .mkb-m-max-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-m-max-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-m-max-flex-wrap-inherit, .mkb-m-max-flex-wrap-inherit-child > *, .mkb-m-max-flex-wrap-inherit-first > *:first-child, .mkb-m-max-flex-wrap-inherit-last > *:last-child, .mkb-m-max-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-m-max-flex-left, .mkb-m-max-flex-left-child > *, .mkb-m-max-flex-left-first > *:first-child, .mkb-m-max-flex-left-last > *:last-child, .mkb-m-max-flex-left-odd > *:nth-child(odd), .mkb-m-max-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-m-max-flex-right, .mkb-m-max-flex-right-child > *, .mkb-m-max-flex-right-first > *:first-child, .mkb-m-max-flex-right-last > *:last-child, .mkb-m-max-flex-right-odd > *:nth-child(odd), .mkb-m-max-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-m-max-flex-center, .mkb-m-max-flex-center-child > *, .mkb-m-max-flex-center-first > *:first-child, .mkb-m-max-flex-center-last > *:last-child, .mkb-m-max-flex-center-odd > *:nth-child(odd), .mkb-m-max-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-m-max-flex-between, .mkb-m-max-flex-between-child > *, .mkb-m-max-flex-between-first > *:first-child, .mkb-m-max-flex-between-last > *:last-child, .mkb-m-max-flex-between-odd > *:nth-child(odd), .mkb-m-max-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-m-max-flex-around, .mkb-m-max-flex-around-child > *, .mkb-m-max-flex-around-first > *:first-child, .mkb-m-max-flex-around-last > *:last-child, .mkb-m-max-flex-around-odd > *:nth-child(odd), .mkb-m-max-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-m-max-flex-justify-inherit, .mkb-m-max-flex-justify-inherit-child > *, .mkb-m-max-flex-justify-inherit-first > *:first-child, .mkb-m-max-flex-justify-inherit-last > *:last-child, .mkb-m-max-flex-justify-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-m-max-flex-align-auto, .mkb-m-max-flex-align-auto-child > *, .mkb-m-max-flex-align-auto-first > *:first-child, .mkb-m-max-flex-align-auto-last > *:last-child, .mkb-m-max-flex-align-auto-odd > *:nth-child(odd), .mkb-m-max-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-m-max-flex-stretch, .mkb-m-max-flex-stretch-child > *, .mkb-m-max-flex-stretch-first > *:first-child, .mkb-m-max-flex-stretch-last > *:last-child, .mkb-m-max-flex-stretch-odd > *:nth-child(odd), .mkb-m-max-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-m-max-flex-middle, .mkb-m-max-flex-middle-child > *, .mkb-m-max-flex-middle-first > *:first-child, .mkb-m-max-flex-middle-last > *:last-child, .mkb-m-max-flex-middle-odd > *:nth-child(odd), .mkb-m-max-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-m-max-flex-top, .mkb-m-max-flex-top-child > *, .mkb-m-max-flex-top-first > *:first-child, .mkb-m-max-flex-top-last > *:last-child, .mkb-m-max-flex-top-odd > *:nth-child(odd), .mkb-m-max-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-m-max-flex-bottom, .mkb-m-max-flex-bottom-child > *, .mkb-m-max-flex-bottom-first > *:first-child, .mkb-m-max-flex-bottom-last > *:last-child, .mkb-m-max-flex-bottom-odd > *:nth-child(odd), .mkb-m-max-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-m-max-flex-baseline, .mkb-m-max-flex-baseline-child > *, .mkb-m-max-flex-baseline-first > *:first-child, .mkb-m-max-flex-baseline-last > *:last-child, .mkb-m-max-flex-baseline-odd > *:nth-child(odd), .mkb-m-max-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-m-max-flex-align-inherit, .mkb-m-max-flex-align-inherit-child > *, .mkb-m-max-flex-align-inherit-first > *:first-child, .mkb-m-max-flex-align-inherit-last > *:last-child, .mkb-m-max-flex-align-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-m-max-flex-self-auto, .mkb-m-max-flex-self-auto-child > *, .mkb-m-max-flex-self-auto-first > *:first-child, .mkb-m-max-flex-self-auto-last > *:last-child, .mkb-m-max-flex-self-auto-odd > *:nth-child(odd), .mkb-m-max-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-m-max-flex-self-stretch, .mkb-m-max-flex-self-stretch-child > *, .mkb-m-max-flex-self-stretch-first > *:first-child, .mkb-m-max-flex-self-stretch-last > *:last-child, .mkb-m-max-flex-self-stretch-odd > *:nth-child(odd), .mkb-m-max-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-m-max-flex-self-middle, .mkb-m-max-flex-self-middle-child > *, .mkb-m-max-flex-self-middle-first > *:first-child, .mkb-m-max-flex-self-middle-last > *:last-child, .mkb-m-max-flex-self-middle-odd > *:nth-child(odd), .mkb-m-max-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-m-max-flex-self-top, .mkb-m-max-flex-self-top-child > *, .mkb-m-max-flex-self-top-first > *:first-child, .mkb-m-max-flex-self-top-last > *:last-child, .mkb-m-max-flex-self-top-odd > *:nth-child(odd), .mkb-m-max-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-m-max-flex-self-bottom, .mkb-m-max-flex-self-bottom-child > *, .mkb-m-max-flex-self-bottom-first > *:first-child, .mkb-m-max-flex-self-bottom-last > *:last-child, .mkb-m-max-flex-self-bottom-odd > *:nth-child(odd), .mkb-m-max-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-m-max-flex-self-baseline, .mkb-m-max-flex-self-baseline-child > *, .mkb-m-max-flex-self-baseline-first > *:first-child, .mkb-m-max-flex-self-baseline-last > *:last-child, .mkb-m-max-flex-self-baseline-odd > *:nth-child(odd), .mkb-m-max-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-m-max-flex-self-inherit, .mkb-m-max-flex-self-inherit-child > *, .mkb-m-max-flex-self-inherit-first > *:first-child, .mkb-m-max-flex-self-inherit-last > *:last-child, .mkb-m-max-flex-self-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-m-max-flex-shrink-none, .mkb-m-max-flex-shrink-none-child > *, .mkb-m-max-flex-shrink-none-first > *:first-child, .mkb-m-max-flex-shrink-none-last > *:last-child, .mkb-m-max-flex-shrink-none-odd > *:nth-child(odd), .mkb-m-max-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-m-max-flex-shrink, .mkb-m-max-flex-shrink-child > *, .mkb-m-max-flex-shrink-first > *:first-child, .mkb-m-max-flex-shrink-last > *:last-child, .mkb-m-max-flex-shrink-odd > *:nth-child(odd), .mkb-m-max-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-m-max-flex-shrink-inherit, .mkb-m-max-flex-shrink-inherit-child > *, .mkb-m-max-flex-shrink-inherit-first > *:first-child, .mkb-m-max-flex-shrink-inherit-last > *:last-child, .mkb-m-max-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-m-max-flex-grow-none, .mkb-m-max-flex-grow-none-child > *, .mkb-m-max-flex-grow-none-first > *:first-child, .mkb-m-max-flex-grow-none-last > *:last-child, .mkb-m-max-flex-grow-none-odd > *:nth-child(odd), .mkb-m-max-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-m-max-flex-grow, .mkb-m-max-flex-grow-child > *, .mkb-m-max-flex-grow-first > *:first-child, .mkb-m-max-flex-grow-last > *:last-child, .mkb-m-max-flex-grow-odd > *:nth-child(odd), .mkb-m-max-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-m-max-flex-grow-inherit, .mkb-m-max-flex-grow-inherit-child > *, .mkb-m-max-flex-grow-inherit-first > *:first-child, .mkb-m-max-flex-grow-inherit-last > *:last-child, .mkb-m-max-flex-grow-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-m-max-flex-order-first, .mkb-m-max-flex-order-first-child > *, .mkb-m-max-flex-order-first-first > *:first-child, .mkb-m-max-flex-order-first-last > *:last-child, .mkb-m-max-flex-order-first-odd > *:nth-child(odd), .mkb-m-max-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-m-max-flex-order-last, .mkb-m-max-flex-order-last-child > *, .mkb-m-max-flex-order-last-first > *:first-child, .mkb-m-max-flex-order-last-last > *:last-child, .mkb-m-max-flex-order-last-odd > *:nth-child(odd), .mkb-m-max-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-m-max-flex-order-inherit, .mkb-m-max-flex-order-inherit-child > *, .mkb-m-max-flex-order-inherit-first > *:first-child, .mkb-m-max-flex-order-inherit-last > *:last-child, .mkb-m-max-flex-order-inherit-odd > *:nth-child(odd), .mkb-m-max-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-m-max-flex-order-0, .mkb-m-max-flex-order-0-child > *, .mkb-m-max-flex-order-0-first > *:first-child, .mkb-m-max-flex-order-0-last > *:last-child, .mkb-m-max-flex-order-0-odd > *:nth-child(odd), .mkb-m-max-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-m-max-flex-order-1, .mkb-m-max-flex-order-1-child > *, .mkb-m-max-flex-order-1-first > *:first-child, .mkb-m-max-flex-order-1-last > *:last-child, .mkb-m-max-flex-order-1-odd > *:nth-child(odd), .mkb-m-max-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-m-max-flex-order-2, .mkb-m-max-flex-order-2-child > *, .mkb-m-max-flex-order-2-first > *:first-child, .mkb-m-max-flex-order-2-last > *:last-child, .mkb-m-max-flex-order-2-odd > *:nth-child(odd), .mkb-m-max-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-m-max-flex-order-3, .mkb-m-max-flex-order-3-child > *, .mkb-m-max-flex-order-3-first > *:first-child, .mkb-m-max-flex-order-3-last > *:last-child, .mkb-m-max-flex-order-3-odd > *:nth-child(odd), .mkb-m-max-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-m-max-flex-order-4, .mkb-m-max-flex-order-4-child > *, .mkb-m-max-flex-order-4-first > *:first-child, .mkb-m-max-flex-order-4-last > *:last-child, .mkb-m-max-flex-order-4-odd > *:nth-child(odd), .mkb-m-max-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-m-max-flex-order-5, .mkb-m-max-flex-order-5-child > *, .mkb-m-max-flex-order-5-first > *:first-child, .mkb-m-max-flex-order-5-last > *:last-child, .mkb-m-max-flex-order-5-odd > *:nth-child(odd), .mkb-m-max-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-m-max-flex-order-6, .mkb-m-max-flex-order-6-child > *, .mkb-m-max-flex-order-6-first > *:first-child, .mkb-m-max-flex-order-6-last > *:last-child, .mkb-m-max-flex-order-6-odd > *:nth-child(odd), .mkb-m-max-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-m-max-flex-order-7, .mkb-m-max-flex-order-7-child > *, .mkb-m-max-flex-order-7-first > *:first-child, .mkb-m-max-flex-order-7-last > *:last-child, .mkb-m-max-flex-order-7-odd > *:nth-child(odd), .mkb-m-max-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-m-max-flex-order-8, .mkb-m-max-flex-order-8-child > *, .mkb-m-max-flex-order-8-first > *:first-child, .mkb-m-max-flex-order-8-last > *:last-child, .mkb-m-max-flex-order-8-odd > *:nth-child(odd), .mkb-m-max-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-m-max-flex-order-9, .mkb-m-max-flex-order-9-child > *, .mkb-m-max-flex-order-9-first > *:first-child, .mkb-m-max-flex-order-9-last > *:last-child, .mkb-m-max-flex-order-9-odd > *:nth-child(odd), .mkb-m-max-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-m-max-flex-order-10, .mkb-m-max-flex-order-10-child > *, .mkb-m-max-flex-order-10-first > *:first-child, .mkb-m-max-flex-order-10-last > *:last-child, .mkb-m-max-flex-order-10-odd > *:nth-child(odd), .mkb-m-max-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-m-max-flex-order-11, .mkb-m-max-flex-order-11-child > *, .mkb-m-max-flex-order-11-first > *:first-child, .mkb-m-max-flex-order-11-last > *:last-child, .mkb-m-max-flex-order-11-odd > *:nth-child(odd), .mkb-m-max-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-m-max-flex-order-12, .mkb-m-max-flex-order-12-child > *, .mkb-m-max-flex-order-12-first > *:first-child, .mkb-m-max-flex-order-12-last > *:last-child, .mkb-m-max-flex-order-12-odd > *:nth-child(odd), .mkb-m-max-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-m-max-table-layout-auto, .mkb-m-max-table-layout-auto-child > *, .mkb-m-max-table-layout-auto-first > *:first-child, .mkb-m-max-table-layout-auto-last > *:last-child, .mkb-m-max-table-layout-auto-odd > *:nth-child(odd), .mkb-m-max-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-m-max-table-fixed, .mkb-m-max-table-fixed-child > *, .mkb-m-max-table-fixed-first > *:first-child, .mkb-m-max-table-fixed-last > *:last-child, .mkb-m-max-table-fixed-odd > *:nth-child(odd), .mkb-m-max-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-m-max-table-layout-inherit, .mkb-m-max-table-layout-inherit-child > *, .mkb-m-max-table-layout-inherit-first > *:first-child, .mkb-m-max-table-layout-inherit-last > *:last-child, .mkb-m-max-table-layout-inherit-odd > *:nth-child(odd), .mkb-m-max-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-m-max-table-seperate, .mkb-m-max-table-seperate-child > *, .mkb-m-max-table-seperate-first > *:first-child, .mkb-m-max-table-seperate-last > *:last-child, .mkb-m-max-table-seperate-odd > *:nth-child(odd), .mkb-m-max-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-m-max-table-collapse, .mkb-m-max-table-collapse-child > *, .mkb-m-max-table-collapse-first > *:first-child, .mkb-m-max-table-collapse-last > *:last-child, .mkb-m-max-table-collapse-odd > *:nth-child(odd), .mkb-m-max-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-m-max-table-collapse-inherit, .mkb-m-max-table-collapse-inherit-child > *, .mkb-m-max-table-collapse-inherit-first > *:first-child, .mkb-m-max-table-collapse-inherit-last > *:last-child, .mkb-m-max-table-collapse-inherit-odd > *:nth-child(odd), .mkb-m-max-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-m-max-table-spacing-s, .mkb-m-max-table-spacing-s-child > *, .mkb-m-max-table-spacing-s-first > *:first-child, .mkb-m-max-table-spacing-s-last > *:last-child, .mkb-m-max-table-spacing-s-odd > *:nth-child(odd), .mkb-m-max-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-m-max-table-spacing-s-vertical, .mkb-m-max-table-spacing-s-vertical-child > *, .mkb-m-max-table-spacing-s-vertical-first > *:first-child, .mkb-m-max-table-spacing-s-vertical-last > *:last-child, .mkb-m-max-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-m-max-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-m-max-table-spacing-s-horizontal, .mkb-m-max-table-spacing-s-horizontal-child > *, .mkb-m-max-table-spacing-s-horizontal-first > *:first-child, .mkb-m-max-table-spacing-s-horizontal-last > *:last-child, .mkb-m-max-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-m-max-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-m-max-table-spacing-m, .mkb-m-max-table-spacing-m-child > *, .mkb-m-max-table-spacing-m-first > *:first-child, .mkb-m-max-table-spacing-m-last > *:last-child, .mkb-m-max-table-spacing-m-odd > *:nth-child(odd), .mkb-m-max-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-m-max-table-spacing-m-vertical, .mkb-m-max-table-spacing-m-vertical-child > *, .mkb-m-max-table-spacing-m-vertical-first > *:first-child, .mkb-m-max-table-spacing-m-vertical-last > *:last-child, .mkb-m-max-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-m-max-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-m-max-table-spacing-m-horizontal, .mkb-m-max-table-spacing-m-horizontal-child > *, .mkb-m-max-table-spacing-m-horizontal-first > *:first-child, .mkb-m-max-table-spacing-m-horizontal-last > *:last-child, .mkb-m-max-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-m-max-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-m-max-table-spacing-l, .mkb-m-max-table-spacing-l-child > *, .mkb-m-max-table-spacing-l-first > *:first-child, .mkb-m-max-table-spacing-l-last > *:last-child, .mkb-m-max-table-spacing-l-odd > *:nth-child(odd), .mkb-m-max-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-m-max-table-spacing-l-vertical, .mkb-m-max-table-spacing-l-vertical-child > *, .mkb-m-max-table-spacing-l-vertical-first > *:first-child, .mkb-m-max-table-spacing-l-vertical-last > *:last-child, .mkb-m-max-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-m-max-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-m-max-table-spacing-l-horizontal, .mkb-m-max-table-spacing-l-horizontal-child > *, .mkb-m-max-table-spacing-l-horizontal-first > *:first-child, .mkb-m-max-table-spacing-l-horizontal-last > *:last-child, .mkb-m-max-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-m-max-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-m-max-table-spacing-xl, .mkb-m-max-table-spacing-xl-child > *, .mkb-m-max-table-spacing-xl-first > *:first-child, .mkb-m-max-table-spacing-xl-last > *:last-child, .mkb-m-max-table-spacing-xl-odd > *:nth-child(odd), .mkb-m-max-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-m-max-table-spacing-xl-vertical, .mkb-m-max-table-spacing-xl-vertical-child > *, .mkb-m-max-table-spacing-xl-vertical-first > *:first-child, .mkb-m-max-table-spacing-xl-vertical-last > *:last-child, .mkb-m-max-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-m-max-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-m-max-table-spacing-xl-horizontal, .mkb-m-max-table-spacing-xl-horizontal-child > *, .mkb-m-max-table-spacing-xl-horizontal-first > *:first-child, .mkb-m-max-table-spacing-xl-horizontal-last > *:last-child, .mkb-m-max-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-m-max-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-m-max-table-spacing-inherit, .mkb-m-max-table-spacing-inherit-child > *, .mkb-m-max-table-spacing-inherit-first > *:first-child, .mkb-m-max-table-spacing-inherit-last > *:last-child, .mkb-m-max-table-spacing-inherit-odd > *:nth-child(odd), .mkb-m-max-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-m-max-column-2, .mkb-m-max-column-2-child > *, .mkb-m-max-column-2-first > *:first-child, .mkb-m-max-column-2-last > *:last-child, .mkb-m-max-column-2-odd > *:nth-child(odd), .mkb-m-max-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-m-max-column-3, .mkb-m-max-column-3-child > *, .mkb-m-max-column-3-first > *:first-child, .mkb-m-max-column-3-last > *:last-child, .mkb-m-max-column-3-odd > *:nth-child(odd), .mkb-m-max-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-m-max-column-4, .mkb-m-max-column-4-child > *, .mkb-m-max-column-4-first > *:first-child, .mkb-m-max-column-4-last > *:last-child, .mkb-m-max-column-4-odd > *:nth-child(odd), .mkb-m-max-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-m-max-column-5, .mkb-m-max-column-5-child > *, .mkb-m-max-column-5-first > *:first-child, .mkb-m-max-column-5-last > *:last-child, .mkb-m-max-column-5-odd > *:nth-child(odd), .mkb-m-max-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-m-max-column-6, .mkb-m-max-column-6-child > *, .mkb-m-max-column-6-first > *:first-child, .mkb-m-max-column-6-last > *:last-child, .mkb-m-max-column-6-odd > *:nth-child(odd), .mkb-m-max-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-m-max-column-7, .mkb-m-max-column-7-child > *, .mkb-m-max-column-7-first > *:first-child, .mkb-m-max-column-7-last > *:last-child, .mkb-m-max-column-7-odd > *:nth-child(odd), .mkb-m-max-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-m-max-column-8, .mkb-m-max-column-8-child > *, .mkb-m-max-column-8-first > *:first-child, .mkb-m-max-column-8-last > *:last-child, .mkb-m-max-column-8-odd > *:nth-child(odd), .mkb-m-max-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-m-max-column-9, .mkb-m-max-column-9-child > *, .mkb-m-max-column-9-first > *:first-child, .mkb-m-max-column-9-last > *:last-child, .mkb-m-max-column-9-odd > *:nth-child(odd), .mkb-m-max-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-m-max-column-10, .mkb-m-max-column-10-child > *, .mkb-m-max-column-10-first > *:first-child, .mkb-m-max-column-10-last > *:last-child, .mkb-m-max-column-10-odd > *:nth-child(odd), .mkb-m-max-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-m-max-column-11, .mkb-m-max-column-11-child > *, .mkb-m-max-column-11-first > *:first-child, .mkb-m-max-column-11-last > *:last-child, .mkb-m-max-column-11-odd > *:nth-child(odd), .mkb-m-max-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-m-max-column-12, .mkb-m-max-column-12-child > *, .mkb-m-max-column-12-first > *:first-child, .mkb-m-max-column-12-last > *:last-child, .mkb-m-max-column-12-odd > *:nth-child(odd), .mkb-m-max-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-m-max-column-gap-s, .mkb-m-max-column-gap-s-child > *, .mkb-m-max-column-gap-s-first > *:first-child, .mkb-m-max-column-gap-s-last > *:last-child, .mkb-m-max-column-gap-s-odd > *:nth-child(odd), .mkb-m-max-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-m-max-column-gap-m, .mkb-m-max-column-gap-m-child > *, .mkb-m-max-column-gap-m-first > *:first-child, .mkb-m-max-column-gap-m-last > *:last-child, .mkb-m-max-column-gap-m-odd > *:nth-child(odd), .mkb-m-max-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-m-max-column-gap-l, .mkb-m-max-column-gap-l-child > *, .mkb-m-max-column-gap-l-first > *:first-child, .mkb-m-max-column-gap-l-last > *:last-child, .mkb-m-max-column-gap-l-odd > *:nth-child(odd), .mkb-m-max-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-m-max-column-gap-xl, .mkb-m-max-column-gap-xl-child > *, .mkb-m-max-column-gap-xl-first > *:first-child, .mkb-m-max-column-gap-xl-last > *:last-child, .mkb-m-max-column-gap-xl-odd > *:nth-child(odd), .mkb-m-max-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-m-max-column-rule-thin, .mkb-m-max-column-rule-thin-child > *, .mkb-m-max-column-rule-thin-first > *:first-child, .mkb-m-max-column-rule-thin-last > *:last-child, .mkb-m-max-column-rule-thin-odd > *:nth-child(odd), .mkb-m-max-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-m-max-column-rule-medium, .mkb-m-max-column-rule-medium-child > *, .mkb-m-max-column-rule-medium-first > *:first-child, .mkb-m-max-column-rule-medium-last > *:last-child, .mkb-m-max-column-rule-medium-odd > *:nth-child(odd), .mkb-m-max-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-m-max-column-rule-thick, .mkb-m-max-column-rule-thick-child > *, .mkb-m-max-column-rule-thick-first > *:first-child, .mkb-m-max-column-rule-thick-last > *:last-child, .mkb-m-max-column-rule-thick-odd > *:nth-child(odd), .mkb-m-max-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-m-max-column-rule-s, .mkb-m-max-column-rule-s-child > *, .mkb-m-max-column-rule-s-first > *:first-child, .mkb-m-max-column-rule-s-last > *:last-child, .mkb-m-max-column-rule-s-odd > *:nth-child(odd), .mkb-m-max-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-m-max-column-rule-m, .mkb-m-max-column-rule-m-child > *, .mkb-m-max-column-rule-m-first > *:first-child, .mkb-m-max-column-rule-m-last > *:last-child, .mkb-m-max-column-rule-m-odd > *:nth-child(odd), .mkb-m-max-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-m-max-column-rule-l, .mkb-m-max-column-rule-l-child > *, .mkb-m-max-column-rule-l-first > *:first-child, .mkb-m-max-column-rule-l-last > *:last-child, .mkb-m-max-column-rule-l-odd > *:nth-child(odd), .mkb-m-max-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-m-max-column-rule-xl, .mkb-m-max-column-rule-xl-child > *, .mkb-m-max-column-rule-xl-first > *:first-child, .mkb-m-max-column-rule-xl-last > *:last-child, .mkb-m-max-column-rule-xl-odd > *:nth-child(odd), .mkb-m-max-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-m-max-column-rule-dotted, .mkb-m-max-column-rule-dotted-child > *, .mkb-m-max-column-rule-dotted-first > *:first-child, .mkb-m-max-column-rule-dotted-last > *:last-child, .mkb-m-max-column-rule-dotted-odd > *:nth-child(odd), .mkb-m-max-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-m-max-column-rule-dashed, .mkb-m-max-column-rule-dashed-child > *, .mkb-m-max-column-rule-dashed-first > *:first-child, .mkb-m-max-column-rule-dashed-last > *:last-child, .mkb-m-max-column-rule-dashed-odd > *:nth-child(odd), .mkb-m-max-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-m-max-column-rule-solid, .mkb-m-max-column-rule-solid-child > *, .mkb-m-max-column-rule-solid-first > *:first-child, .mkb-m-max-column-rule-solid-last > *:last-child, .mkb-m-max-column-rule-solid-odd > *:nth-child(odd), .mkb-m-max-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-m-max-column-rule-double, .mkb-m-max-column-rule-double-child > *, .mkb-m-max-column-rule-double-first > *:first-child, .mkb-m-max-column-rule-double-last > *:last-child, .mkb-m-max-column-rule-double-odd > *:nth-child(odd), .mkb-m-max-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-m-max-column-rule-groove, .mkb-m-max-column-rule-groove-child > *, .mkb-m-max-column-rule-groove-first > *:first-child, .mkb-m-max-column-rule-groove-last > *:last-child, .mkb-m-max-column-rule-groove-odd > *:nth-child(odd), .mkb-m-max-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-m-max-column-rule-ridge, .mkb-m-max-column-rule-ridge-child > *, .mkb-m-max-column-rule-ridge-first > *:first-child, .mkb-m-max-column-rule-ridge-last > *:last-child, .mkb-m-max-column-rule-ridge-odd > *:nth-child(odd), .mkb-m-max-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-m-max-column-rule-inset, .mkb-m-max-column-rule-inset-child > *, .mkb-m-max-column-rule-inset-first > *:first-child, .mkb-m-max-column-rule-inset-last > *:last-child, .mkb-m-max-column-rule-inset-odd > *:nth-child(odd), .mkb-m-max-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-m-max-column-rule-outset, .mkb-m-max-column-rule-outset-child > *, .mkb-m-max-column-rule-outset-first > *:first-child, .mkb-m-max-column-rule-outset-last > *:last-child, .mkb-m-max-column-rule-outset-odd > *:nth-child(odd), .mkb-m-max-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-m-max-static, .mkb-m-max-static-child > *, .mkb-m-max-static-first > *:first-child, .mkb-m-max-static-last > *:last-child, .mkb-m-max-static-odd > *:nth-child(odd), .mkb-m-max-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-m-max-absolute, .mkb-m-max-absolute-child > *, .mkb-m-max-absolute-first > *:first-child, .mkb-m-max-absolute-last > *:last-child, .mkb-m-max-absolute-odd > *:nth-child(odd), .mkb-m-max-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-m-max-fixed, .mkb-m-max-fixed-child > *, .mkb-m-max-fixed-first > *:first-child, .mkb-m-max-fixed-last > *:last-child, .mkb-m-max-fixed-odd > *:nth-child(odd), .mkb-m-max-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-m-max-relative, .mkb-m-max-relative-child > *, .mkb-m-max-relative-first > *:first-child, .mkb-m-max-relative-last > *:last-child, .mkb-m-max-relative-odd > *:nth-child(odd), .mkb-m-max-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-m-max-position-inherit, .mkb-m-max-position-inherit-child > *, .mkb-m-max-position-inherit-first > *:first-child, .mkb-m-max-position-inherit-last > *:last-child, .mkb-m-max-position-inherit-odd > *:nth-child(odd), .mkb-m-max-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-m-max-float-none, .mkb-m-max-float-none-child > *, .mkb-m-max-float-none-first > *:first-child, .mkb-m-max-float-none-last > *:last-child, .mkb-m-max-float-none-odd > *:nth-child(odd), .mkb-m-max-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-m-max-float-left, .mkb-m-max-float-left-child > *, .mkb-m-max-float-left-first > *:first-child, .mkb-m-max-float-left-last > *:last-child, .mkb-m-max-float-left-odd > *:nth-child(odd), .mkb-m-max-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-m-max-float-right, .mkb-m-max-float-right-child > *, .mkb-m-max-float-right-first > *:first-child, .mkb-m-max-float-right-last > *:last-child, .mkb-m-max-float-right-odd > *:nth-child(odd), .mkb-m-max-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-m-max-float-inherit, .mkb-m-max-float-inherit-child > *, .mkb-m-max-float-inherit-first > *:first-child, .mkb-m-max-float-inherit-last > *:last-child, .mkb-m-max-float-inherit-odd > *:nth-child(odd), .mkb-m-max-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-m-max-clear-none, .mkb-m-max-clear-none-child > *, .mkb-m-max-clear-none-first > *:first-child, .mkb-m-max-clear-none-last > *:last-child, .mkb-m-max-clear-none-odd > *:nth-child(odd), .mkb-m-max-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-m-max-clear-left, .mkb-m-max-clear-left-child > *, .mkb-m-max-clear-left-first > *:first-child, .mkb-m-max-clear-left-last > *:last-child, .mkb-m-max-clear-left-odd > *:nth-child(odd), .mkb-m-max-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-m-max-clear-right, .mkb-m-max-clear-right-child > *, .mkb-m-max-clear-right-first > *:first-child, .mkb-m-max-clear-right-last > *:last-child, .mkb-m-max-clear-right-odd > *:nth-child(odd), .mkb-m-max-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-m-max-clear-both, .mkb-m-max-clear-both-child > *, .mkb-m-max-clear-both-first > *:first-child, .mkb-m-max-clear-both-last > *:last-child, .mkb-m-max-clear-both-odd > *:nth-child(odd), .mkb-m-max-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-m-max-clear-inherit, .mkb-m-max-clear-inherit-child > *, .mkb-m-max-clear-inherit-first > *:first-child, .mkb-m-max-clear-inherit-last > *:last-child, .mkb-m-max-clear-inherit-odd > *:nth-child(odd), .mkb-m-max-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-m-max-visible, .mkb-m-max-visible-child > *, .mkb-m-max-visible-first > *:first-child, .mkb-m-max-visible-last > *:last-child, .mkb-m-max-visible-odd > *:nth-child(odd), .mkb-m-max-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-m-max-hidden, .mkb-m-max-hidden-child > *, .mkb-m-max-hidden-first > *:first-child, .mkb-m-max-hidden-last > *:last-child, .mkb-m-max-hidden-odd > *:nth-child(odd), .mkb-m-max-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-m-max-collapse, .mkb-m-max-collapse-child > *, .mkb-m-max-collapse-first > *:first-child, .mkb-m-max-collapse-last > *:last-child, .mkb-m-max-collapse-odd > *:nth-child(odd), .mkb-m-max-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-m-max-inherit, .mkb-m-max-inherit-child > *, .mkb-m-max-inherit-first > *:first-child, .mkb-m-max-inherit-last > *:last-child, .mkb-m-max-inherit-odd > *:nth-child(odd), .mkb-m-max-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-m-max-opacity, .mkb-m-max-opacity-child > *, .mkb-m-max-opacity-first > *:first-child, .mkb-m-max-opacity-last > *:last-child, .mkb-m-max-opacity-odd > *:nth-child(odd), .mkb-m-max-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-m-max-opacity-none, .mkb-m-max-opacity-none-child > *, .mkb-m-max-opacity-none-first > *:first-child, .mkb-m-max-opacity-none-last > *:last-child, .mkb-m-max-opacity-none-odd > *:nth-child(odd), .mkb-m-max-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-m-max-overflow-visible, .mkb-m-max-overflow-visible-child > *, .mkb-m-max-overflow-visible-first > *:first-child, .mkb-m-max-overflow-visible-last > *:last-child, .mkb-m-max-overflow-visible-odd > *:nth-child(odd), .mkb-m-max-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-m-max-overflow-x-visible, .mkb-m-max-overflow-x-visible-child > *, .mkb-m-max-overflow-x-visible-first > *:first-child, .mkb-m-max-overflow-x-visible-last > *:last-child, .mkb-m-max-overflow-x-visible-odd > *:nth-child(odd), .mkb-m-max-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-m-max-overflow-y-visible, .mkb-m-max-overflow-y-visible-child > *, .mkb-m-max-overflow-y-visible-first > *:first-child, .mkb-m-max-overflow-y-visible-last > *:last-child, .mkb-m-max-overflow-y-visible-odd > *:nth-child(odd), .mkb-m-max-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-m-max-overflow-hidden, .mkb-m-max-overflow-hidden-child > *, .mkb-m-max-overflow-hidden-first > *:first-child, .mkb-m-max-overflow-hidden-last > *:last-child, .mkb-m-max-overflow-hidden-odd > *:nth-child(odd), .mkb-m-max-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-m-max-overflow-x-hidden, .mkb-m-max-overflow-x-hidden-child > *, .mkb-m-max-overflow-x-hidden-first > *:first-child, .mkb-m-max-overflow-x-hidden-last > *:last-child, .mkb-m-max-overflow-x-hidden-odd > *:nth-child(odd), .mkb-m-max-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-m-max-overflow-y-hidden, .mkb-m-max-overflow-y-hidden-child > *, .mkb-m-max-overflow-y-hidden-first > *:first-child, .mkb-m-max-overflow-y-hidden-last > *:last-child, .mkb-m-max-overflow-y-hidden-odd > *:nth-child(odd), .mkb-m-max-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-m-max-overflow-scroll, .mkb-m-max-overflow-scroll-child > *, .mkb-m-max-overflow-scroll-first > *:first-child, .mkb-m-max-overflow-scroll-last > *:last-child, .mkb-m-max-overflow-scroll-odd > *:nth-child(odd), .mkb-m-max-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-m-max-overflow-x-scroll, .mkb-m-max-overflow-x-scroll-child > *, .mkb-m-max-overflow-x-scroll-first > *:first-child, .mkb-m-max-overflow-x-scroll-last > *:last-child, .mkb-m-max-overflow-x-scroll-odd > *:nth-child(odd), .mkb-m-max-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-m-max-overflow-y-scroll, .mkb-m-max-overflow-y-scroll-child > *, .mkb-m-max-overflow-y-scroll-first > *:first-child, .mkb-m-max-overflow-y-scroll-last > *:last-child, .mkb-m-max-overflow-y-scroll-odd > *:nth-child(odd), .mkb-m-max-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-m-max-overflow-auto, .mkb-m-max-overflow-auto-child > *, .mkb-m-max-overflow-auto-first > *:first-child, .mkb-m-max-overflow-auto-last > *:last-child, .mkb-m-max-overflow-auto-odd > *:nth-child(odd), .mkb-m-max-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-m-max-overflow-x-auto, .mkb-m-max-overflow-x-auto-child > *, .mkb-m-max-overflow-x-auto-first > *:first-child, .mkb-m-max-overflow-x-auto-last > *:last-child, .mkb-m-max-overflow-x-auto-odd > *:nth-child(odd), .mkb-m-max-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-m-max-overflow-y-auto, .mkb-m-max-overflow-y-auto-child > *, .mkb-m-max-overflow-y-auto-first > *:first-child, .mkb-m-max-overflow-y-auto-last > *:last-child, .mkb-m-max-overflow-y-auto-odd > *:nth-child(odd), .mkb-m-max-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-m-max-overflow-inherit, .mkb-m-max-overflow-inherit-child > *, .mkb-m-max-overflow-inherit-first > *:first-child, .mkb-m-max-overflow-inherit-last > *:last-child, .mkb-m-max-overflow-inherit-odd > *:nth-child(odd), .mkb-m-max-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-m-max-overflow-x-inherit, .mkb-m-max-overflow-x-inherit-child > *, .mkb-m-max-overflow-x-inherit-first > *:first-child, .mkb-m-max-overflow-x-inherit-last > *:last-child, .mkb-m-max-overflow-x-inherit-odd > *:nth-child(odd), .mkb-m-max-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-m-max-overflow-y-inherit, .mkb-m-max-overflow-y-inherit-child > *, .mkb-m-max-overflow-y-inherit-first > *:first-child, .mkb-m-max-overflow-y-inherit-last > *:last-child, .mkb-m-max-overflow-y-inherit-odd > *:nth-child(odd), .mkb-m-max-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-m-max-align-baseline, .mkb-m-max-align-baseline-child > *, .mkb-m-max-align-baseline-first > *:first-child, .mkb-m-max-align-baseline-last > *:last-child, .mkb-m-max-align-baseline-odd > *:nth-child(odd), .mkb-m-max-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-m-max-align-length, .mkb-m-max-align-length-child > *, .mkb-m-max-align-length-first > *:first-child, .mkb-m-max-align-length-last > *:last-child, .mkb-m-max-align-length-odd > *:nth-child(odd), .mkb-m-max-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-m-max-align-sub, .mkb-m-max-align-sub-child > *, .mkb-m-max-align-sub-first > *:first-child, .mkb-m-max-align-sub-last > *:last-child, .mkb-m-max-align-sub-odd > *:nth-child(odd), .mkb-m-max-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-m-max-align-super, .mkb-m-max-align-super-child > *, .mkb-m-max-align-super-first > *:first-child, .mkb-m-max-align-super-last > *:last-child, .mkb-m-max-align-super-odd > *:nth-child(odd), .mkb-m-max-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-m-max-align-top, .mkb-m-max-align-top-child > *, .mkb-m-max-align-top-first > *:first-child, .mkb-m-max-align-top-last > *:last-child, .mkb-m-max-align-top-odd > *:nth-child(odd), .mkb-m-max-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-m-max-align-text-top, .mkb-m-max-align-text-top-child > *, .mkb-m-max-align-text-top-first > *:first-child, .mkb-m-max-align-text-top-last > *:last-child, .mkb-m-max-align-text-top-odd > *:nth-child(odd), .mkb-m-max-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-m-max-align-middle, .mkb-m-max-align-middle-child > *, .mkb-m-max-align-middle-first > *:first-child, .mkb-m-max-align-middle-last > *:last-child, .mkb-m-max-align-middle-odd > *:nth-child(odd), .mkb-m-max-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-m-max-align-bottom, .mkb-m-max-align-bottom-child > *, .mkb-m-max-align-bottom-first > *:first-child, .mkb-m-max-align-bottom-last > *:last-child, .mkb-m-max-align-bottom-odd > *:nth-child(odd), .mkb-m-max-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-m-max-align-text-bottom, .mkb-m-max-align-text-bottom-child > *, .mkb-m-max-align-text-bottom-first > *:first-child, .mkb-m-max-align-text-bottom-last > *:last-child, .mkb-m-max-align-text-bottom-odd > *:nth-child(odd), .mkb-m-max-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-m-max-align-inherit, .mkb-m-max-align-inherit-child > *, .mkb-m-max-align-inherit-first > *:first-child, .mkb-m-max-align-inherit-last > *:last-child, .mkb-m-max-align-inherit-odd > *:nth-child(odd), .mkb-m-max-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-m-max-zindex-first, .mkb-m-max-zindex-first-child > *, .mkb-m-max-zindex-first-first > *:first-child, .mkb-m-max-zindex-first-last > *:last-child, .mkb-m-max-zindex-first-odd > *:nth-child(odd), .mkb-m-max-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-m-max-zindex-last, .mkb-m-max-zindex-last-child > *, .mkb-m-max-zindex-last-first > *:first-child, .mkb-m-max-zindex-last-last > *:last-child, .mkb-m-max-zindex-last-odd > *:nth-child(odd), .mkb-m-max-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-m-max-zindex-inherit, .mkb-m-max-zindex-inherit-child > *, .mkb-m-max-zindex-inherit-first > *:first-child, .mkb-m-max-zindex-inherit-last > *:last-child, .mkb-m-max-zindex-inherit-odd > *:nth-child(odd), .mkb-m-max-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-m-max-zindex-0, .mkb-m-max-zindex-0-child > *, .mkb-m-max-zindex-0-first > *:first-child, .mkb-m-max-zindex-0-last > *:last-child, .mkb-m-max-zindex-0-odd > *:nth-child(odd), .mkb-m-max-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-m-max-zindex-1, .mkb-m-max-zindex-1-child > *, .mkb-m-max-zindex-1-first > *:first-child, .mkb-m-max-zindex-1-last > *:last-child, .mkb-m-max-zindex-1-odd > *:nth-child(odd), .mkb-m-max-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-m-max-zindex-2, .mkb-m-max-zindex-2-child > *, .mkb-m-max-zindex-2-first > *:first-child, .mkb-m-max-zindex-2-last > *:last-child, .mkb-m-max-zindex-2-odd > *:nth-child(odd), .mkb-m-max-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-m-max-zindex-3, .mkb-m-max-zindex-3-child > *, .mkb-m-max-zindex-3-first > *:first-child, .mkb-m-max-zindex-3-last > *:last-child, .mkb-m-max-zindex-3-odd > *:nth-child(odd), .mkb-m-max-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-m-max-zindex-4, .mkb-m-max-zindex-4-child > *, .mkb-m-max-zindex-4-first > *:first-child, .mkb-m-max-zindex-4-last > *:last-child, .mkb-m-max-zindex-4-odd > *:nth-child(odd), .mkb-m-max-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-m-max-zindex-5, .mkb-m-max-zindex-5-child > *, .mkb-m-max-zindex-5-first > *:first-child, .mkb-m-max-zindex-5-last > *:last-child, .mkb-m-max-zindex-5-odd > *:nth-child(odd), .mkb-m-max-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-m-max-zindex-6, .mkb-m-max-zindex-6-child > *, .mkb-m-max-zindex-6-first > *:first-child, .mkb-m-max-zindex-6-last > *:last-child, .mkb-m-max-zindex-6-odd > *:nth-child(odd), .mkb-m-max-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-m-max-zindex-7, .mkb-m-max-zindex-7-child > *, .mkb-m-max-zindex-7-first > *:first-child, .mkb-m-max-zindex-7-last > *:last-child, .mkb-m-max-zindex-7-odd > *:nth-child(odd), .mkb-m-max-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-m-max-zindex-8, .mkb-m-max-zindex-8-child > *, .mkb-m-max-zindex-8-first > *:first-child, .mkb-m-max-zindex-8-last > *:last-child, .mkb-m-max-zindex-8-odd > *:nth-child(odd), .mkb-m-max-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-m-max-zindex-9, .mkb-m-max-zindex-9-child > *, .mkb-m-max-zindex-9-first > *:first-child, .mkb-m-max-zindex-9-last > *:last-child, .mkb-m-max-zindex-9-odd > *:nth-child(odd), .mkb-m-max-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-m-max-zindex-10, .mkb-m-max-zindex-10-child > *, .mkb-m-max-zindex-10-first > *:first-child, .mkb-m-max-zindex-10-last > *:last-child, .mkb-m-max-zindex-10-odd > *:nth-child(odd), .mkb-m-max-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-m-max-zindex-11, .mkb-m-max-zindex-11-child > *, .mkb-m-max-zindex-11-first > *:first-child, .mkb-m-max-zindex-11-last > *:last-child, .mkb-m-max-zindex-11-odd > *:nth-child(odd), .mkb-m-max-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-m-max-zindex-12, .mkb-m-max-zindex-12-child > *, .mkb-m-max-zindex-12-first > *:first-child, .mkb-m-max-zindex-12-last > *:last-child, .mkb-m-max-zindex-12-odd > *:nth-child(odd), .mkb-m-max-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-m-max-list-none, .mkb-m-max-list-none-child > *, .mkb-m-max-list-none-first > *:first-child, .mkb-m-max-list-none-last > *:last-child, .mkb-m-max-list-none-odd > *:nth-child(odd), .mkb-m-max-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-m-max-list-reset, .mkb-m-max-list-reset-child > *, .mkb-m-max-list-reset-first > *:first-child, .mkb-m-max-list-reset-last > *:last-child, .mkb-m-max-list-reset-odd > *:nth-child(odd), .mkb-m-max-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-m-max-list-circle, .mkb-m-max-list-circle-child > *, .mkb-m-max-list-circle-first > *:first-child, .mkb-m-max-list-circle-last > *:last-child, .mkb-m-max-list-circle-odd > *:nth-child(odd), .mkb-m-max-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-m-max-list-decimal, .mkb-m-max-list-decimal-child > *, .mkb-m-max-list-decimal-first > *:first-child, .mkb-m-max-list-decimal-last > *:last-child, .mkb-m-max-list-decimal-odd > *:nth-child(odd), .mkb-m-max-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-m-max-list-decimal-zero, .mkb-m-max-list-decimal-zero-child > *, .mkb-m-max-list-decimal-zero-first > *:first-child, .mkb-m-max-list-decimal-zero-last > *:last-child, .mkb-m-max-list-decimal-zero-odd > *:nth-child(odd), .mkb-m-max-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-m-max-list-disc, .mkb-m-max-list-disc-child > *, .mkb-m-max-list-disc-first > *:first-child, .mkb-m-max-list-disc-last > *:last-child, .mkb-m-max-list-disc-odd > *:nth-child(odd), .mkb-m-max-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-m-max-list-lower-alpha, .mkb-m-max-list-lower-alpha-child > *, .mkb-m-max-list-lower-alpha-first > *:first-child, .mkb-m-max-list-lower-alpha-last > *:last-child, .mkb-m-max-list-lower-alpha-odd > *:nth-child(odd), .mkb-m-max-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-m-max-list-lower-roman, .mkb-m-max-list-lower-roman-child > *, .mkb-m-max-list-lower-roman-first > *:first-child, .mkb-m-max-list-lower-roman-last > *:last-child, .mkb-m-max-list-lower-roman-odd > *:nth-child(odd), .mkb-m-max-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-m-max-list-upper-alpha, .mkb-m-max-list-upper-alpha-child > *, .mkb-m-max-list-upper-alpha-first > *:first-child, .mkb-m-max-list-upper-alpha-last > *:last-child, .mkb-m-max-list-upper-alpha-odd > *:nth-child(odd), .mkb-m-max-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-m-max-list-upper-roman, .mkb-m-max-list-upper-roman-child > *, .mkb-m-max-list-upper-roman-first > *:first-child, .mkb-m-max-list-upper-roman-last > *:last-child, .mkb-m-max-list-upper-roman-odd > *:nth-child(odd), .mkb-m-max-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-m-max-list-square, .mkb-m-max-list-square-child > *, .mkb-m-max-list-square-first > *:first-child, .mkb-m-max-list-square-last > *:last-child, .mkb-m-max-list-square-odd > *:nth-child(odd), .mkb-m-max-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-m-max-list-style-inherit, .mkb-m-max-list-style-inherit-child > *, .mkb-m-max-list-style-inherit-first > *:first-child, .mkb-m-max-list-style-inherit-last > *:last-child, .mkb-m-max-list-style-inherit-odd > *:nth-child(odd), .mkb-m-max-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-m-max-h1,
  .mkb-m-max-h2,
  .mkb-m-max-h3,
  .mkb-m-max-h4,
  .mkb-m-max-h5,
  .mkb-m-max-h6 {
    font-weight: bold;
  }
  .mkb-m-max-h1 {
    font-size: 2.31693rem;
  }
  .mkb-m-max-h2 {
    font-size: 2.0595rem;
  }
  .mkb-m-max-h3 {
    font-size: 1.83064rem;
  }
  .mkb-m-max-h4 {
    font-size: 1.62721rem;
  }
  .mkb-m-max-h5 {
    font-size: 1.44643rem;
  }
  .mkb-m-max-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-m-max-text-left, .mkb-m-max-text-left-child > *, .mkb-m-max-text-left-first > *:first-child, .mkb-m-max-text-left-last > *:last-child, .mkb-m-max-text-left-odd > *:nth-child(odd), .mkb-m-max-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-m-max-text-center, .mkb-m-max-text-center-child > *, .mkb-m-max-text-center-first > *:first-child, .mkb-m-max-text-center-last > *:last-child, .mkb-m-max-text-center-odd > *:nth-child(odd), .mkb-m-max-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-m-max-text-right, .mkb-m-max-text-right-child > *, .mkb-m-max-text-right-first > *:first-child, .mkb-m-max-text-right-last > *:last-child, .mkb-m-max-text-right-odd > *:nth-child(odd), .mkb-m-max-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-m-max-text-justify, .mkb-m-max-text-justify-child > *, .mkb-m-max-text-justify-first > *:first-child, .mkb-m-max-text-justify-last > *:last-child, .mkb-m-max-text-justify-odd > *:nth-child(odd), .mkb-m-max-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-m-max-text-align-inherit, .mkb-m-max-text-align-inherit-child > *, .mkb-m-max-text-align-inherit-first > *:first-child, .mkb-m-max-text-align-inherit-last > *:last-child, .mkb-m-max-text-align-inherit-odd > *:nth-child(odd), .mkb-m-max-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-m-max-text-decoration-none, .mkb-m-max-text-decoration-none-child > *, .mkb-m-max-text-decoration-none-first > *:first-child, .mkb-m-max-text-decoration-none-last > *:last-child, .mkb-m-max-text-decoration-none-odd > *:nth-child(odd), .mkb-m-max-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-m-max-text-underline, .mkb-m-max-text-underline-child > *, .mkb-m-max-text-underline-first > *:first-child, .mkb-m-max-text-underline-last > *:last-child, .mkb-m-max-text-underline-odd > *:nth-child(odd), .mkb-m-max-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-m-max-text-overline, .mkb-m-max-text-overline-child > *, .mkb-m-max-text-overline-first > *:first-child, .mkb-m-max-text-overline-last > *:last-child, .mkb-m-max-text-overline-odd > *:nth-child(odd), .mkb-m-max-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-m-max-text-line-through, .mkb-m-max-text-line-through-child > *, .mkb-m-max-text-line-through-first > *:first-child, .mkb-m-max-text-line-through-last > *:last-child, .mkb-m-max-text-line-through-odd > *:nth-child(odd), .mkb-m-max-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-m-max-text-decoration-inherit, .mkb-m-max-text-decoration-inherit-child > *, .mkb-m-max-text-decoration-inherit-first > *:first-child, .mkb-m-max-text-decoration-inherit-last > *:last-child, .mkb-m-max-text-decoration-inherit-odd > *:nth-child(odd), .mkb-m-max-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-m-max-text-clip, .mkb-m-max-text-clip-child > *, .mkb-m-max-text-clip-first > *:first-child, .mkb-m-max-text-clip-last > *:last-child, .mkb-m-max-text-clip-odd > *:nth-child(odd), .mkb-m-max-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-m-max-text-ellipsis, .mkb-m-max-text-ellipsis-child > *, .mkb-m-max-text-ellipsis-first > *:first-child, .mkb-m-max-text-ellipsis-last > *:last-child, .mkb-m-max-text-ellipsis-odd > *:nth-child(odd), .mkb-m-max-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-m-max-text-overflow-inherit, .mkb-m-max-text-overflow-inherit-child > *, .mkb-m-max-text-overflow-inherit-first > *:first-child, .mkb-m-max-text-overflow-inherit-last > *:last-child, .mkb-m-max-text-overflow-inherit-odd > *:nth-child(odd), .mkb-m-max-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-m-max-text-transform-none, .mkb-m-max-text-transform-none-child > *, .mkb-m-max-text-transform-none-first > *:first-child, .mkb-m-max-text-transform-none-last > *:last-child, .mkb-m-max-text-transform-none-odd > *:nth-child(odd), .mkb-m-max-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-m-max-text-capitalize, .mkb-m-max-text-capitalize-child > *, .mkb-m-max-text-capitalize-first > *:first-child, .mkb-m-max-text-capitalize-last > *:last-child, .mkb-m-max-text-capitalize-odd > *:nth-child(odd), .mkb-m-max-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-m-max-text-uppercase, .mkb-m-max-text-uppercase-child > *, .mkb-m-max-text-uppercase-first > *:first-child, .mkb-m-max-text-uppercase-last > *:last-child, .mkb-m-max-text-uppercase-odd > *:nth-child(odd), .mkb-m-max-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-m-max-text-lowercase, .mkb-m-max-text-lowercase-child > *, .mkb-m-max-text-lowercase-first > *:first-child, .mkb-m-max-text-lowercase-last > *:last-child, .mkb-m-max-text-lowercase-odd > *:nth-child(odd), .mkb-m-max-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-m-max-text-transform-inherit, .mkb-m-max-text-transform-inherit-child > *, .mkb-m-max-text-transform-inherit-first > *:first-child, .mkb-m-max-text-transform-inherit-last > *:last-child, .mkb-m-max-text-transform-inherit-odd > *:nth-child(odd), .mkb-m-max-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-m-max-text-nowrap, .mkb-m-max-text-nowrap-child > *, .mkb-m-max-text-nowrap-first > *:first-child, .mkb-m-max-text-nowrap-last > *:last-child, .mkb-m-max-text-nowrap-odd > *:nth-child(odd), .mkb-m-max-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-m-max-text-pre, .mkb-m-max-text-pre-child > *, .mkb-m-max-text-pre-first > *:first-child, .mkb-m-max-text-pre-last > *:last-child, .mkb-m-max-text-pre-odd > *:nth-child(odd), .mkb-m-max-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-m-max-text-pre-line, .mkb-m-max-text-pre-line-child > *, .mkb-m-max-text-pre-line-first > *:first-child, .mkb-m-max-text-pre-line-last > *:last-child, .mkb-m-max-text-pre-line-odd > *:nth-child(odd), .mkb-m-max-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-m-max-text-pre-wrap, .mkb-m-max-text-pre-wrap-child > *, .mkb-m-max-text-pre-wrap-first > *:first-child, .mkb-m-max-text-pre-wrap-last > *:last-child, .mkb-m-max-text-pre-wrap-odd > *:nth-child(odd), .mkb-m-max-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-m-max-text-break-all, .mkb-m-max-text-break-all-child > *, .mkb-m-max-text-break-all-first > *:first-child, .mkb-m-max-text-break-all-last > *:last-child, .mkb-m-max-text-break-all-odd > *:nth-child(odd), .mkb-m-max-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-m-max-text-keep-all, .mkb-m-max-text-keep-all-child > *, .mkb-m-max-text-keep-all-first > *:first-child, .mkb-m-max-text-keep-all-last > *:last-child, .mkb-m-max-text-keep-all-odd > *:nth-child(odd), .mkb-m-max-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-m-max-text-break-word, .mkb-m-max-text-break-word-child > *, .mkb-m-max-text-break-word-first > *:first-child, .mkb-m-max-text-break-word-last > *:last-child, .mkb-m-max-text-break-word-odd > *:nth-child(odd), .mkb-m-max-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-m-max-text-style-normal, .mkb-m-max-text-style-normal-child > *, .mkb-m-max-text-style-normal-first > *:first-child, .mkb-m-max-text-style-normal-last > *:last-child, .mkb-m-max-text-style-normal-odd > *:nth-child(odd), .mkb-m-max-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-m-max-text-italic, .mkb-m-max-text-italic-child > *, .mkb-m-max-text-italic-first > *:first-child, .mkb-m-max-text-italic-last > *:last-child, .mkb-m-max-text-italic-odd > *:nth-child(odd), .mkb-m-max-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-m-max-text-oblique, .mkb-m-max-text-oblique-child > *, .mkb-m-max-text-oblique-first > *:first-child, .mkb-m-max-text-oblique-last > *:last-child, .mkb-m-max-text-oblique-odd > *:nth-child(odd), .mkb-m-max-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-m-max-text-weight-normal, .mkb-m-max-text-weight-normal-child > *, .mkb-m-max-text-weight-normal-first > *:first-child, .mkb-m-max-text-weight-normal-last > *:last-child, .mkb-m-max-text-weight-normal-odd > *:nth-child(odd), .mkb-m-max-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-m-max-text-bold, .mkb-m-max-text-bold-child > *, .mkb-m-max-text-bold-first > *:first-child, .mkb-m-max-text-bold-last > *:last-child, .mkb-m-max-text-bold-odd > *:nth-child(odd), .mkb-m-max-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-m-max-text-bolder, .mkb-m-max-text-bolder-child > *, .mkb-m-max-text-bolder-first > *:first-child, .mkb-m-max-text-bolder-last > *:last-child, .mkb-m-max-text-bolder-odd > *:nth-child(odd), .mkb-m-max-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-m-max-text-lighter, .mkb-m-max-text-lighter-child > *, .mkb-m-max-text-lighter-first > *:first-child, .mkb-m-max-text-lighter-last > *:last-child, .mkb-m-max-text-lighter-odd > *:nth-child(odd), .mkb-m-max-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-m-max-text-variant-normal, .mkb-m-max-text-variant-normal-child > *, .mkb-m-max-text-variant-normal-first > *:first-child, .mkb-m-max-text-variant-normal-last > *:last-child, .mkb-m-max-text-variant-normal-odd > *:nth-child(odd), .mkb-m-max-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-m-max-text-small-caps, .mkb-m-max-text-small-caps-child > *, .mkb-m-max-text-small-caps-first > *:first-child, .mkb-m-max-text-small-caps-last > *:last-child, .mkb-m-max-text-small-caps-odd > *:nth-child(odd), .mkb-m-max-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-m-max-text-weight-100, .mkb-m-max-text-weight-10-child > *, .mkb-m-max-text-weight-10-first > *:first-child, .mkb-m-max-text-weight-10-last > *:last-child, .mkb-m-max-text-weight-10-odd > *:nth-child(odd), .mkb-m-max-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-m-max-text-weight-200, .mkb-m-max-text-weight-20-child > *, .mkb-m-max-text-weight-20-first > *:first-child, .mkb-m-max-text-weight-20-last > *:last-child, .mkb-m-max-text-weight-20-odd > *:nth-child(odd), .mkb-m-max-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-m-max-text-weight-300, .mkb-m-max-text-weight-30-child > *, .mkb-m-max-text-weight-30-first > *:first-child, .mkb-m-max-text-weight-30-last > *:last-child, .mkb-m-max-text-weight-30-odd > *:nth-child(odd), .mkb-m-max-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-m-max-text-weight-400, .mkb-m-max-text-weight-40-child > *, .mkb-m-max-text-weight-40-first > *:first-child, .mkb-m-max-text-weight-40-last > *:last-child, .mkb-m-max-text-weight-40-odd > *:nth-child(odd), .mkb-m-max-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-m-max-text-weight-500, .mkb-m-max-text-weight-50-child > *, .mkb-m-max-text-weight-50-first > *:first-child, .mkb-m-max-text-weight-50-last > *:last-child, .mkb-m-max-text-weight-50-odd > *:nth-child(odd), .mkb-m-max-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-m-max-text-weight-600, .mkb-m-max-text-weight-60-child > *, .mkb-m-max-text-weight-60-first > *:first-child, .mkb-m-max-text-weight-60-last > *:last-child, .mkb-m-max-text-weight-60-odd > *:nth-child(odd), .mkb-m-max-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-m-max-text-weight-700, .mkb-m-max-text-weight-70-child > *, .mkb-m-max-text-weight-70-first > *:first-child, .mkb-m-max-text-weight-70-last > *:last-child, .mkb-m-max-text-weight-70-odd > *:nth-child(odd), .mkb-m-max-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-m-max-text-weight-800, .mkb-m-max-text-weight-80-child > *, .mkb-m-max-text-weight-80-first > *:first-child, .mkb-m-max-text-weight-80-last > *:last-child, .mkb-m-max-text-weight-80-odd > *:nth-child(odd), .mkb-m-max-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-m-max-text-weight-900, .mkb-m-max-text-weight-90-child > *, .mkb-m-max-text-weight-90-first > *:first-child, .mkb-m-max-text-weight-90-last > *:last-child, .mkb-m-max-text-weight-90-odd > *:nth-child(odd), .mkb-m-max-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-m-max-background-scroll, .mkb-m-max-background-scroll-child > *, .mkb-m-max-background-scroll-first > *:first-child, .mkb-m-max-background-scroll-last > *:last-child, .mkb-m-max-background-scroll-odd > *:nth-child(odd), .mkb-m-max-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-m-max-background-fixed, .mkb-m-max-background-fixed-child > *, .mkb-m-max-background-fixed-first > *:first-child, .mkb-m-max-background-fixed-last > *:last-child, .mkb-m-max-background-fixed-odd > *:nth-child(odd), .mkb-m-max-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-m-max-background-local, .mkb-m-max-background-local-child > *, .mkb-m-max-background-local-first > *:first-child, .mkb-m-max-background-local-last > *:last-child, .mkb-m-max-background-local-odd > *:nth-child(odd), .mkb-m-max-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-m-max-background-attachment-inherit, .mkb-m-max-background-attachment-inherit-child > *, .mkb-m-max-background-attachment-inherit-first > *:first-child, .mkb-m-max-background-attachment-inherit-last > *:last-child, .mkb-m-max-background-attachment-inherit-odd > *:nth-child(odd), .mkb-m-max-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-m-max-background-size-auto, .mkb-m-max-background-size-auto-child > *, .mkb-m-max-background-size-auto-first > *:first-child, .mkb-m-max-background-size-auto-last > *:last-child, .mkb-m-max-background-size-auto-odd > *:nth-child(odd), .mkb-m-max-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-m-max-background-length, .mkb-m-max-background-length-child > *, .mkb-m-max-background-length-first > *:first-child, .mkb-m-max-background-length-last > *:last-child, .mkb-m-max-background-length-odd > *:nth-child(odd), .mkb-m-max-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-m-max-background-cover, .mkb-m-max-background-cover-child > *, .mkb-m-max-background-cover-first > *:first-child, .mkb-m-max-background-cover-last > *:last-child, .mkb-m-max-background-cover-odd > *:nth-child(odd), .mkb-m-max-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-m-max-background-contain, .mkb-m-max-background-contain-child > *, .mkb-m-max-background-contain-first > *:first-child, .mkb-m-max-background-contain-last > *:last-child, .mkb-m-max-background-contain-odd > *:nth-child(odd), .mkb-m-max-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-m-max-background-size-inherit, .mkb-m-max-background-size-inherit-child > *, .mkb-m-max-background-size-inherit-first > *:first-child, .mkb-m-max-background-size-inherit-last > *:last-child, .mkb-m-max-background-size-inherit-odd > *:nth-child(odd), .mkb-m-max-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-m-max-background-repeat, .mkb-m-max-background-repeat-child > *, .mkb-m-max-background-repeat-first > *:first-child, .mkb-m-max-background-repeat-last > *:last-child, .mkb-m-max-background-repeat-odd > *:nth-child(odd), .mkb-m-max-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-m-max-background-repeat-x, .mkb-m-max-background-repeat-x-child > *, .mkb-m-max-background-repeat-x-first > *:first-child, .mkb-m-max-background-repeat-x-last > *:last-child, .mkb-m-max-background-repeat-x-odd > *:nth-child(odd), .mkb-m-max-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-m-max-background-repeat-y, .mkb-m-max-background-repeat-y-child > *, .mkb-m-max-background-repeat-y-first > *:first-child, .mkb-m-max-background-repeat-y-last > *:last-child, .mkb-m-max-background-repeat-y-odd > *:nth-child(odd), .mkb-m-max-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-m-max-background-repeat-none, .mkb-m-max-background-repeat-none-child > *, .mkb-m-max-background-repeat-none-first > *:first-child, .mkb-m-max-background-repeat-none-last > *:last-child, .mkb-m-max-background-repeat-none-odd > *:nth-child(odd), .mkb-m-max-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-m-max-background-repeat-inherit, .mkb-m-max-background-repeat-inherit-child > *, .mkb-m-max-background-repeat-inherit-first > *:first-child, .mkb-m-max-background-repeat-inherit-last > *:last-child, .mkb-m-max-background-repeat-inherit-odd > *:nth-child(odd), .mkb-m-max-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-m-max-background-left-top, .mkb-m-max-background-left-top-child > *, .mkb-m-max-background-left-top-first > *:first-child, .mkb-m-max-background-left-top-last > *:last-child, .mkb-m-max-background-left-top-odd > *:nth-child(odd), .mkb-m-max-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-m-max-background-left-center, .mkb-m-max-background-left-center-child > *, .mkb-m-max-background-left-center-first > *:first-child, .mkb-m-max-background-left-center-last > *:last-child, .mkb-m-max-background-left-center-odd > *:nth-child(odd), .mkb-m-max-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-m-max-background-left-bottom, .mkb-m-max-background-left-bottom-child > *, .mkb-m-max-background-left-bottom-first > *:first-child, .mkb-m-max-background-left-bottom-last > *:last-child, .mkb-m-max-background-left-bottom-odd > *:nth-child(odd), .mkb-m-max-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-m-max-background-right-top, .mkb-m-max-background-right-top-child > *, .mkb-m-max-background-right-top-first > *:first-child, .mkb-m-max-background-right-top-last > *:last-child, .mkb-m-max-background-right-top-odd > *:nth-child(odd), .mkb-m-max-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-m-max-background-right-center, .mkb-m-max-background-right-center-child > *, .mkb-m-max-background-right-center-first > *:first-child, .mkb-m-max-background-right-center-last > *:last-child, .mkb-m-max-background-right-center-odd > *:nth-child(odd), .mkb-m-max-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-m-max-background-right-bottom, .mkb-m-max-background-right-bottom-child > *, .mkb-m-max-background-right-bottom-first > *:first-child, .mkb-m-max-background-right-bottom-last > *:last-child, .mkb-m-max-background-right-bottom-odd > *:nth-child(odd), .mkb-m-max-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-m-max-background-center-top, .mkb-m-max-background-center-top-child > *, .mkb-m-max-background-center-top-first > *:first-child, .mkb-m-max-background-center-top-last > *:last-child, .mkb-m-max-background-center-top-odd > *:nth-child(odd), .mkb-m-max-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-m-max-background-center-center, .mkb-m-max-background-center-center-child > *, .mkb-m-max-background-center-center-first > *:first-child, .mkb-m-max-background-center-center-last > *:last-child, .mkb-m-max-background-center-center-odd > *:nth-child(odd), .mkb-m-max-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-m-max-background-center-bottom, .mkb-m-max-background-center-bottom-child > *, .mkb-m-max-background-center-bottom-first > *:first-child, .mkb-m-max-background-center-bottom-last > *:last-child, .mkb-m-max-background-center-bottom-odd > *:nth-child(odd), .mkb-m-max-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-m-max-background-position-inherit, .mkb-m-max-background-position-inherit-child > *, .mkb-m-max-background-position-inherit-first > *:first-child, .mkb-m-max-background-position-inherit-last > *:last-child, .mkb-m-max-background-position-inherit-odd > *:nth-child(odd), .mkb-m-max-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-m-max-background-clip-border, .mkb-m-max-background-clip-border-child > *, .mkb-m-max-background-clip-border-first > *:first-child, .mkb-m-max-background-clip-border-last > *:last-child, .mkb-m-max-background-clip-border-odd > *:nth-child(odd), .mkb-m-max-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-m-max-background-clip-padding, .mkb-m-max-background-clip-padding-child > *, .mkb-m-max-background-clip-padding-first > *:first-child, .mkb-m-max-background-clip-padding-last > *:last-child, .mkb-m-max-background-clip-padding-odd > *:nth-child(odd), .mkb-m-max-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-m-max-background-clip-content, .mkb-m-max-background-clip-content-child > *, .mkb-m-max-background-clip-content-first > *:first-child, .mkb-m-max-background-clip-content-last > *:last-child, .mkb-m-max-background-clip-content-odd > *:nth-child(odd), .mkb-m-max-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-m-max-background-clip-inherit, .mkb-m-max-background-clip-inherit-child > *, .mkb-m-max-background-clip-inherit-first > *:first-child, .mkb-m-max-background-clip-inherit-last > *:last-child, .mkb-m-max-background-clip-inherit-odd > *:nth-child(odd), .mkb-m-max-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-m-max-background-origin-padding, .mkb-m-max-background-origin-padding-child > *, .mkb-m-max-background-origin-padding-first > *:first-child, .mkb-m-max-background-origin-padding-last > *:last-child, .mkb-m-max-background-origin-padding-odd > *:nth-child(odd), .mkb-m-max-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-m-max-background-origin-border, .mkb-m-max-background-origin-border-child > *, .mkb-m-max-background-origin-border-first > *:first-child, .mkb-m-max-background-origin-border-last > *:last-child, .mkb-m-max-background-origin-border-odd > *:nth-child(odd), .mkb-m-max-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-m-max-background-origin-content, .mkb-m-max-background-origin-content-child > *, .mkb-m-max-background-origin-content-first > *:first-child, .mkb-m-max-background-origin-content-last > *:last-child, .mkb-m-max-background-origin-content-odd > *:nth-child(odd), .mkb-m-max-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-m-max-background-origin-inherit, .mkb-m-max-background-origin-inherit-child > *, .mkb-m-max-background-origin-inherit-first > *:first-child, .mkb-m-max-background-origin-inherit-last > *:last-child, .mkb-m-max-background-origin-inherit-odd > *:nth-child(odd), .mkb-m-max-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-m-max-width, .mkb-m-max-width-child > *, .mkb-m-max-width-first > *:first-child, .mkb-m-max-width-last > *:last-child, .mkb-m-max-width-odd > *:nth-child(odd), .mkb-m-max-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-max-width-1-8, .mkb-m-max-width-1-8-child > *, .mkb-m-max-width-1-8-first > *:first-child, .mkb-m-max-width-1-8-last > *:last-child, .mkb-m-max-width-1-8-odd > *:nth-child(odd), .mkb-m-max-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-m-max-width-2-8, .mkb-m-max-width-2-8-child > *, .mkb-m-max-width-2-8-first > *:first-child, .mkb-m-max-width-2-8-last > *:last-child, .mkb-m-max-width-2-8-odd > *:nth-child(odd), .mkb-m-max-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-m-max-width-3-8, .mkb-m-max-width-3-8-child > *, .mkb-m-max-width-3-8-first > *:first-child, .mkb-m-max-width-3-8-last > *:last-child, .mkb-m-max-width-3-8-odd > *:nth-child(odd), .mkb-m-max-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-m-max-width-4-8, .mkb-m-max-width-4-8-child > *, .mkb-m-max-width-4-8-first > *:first-child, .mkb-m-max-width-4-8-last > *:last-child, .mkb-m-max-width-4-8-odd > *:nth-child(odd), .mkb-m-max-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-max-width-5-8, .mkb-m-max-width-5-8-child > *, .mkb-m-max-width-5-8-first > *:first-child, .mkb-m-max-width-5-8-last > *:last-child, .mkb-m-max-width-5-8-odd > *:nth-child(odd), .mkb-m-max-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-m-max-width-6-8, .mkb-m-max-width-6-8-child > *, .mkb-m-max-width-6-8-first > *:first-child, .mkb-m-max-width-6-8-last > *:last-child, .mkb-m-max-width-6-8-odd > *:nth-child(odd), .mkb-m-max-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-m-max-width-7-8, .mkb-m-max-width-7-8-child > *, .mkb-m-max-width-7-8-first > *:first-child, .mkb-m-max-width-7-8-last > *:last-child, .mkb-m-max-width-7-8-odd > *:nth-child(odd), .mkb-m-max-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-m-max-width-8-8, .mkb-m-max-width-8-8-child > *, .mkb-m-max-width-8-8-first > *:first-child, .mkb-m-max-width-8-8-last > *:last-child, .mkb-m-max-width-8-8-odd > *:nth-child(odd), .mkb-m-max-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-max-width-1-10, .mkb-m-max-width-1-10-child > *, .mkb-m-max-width-1-10-first > *:first-child, .mkb-m-max-width-1-10-last > *:last-child, .mkb-m-max-width-1-10-odd > *:nth-child(odd), .mkb-m-max-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-m-max-width-2-10, .mkb-m-max-width-2-10-child > *, .mkb-m-max-width-2-10-first > *:first-child, .mkb-m-max-width-2-10-last > *:last-child, .mkb-m-max-width-2-10-odd > *:nth-child(odd), .mkb-m-max-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-m-max-width-3-10, .mkb-m-max-width-3-10-child > *, .mkb-m-max-width-3-10-first > *:first-child, .mkb-m-max-width-3-10-last > *:last-child, .mkb-m-max-width-3-10-odd > *:nth-child(odd), .mkb-m-max-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-m-max-width-4-10, .mkb-m-max-width-4-10-child > *, .mkb-m-max-width-4-10-first > *:first-child, .mkb-m-max-width-4-10-last > *:last-child, .mkb-m-max-width-4-10-odd > *:nth-child(odd), .mkb-m-max-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-m-max-width-5-10, .mkb-m-max-width-5-10-child > *, .mkb-m-max-width-5-10-first > *:first-child, .mkb-m-max-width-5-10-last > *:last-child, .mkb-m-max-width-5-10-odd > *:nth-child(odd), .mkb-m-max-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-max-width-6-10, .mkb-m-max-width-6-10-child > *, .mkb-m-max-width-6-10-first > *:first-child, .mkb-m-max-width-6-10-last > *:last-child, .mkb-m-max-width-6-10-odd > *:nth-child(odd), .mkb-m-max-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-m-max-width-7-10, .mkb-m-max-width-7-10-child > *, .mkb-m-max-width-7-10-first > *:first-child, .mkb-m-max-width-7-10-last > *:last-child, .mkb-m-max-width-7-10-odd > *:nth-child(odd), .mkb-m-max-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-m-max-width-8-10, .mkb-m-max-width-8-10-child > *, .mkb-m-max-width-8-10-first > *:first-child, .mkb-m-max-width-8-10-last > *:last-child, .mkb-m-max-width-8-10-odd > *:nth-child(odd), .mkb-m-max-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-m-max-width-9-10, .mkb-m-max-width-9-10-child > *, .mkb-m-max-width-9-10-first > *:first-child, .mkb-m-max-width-9-10-last > *:last-child, .mkb-m-max-width-9-10-odd > *:nth-child(odd), .mkb-m-max-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-m-max-width-10-10, .mkb-m-max-width-10-10-child > *, .mkb-m-max-width-10-10-first > *:first-child, .mkb-m-max-width-10-10-last > *:last-child, .mkb-m-max-width-10-10-odd > *:nth-child(odd), .mkb-m-max-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-max-width-1-12, .mkb-m-max-width-1-12-child > *, .mkb-m-max-width-1-12-first > *:first-child, .mkb-m-max-width-1-12-last > *:last-child, .mkb-m-max-width-1-12-odd > *:nth-child(odd), .mkb-m-max-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-m-max-width-2-12, .mkb-m-max-width-2-12-child > *, .mkb-m-max-width-2-12-first > *:first-child, .mkb-m-max-width-2-12-last > *:last-child, .mkb-m-max-width-2-12-odd > *:nth-child(odd), .mkb-m-max-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-m-max-width-3-12, .mkb-m-max-width-3-12-child > *, .mkb-m-max-width-3-12-first > *:first-child, .mkb-m-max-width-3-12-last > *:last-child, .mkb-m-max-width-3-12-odd > *:nth-child(odd), .mkb-m-max-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-m-max-width-4-12, .mkb-m-max-width-4-12-child > *, .mkb-m-max-width-4-12-first > *:first-child, .mkb-m-max-width-4-12-last > *:last-child, .mkb-m-max-width-4-12-odd > *:nth-child(odd), .mkb-m-max-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-m-max-width-5-12, .mkb-m-max-width-5-12-child > *, .mkb-m-max-width-5-12-first > *:first-child, .mkb-m-max-width-5-12-last > *:last-child, .mkb-m-max-width-5-12-odd > *:nth-child(odd), .mkb-m-max-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-m-max-width-6-12, .mkb-m-max-width-6-12-child > *, .mkb-m-max-width-6-12-first > *:first-child, .mkb-m-max-width-6-12-last > *:last-child, .mkb-m-max-width-6-12-odd > *:nth-child(odd), .mkb-m-max-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-max-width-7-12, .mkb-m-max-width-7-12-child > *, .mkb-m-max-width-7-12-first > *:first-child, .mkb-m-max-width-7-12-last > *:last-child, .mkb-m-max-width-7-12-odd > *:nth-child(odd), .mkb-m-max-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-m-max-width-8-12, .mkb-m-max-width-8-12-child > *, .mkb-m-max-width-8-12-first > *:first-child, .mkb-m-max-width-8-12-last > *:last-child, .mkb-m-max-width-8-12-odd > *:nth-child(odd), .mkb-m-max-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-m-max-width-9-12, .mkb-m-max-width-9-12-child > *, .mkb-m-max-width-9-12-first > *:first-child, .mkb-m-max-width-9-12-last > *:last-child, .mkb-m-max-width-9-12-odd > *:nth-child(odd), .mkb-m-max-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-m-max-width-10-12, .mkb-m-max-width-10-12-child > *, .mkb-m-max-width-10-12-first > *:first-child, .mkb-m-max-width-10-12-last > *:last-child, .mkb-m-max-width-10-12-odd > *:nth-child(odd), .mkb-m-max-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-m-max-width-11-12, .mkb-m-max-width-11-12-child > *, .mkb-m-max-width-11-12-first > *:first-child, .mkb-m-max-width-11-12-last > *:last-child, .mkb-m-max-width-11-12-odd > *:nth-child(odd), .mkb-m-max-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-m-max-width-12-12, .mkb-m-max-width-12-12-child > *, .mkb-m-max-width-12-12-first > *:first-child, .mkb-m-max-width-12-12-last > *:last-child, .mkb-m-max-width-12-12-odd > *:nth-child(odd), .mkb-m-max-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-max-width-none, .mkb-m-max-width-none-child > *, .mkb-m-max-width-none-first > *:first-child, .mkb-m-max-width-none-last > *:last-child, .mkb-m-max-width-none-odd > *:nth-child(odd), .mkb-m-max-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-m-max-width-auto, .mkb-m-max-width-auto-child > *, .mkb-m-max-width-auto-first > *:first-child, .mkb-m-max-width-auto-last > *:last-child, .mkb-m-max-width-auto-odd > *:nth-child(odd), .mkb-m-max-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-m-max-width-min, .mkb-m-max-width-min-child > *, .mkb-m-max-width-min-first > *:first-child, .mkb-m-max-width-min-last > *:last-child, .mkb-m-max-width-min-odd > *:nth-child(odd), .mkb-m-max-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-max-width-min-1-8, .mkb-m-max-width-min-1-8-child > *, .mkb-m-max-width-min-1-8-first > *:first-child, .mkb-m-max-width-min-1-8-last > *:last-child, .mkb-m-max-width-min-1-8-odd > *:nth-child(odd), .mkb-m-max-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-m-max-width-min-2-8, .mkb-m-max-width-min-2-8-child > *, .mkb-m-max-width-min-2-8-first > *:first-child, .mkb-m-max-width-min-2-8-last > *:last-child, .mkb-m-max-width-min-2-8-odd > *:nth-child(odd), .mkb-m-max-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-m-max-width-min-3-8, .mkb-m-max-width-min-3-8-child > *, .mkb-m-max-width-min-3-8-first > *:first-child, .mkb-m-max-width-min-3-8-last > *:last-child, .mkb-m-max-width-min-3-8-odd > *:nth-child(odd), .mkb-m-max-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-m-max-width-min-4-8, .mkb-m-max-width-min-4-8-child > *, .mkb-m-max-width-min-4-8-first > *:first-child, .mkb-m-max-width-min-4-8-last > *:last-child, .mkb-m-max-width-min-4-8-odd > *:nth-child(odd), .mkb-m-max-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-max-width-min-5-8, .mkb-m-max-width-min-5-8-child > *, .mkb-m-max-width-min-5-8-first > *:first-child, .mkb-m-max-width-min-5-8-last > *:last-child, .mkb-m-max-width-min-5-8-odd > *:nth-child(odd), .mkb-m-max-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-m-max-width-min-6-8, .mkb-m-max-width-min-6-8-child > *, .mkb-m-max-width-min-6-8-first > *:first-child, .mkb-m-max-width-min-6-8-last > *:last-child, .mkb-m-max-width-min-6-8-odd > *:nth-child(odd), .mkb-m-max-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-m-max-width-min-7-8, .mkb-m-max-width-min-7-8-child > *, .mkb-m-max-width-min-7-8-first > *:first-child, .mkb-m-max-width-min-7-8-last > *:last-child, .mkb-m-max-width-min-7-8-odd > *:nth-child(odd), .mkb-m-max-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-m-max-width-min-8-8, .mkb-m-max-width-min-8-8-child > *, .mkb-m-max-width-min-8-8-first > *:first-child, .mkb-m-max-width-min-8-8-last > *:last-child, .mkb-m-max-width-min-8-8-odd > *:nth-child(odd), .mkb-m-max-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-max-width-min-1-10, .mkb-m-max-width-min-1-10-child > *, .mkb-m-max-width-min-1-10-first > *:first-child, .mkb-m-max-width-min-1-10-last > *:last-child, .mkb-m-max-width-min-1-10-odd > *:nth-child(odd), .mkb-m-max-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-m-max-width-min-2-10, .mkb-m-max-width-min-2-10-child > *, .mkb-m-max-width-min-2-10-first > *:first-child, .mkb-m-max-width-min-2-10-last > *:last-child, .mkb-m-max-width-min-2-10-odd > *:nth-child(odd), .mkb-m-max-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-m-max-width-min-3-10, .mkb-m-max-width-min-3-10-child > *, .mkb-m-max-width-min-3-10-first > *:first-child, .mkb-m-max-width-min-3-10-last > *:last-child, .mkb-m-max-width-min-3-10-odd > *:nth-child(odd), .mkb-m-max-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-m-max-width-min-4-10, .mkb-m-max-width-min-4-10-child > *, .mkb-m-max-width-min-4-10-first > *:first-child, .mkb-m-max-width-min-4-10-last > *:last-child, .mkb-m-max-width-min-4-10-odd > *:nth-child(odd), .mkb-m-max-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-m-max-width-min-5-10, .mkb-m-max-width-min-5-10-child > *, .mkb-m-max-width-min-5-10-first > *:first-child, .mkb-m-max-width-min-5-10-last > *:last-child, .mkb-m-max-width-min-5-10-odd > *:nth-child(odd), .mkb-m-max-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-max-width-min-6-10, .mkb-m-max-width-min-6-10-child > *, .mkb-m-max-width-min-6-10-first > *:first-child, .mkb-m-max-width-min-6-10-last > *:last-child, .mkb-m-max-width-min-6-10-odd > *:nth-child(odd), .mkb-m-max-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-m-max-width-min-7-10, .mkb-m-max-width-min-7-10-child > *, .mkb-m-max-width-min-7-10-first > *:first-child, .mkb-m-max-width-min-7-10-last > *:last-child, .mkb-m-max-width-min-7-10-odd > *:nth-child(odd), .mkb-m-max-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-m-max-width-min-8-10, .mkb-m-max-width-min-8-10-child > *, .mkb-m-max-width-min-8-10-first > *:first-child, .mkb-m-max-width-min-8-10-last > *:last-child, .mkb-m-max-width-min-8-10-odd > *:nth-child(odd), .mkb-m-max-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-m-max-width-min-9-10, .mkb-m-max-width-min-9-10-child > *, .mkb-m-max-width-min-9-10-first > *:first-child, .mkb-m-max-width-min-9-10-last > *:last-child, .mkb-m-max-width-min-9-10-odd > *:nth-child(odd), .mkb-m-max-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-m-max-width-min-10-10, .mkb-m-max-width-min-10-10-child > *, .mkb-m-max-width-min-10-10-first > *:first-child, .mkb-m-max-width-min-10-10-last > *:last-child, .mkb-m-max-width-min-10-10-odd > *:nth-child(odd), .mkb-m-max-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-max-width-min-1-12, .mkb-m-max-width-min-1-12-child > *, .mkb-m-max-width-min-1-12-first > *:first-child, .mkb-m-max-width-min-1-12-last > *:last-child, .mkb-m-max-width-min-1-12-odd > *:nth-child(odd), .mkb-m-max-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-m-max-width-min-2-12, .mkb-m-max-width-min-2-12-child > *, .mkb-m-max-width-min-2-12-first > *:first-child, .mkb-m-max-width-min-2-12-last > *:last-child, .mkb-m-max-width-min-2-12-odd > *:nth-child(odd), .mkb-m-max-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-m-max-width-min-3-12, .mkb-m-max-width-min-3-12-child > *, .mkb-m-max-width-min-3-12-first > *:first-child, .mkb-m-max-width-min-3-12-last > *:last-child, .mkb-m-max-width-min-3-12-odd > *:nth-child(odd), .mkb-m-max-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-m-max-width-min-4-12, .mkb-m-max-width-min-4-12-child > *, .mkb-m-max-width-min-4-12-first > *:first-child, .mkb-m-max-width-min-4-12-last > *:last-child, .mkb-m-max-width-min-4-12-odd > *:nth-child(odd), .mkb-m-max-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-m-max-width-min-5-12, .mkb-m-max-width-min-5-12-child > *, .mkb-m-max-width-min-5-12-first > *:first-child, .mkb-m-max-width-min-5-12-last > *:last-child, .mkb-m-max-width-min-5-12-odd > *:nth-child(odd), .mkb-m-max-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-m-max-width-min-6-12, .mkb-m-max-width-min-6-12-child > *, .mkb-m-max-width-min-6-12-first > *:first-child, .mkb-m-max-width-min-6-12-last > *:last-child, .mkb-m-max-width-min-6-12-odd > *:nth-child(odd), .mkb-m-max-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-max-width-min-7-12, .mkb-m-max-width-min-7-12-child > *, .mkb-m-max-width-min-7-12-first > *:first-child, .mkb-m-max-width-min-7-12-last > *:last-child, .mkb-m-max-width-min-7-12-odd > *:nth-child(odd), .mkb-m-max-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-m-max-width-min-8-12, .mkb-m-max-width-min-8-12-child > *, .mkb-m-max-width-min-8-12-first > *:first-child, .mkb-m-max-width-min-8-12-last > *:last-child, .mkb-m-max-width-min-8-12-odd > *:nth-child(odd), .mkb-m-max-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-m-max-width-min-9-12, .mkb-m-max-width-min-9-12-child > *, .mkb-m-max-width-min-9-12-first > *:first-child, .mkb-m-max-width-min-9-12-last > *:last-child, .mkb-m-max-width-min-9-12-odd > *:nth-child(odd), .mkb-m-max-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-m-max-width-min-10-12, .mkb-m-max-width-min-10-12-child > *, .mkb-m-max-width-min-10-12-first > *:first-child, .mkb-m-max-width-min-10-12-last > *:last-child, .mkb-m-max-width-min-10-12-odd > *:nth-child(odd), .mkb-m-max-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-m-max-width-min-11-12, .mkb-m-max-width-min-11-12-child > *, .mkb-m-max-width-min-11-12-first > *:first-child, .mkb-m-max-width-min-11-12-last > *:last-child, .mkb-m-max-width-min-11-12-odd > *:nth-child(odd), .mkb-m-max-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-m-max-width-min-12-12, .mkb-m-max-width-min-12-12-child > *, .mkb-m-max-width-min-12-12-first > *:first-child, .mkb-m-max-width-min-12-12-last > *:last-child, .mkb-m-max-width-min-12-12-odd > *:nth-child(odd), .mkb-m-max-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-max-width-max, .mkb-m-max-width-max-child > *, .mkb-m-max-width-max-first > *:first-child, .mkb-m-max-width-max-last > *:last-child, .mkb-m-max-width-max-odd > *:nth-child(odd), .mkb-m-max-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-max-width-max-1-8, .mkb-m-max-width-max-1-8-child > *, .mkb-m-max-width-max-1-8-first > *:first-child, .mkb-m-max-width-max-1-8-last > *:last-child, .mkb-m-max-width-max-1-8-odd > *:nth-child(odd), .mkb-m-max-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-m-max-width-max-2-8, .mkb-m-max-width-max-2-8-child > *, .mkb-m-max-width-max-2-8-first > *:first-child, .mkb-m-max-width-max-2-8-last > *:last-child, .mkb-m-max-width-max-2-8-odd > *:nth-child(odd), .mkb-m-max-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-m-max-width-max-3-8, .mkb-m-max-width-max-3-8-child > *, .mkb-m-max-width-max-3-8-first > *:first-child, .mkb-m-max-width-max-3-8-last > *:last-child, .mkb-m-max-width-max-3-8-odd > *:nth-child(odd), .mkb-m-max-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-m-max-width-max-4-8, .mkb-m-max-width-max-4-8-child > *, .mkb-m-max-width-max-4-8-first > *:first-child, .mkb-m-max-width-max-4-8-last > *:last-child, .mkb-m-max-width-max-4-8-odd > *:nth-child(odd), .mkb-m-max-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-max-width-max-5-8, .mkb-m-max-width-max-5-8-child > *, .mkb-m-max-width-max-5-8-first > *:first-child, .mkb-m-max-width-max-5-8-last > *:last-child, .mkb-m-max-width-max-5-8-odd > *:nth-child(odd), .mkb-m-max-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-m-max-width-max-6-8, .mkb-m-max-width-max-6-8-child > *, .mkb-m-max-width-max-6-8-first > *:first-child, .mkb-m-max-width-max-6-8-last > *:last-child, .mkb-m-max-width-max-6-8-odd > *:nth-child(odd), .mkb-m-max-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-m-max-width-max-7-8, .mkb-m-max-width-max-7-8-child > *, .mkb-m-max-width-max-7-8-first > *:first-child, .mkb-m-max-width-max-7-8-last > *:last-child, .mkb-m-max-width-max-7-8-odd > *:nth-child(odd), .mkb-m-max-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-m-max-width-max-8-8, .mkb-m-max-width-max-8-8-child > *, .mkb-m-max-width-max-8-8-first > *:first-child, .mkb-m-max-width-max-8-8-last > *:last-child, .mkb-m-max-width-max-8-8-odd > *:nth-child(odd), .mkb-m-max-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-max-width-max-1-10, .mkb-m-max-width-max-1-10-child > *, .mkb-m-max-width-max-1-10-first > *:first-child, .mkb-m-max-width-max-1-10-last > *:last-child, .mkb-m-max-width-max-1-10-odd > *:nth-child(odd), .mkb-m-max-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-m-max-width-max-2-10, .mkb-m-max-width-max-2-10-child > *, .mkb-m-max-width-max-2-10-first > *:first-child, .mkb-m-max-width-max-2-10-last > *:last-child, .mkb-m-max-width-max-2-10-odd > *:nth-child(odd), .mkb-m-max-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-m-max-width-max-3-10, .mkb-m-max-width-max-3-10-child > *, .mkb-m-max-width-max-3-10-first > *:first-child, .mkb-m-max-width-max-3-10-last > *:last-child, .mkb-m-max-width-max-3-10-odd > *:nth-child(odd), .mkb-m-max-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-m-max-width-max-4-10, .mkb-m-max-width-max-4-10-child > *, .mkb-m-max-width-max-4-10-first > *:first-child, .mkb-m-max-width-max-4-10-last > *:last-child, .mkb-m-max-width-max-4-10-odd > *:nth-child(odd), .mkb-m-max-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-m-max-width-max-5-10, .mkb-m-max-width-max-5-10-child > *, .mkb-m-max-width-max-5-10-first > *:first-child, .mkb-m-max-width-max-5-10-last > *:last-child, .mkb-m-max-width-max-5-10-odd > *:nth-child(odd), .mkb-m-max-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-max-width-max-6-10, .mkb-m-max-width-max-6-10-child > *, .mkb-m-max-width-max-6-10-first > *:first-child, .mkb-m-max-width-max-6-10-last > *:last-child, .mkb-m-max-width-max-6-10-odd > *:nth-child(odd), .mkb-m-max-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-m-max-width-max-7-10, .mkb-m-max-width-max-7-10-child > *, .mkb-m-max-width-max-7-10-first > *:first-child, .mkb-m-max-width-max-7-10-last > *:last-child, .mkb-m-max-width-max-7-10-odd > *:nth-child(odd), .mkb-m-max-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-m-max-width-max-8-10, .mkb-m-max-width-max-8-10-child > *, .mkb-m-max-width-max-8-10-first > *:first-child, .mkb-m-max-width-max-8-10-last > *:last-child, .mkb-m-max-width-max-8-10-odd > *:nth-child(odd), .mkb-m-max-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-m-max-width-max-9-10, .mkb-m-max-width-max-9-10-child > *, .mkb-m-max-width-max-9-10-first > *:first-child, .mkb-m-max-width-max-9-10-last > *:last-child, .mkb-m-max-width-max-9-10-odd > *:nth-child(odd), .mkb-m-max-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-m-max-width-max-10-10, .mkb-m-max-width-max-10-10-child > *, .mkb-m-max-width-max-10-10-first > *:first-child, .mkb-m-max-width-max-10-10-last > *:last-child, .mkb-m-max-width-max-10-10-odd > *:nth-child(odd), .mkb-m-max-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-max-width-max-1-12, .mkb-m-max-width-max-1-12-child > *, .mkb-m-max-width-max-1-12-first > *:first-child, .mkb-m-max-width-max-1-12-last > *:last-child, .mkb-m-max-width-max-1-12-odd > *:nth-child(odd), .mkb-m-max-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-m-max-width-max-2-12, .mkb-m-max-width-max-2-12-child > *, .mkb-m-max-width-max-2-12-first > *:first-child, .mkb-m-max-width-max-2-12-last > *:last-child, .mkb-m-max-width-max-2-12-odd > *:nth-child(odd), .mkb-m-max-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-m-max-width-max-3-12, .mkb-m-max-width-max-3-12-child > *, .mkb-m-max-width-max-3-12-first > *:first-child, .mkb-m-max-width-max-3-12-last > *:last-child, .mkb-m-max-width-max-3-12-odd > *:nth-child(odd), .mkb-m-max-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-m-max-width-max-4-12, .mkb-m-max-width-max-4-12-child > *, .mkb-m-max-width-max-4-12-first > *:first-child, .mkb-m-max-width-max-4-12-last > *:last-child, .mkb-m-max-width-max-4-12-odd > *:nth-child(odd), .mkb-m-max-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-m-max-width-max-5-12, .mkb-m-max-width-max-5-12-child > *, .mkb-m-max-width-max-5-12-first > *:first-child, .mkb-m-max-width-max-5-12-last > *:last-child, .mkb-m-max-width-max-5-12-odd > *:nth-child(odd), .mkb-m-max-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-m-max-width-max-6-12, .mkb-m-max-width-max-6-12-child > *, .mkb-m-max-width-max-6-12-first > *:first-child, .mkb-m-max-width-max-6-12-last > *:last-child, .mkb-m-max-width-max-6-12-odd > *:nth-child(odd), .mkb-m-max-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-max-width-max-7-12, .mkb-m-max-width-max-7-12-child > *, .mkb-m-max-width-max-7-12-first > *:first-child, .mkb-m-max-width-max-7-12-last > *:last-child, .mkb-m-max-width-max-7-12-odd > *:nth-child(odd), .mkb-m-max-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-m-max-width-max-8-12, .mkb-m-max-width-max-8-12-child > *, .mkb-m-max-width-max-8-12-first > *:first-child, .mkb-m-max-width-max-8-12-last > *:last-child, .mkb-m-max-width-max-8-12-odd > *:nth-child(odd), .mkb-m-max-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-m-max-width-max-9-12, .mkb-m-max-width-max-9-12-child > *, .mkb-m-max-width-max-9-12-first > *:first-child, .mkb-m-max-width-max-9-12-last > *:last-child, .mkb-m-max-width-max-9-12-odd > *:nth-child(odd), .mkb-m-max-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-m-max-width-max-10-12, .mkb-m-max-width-max-10-12-child > *, .mkb-m-max-width-max-10-12-first > *:first-child, .mkb-m-max-width-max-10-12-last > *:last-child, .mkb-m-max-width-max-10-12-odd > *:nth-child(odd), .mkb-m-max-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-m-max-width-max-11-12, .mkb-m-max-width-max-11-12-child > *, .mkb-m-max-width-max-11-12-first > *:first-child, .mkb-m-max-width-max-11-12-last > *:last-child, .mkb-m-max-width-max-11-12-odd > *:nth-child(odd), .mkb-m-max-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-m-max-width-max-12-12, .mkb-m-max-width-max-12-12-child > *, .mkb-m-max-width-max-12-12-first > *:first-child, .mkb-m-max-width-max-12-12-last > *:last-child, .mkb-m-max-width-max-12-12-odd > *:nth-child(odd), .mkb-m-max-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-m-max-height, .mkb-m-max-height-child > *, .mkb-m-max-height-first > *:first-child, .mkb-m-max-height-last > *:last-child, .mkb-m-max-height-odd > *:nth-child(odd), .mkb-m-max-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-m-max-height-none, .mkb-m-max-height-none-child > *, .mkb-m-max-height-none-first > *:first-child, .mkb-m-max-height-none-last > *:last-child, .mkb-m-max-height-none-odd > *:nth-child(odd), .mkb-m-max-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-m-max-height-auto, .mkb-m-max-height-auto-child > *, .mkb-m-max-height-auto-first > *:first-child, .mkb-m-max-height-auto-last > *:last-child, .mkb-m-max-height-auto-odd > *:nth-child(odd), .mkb-m-max-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-m-max-height-min, .mkb-m-max-height-min-child > *, .mkb-m-max-height-min-first > *:first-child, .mkb-m-max-height-min-last > *:last-child, .mkb-m-max-height-min-odd > *:nth-child(odd), .mkb-m-max-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-m-max-height-max, .mkb-m-max-height-max-child > *, .mkb-m-max-height-max-first > *:first-child, .mkb-m-max-height-max-last > *:last-child, .mkb-m-max-height-max-odd > *:nth-child(odd), .mkb-m-max-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-m-max-pad-none, .mkb-m-max-pad-none-child > *, .mkb-m-max-pad-none-first > *:first-child, .mkb-m-max-pad-none-last > *:last-child, .mkb-m-max-pad-none-odd > *:nth-child(odd), .mkb-m-max-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-m-max-pad-top-none, .mkb-m-max-pad-top-none-child > *, .mkb-m-max-pad-top-none-first > *:first-child, .mkb-m-max-pad-top-none-last > *:last-child, .mkb-m-max-pad-top-none-odd > *:nth-child(odd), .mkb-m-max-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-m-max-pad-bottom-none, .mkb-m-max-pad-bottom-none-child > *, .mkb-m-max-pad-bottom-none-first > *:first-child, .mkb-m-max-pad-bottom-none-last > *:last-child, .mkb-m-max-pad-bottom-none-odd > *:nth-child(odd), .mkb-m-max-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-m-max-pad-left-none, .mkb-m-max-pad-left-none-child > *, .mkb-m-max-pad-left-none-first > *:first-child, .mkb-m-max-pad-left-none-last > *:last-child, .mkb-m-max-pad-left-none-odd > *:nth-child(odd), .mkb-m-max-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-m-max-pad-right-none, .mkb-m-max-pad-right-none-child > *, .mkb-m-max-pad-right-none-first > *:first-child, .mkb-m-max-pad-right-none-last > *:last-child, .mkb-m-max-pad-right-none-odd > *:nth-child(odd), .mkb-m-max-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-m-max-pad-vertical-none, .mkb-m-max-pad-vertical-none-child > *, .mkb-m-max-pad-vertical-none-first > *:first-child, .mkb-m-max-pad-vertical-none-last > *:last-child, .mkb-m-max-pad-vertical-none-odd > *:nth-child(odd), .mkb-m-max-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-m-max-pad-horizontal-none, .mkb-m-max-pad-horizontal-none-child > *, .mkb-m-max-pad-horizontal-none-first > *:first-child, .mkb-m-max-pad-horizontal-none-last > *:last-child, .mkb-m-max-pad-horizontal-none-odd > *:nth-child(odd), .mkb-m-max-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-m-max-pad-s, .mkb-m-max-pad-s-child > *, .mkb-m-max-pad-s-first > *:first-child, .mkb-m-max-pad-s-last > *:last-child, .mkb-m-max-pad-s-odd > *:nth-child(odd), .mkb-m-max-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-top, .mkb-m-max-pad-s-top-child > *, .mkb-m-max-pad-s-top-first > *:first-child, .mkb-m-max-pad-s-top-last > *:last-child, .mkb-m-max-pad-s-top-odd > *:nth-child(odd), .mkb-m-max-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-bottom, .mkb-m-max-pad-s-bottom-child > *, .mkb-m-max-pad-s-bottom-first > *:first-child, .mkb-m-max-pad-s-bottom-last > *:last-child, .mkb-m-max-pad-s-bottom-odd > *:nth-child(odd), .mkb-m-max-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-left, .mkb-m-max-pad-s-left-child > *, .mkb-m-max-pad-s-left-first > *:first-child, .mkb-m-max-pad-s-left-last > *:last-child, .mkb-m-max-pad-s-left-odd > *:nth-child(odd), .mkb-m-max-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-right, .mkb-m-max-pad-s-right-child > *, .mkb-m-max-pad-s-right-first > *:first-child, .mkb-m-max-pad-s-right-last > *:last-child, .mkb-m-max-pad-s-right-odd > *:nth-child(odd), .mkb-m-max-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-vertical, .mkb-m-max-pad-s-vertical-child > *, .mkb-m-max-pad-s-vertical-first > *:first-child, .mkb-m-max-pad-s-vertical-last > *:last-child, .mkb-m-max-pad-s-vertical-odd > *:nth-child(odd), .mkb-m-max-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-m-max-pad-s-horizontal, .mkb-m-max-pad-s-horizontal-child > *, .mkb-m-max-pad-s-horizontal-first > *:first-child, .mkb-m-max-pad-s-horizontal-last > *:last-child, .mkb-m-max-pad-s-horizontal-odd > *:nth-child(odd), .mkb-m-max-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-m-max-pad-m, .mkb-m-max-pad-m-child > *, .mkb-m-max-pad-m-first > *:first-child, .mkb-m-max-pad-m-last > *:last-child, .mkb-m-max-pad-m-odd > *:nth-child(odd), .mkb-m-max-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-top, .mkb-m-max-pad-m-top-child > *, .mkb-m-max-pad-m-top-first > *:first-child, .mkb-m-max-pad-m-top-last > *:last-child, .mkb-m-max-pad-m-top-odd > *:nth-child(odd), .mkb-m-max-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-bottom, .mkb-m-max-pad-m-bottom-child > *, .mkb-m-max-pad-m-bottom-first > *:first-child, .mkb-m-max-pad-m-bottom-last > *:last-child, .mkb-m-max-pad-m-bottom-odd > *:nth-child(odd), .mkb-m-max-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-left, .mkb-m-max-pad-m-left-child > *, .mkb-m-max-pad-m-left-first > *:first-child, .mkb-m-max-pad-m-left-last > *:last-child, .mkb-m-max-pad-m-left-odd > *:nth-child(odd), .mkb-m-max-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-right, .mkb-m-max-pad-m-right-child > *, .mkb-m-max-pad-m-right-first > *:first-child, .mkb-m-max-pad-m-right-last > *:last-child, .mkb-m-max-pad-m-right-odd > *:nth-child(odd), .mkb-m-max-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-vertical, .mkb-m-max-pad-m-vertical-child > *, .mkb-m-max-pad-m-vertical-first > *:first-child, .mkb-m-max-pad-m-vertical-last > *:last-child, .mkb-m-max-pad-m-vertical-odd > *:nth-child(odd), .mkb-m-max-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-m-max-pad-m-horizontal, .mkb-m-max-pad-m-horizontal-child > *, .mkb-m-max-pad-m-horizontal-first > *:first-child, .mkb-m-max-pad-m-horizontal-last > *:last-child, .mkb-m-max-pad-m-horizontal-odd > *:nth-child(odd), .mkb-m-max-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-m-max-pad-l, .mkb-m-max-pad-l-child > *, .mkb-m-max-pad-l-first > *:first-child, .mkb-m-max-pad-l-last > *:last-child, .mkb-m-max-pad-l-odd > *:nth-child(odd), .mkb-m-max-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-top, .mkb-m-max-pad-l-top-child > *, .mkb-m-max-pad-l-top-first > *:first-child, .mkb-m-max-pad-l-top-last > *:last-child, .mkb-m-max-pad-l-top-odd > *:nth-child(odd), .mkb-m-max-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-bottom, .mkb-m-max-pad-l-bottom-child > *, .mkb-m-max-pad-l-bottom-first > *:first-child, .mkb-m-max-pad-l-bottom-last > *:last-child, .mkb-m-max-pad-l-bottom-odd > *:nth-child(odd), .mkb-m-max-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-left, .mkb-m-max-pad-l-left-child > *, .mkb-m-max-pad-l-left-first > *:first-child, .mkb-m-max-pad-l-left-last > *:last-child, .mkb-m-max-pad-l-left-odd > *:nth-child(odd), .mkb-m-max-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-right, .mkb-m-max-pad-l-right-child > *, .mkb-m-max-pad-l-right-first > *:first-child, .mkb-m-max-pad-l-right-last > *:last-child, .mkb-m-max-pad-l-right-odd > *:nth-child(odd), .mkb-m-max-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-vertical, .mkb-m-max-pad-l-vertical-child > *, .mkb-m-max-pad-l-vertical-first > *:first-child, .mkb-m-max-pad-l-vertical-last > *:last-child, .mkb-m-max-pad-l-vertical-odd > *:nth-child(odd), .mkb-m-max-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-m-max-pad-l-horizontal, .mkb-m-max-pad-l-horizontal-child > *, .mkb-m-max-pad-l-horizontal-first > *:first-child, .mkb-m-max-pad-l-horizontal-last > *:last-child, .mkb-m-max-pad-l-horizontal-odd > *:nth-child(odd), .mkb-m-max-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-m-max-pad-xl, .mkb-m-max-pad-xl-child > *, .mkb-m-max-pad-xl-first > *:first-child, .mkb-m-max-pad-xl-last > *:last-child, .mkb-m-max-pad-xl-odd > *:nth-child(odd), .mkb-m-max-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-top, .mkb-m-max-pad-xl-top-child > *, .mkb-m-max-pad-xl-top-first > *:first-child, .mkb-m-max-pad-xl-top-last > *:last-child, .mkb-m-max-pad-xl-top-odd > *:nth-child(odd), .mkb-m-max-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-bottom, .mkb-m-max-pad-xl-bottom-child > *, .mkb-m-max-pad-xl-bottom-first > *:first-child, .mkb-m-max-pad-xl-bottom-last > *:last-child, .mkb-m-max-pad-xl-bottom-odd > *:nth-child(odd), .mkb-m-max-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-left, .mkb-m-max-pad-xl-left-child > *, .mkb-m-max-pad-xl-left-first > *:first-child, .mkb-m-max-pad-xl-left-last > *:last-child, .mkb-m-max-pad-xl-left-odd > *:nth-child(odd), .mkb-m-max-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-right, .mkb-m-max-pad-xl-right-child > *, .mkb-m-max-pad-xl-right-first > *:first-child, .mkb-m-max-pad-xl-right-last > *:last-child, .mkb-m-max-pad-xl-right-odd > *:nth-child(odd), .mkb-m-max-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-vertical, .mkb-m-max-pad-xl-vertical-child > *, .mkb-m-max-pad-xl-vertical-first > *:first-child, .mkb-m-max-pad-xl-vertical-last > *:last-child, .mkb-m-max-pad-xl-vertical-odd > *:nth-child(odd), .mkb-m-max-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-m-max-pad-xl-horizontal, .mkb-m-max-pad-xl-horizontal-child > *, .mkb-m-max-pad-xl-horizontal-first > *:first-child, .mkb-m-max-pad-xl-horizontal-last > *:last-child, .mkb-m-max-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-m-max-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-m-max-gap-auto, .mkb-m-max-gap-auto-child > *, .mkb-m-max-gap-auto-first > *:first-child, .mkb-m-max-gap-auto-last > *:last-child, .mkb-m-max-gap-auto-odd > *:nth-child(odd), .mkb-m-max-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-m-max-gap-top-auto, .mkb-m-max-gap-top-auto-child > *, .mkb-m-max-gap-top-auto-first > *:first-child, .mkb-m-max-gap-top-auto-last > *:last-child, .mkb-m-max-gap-top-auto-odd > *:nth-child(odd), .mkb-m-max-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-m-max-gap-bottom-auto, .mkb-m-max-gap-bottom-auto-child > *, .mkb-m-max-gap-bottom-auto-first > *:first-child, .mkb-m-max-gap-bottom-auto-last > *:last-child, .mkb-m-max-gap-bottom-auto-odd > *:nth-child(odd), .mkb-m-max-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-m-max-gap-left-auto, .mkb-m-max-gap-left-auto-child > *, .mkb-m-max-gap-left-auto-first > *:first-child, .mkb-m-max-gap-left-auto-last > *:last-child, .mkb-m-max-gap-left-auto-odd > *:nth-child(odd), .mkb-m-max-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-m-max-gap-right-auto, .mkb-m-max-gap-right-auto-child > *, .mkb-m-max-gap-right-auto-first > *:first-child, .mkb-m-max-gap-right-auto-last > *:last-child, .mkb-m-max-gap-right-auto-odd > *:nth-child(odd), .mkb-m-max-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-m-max-gap-vertical-auto, .mkb-m-max-gap-vertical-auto-child > *, .mkb-m-max-gap-vertical-auto-first > *:first-child, .mkb-m-max-gap-vertical-auto-last > *:last-child, .mkb-m-max-gap-vertical-auto-odd > *:nth-child(odd), .mkb-m-max-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-m-max-gap-horizontal-auto, .mkb-m-max-gap-horizontal-auto-child > *, .mkb-m-max-gap-horizontal-auto-first > *:first-child, .mkb-m-max-gap-horizontal-auto-last > *:last-child, .mkb-m-max-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-m-max-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-max-gap-none, .mkb-m-max-gap-none-child > *, .mkb-m-max-gap-none-first > *:first-child, .mkb-m-max-gap-none-last > *:last-child, .mkb-m-max-gap-none-odd > *:nth-child(odd), .mkb-m-max-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-m-max-gap-top-none, .mkb-m-max-gap-top-none-child > *, .mkb-m-max-gap-top-none-first > *:first-child, .mkb-m-max-gap-top-none-last > *:last-child, .mkb-m-max-gap-top-none-odd > *:nth-child(odd), .mkb-m-max-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-m-max-gap-bottom-none, .mkb-m-max-gap-bottom-none-child > *, .mkb-m-max-gap-bottom-none-first > *:first-child, .mkb-m-max-gap-bottom-none-last > *:last-child, .mkb-m-max-gap-bottom-none-odd > *:nth-child(odd), .mkb-m-max-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-m-max-gap-left-none, .mkb-m-max-gap-left-none-child > *, .mkb-m-max-gap-left-none-first > *:first-child, .mkb-m-max-gap-left-none-last > *:last-child, .mkb-m-max-gap-left-none-odd > *:nth-child(odd), .mkb-m-max-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-m-max-gap-right-none, .mkb-m-max-gap-right-none-child > *, .mkb-m-max-gap-right-none-first > *:first-child, .mkb-m-max-gap-right-none-last > *:last-child, .mkb-m-max-gap-right-none-odd > *:nth-child(odd), .mkb-m-max-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-m-max-gap-vertical-none, .mkb-m-max-gap-vertical-none-child > *, .mkb-m-max-gap-vertical-none-first > *:first-child, .mkb-m-max-gap-vertical-none-last > *:last-child, .mkb-m-max-gap-vertical-none-odd > *:nth-child(odd), .mkb-m-max-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-m-max-gap-horizontal-none, .mkb-m-max-gap-horizontal-none-child > *, .mkb-m-max-gap-horizontal-none-first > *:first-child, .mkb-m-max-gap-horizontal-none-last > *:last-child, .mkb-m-max-gap-horizontal-none-odd > *:nth-child(odd), .mkb-m-max-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-m-max-gap-inherit, .mkb-m-max-gap-inherit-child > *, .mkb-m-max-gap-inherit-first > *:first-child, .mkb-m-max-gap-inherit-last > *:last-child, .mkb-m-max-gap-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-m-max-gap-top-inherit, .mkb-m-max-gap-top-inherit-child > *, .mkb-m-max-gap-top-inherit-first > *:first-child, .mkb-m-max-gap-top-inherit-last > *:last-child, .mkb-m-max-gap-top-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-m-max-gap-bottom-inherit, .mkb-m-max-gap-bottom-inherit-child > *, .mkb-m-max-gap-bottom-inherit-first > *:first-child, .mkb-m-max-gap-bottom-inherit-last > *:last-child, .mkb-m-max-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-m-max-gap-left-inherit, .mkb-m-max-gap-left-inherit-child > *, .mkb-m-max-gap-left-inherit-first > *:first-child, .mkb-m-max-gap-left-inherit-last > *:last-child, .mkb-m-max-gap-left-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-m-max-gap-right-inherit, .mkb-m-max-gap-right-inherit-child > *, .mkb-m-max-gap-right-inherit-first > *:first-child, .mkb-m-max-gap-right-inherit-last > *:last-child, .mkb-m-max-gap-right-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-m-max-gap-vertical-inherit, .mkb-m-max-gap-vertical-inherit-child > *, .mkb-m-max-gap-vertical-inherit-first > *:first-child, .mkb-m-max-gap-vertical-inherit-last > *:last-child, .mkb-m-max-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-m-max-gap-horizontal-inherit, .mkb-m-max-gap-horizontal-inherit-child > *, .mkb-m-max-gap-horizontal-inherit-first > *:first-child, .mkb-m-max-gap-horizontal-inherit-last > *:last-child, .mkb-m-max-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-max-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-m-max-gap-s, .mkb-m-max-gap-s-child > *, .mkb-m-max-gap-s-first > *:first-child, .mkb-m-max-gap-s-last > *:last-child, .mkb-m-max-gap-s-odd > *:nth-child(odd), .mkb-m-max-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s, .mkb-m-max-gapn-s-child > *, .mkb-m-max-gapn-s-first > *:first-child, .mkb-m-max-gapn-s-last > *:last-child, .mkb-m-max-gapn-s-odd > *:nth-child(odd), .mkb-m-max-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-top, .mkb-m-max-gap-s-top-child > *, .mkb-m-max-gap-s-top-first > *:first-child, .mkb-m-max-gap-s-top-last > *:last-child, .mkb-m-max-gap-s-top-odd > *:nth-child(odd), .mkb-m-max-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-top, .mkb-m-max-gapn-s-top-child > *, .mkb-m-max-gapn-s-top-first > *:first-child, .mkb-m-max-gapn-s-top-last > *:last-child, .mkb-m-max-gapn-s-top-odd > *:nth-child(odd), .mkb-m-max-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-bottom, .mkb-m-max-gap-s-bottom-child > *, .mkb-m-max-gap-s-bottom-first > *:first-child, .mkb-m-max-gap-s-bottom-last > *:last-child, .mkb-m-max-gap-s-bottom-odd > *:nth-child(odd), .mkb-m-max-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-bottom, .mkb-m-max-gapn-s-bottom-child > *, .mkb-m-max-gapn-s-bottom-first > *:first-child, .mkb-m-max-gapn-s-bottom-last > *:last-child, .mkb-m-max-gapn-s-bottom-odd > *:nth-child(odd), .mkb-m-max-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-left, .mkb-m-max-gap-s-left-child > *, .mkb-m-max-gap-s-left-first > *:first-child, .mkb-m-max-gap-s-left-last > *:last-child, .mkb-m-max-gap-s-left-odd > *:nth-child(odd), .mkb-m-max-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-left, .mkb-m-max-gapn-s-left-child > *, .mkb-m-max-gapn-s-left-first > *:first-child, .mkb-m-max-gapn-s-left-last > *:last-child, .mkb-m-max-gapn-s-left-odd > *:nth-child(odd), .mkb-m-max-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-right, .mkb-m-max-gap-s-right-child > *, .mkb-m-max-gap-s-right-first > *:first-child, .mkb-m-max-gap-s-right-last > *:last-child, .mkb-m-max-gap-s-right-odd > *:nth-child(odd), .mkb-m-max-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-right, .mkb-m-max-gapn-s-right-child > *, .mkb-m-max-gapn-s-right-first > *:first-child, .mkb-m-max-gapn-s-right-last > *:last-child, .mkb-m-max-gapn-s-right-odd > *:nth-child(odd), .mkb-m-max-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-vertical, .mkb-m-max-gap-s-vertical-child > *, .mkb-m-max-gap-s-vertical-first > *:first-child, .mkb-m-max-gap-s-vertical-last > *:last-child, .mkb-m-max-gap-s-vertical-odd > *:nth-child(odd), .mkb-m-max-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-vertical, .mkb-m-max-gapn-s-vertical-child > *, .mkb-m-max-gapn-s-vertical-first > *:first-child, .mkb-m-max-gapn-s-vertical-last > *:last-child, .mkb-m-max-gapn-s-vertical-odd > *:nth-child(odd), .mkb-m-max-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-m-max-gap-s-horizontal, .mkb-m-max-gap-s-horizontal-child > *, .mkb-m-max-gap-s-horizontal-first > *:first-child, .mkb-m-max-gap-s-horizontal-last > *:last-child, .mkb-m-max-gap-s-horizontal-odd > *:nth-child(odd), .mkb-m-max-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-m-max-gapn-s-horizontal, .mkb-m-max-gapn-s-horizontal-child > *, .mkb-m-max-gapn-s-horizontal-first > *:first-child, .mkb-m-max-gapn-s-horizontal-last > *:last-child, .mkb-m-max-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-m-max-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-m-max-gap-m, .mkb-m-max-gap-m-child > *, .mkb-m-max-gap-m-first > *:first-child, .mkb-m-max-gap-m-last > *:last-child, .mkb-m-max-gap-m-odd > *:nth-child(odd), .mkb-m-max-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m, .mkb-m-max-gapn-m-child > *, .mkb-m-max-gapn-m-first > *:first-child, .mkb-m-max-gapn-m-last > *:last-child, .mkb-m-max-gapn-m-odd > *:nth-child(odd), .mkb-m-max-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-top, .mkb-m-max-gap-m-top-child > *, .mkb-m-max-gap-m-top-first > *:first-child, .mkb-m-max-gap-m-top-last > *:last-child, .mkb-m-max-gap-m-top-odd > *:nth-child(odd), .mkb-m-max-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-top, .mkb-m-max-gapn-m-top-child > *, .mkb-m-max-gapn-m-top-first > *:first-child, .mkb-m-max-gapn-m-top-last > *:last-child, .mkb-m-max-gapn-m-top-odd > *:nth-child(odd), .mkb-m-max-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-bottom, .mkb-m-max-gap-m-bottom-child > *, .mkb-m-max-gap-m-bottom-first > *:first-child, .mkb-m-max-gap-m-bottom-last > *:last-child, .mkb-m-max-gap-m-bottom-odd > *:nth-child(odd), .mkb-m-max-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-bottom, .mkb-m-max-gapn-m-bottom-child > *, .mkb-m-max-gapn-m-bottom-first > *:first-child, .mkb-m-max-gapn-m-bottom-last > *:last-child, .mkb-m-max-gapn-m-bottom-odd > *:nth-child(odd), .mkb-m-max-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-left, .mkb-m-max-gap-m-left-child > *, .mkb-m-max-gap-m-left-first > *:first-child, .mkb-m-max-gap-m-left-last > *:last-child, .mkb-m-max-gap-m-left-odd > *:nth-child(odd), .mkb-m-max-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-left, .mkb-m-max-gapn-m-left-child > *, .mkb-m-max-gapn-m-left-first > *:first-child, .mkb-m-max-gapn-m-left-last > *:last-child, .mkb-m-max-gapn-m-left-odd > *:nth-child(odd), .mkb-m-max-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-right, .mkb-m-max-gap-m-right-child > *, .mkb-m-max-gap-m-right-first > *:first-child, .mkb-m-max-gap-m-right-last > *:last-child, .mkb-m-max-gap-m-right-odd > *:nth-child(odd), .mkb-m-max-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-right, .mkb-m-max-gapn-m-right-child > *, .mkb-m-max-gapn-m-right-first > *:first-child, .mkb-m-max-gapn-m-right-last > *:last-child, .mkb-m-max-gapn-m-right-odd > *:nth-child(odd), .mkb-m-max-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-vertical, .mkb-m-max-gap-m-vertical-child > *, .mkb-m-max-gap-m-vertical-first > *:first-child, .mkb-m-max-gap-m-vertical-last > *:last-child, .mkb-m-max-gap-m-vertical-odd > *:nth-child(odd), .mkb-m-max-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-vertical, .mkb-m-max-gapn-m-vertical-child > *, .mkb-m-max-gapn-m-vertical-first > *:first-child, .mkb-m-max-gapn-m-vertical-last > *:last-child, .mkb-m-max-gapn-m-vertical-odd > *:nth-child(odd), .mkb-m-max-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-m-max-gap-m-horizontal, .mkb-m-max-gap-m-horizontal-child > *, .mkb-m-max-gap-m-horizontal-first > *:first-child, .mkb-m-max-gap-m-horizontal-last > *:last-child, .mkb-m-max-gap-m-horizontal-odd > *:nth-child(odd), .mkb-m-max-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-m-max-gapn-m-horizontal, .mkb-m-max-gapn-m-horizontal-child > *, .mkb-m-max-gapn-m-horizontal-first > *:first-child, .mkb-m-max-gapn-m-horizontal-last > *:last-child, .mkb-m-max-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-m-max-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-m-max-gap-l, .mkb-m-max-gap-l-child > *, .mkb-m-max-gap-l-first > *:first-child, .mkb-m-max-gap-l-last > *:last-child, .mkb-m-max-gap-l-odd > *:nth-child(odd), .mkb-m-max-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l, .mkb-m-max-gapn-l-child > *, .mkb-m-max-gapn-l-first > *:first-child, .mkb-m-max-gapn-l-last > *:last-child, .mkb-m-max-gapn-l-odd > *:nth-child(odd), .mkb-m-max-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-top, .mkb-m-max-gap-l-top-child > *, .mkb-m-max-gap-l-top-first > *:first-child, .mkb-m-max-gap-l-top-last > *:last-child, .mkb-m-max-gap-l-top-odd > *:nth-child(odd), .mkb-m-max-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-top, .mkb-m-max-gapn-l-top-child > *, .mkb-m-max-gapn-l-top-first > *:first-child, .mkb-m-max-gapn-l-top-last > *:last-child, .mkb-m-max-gapn-l-top-odd > *:nth-child(odd), .mkb-m-max-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-bottom, .mkb-m-max-gap-l-bottom-child > *, .mkb-m-max-gap-l-bottom-first > *:first-child, .mkb-m-max-gap-l-bottom-last > *:last-child, .mkb-m-max-gap-l-bottom-odd > *:nth-child(odd), .mkb-m-max-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-bottom, .mkb-m-max-gapn-l-bottom-child > *, .mkb-m-max-gapn-l-bottom-first > *:first-child, .mkb-m-max-gapn-l-bottom-last > *:last-child, .mkb-m-max-gapn-l-bottom-odd > *:nth-child(odd), .mkb-m-max-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-left, .mkb-m-max-gap-l-left-child > *, .mkb-m-max-gap-l-left-first > *:first-child, .mkb-m-max-gap-l-left-last > *:last-child, .mkb-m-max-gap-l-left-odd > *:nth-child(odd), .mkb-m-max-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-left, .mkb-m-max-gapn-l-left-child > *, .mkb-m-max-gapn-l-left-first > *:first-child, .mkb-m-max-gapn-l-left-last > *:last-child, .mkb-m-max-gapn-l-left-odd > *:nth-child(odd), .mkb-m-max-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-right, .mkb-m-max-gap-l-right-child > *, .mkb-m-max-gap-l-right-first > *:first-child, .mkb-m-max-gap-l-right-last > *:last-child, .mkb-m-max-gap-l-right-odd > *:nth-child(odd), .mkb-m-max-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-right, .mkb-m-max-gapn-l-right-child > *, .mkb-m-max-gapn-l-right-first > *:first-child, .mkb-m-max-gapn-l-right-last > *:last-child, .mkb-m-max-gapn-l-right-odd > *:nth-child(odd), .mkb-m-max-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-vertical, .mkb-m-max-gap-l-vertical-child > *, .mkb-m-max-gap-l-vertical-first > *:first-child, .mkb-m-max-gap-l-vertical-last > *:last-child, .mkb-m-max-gap-l-vertical-odd > *:nth-child(odd), .mkb-m-max-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-vertical, .mkb-m-max-gapn-l-vertical-child > *, .mkb-m-max-gapn-l-vertical-first > *:first-child, .mkb-m-max-gapn-l-vertical-last > *:last-child, .mkb-m-max-gapn-l-vertical-odd > *:nth-child(odd), .mkb-m-max-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-m-max-gap-l-horizontal, .mkb-m-max-gap-l-horizontal-child > *, .mkb-m-max-gap-l-horizontal-first > *:first-child, .mkb-m-max-gap-l-horizontal-last > *:last-child, .mkb-m-max-gap-l-horizontal-odd > *:nth-child(odd), .mkb-m-max-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-m-max-gapn-l-horizontal, .mkb-m-max-gapn-l-horizontal-child > *, .mkb-m-max-gapn-l-horizontal-first > *:first-child, .mkb-m-max-gapn-l-horizontal-last > *:last-child, .mkb-m-max-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-m-max-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-m-max-gap-xl, .mkb-m-max-gap-xl-child > *, .mkb-m-max-gap-xl-first > *:first-child, .mkb-m-max-gap-xl-last > *:last-child, .mkb-m-max-gap-xl-odd > *:nth-child(odd), .mkb-m-max-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl, .mkb-m-max-gapn-xl-child > *, .mkb-m-max-gapn-xl-first > *:first-child, .mkb-m-max-gapn-xl-last > *:last-child, .mkb-m-max-gapn-xl-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-top, .mkb-m-max-gap-xl-top-child > *, .mkb-m-max-gap-xl-top-first > *:first-child, .mkb-m-max-gap-xl-top-last > *:last-child, .mkb-m-max-gap-xl-top-odd > *:nth-child(odd), .mkb-m-max-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-top, .mkb-m-max-gapn-xl-top-child > *, .mkb-m-max-gapn-xl-top-first > *:first-child, .mkb-m-max-gapn-xl-top-last > *:last-child, .mkb-m-max-gapn-xl-top-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-bottom, .mkb-m-max-gap-xl-bottom-child > *, .mkb-m-max-gap-xl-bottom-first > *:first-child, .mkb-m-max-gap-xl-bottom-last > *:last-child, .mkb-m-max-gap-xl-bottom-odd > *:nth-child(odd), .mkb-m-max-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-bottom, .mkb-m-max-gapn-xl-bottom-child > *, .mkb-m-max-gapn-xl-bottom-first > *:first-child, .mkb-m-max-gapn-xl-bottom-last > *:last-child, .mkb-m-max-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-left, .mkb-m-max-gap-xl-left-child > *, .mkb-m-max-gap-xl-left-first > *:first-child, .mkb-m-max-gap-xl-left-last > *:last-child, .mkb-m-max-gap-xl-left-odd > *:nth-child(odd), .mkb-m-max-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-left, .mkb-m-max-gapn-xl-left-child > *, .mkb-m-max-gapn-xl-left-first > *:first-child, .mkb-m-max-gapn-xl-left-last > *:last-child, .mkb-m-max-gapn-xl-left-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-right, .mkb-m-max-gap-xl-right-child > *, .mkb-m-max-gap-xl-right-first > *:first-child, .mkb-m-max-gap-xl-right-last > *:last-child, .mkb-m-max-gap-xl-right-odd > *:nth-child(odd), .mkb-m-max-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-right, .mkb-m-max-gapn-xl-right-child > *, .mkb-m-max-gapn-xl-right-first > *:first-child, .mkb-m-max-gapn-xl-right-last > *:last-child, .mkb-m-max-gapn-xl-right-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-vertical, .mkb-m-max-gap-xl-vertical-child > *, .mkb-m-max-gap-xl-vertical-first > *:first-child, .mkb-m-max-gap-xl-vertical-last > *:last-child, .mkb-m-max-gap-xl-vertical-odd > *:nth-child(odd), .mkb-m-max-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-vertical, .mkb-m-max-gapn-xl-vertical-child > *, .mkb-m-max-gapn-xl-vertical-first > *:first-child, .mkb-m-max-gapn-xl-vertical-last > *:last-child, .mkb-m-max-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-m-max-gap-xl-horizontal, .mkb-m-max-gap-xl-horizontal-child > *, .mkb-m-max-gap-xl-horizontal-first > *:first-child, .mkb-m-max-gap-xl-horizontal-last > *:last-child, .mkb-m-max-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-m-max-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-m-max-gapn-xl-horizontal, .mkb-m-max-gapn-xl-horizontal-child > *, .mkb-m-max-gapn-xl-horizontal-first > *:first-child, .mkb-m-max-gapn-xl-horizontal-last > *:last-child, .mkb-m-max-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-m-max-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-m-max-edge-none, .mkb-m-max-edge-none-child > *, .mkb-m-max-edge-none-first > *:first-child, .mkb-m-max-edge-none-last > *:last-child, .mkb-m-max-edge-none-odd > *:nth-child(odd), .mkb-m-max-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-m-max-edge-top-none, .mkb-m-max-edge-top-none-child > *, .mkb-m-max-edge-top-none-first > *:first-child, .mkb-m-max-edge-top-none-last > *:last-child, .mkb-m-max-edge-top-none-odd > *:nth-child(odd), .mkb-m-max-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-m-max-edge-bottom-none, .mkb-m-max-edge-bottom-none-child > *, .mkb-m-max-edge-bottom-none-first > *:first-child, .mkb-m-max-edge-bottom-none-last > *:last-child, .mkb-m-max-edge-bottom-none-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-m-max-edge-left-none, .mkb-m-max-edge-left-none-child > *, .mkb-m-max-edge-left-none-first > *:first-child, .mkb-m-max-edge-left-none-last > *:last-child, .mkb-m-max-edge-left-none-odd > *:nth-child(odd), .mkb-m-max-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-m-max-edge-right-none, .mkb-m-max-edge-right-none-child > *, .mkb-m-max-edge-right-none-first > *:first-child, .mkb-m-max-edge-right-none-last > *:last-child, .mkb-m-max-edge-right-none-odd > *:nth-child(odd), .mkb-m-max-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-m-max-edge-vertical-none, .mkb-m-max-edge-vertical-none-child > *, .mkb-m-max-edge-vertical-none-first > *:first-child, .mkb-m-max-edge-vertical-none-last > *:last-child, .mkb-m-max-edge-vertical-none-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-m-max-edge-horizontal-none, .mkb-m-max-edge-horizontal-none-child > *, .mkb-m-max-edge-horizontal-none-first > *:first-child, .mkb-m-max-edge-horizontal-none-last > *:last-child, .mkb-m-max-edge-horizontal-none-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-m-max-edge-inherit, .mkb-m-max-edge-inherit-child > *, .mkb-m-max-edge-inherit-first > *:first-child, .mkb-m-max-edge-inherit-last > *:last-child, .mkb-m-max-edge-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-m-max-edge-top-inherit, .mkb-m-max-edge-top-inherit-child > *, .mkb-m-max-edge-top-inherit-first > *:first-child, .mkb-m-max-edge-top-inherit-last > *:last-child, .mkb-m-max-edge-top-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-m-max-edge-bottom-inherit, .mkb-m-max-edge-bottom-inherit-child > *, .mkb-m-max-edge-bottom-inherit-first > *:first-child, .mkb-m-max-edge-bottom-inherit-last > *:last-child, .mkb-m-max-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-m-max-edge-left-inherit, .mkb-m-max-edge-left-inherit-child > *, .mkb-m-max-edge-left-inherit-first > *:first-child, .mkb-m-max-edge-left-inherit-last > *:last-child, .mkb-m-max-edge-left-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-m-max-edge-right-inherit, .mkb-m-max-edge-right-inherit-child > *, .mkb-m-max-edge-right-inherit-first > *:first-child, .mkb-m-max-edge-right-inherit-last > *:last-child, .mkb-m-max-edge-right-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-m-max-edge-vertical-inherit, .mkb-m-max-edge-vertical-inherit-child > *, .mkb-m-max-edge-vertical-inherit-first > *:first-child, .mkb-m-max-edge-vertical-inherit-last > *:last-child, .mkb-m-max-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-m-max-edge-horizontal-inherit, .mkb-m-max-edge-horizontal-inherit-child > *, .mkb-m-max-edge-horizontal-inherit-first > *:first-child, .mkb-m-max-edge-horizontal-inherit-last > *:last-child, .mkb-m-max-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-m-max-edge-s, .mkb-m-max-edge-s-child > *, .mkb-m-max-edge-s-first > *:first-child, .mkb-m-max-edge-s-last > *:last-child, .mkb-m-max-edge-s-odd > *:nth-child(odd), .mkb-m-max-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-top, .mkb-m-max-edge-s-top-child > *, .mkb-m-max-edge-s-top-first > *:first-child, .mkb-m-max-edge-s-top-last > *:last-child, .mkb-m-max-edge-s-top-odd > *:nth-child(odd), .mkb-m-max-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-bottom, .mkb-m-max-edge-s-bottom-child > *, .mkb-m-max-edge-s-bottom-first > *:first-child, .mkb-m-max-edge-s-bottom-last > *:last-child, .mkb-m-max-edge-s-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-left, .mkb-m-max-edge-s-left-child > *, .mkb-m-max-edge-s-left-first > *:first-child, .mkb-m-max-edge-s-left-last > *:last-child, .mkb-m-max-edge-s-left-odd > *:nth-child(odd), .mkb-m-max-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-right, .mkb-m-max-edge-s-right-child > *, .mkb-m-max-edge-s-right-first > *:first-child, .mkb-m-max-edge-s-right-last > *:last-child, .mkb-m-max-edge-s-right-odd > *:nth-child(odd), .mkb-m-max-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-vertical, .mkb-m-max-edge-s-vertical-child > *, .mkb-m-max-edge-s-vertical-first > *:first-child, .mkb-m-max-edge-s-vertical-last > *:last-child, .mkb-m-max-edge-s-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-s-horizontal, .mkb-m-max-edge-s-horizontal-child > *, .mkb-m-max-edge-s-horizontal-first > *:first-child, .mkb-m-max-edge-s-horizontal-last > *:last-child, .mkb-m-max-edge-s-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-m-max-edge-m, .mkb-m-max-edge-m-child > *, .mkb-m-max-edge-m-first > *:first-child, .mkb-m-max-edge-m-last > *:last-child, .mkb-m-max-edge-m-odd > *:nth-child(odd), .mkb-m-max-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-top, .mkb-m-max-edge-m-top-child > *, .mkb-m-max-edge-m-top-first > *:first-child, .mkb-m-max-edge-m-top-last > *:last-child, .mkb-m-max-edge-m-top-odd > *:nth-child(odd), .mkb-m-max-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-bottom, .mkb-m-max-edge-m-bottom-child > *, .mkb-m-max-edge-m-bottom-first > *:first-child, .mkb-m-max-edge-m-bottom-last > *:last-child, .mkb-m-max-edge-m-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-left, .mkb-m-max-edge-m-left-child > *, .mkb-m-max-edge-m-left-first > *:first-child, .mkb-m-max-edge-m-left-last > *:last-child, .mkb-m-max-edge-m-left-odd > *:nth-child(odd), .mkb-m-max-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-right, .mkb-m-max-edge-m-right-child > *, .mkb-m-max-edge-m-right-first > *:first-child, .mkb-m-max-edge-m-right-last > *:last-child, .mkb-m-max-edge-m-right-odd > *:nth-child(odd), .mkb-m-max-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-vertical, .mkb-m-max-edge-m-vertical-child > *, .mkb-m-max-edge-m-vertical-first > *:first-child, .mkb-m-max-edge-m-vertical-last > *:last-child, .mkb-m-max-edge-m-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-m-horizontal, .mkb-m-max-edge-m-horizontal-child > *, .mkb-m-max-edge-m-horizontal-first > *:first-child, .mkb-m-max-edge-m-horizontal-last > *:last-child, .mkb-m-max-edge-m-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-m-max-edge-l, .mkb-m-max-edge-l-child > *, .mkb-m-max-edge-l-first > *:first-child, .mkb-m-max-edge-l-last > *:last-child, .mkb-m-max-edge-l-odd > *:nth-child(odd), .mkb-m-max-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-top, .mkb-m-max-edge-l-top-child > *, .mkb-m-max-edge-l-top-first > *:first-child, .mkb-m-max-edge-l-top-last > *:last-child, .mkb-m-max-edge-l-top-odd > *:nth-child(odd), .mkb-m-max-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-bottom, .mkb-m-max-edge-l-bottom-child > *, .mkb-m-max-edge-l-bottom-first > *:first-child, .mkb-m-max-edge-l-bottom-last > *:last-child, .mkb-m-max-edge-l-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-left, .mkb-m-max-edge-l-left-child > *, .mkb-m-max-edge-l-left-first > *:first-child, .mkb-m-max-edge-l-left-last > *:last-child, .mkb-m-max-edge-l-left-odd > *:nth-child(odd), .mkb-m-max-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-right, .mkb-m-max-edge-l-right-child > *, .mkb-m-max-edge-l-right-first > *:first-child, .mkb-m-max-edge-l-right-last > *:last-child, .mkb-m-max-edge-l-right-odd > *:nth-child(odd), .mkb-m-max-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-vertical, .mkb-m-max-edge-l-vertical-child > *, .mkb-m-max-edge-l-vertical-first > *:first-child, .mkb-m-max-edge-l-vertical-last > *:last-child, .mkb-m-max-edge-l-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-l-horizontal, .mkb-m-max-edge-l-horizontal-child > *, .mkb-m-max-edge-l-horizontal-first > *:first-child, .mkb-m-max-edge-l-horizontal-last > *:last-child, .mkb-m-max-edge-l-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-m-max-edge-xl, .mkb-m-max-edge-xl-child > *, .mkb-m-max-edge-xl-first > *:first-child, .mkb-m-max-edge-xl-last > *:last-child, .mkb-m-max-edge-xl-odd > *:nth-child(odd), .mkb-m-max-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-top, .mkb-m-max-edge-xl-top-child > *, .mkb-m-max-edge-xl-top-first > *:first-child, .mkb-m-max-edge-xl-top-last > *:last-child, .mkb-m-max-edge-xl-top-odd > *:nth-child(odd), .mkb-m-max-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-bottom, .mkb-m-max-edge-xl-bottom-child > *, .mkb-m-max-edge-xl-bottom-first > *:first-child, .mkb-m-max-edge-xl-bottom-last > *:last-child, .mkb-m-max-edge-xl-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-left, .mkb-m-max-edge-xl-left-child > *, .mkb-m-max-edge-xl-left-first > *:first-child, .mkb-m-max-edge-xl-left-last > *:last-child, .mkb-m-max-edge-xl-left-odd > *:nth-child(odd), .mkb-m-max-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-right, .mkb-m-max-edge-xl-right-child > *, .mkb-m-max-edge-xl-right-first > *:first-child, .mkb-m-max-edge-xl-right-last > *:last-child, .mkb-m-max-edge-xl-right-odd > *:nth-child(odd), .mkb-m-max-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-vertical, .mkb-m-max-edge-xl-vertical-child > *, .mkb-m-max-edge-xl-vertical-first > *:first-child, .mkb-m-max-edge-xl-vertical-last > *:last-child, .mkb-m-max-edge-xl-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-xl-horizontal, .mkb-m-max-edge-xl-horizontal-child > *, .mkb-m-max-edge-xl-horizontal-first > *:first-child, .mkb-m-max-edge-xl-horizontal-last > *:last-child, .mkb-m-max-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-m-max-edge-thin, .mkb-m-max-edge-thin-child > *, .mkb-m-max-edge-thin-first > *:first-child, .mkb-m-max-edge-thin-last > *:last-child, .mkb-m-max-edge-thin-odd > *:nth-child(odd), .mkb-m-max-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-m-max-edge-thin-top, .mkb-m-max-edge-thin-top-child > *, .mkb-m-max-edge-thin-top-first > *:first-child, .mkb-m-max-edge-thin-top-last > *:last-child, .mkb-m-max-edge-thin-top-odd > *:nth-child(odd), .mkb-m-max-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-m-max-edge-thin-bottom, .mkb-m-max-edge-thin-bottom-child > *, .mkb-m-max-edge-thin-bottom-first > *:first-child, .mkb-m-max-edge-thin-bottom-last > *:last-child, .mkb-m-max-edge-thin-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-m-max-edge-thin-left, .mkb-m-max-edge-thin-left-child > *, .mkb-m-max-edge-thin-left-first > *:first-child, .mkb-m-max-edge-thin-left-last > *:last-child, .mkb-m-max-edge-thin-left-odd > *:nth-child(odd), .mkb-m-max-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-m-max-edge-thin-right, .mkb-m-max-edge-thin-right-child > *, .mkb-m-max-edge-thin-right-first > *:first-child, .mkb-m-max-edge-thin-right-last > *:last-child, .mkb-m-max-edge-thin-right-odd > *:nth-child(odd), .mkb-m-max-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-m-max-edge-thin-vertical, .mkb-m-max-edge-thin-vertical-child > *, .mkb-m-max-edge-thin-vertical-first > *:first-child, .mkb-m-max-edge-thin-vertical-last > *:last-child, .mkb-m-max-edge-thin-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-m-max-edge-thin-horizontal, .mkb-m-max-edge-thin-horizontal-child > *, .mkb-m-max-edge-thin-horizontal-first > *:first-child, .mkb-m-max-edge-thin-horizontal-last > *:last-child, .mkb-m-max-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-m-max-edge-medium, .mkb-m-max-edge-medium-child > *, .mkb-m-max-edge-medium-first > *:first-child, .mkb-m-max-edge-medium-last > *:last-child, .mkb-m-max-edge-medium-odd > *:nth-child(odd), .mkb-m-max-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-m-max-edge-medium-top, .mkb-m-max-edge-medium-top-child > *, .mkb-m-max-edge-medium-top-first > *:first-child, .mkb-m-max-edge-medium-top-last > *:last-child, .mkb-m-max-edge-medium-top-odd > *:nth-child(odd), .mkb-m-max-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-m-max-edge-medium-bottom, .mkb-m-max-edge-medium-bottom-child > *, .mkb-m-max-edge-medium-bottom-first > *:first-child, .mkb-m-max-edge-medium-bottom-last > *:last-child, .mkb-m-max-edge-medium-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-m-max-edge-medium-left, .mkb-m-max-edge-medium-left-child > *, .mkb-m-max-edge-medium-left-first > *:first-child, .mkb-m-max-edge-medium-left-last > *:last-child, .mkb-m-max-edge-medium-left-odd > *:nth-child(odd), .mkb-m-max-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-m-max-edge-medium-right, .mkb-m-max-edge-medium-right-child > *, .mkb-m-max-edge-medium-right-first > *:first-child, .mkb-m-max-edge-medium-right-last > *:last-child, .mkb-m-max-edge-medium-right-odd > *:nth-child(odd), .mkb-m-max-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-m-max-edge-medium-vertical, .mkb-m-max-edge-medium-vertical-child > *, .mkb-m-max-edge-medium-vertical-first > *:first-child, .mkb-m-max-edge-medium-vertical-last > *:last-child, .mkb-m-max-edge-medium-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-m-max-edge-medium-horizontal, .mkb-m-max-edge-medium-horizontal-child > *, .mkb-m-max-edge-medium-horizontal-first > *:first-child, .mkb-m-max-edge-medium-horizontal-last > *:last-child, .mkb-m-max-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-m-max-edge-thick, .mkb-m-max-edge-thick-child > *, .mkb-m-max-edge-thick-first > *:first-child, .mkb-m-max-edge-thick-last > *:last-child, .mkb-m-max-edge-thick-odd > *:nth-child(odd), .mkb-m-max-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-m-max-edge-thick-top, .mkb-m-max-edge-thick-top-child > *, .mkb-m-max-edge-thick-top-first > *:first-child, .mkb-m-max-edge-thick-top-last > *:last-child, .mkb-m-max-edge-thick-top-odd > *:nth-child(odd), .mkb-m-max-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-m-max-edge-thick-bottom, .mkb-m-max-edge-thick-bottom-child > *, .mkb-m-max-edge-thick-bottom-first > *:first-child, .mkb-m-max-edge-thick-bottom-last > *:last-child, .mkb-m-max-edge-thick-bottom-odd > *:nth-child(odd), .mkb-m-max-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-m-max-edge-thick-left, .mkb-m-max-edge-thick-left-child > *, .mkb-m-max-edge-thick-left-first > *:first-child, .mkb-m-max-edge-thick-left-last > *:last-child, .mkb-m-max-edge-thick-left-odd > *:nth-child(odd), .mkb-m-max-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-m-max-edge-thick-right, .mkb-m-max-edge-thick-right-child > *, .mkb-m-max-edge-thick-right-first > *:first-child, .mkb-m-max-edge-thick-right-last > *:last-child, .mkb-m-max-edge-thick-right-odd > *:nth-child(odd), .mkb-m-max-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-m-max-edge-thick-vertical, .mkb-m-max-edge-thick-vertical-child > *, .mkb-m-max-edge-thick-vertical-first > *:first-child, .mkb-m-max-edge-thick-vertical-last > *:last-child, .mkb-m-max-edge-thick-vertical-odd > *:nth-child(odd), .mkb-m-max-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-m-max-edge-thick-horizontal, .mkb-m-max-edge-thick-horizontal-child > *, .mkb-m-max-edge-thick-horizontal-first > *:first-child, .mkb-m-max-edge-thick-horizontal-last > *:last-child, .mkb-m-max-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-m-max-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-m-max-edge-transparent, .mkb-m-max-edge-transparent-child > *, .mkb-m-max-edge-transparent-first > *:first-child, .mkb-m-max-edge-transparent-last > *:last-child, .mkb-m-max-edge-transparent-odd > *:nth-child(odd), .mkb-m-max-edge-transparent-even > *:nth-child(even), .mkb-m-max-edge-hover-transparent:hover, .mkb-m-max-edge-hover-transparent-child:hover > *, .mkb-m-max-edge-hover-transparent-first:hover > *:first-child, .mkb-m-max-edge-hover-transparent-last:hover > *:last-child, .mkb-m-max-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-transparent-child > *:hover, .mkb-m-max-edge-child-hover-transparent-first > *:first-child:hover, .mkb-m-max-edge-child-hover-transparent-last > *:last-child:hover, .mkb-m-max-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-black, .mkb-m-max-edge-black-child > *, .mkb-m-max-edge-black-first > *:first-child, .mkb-m-max-edge-black-last > *:last-child, .mkb-m-max-edge-black-odd > *:nth-child(odd), .mkb-m-max-edge-black-even > *:nth-child(even), .mkb-m-max-edge-hover-black:hover, .mkb-m-max-edge-hover-black-child:hover > *, .mkb-m-max-edge-hover-black-first:hover > *:first-child, .mkb-m-max-edge-hover-black-last:hover > *:last-child, .mkb-m-max-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-black-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-black-child > *:hover, .mkb-m-max-edge-child-hover-black-first > *:first-child:hover, .mkb-m-max-edge-child-hover-black-last > *:last-child:hover, .mkb-m-max-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-white, .mkb-m-max-edge-white-child > *, .mkb-m-max-edge-white-first > *:first-child, .mkb-m-max-edge-white-last > *:last-child, .mkb-m-max-edge-white-odd > *:nth-child(odd), .mkb-m-max-edge-white-even > *:nth-child(even), .mkb-m-max-edge-hover-white:hover, .mkb-m-max-edge-hover-white-child:hover > *, .mkb-m-max-edge-hover-white-first:hover > *:first-child, .mkb-m-max-edge-hover-white-last:hover > *:last-child, .mkb-m-max-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-white-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-white-child > *:hover, .mkb-m-max-edge-child-hover-white-first > *:first-child:hover, .mkb-m-max-edge-child-hover-white-last > *:last-child:hover, .mkb-m-max-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-red, .mkb-m-max-edge-red-child > *, .mkb-m-max-edge-red-first > *:first-child, .mkb-m-max-edge-red-last > *:last-child, .mkb-m-max-edge-red-odd > *:nth-child(odd), .mkb-m-max-edge-red-even > *:nth-child(even), .mkb-m-max-edge-hover-red:hover, .mkb-m-max-edge-hover-red-child:hover > *, .mkb-m-max-edge-hover-red-first:hover > *:first-child, .mkb-m-max-edge-hover-red-last:hover > *:last-child, .mkb-m-max-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-red-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-red-child > *:hover, .mkb-m-max-edge-child-hover-red-first > *:first-child:hover, .mkb-m-max-edge-child-hover-red-last > *:last-child:hover, .mkb-m-max-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-green, .mkb-m-max-edge-green-child > *, .mkb-m-max-edge-green-first > *:first-child, .mkb-m-max-edge-green-last > *:last-child, .mkb-m-max-edge-green-odd > *:nth-child(odd), .mkb-m-max-edge-green-even > *:nth-child(even), .mkb-m-max-edge-hover-green:hover, .mkb-m-max-edge-hover-green-child:hover > *, .mkb-m-max-edge-hover-green-first:hover > *:first-child, .mkb-m-max-edge-hover-green-last:hover > *:last-child, .mkb-m-max-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-green-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-green-child > *:hover, .mkb-m-max-edge-child-hover-green-first > *:first-child:hover, .mkb-m-max-edge-child-hover-green-last > *:last-child:hover, .mkb-m-max-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-blue, .mkb-m-max-edge-blue-child > *, .mkb-m-max-edge-blue-first > *:first-child, .mkb-m-max-edge-blue-last > *:last-child, .mkb-m-max-edge-blue-odd > *:nth-child(odd), .mkb-m-max-edge-blue-even > *:nth-child(even), .mkb-m-max-edge-hover-blue:hover, .mkb-m-max-edge-hover-blue-child:hover > *, .mkb-m-max-edge-hover-blue-first:hover > *:first-child, .mkb-m-max-edge-hover-blue-last:hover > *:last-child, .mkb-m-max-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-blue-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-blue-child > *:hover, .mkb-m-max-edge-child-hover-blue-first > *:first-child:hover, .mkb-m-max-edge-child-hover-blue-last > *:last-child:hover, .mkb-m-max-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-yellow, .mkb-m-max-edge-yellow-child > *, .mkb-m-max-edge-yellow-first > *:first-child, .mkb-m-max-edge-yellow-last > *:last-child, .mkb-m-max-edge-yellow-odd > *:nth-child(odd), .mkb-m-max-edge-yellow-even > *:nth-child(even), .mkb-m-max-edge-hover-yellow:hover, .mkb-m-max-edge-hover-yellow-child:hover > *, .mkb-m-max-edge-hover-yellow-first:hover > *:first-child, .mkb-m-max-edge-hover-yellow-last:hover > *:last-child, .mkb-m-max-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-yellow-child > *:hover, .mkb-m-max-edge-child-hover-yellow-first > *:first-child:hover, .mkb-m-max-edge-child-hover-yellow-last > *:last-child:hover, .mkb-m-max-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-orange, .mkb-m-max-edge-orange-child > *, .mkb-m-max-edge-orange-first > *:first-child, .mkb-m-max-edge-orange-last > *:last-child, .mkb-m-max-edge-orange-odd > *:nth-child(odd), .mkb-m-max-edge-orange-even > *:nth-child(even), .mkb-m-max-edge-hover-orange:hover, .mkb-m-max-edge-hover-orange-child:hover > *, .mkb-m-max-edge-hover-orange-first:hover > *:first-child, .mkb-m-max-edge-hover-orange-last:hover > *:last-child, .mkb-m-max-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-orange-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-orange-child > *:hover, .mkb-m-max-edge-child-hover-orange-first > *:first-child:hover, .mkb-m-max-edge-child-hover-orange-last > *:last-child:hover, .mkb-m-max-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-brown, .mkb-m-max-edge-brown-child > *, .mkb-m-max-edge-brown-first > *:first-child, .mkb-m-max-edge-brown-last > *:last-child, .mkb-m-max-edge-brown-odd > *:nth-child(odd), .mkb-m-max-edge-brown-even > *:nth-child(even), .mkb-m-max-edge-hover-brown:hover, .mkb-m-max-edge-hover-brown-child:hover > *, .mkb-m-max-edge-hover-brown-first:hover > *:first-child, .mkb-m-max-edge-hover-brown-last:hover > *:last-child, .mkb-m-max-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-brown-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-brown-child > *:hover, .mkb-m-max-edge-child-hover-brown-first > *:first-child:hover, .mkb-m-max-edge-child-hover-brown-last > *:last-child:hover, .mkb-m-max-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-gray, .mkb-m-max-edge-gray-child > *, .mkb-m-max-edge-gray-first > *:first-child, .mkb-m-max-edge-gray-last > *:last-child, .mkb-m-max-edge-gray-odd > *:nth-child(odd), .mkb-m-max-edge-gray-even > *:nth-child(even), .mkb-m-max-edge-hover-gray:hover, .mkb-m-max-edge-hover-gray-child:hover > *, .mkb-m-max-edge-hover-gray-first:hover > *:first-child, .mkb-m-max-edge-hover-gray-last:hover > *:last-child, .mkb-m-max-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-gray-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-gray-child > *:hover, .mkb-m-max-edge-child-hover-gray-first > *:first-child:hover, .mkb-m-max-edge-child-hover-gray-last > *:last-child:hover, .mkb-m-max-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-pink, .mkb-m-max-edge-pink-child > *, .mkb-m-max-edge-pink-first > *:first-child, .mkb-m-max-edge-pink-last > *:last-child, .mkb-m-max-edge-pink-odd > *:nth-child(odd), .mkb-m-max-edge-pink-even > *:nth-child(even), .mkb-m-max-edge-hover-pink:hover, .mkb-m-max-edge-hover-pink-child:hover > *, .mkb-m-max-edge-hover-pink-first:hover > *:first-child, .mkb-m-max-edge-hover-pink-last:hover > *:last-child, .mkb-m-max-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-pink-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-pink-child > *:hover, .mkb-m-max-edge-child-hover-pink-first > *:first-child:hover, .mkb-m-max-edge-child-hover-pink-last > *:last-child:hover, .mkb-m-max-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-purple, .mkb-m-max-edge-purple-child > *, .mkb-m-max-edge-purple-first > *:first-child, .mkb-m-max-edge-purple-last > *:last-child, .mkb-m-max-edge-purple-odd > *:nth-child(odd), .mkb-m-max-edge-purple-even > *:nth-child(even), .mkb-m-max-edge-hover-purple:hover, .mkb-m-max-edge-hover-purple-child:hover > *, .mkb-m-max-edge-hover-purple-first:hover > *:first-child, .mkb-m-max-edge-hover-purple-last:hover > *:last-child, .mkb-m-max-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-purple-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-purple-child > *:hover, .mkb-m-max-edge-child-hover-purple-first > *:first-child:hover, .mkb-m-max-edge-child-hover-purple-last > *:last-child:hover, .mkb-m-max-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-deep-purple, .mkb-m-max-edge-deep-purple-child > *, .mkb-m-max-edge-deep-purple-first > *:first-child, .mkb-m-max-edge-deep-purple-last > *:last-child, .mkb-m-max-edge-deep-purple-odd > *:nth-child(odd), .mkb-m-max-edge-deep-purple-even > *:nth-child(even), .mkb-m-max-edge-hover-deep-purple:hover, .mkb-m-max-edge-hover-deep-purple-child:hover > *, .mkb-m-max-edge-hover-deep-purple-first:hover > *:first-child, .mkb-m-max-edge-hover-deep-purple-last:hover > *:last-child, .mkb-m-max-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-deep-purple-child > *:hover, .mkb-m-max-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-m-max-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-m-max-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-indigo, .mkb-m-max-edge-indigo-child > *, .mkb-m-max-edge-indigo-first > *:first-child, .mkb-m-max-edge-indigo-last > *:last-child, .mkb-m-max-edge-indigo-odd > *:nth-child(odd), .mkb-m-max-edge-indigo-even > *:nth-child(even), .mkb-m-max-edge-hover-indigo:hover, .mkb-m-max-edge-hover-indigo-child:hover > *, .mkb-m-max-edge-hover-indigo-first:hover > *:first-child, .mkb-m-max-edge-hover-indigo-last:hover > *:last-child, .mkb-m-max-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-indigo-child > *:hover, .mkb-m-max-edge-child-hover-indigo-first > *:first-child:hover, .mkb-m-max-edge-child-hover-indigo-last > *:last-child:hover, .mkb-m-max-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-light-blue, .mkb-m-max-edge-light-blue-child > *, .mkb-m-max-edge-light-blue-first > *:first-child, .mkb-m-max-edge-light-blue-last > *:last-child, .mkb-m-max-edge-light-blue-odd > *:nth-child(odd), .mkb-m-max-edge-light-blue-even > *:nth-child(even), .mkb-m-max-edge-hover-light-blue:hover, .mkb-m-max-edge-hover-light-blue-child:hover > *, .mkb-m-max-edge-hover-light-blue-first:hover > *:first-child, .mkb-m-max-edge-hover-light-blue-last:hover > *:last-child, .mkb-m-max-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-light-blue-child > *:hover, .mkb-m-max-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-m-max-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-m-max-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-cyan, .mkb-m-max-edge-cyan-child > *, .mkb-m-max-edge-cyan-first > *:first-child, .mkb-m-max-edge-cyan-last > *:last-child, .mkb-m-max-edge-cyan-odd > *:nth-child(odd), .mkb-m-max-edge-cyan-even > *:nth-child(even), .mkb-m-max-edge-hover-cyan:hover, .mkb-m-max-edge-hover-cyan-child:hover > *, .mkb-m-max-edge-hover-cyan-first:hover > *:first-child, .mkb-m-max-edge-hover-cyan-last:hover > *:last-child, .mkb-m-max-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-cyan-child > *:hover, .mkb-m-max-edge-child-hover-cyan-first > *:first-child:hover, .mkb-m-max-edge-child-hover-cyan-last > *:last-child:hover, .mkb-m-max-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-teal, .mkb-m-max-edge-teal-child > *, .mkb-m-max-edge-teal-first > *:first-child, .mkb-m-max-edge-teal-last > *:last-child, .mkb-m-max-edge-teal-odd > *:nth-child(odd), .mkb-m-max-edge-teal-even > *:nth-child(even), .mkb-m-max-edge-hover-teal:hover, .mkb-m-max-edge-hover-teal-child:hover > *, .mkb-m-max-edge-hover-teal-first:hover > *:first-child, .mkb-m-max-edge-hover-teal-last:hover > *:last-child, .mkb-m-max-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-teal-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-teal-child > *:hover, .mkb-m-max-edge-child-hover-teal-first > *:first-child:hover, .mkb-m-max-edge-child-hover-teal-last > *:last-child:hover, .mkb-m-max-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-light-green, .mkb-m-max-edge-light-green-child > *, .mkb-m-max-edge-light-green-first > *:first-child, .mkb-m-max-edge-light-green-last > *:last-child, .mkb-m-max-edge-light-green-odd > *:nth-child(odd), .mkb-m-max-edge-light-green-even > *:nth-child(even), .mkb-m-max-edge-hover-light-green:hover, .mkb-m-max-edge-hover-light-green-child:hover > *, .mkb-m-max-edge-hover-light-green-first:hover > *:first-child, .mkb-m-max-edge-hover-light-green-last:hover > *:last-child, .mkb-m-max-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-light-green-child > *:hover, .mkb-m-max-edge-child-hover-light-green-first > *:first-child:hover, .mkb-m-max-edge-child-hover-light-green-last > *:last-child:hover, .mkb-m-max-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-lime, .mkb-m-max-edge-lime-child > *, .mkb-m-max-edge-lime-first > *:first-child, .mkb-m-max-edge-lime-last > *:last-child, .mkb-m-max-edge-lime-odd > *:nth-child(odd), .mkb-m-max-edge-lime-even > *:nth-child(even), .mkb-m-max-edge-hover-lime:hover, .mkb-m-max-edge-hover-lime-child:hover > *, .mkb-m-max-edge-hover-lime-first:hover > *:first-child, .mkb-m-max-edge-hover-lime-last:hover > *:last-child, .mkb-m-max-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-lime-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-lime-child > *:hover, .mkb-m-max-edge-child-hover-lime-first > *:first-child:hover, .mkb-m-max-edge-child-hover-lime-last > *:last-child:hover, .mkb-m-max-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-amber, .mkb-m-max-edge-amber-child > *, .mkb-m-max-edge-amber-first > *:first-child, .mkb-m-max-edge-amber-last > *:last-child, .mkb-m-max-edge-amber-odd > *:nth-child(odd), .mkb-m-max-edge-amber-even > *:nth-child(even), .mkb-m-max-edge-hover-amber:hover, .mkb-m-max-edge-hover-amber-child:hover > *, .mkb-m-max-edge-hover-amber-first:hover > *:first-child, .mkb-m-max-edge-hover-amber-last:hover > *:last-child, .mkb-m-max-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-amber-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-amber-child > *:hover, .mkb-m-max-edge-child-hover-amber-first > *:first-child:hover, .mkb-m-max-edge-child-hover-amber-last > *:last-child:hover, .mkb-m-max-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-deep-orange, .mkb-m-max-edge-deep-orange-child > *, .mkb-m-max-edge-deep-orange-first > *:first-child, .mkb-m-max-edge-deep-orange-last > *:last-child, .mkb-m-max-edge-deep-orange-odd > *:nth-child(odd), .mkb-m-max-edge-deep-orange-even > *:nth-child(even), .mkb-m-max-edge-hover-deep-orange:hover, .mkb-m-max-edge-hover-deep-orange-child:hover > *, .mkb-m-max-edge-hover-deep-orange-first:hover > *:first-child, .mkb-m-max-edge-hover-deep-orange-last:hover > *:last-child, .mkb-m-max-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-deep-orange-child > *:hover, .mkb-m-max-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-m-max-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-m-max-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-blue-gray, .mkb-m-max-edge-blue-gray-child > *, .mkb-m-max-edge-blue-gray-first > *:first-child, .mkb-m-max-edge-blue-gray-last > *:last-child, .mkb-m-max-edge-blue-gray-odd > *:nth-child(odd), .mkb-m-max-edge-blue-gray-even > *:nth-child(even), .mkb-m-max-edge-hover-blue-gray:hover, .mkb-m-max-edge-hover-blue-gray-child:hover > *, .mkb-m-max-edge-hover-blue-gray-first:hover > *:first-child, .mkb-m-max-edge-hover-blue-gray-last:hover > *:last-child, .mkb-m-max-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-m-max-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-m-max-edge-child-hover-blue-gray-child > *:hover, .mkb-m-max-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-m-max-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-m-max-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-m-max-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-m-max-edge-dotted, .mkb-m-max-edge-dotted-child > *, .mkb-m-max-edge-dotted-first > *:first-child, .mkb-m-max-edge-dotted-last > *:last-child, .mkb-m-max-edge-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-m-max-edge-top-dotted, .mkb-m-max-edge-top-dotted-child > *, .mkb-m-max-edge-top-dotted-first > *:first-child, .mkb-m-max-edge-top-dotted-last > *:last-child, .mkb-m-max-edge-top-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-m-max-edge-bottom-dotted, .mkb-m-max-edge-bottom-dotted-child > *, .mkb-m-max-edge-bottom-dotted-first > *:first-child, .mkb-m-max-edge-bottom-dotted-last > *:last-child, .mkb-m-max-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-m-max-edge-left-dotted, .mkb-m-max-edge-left-dotted-child > *, .mkb-m-max-edge-left-dotted-first > *:first-child, .mkb-m-max-edge-left-dotted-last > *:last-child, .mkb-m-max-edge-left-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-m-max-edge-right-dotted, .mkb-m-max-edge-right-dotted-child > *, .mkb-m-max-edge-right-dotted-first > *:first-child, .mkb-m-max-edge-right-dotted-last > *:last-child, .mkb-m-max-edge-right-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-m-max-edge-vertical-dotted, .mkb-m-max-edge-vertical-dotted-child > *, .mkb-m-max-edge-vertical-dotted-first > *:first-child, .mkb-m-max-edge-vertical-dotted-last > *:last-child, .mkb-m-max-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-m-max-edge-horizontal-dotted, .mkb-m-max-edge-horizontal-dotted-child > *, .mkb-m-max-edge-horizontal-dotted-first > *:first-child, .mkb-m-max-edge-horizontal-dotted-last > *:last-child, .mkb-m-max-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-m-max-edge-dashed, .mkb-m-max-edge-dashed-child > *, .mkb-m-max-edge-dashed-first > *:first-child, .mkb-m-max-edge-dashed-last > *:last-child, .mkb-m-max-edge-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-m-max-edge-top-dashed, .mkb-m-max-edge-top-dashed-child > *, .mkb-m-max-edge-top-dashed-first > *:first-child, .mkb-m-max-edge-top-dashed-last > *:last-child, .mkb-m-max-edge-top-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-m-max-edge-bottom-dashed, .mkb-m-max-edge-bottom-dashed-child > *, .mkb-m-max-edge-bottom-dashed-first > *:first-child, .mkb-m-max-edge-bottom-dashed-last > *:last-child, .mkb-m-max-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-m-max-edge-left-dashed, .mkb-m-max-edge-left-dashed-child > *, .mkb-m-max-edge-left-dashed-first > *:first-child, .mkb-m-max-edge-left-dashed-last > *:last-child, .mkb-m-max-edge-left-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-m-max-edge-right-dashed, .mkb-m-max-edge-right-dashed-child > *, .mkb-m-max-edge-right-dashed-first > *:first-child, .mkb-m-max-edge-right-dashed-last > *:last-child, .mkb-m-max-edge-right-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-m-max-edge-vertical-dashed, .mkb-m-max-edge-vertical-dashed-child > *, .mkb-m-max-edge-vertical-dashed-first > *:first-child, .mkb-m-max-edge-vertical-dashed-last > *:last-child, .mkb-m-max-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-m-max-edge-horizontal-dashed, .mkb-m-max-edge-horizontal-dashed-child > *, .mkb-m-max-edge-horizontal-dashed-first > *:first-child, .mkb-m-max-edge-horizontal-dashed-last > *:last-child, .mkb-m-max-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-m-max-edge-solid, .mkb-m-max-edge-solid-child > *, .mkb-m-max-edge-solid-first > *:first-child, .mkb-m-max-edge-solid-last > *:last-child, .mkb-m-max-edge-solid-odd > *:nth-child(odd), .mkb-m-max-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-m-max-edge-top-solid, .mkb-m-max-edge-top-solid-child > *, .mkb-m-max-edge-top-solid-first > *:first-child, .mkb-m-max-edge-top-solid-last > *:last-child, .mkb-m-max-edge-top-solid-odd > *:nth-child(odd), .mkb-m-max-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-m-max-edge-bottom-solid, .mkb-m-max-edge-bottom-solid-child > *, .mkb-m-max-edge-bottom-solid-first > *:first-child, .mkb-m-max-edge-bottom-solid-last > *:last-child, .mkb-m-max-edge-bottom-solid-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-m-max-edge-left-solid, .mkb-m-max-edge-left-solid-child > *, .mkb-m-max-edge-left-solid-first > *:first-child, .mkb-m-max-edge-left-solid-last > *:last-child, .mkb-m-max-edge-left-solid-odd > *:nth-child(odd), .mkb-m-max-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-m-max-edge-right-solid, .mkb-m-max-edge-right-solid-child > *, .mkb-m-max-edge-right-solid-first > *:first-child, .mkb-m-max-edge-right-solid-last > *:last-child, .mkb-m-max-edge-right-solid-odd > *:nth-child(odd), .mkb-m-max-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-m-max-edge-vertical-solid, .mkb-m-max-edge-vertical-solid-child > *, .mkb-m-max-edge-vertical-solid-first > *:first-child, .mkb-m-max-edge-vertical-solid-last > *:last-child, .mkb-m-max-edge-vertical-solid-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-m-max-edge-horizontal-solid, .mkb-m-max-edge-horizontal-solid-child > *, .mkb-m-max-edge-horizontal-solid-first > *:first-child, .mkb-m-max-edge-horizontal-solid-last > *:last-child, .mkb-m-max-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-m-max-edge-double, .mkb-m-max-edge-double-child > *, .mkb-m-max-edge-double-first > *:first-child, .mkb-m-max-edge-double-last > *:last-child, .mkb-m-max-edge-double-odd > *:nth-child(odd), .mkb-m-max-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-m-max-edge-top-double, .mkb-m-max-edge-top-double-child > *, .mkb-m-max-edge-top-double-first > *:first-child, .mkb-m-max-edge-top-double-last > *:last-child, .mkb-m-max-edge-top-double-odd > *:nth-child(odd), .mkb-m-max-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-m-max-edge-bottom-double, .mkb-m-max-edge-bottom-double-child > *, .mkb-m-max-edge-bottom-double-first > *:first-child, .mkb-m-max-edge-bottom-double-last > *:last-child, .mkb-m-max-edge-bottom-double-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-m-max-edge-left-double, .mkb-m-max-edge-left-double-child > *, .mkb-m-max-edge-left-double-first > *:first-child, .mkb-m-max-edge-left-double-last > *:last-child, .mkb-m-max-edge-left-double-odd > *:nth-child(odd), .mkb-m-max-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-m-max-edge-right-double, .mkb-m-max-edge-right-double-child > *, .mkb-m-max-edge-right-double-first > *:first-child, .mkb-m-max-edge-right-double-last > *:last-child, .mkb-m-max-edge-right-double-odd > *:nth-child(odd), .mkb-m-max-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-m-max-edge-vertical-double, .mkb-m-max-edge-vertical-double-child > *, .mkb-m-max-edge-vertical-double-first > *:first-child, .mkb-m-max-edge-vertical-double-last > *:last-child, .mkb-m-max-edge-vertical-double-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-m-max-edge-horizontal-double, .mkb-m-max-edge-horizontal-double-child > *, .mkb-m-max-edge-horizontal-double-first > *:first-child, .mkb-m-max-edge-horizontal-double-last > *:last-child, .mkb-m-max-edge-horizontal-double-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-m-max-edge-groove, .mkb-m-max-edge-groove-child > *, .mkb-m-max-edge-groove-first > *:first-child, .mkb-m-max-edge-groove-last > *:last-child, .mkb-m-max-edge-groove-odd > *:nth-child(odd), .mkb-m-max-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-m-max-edge-top-groove, .mkb-m-max-edge-top-groove-child > *, .mkb-m-max-edge-top-groove-first > *:first-child, .mkb-m-max-edge-top-groove-last > *:last-child, .mkb-m-max-edge-top-groove-odd > *:nth-child(odd), .mkb-m-max-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-m-max-edge-bottom-groove, .mkb-m-max-edge-bottom-groove-child > *, .mkb-m-max-edge-bottom-groove-first > *:first-child, .mkb-m-max-edge-bottom-groove-last > *:last-child, .mkb-m-max-edge-bottom-groove-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-m-max-edge-left-groove, .mkb-m-max-edge-left-groove-child > *, .mkb-m-max-edge-left-groove-first > *:first-child, .mkb-m-max-edge-left-groove-last > *:last-child, .mkb-m-max-edge-left-groove-odd > *:nth-child(odd), .mkb-m-max-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-m-max-edge-right-groove, .mkb-m-max-edge-right-groove-child > *, .mkb-m-max-edge-right-groove-first > *:first-child, .mkb-m-max-edge-right-groove-last > *:last-child, .mkb-m-max-edge-right-groove-odd > *:nth-child(odd), .mkb-m-max-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-m-max-edge-vertical-groove, .mkb-m-max-edge-vertical-groove-child > *, .mkb-m-max-edge-vertical-groove-first > *:first-child, .mkb-m-max-edge-vertical-groove-last > *:last-child, .mkb-m-max-edge-vertical-groove-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-m-max-edge-horizontal-groove, .mkb-m-max-edge-horizontal-groove-child > *, .mkb-m-max-edge-horizontal-groove-first > *:first-child, .mkb-m-max-edge-horizontal-groove-last > *:last-child, .mkb-m-max-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-m-max-edge-ridge, .mkb-m-max-edge-ridge-child > *, .mkb-m-max-edge-ridge-first > *:first-child, .mkb-m-max-edge-ridge-last > *:last-child, .mkb-m-max-edge-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-m-max-edge-top-ridge, .mkb-m-max-edge-top-ridge-child > *, .mkb-m-max-edge-top-ridge-first > *:first-child, .mkb-m-max-edge-top-ridge-last > *:last-child, .mkb-m-max-edge-top-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-m-max-edge-bottom-ridge, .mkb-m-max-edge-bottom-ridge-child > *, .mkb-m-max-edge-bottom-ridge-first > *:first-child, .mkb-m-max-edge-bottom-ridge-last > *:last-child, .mkb-m-max-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-m-max-edge-left-ridge, .mkb-m-max-edge-left-ridge-child > *, .mkb-m-max-edge-left-ridge-first > *:first-child, .mkb-m-max-edge-left-ridge-last > *:last-child, .mkb-m-max-edge-left-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-m-max-edge-right-ridge, .mkb-m-max-edge-right-ridge-child > *, .mkb-m-max-edge-right-ridge-first > *:first-child, .mkb-m-max-edge-right-ridge-last > *:last-child, .mkb-m-max-edge-right-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-m-max-edge-vertical-ridge, .mkb-m-max-edge-vertical-ridge-child > *, .mkb-m-max-edge-vertical-ridge-first > *:first-child, .mkb-m-max-edge-vertical-ridge-last > *:last-child, .mkb-m-max-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-m-max-edge-horizontal-ridge, .mkb-m-max-edge-horizontal-ridge-child > *, .mkb-m-max-edge-horizontal-ridge-first > *:first-child, .mkb-m-max-edge-horizontal-ridge-last > *:last-child, .mkb-m-max-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-m-max-edge-inset, .mkb-m-max-edge-inset-child > *, .mkb-m-max-edge-inset-first > *:first-child, .mkb-m-max-edge-inset-last > *:last-child, .mkb-m-max-edge-inset-odd > *:nth-child(odd), .mkb-m-max-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-m-max-edge-top-inset, .mkb-m-max-edge-top-inset-child > *, .mkb-m-max-edge-top-inset-first > *:first-child, .mkb-m-max-edge-top-inset-last > *:last-child, .mkb-m-max-edge-top-inset-odd > *:nth-child(odd), .mkb-m-max-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-m-max-edge-bottom-inset, .mkb-m-max-edge-bottom-inset-child > *, .mkb-m-max-edge-bottom-inset-first > *:first-child, .mkb-m-max-edge-bottom-inset-last > *:last-child, .mkb-m-max-edge-bottom-inset-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-m-max-edge-left-inset, .mkb-m-max-edge-left-inset-child > *, .mkb-m-max-edge-left-inset-first > *:first-child, .mkb-m-max-edge-left-inset-last > *:last-child, .mkb-m-max-edge-left-inset-odd > *:nth-child(odd), .mkb-m-max-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-m-max-edge-right-inset, .mkb-m-max-edge-right-inset-child > *, .mkb-m-max-edge-right-inset-first > *:first-child, .mkb-m-max-edge-right-inset-last > *:last-child, .mkb-m-max-edge-right-inset-odd > *:nth-child(odd), .mkb-m-max-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-m-max-edge-vertical-inset, .mkb-m-max-edge-vertical-inset-child > *, .mkb-m-max-edge-vertical-inset-first > *:first-child, .mkb-m-max-edge-vertical-inset-last > *:last-child, .mkb-m-max-edge-vertical-inset-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-m-max-edge-horizontal-inset, .mkb-m-max-edge-horizontal-inset-child > *, .mkb-m-max-edge-horizontal-inset-first > *:first-child, .mkb-m-max-edge-horizontal-inset-last > *:last-child, .mkb-m-max-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-m-max-edge-outset, .mkb-m-max-edge-outset-child > *, .mkb-m-max-edge-outset-first > *:first-child, .mkb-m-max-edge-outset-last > *:last-child, .mkb-m-max-edge-outset-odd > *:nth-child(odd), .mkb-m-max-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-m-max-edge-top-outset, .mkb-m-max-edge-top-outset-child > *, .mkb-m-max-edge-top-outset-first > *:first-child, .mkb-m-max-edge-top-outset-last > *:last-child, .mkb-m-max-edge-top-outset-odd > *:nth-child(odd), .mkb-m-max-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-m-max-edge-bottom-outset, .mkb-m-max-edge-bottom-outset-child > *, .mkb-m-max-edge-bottom-outset-first > *:first-child, .mkb-m-max-edge-bottom-outset-last > *:last-child, .mkb-m-max-edge-bottom-outset-odd > *:nth-child(odd), .mkb-m-max-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-m-max-edge-left-outset, .mkb-m-max-edge-left-outset-child > *, .mkb-m-max-edge-left-outset-first > *:first-child, .mkb-m-max-edge-left-outset-last > *:last-child, .mkb-m-max-edge-left-outset-odd > *:nth-child(odd), .mkb-m-max-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-m-max-edge-right-outset, .mkb-m-max-edge-right-outset-child > *, .mkb-m-max-edge-right-outset-first > *:first-child, .mkb-m-max-edge-right-outset-last > *:last-child, .mkb-m-max-edge-right-outset-odd > *:nth-child(odd), .mkb-m-max-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-m-max-edge-vertical-outset, .mkb-m-max-edge-vertical-outset-child > *, .mkb-m-max-edge-vertical-outset-first > *:first-child, .mkb-m-max-edge-vertical-outset-last > *:last-child, .mkb-m-max-edge-vertical-outset-odd > *:nth-child(odd), .mkb-m-max-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-m-max-edge-horizontal-outset, .mkb-m-max-edge-horizontal-outset-child > *, .mkb-m-max-edge-horizontal-outset-first > *:first-child, .mkb-m-max-edge-horizontal-outset-last > *:last-child, .mkb-m-max-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-m-max-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-m-max-radius-none, .mkb-m-max-radius-none-child > *, .mkb-m-max-radius-none-first > *:first-child, .mkb-m-max-radius-none-last > *:last-child, .mkb-m-max-radius-none-odd > *:nth-child(odd), .mkb-m-max-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-m-max-radius-s, .mkb-m-max-radius-s-child > *, .mkb-m-max-radius-s-first > *:first-child, .mkb-m-max-radius-s-last > *:last-child, .mkb-m-max-radius-s-odd > *:nth-child(odd), .mkb-m-max-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m, .mkb-m-max-radius-m-child > *, .mkb-m-max-radius-m-first > *:first-child, .mkb-m-max-radius-m-last > *:last-child, .mkb-m-max-radius-m-odd > *:nth-child(odd), .mkb-m-max-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l, .mkb-m-max-radius-l-child > *, .mkb-m-max-radius-l-first > *:first-child, .mkb-m-max-radius-l-last > *:last-child, .mkb-m-max-radius-l-odd > *:nth-child(odd), .mkb-m-max-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl, .mkb-m-max-radius-xl-child > *, .mkb-m-max-radius-xl-first > *:first-child, .mkb-m-max-radius-xl-last > *:last-child, .mkb-m-max-radius-xl-odd > *:nth-child(odd), .mkb-m-max-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-top-none, .mkb-m-max-radius-top-none-child > *, .mkb-m-max-radius-top-none-first > *:first-child, .mkb-m-max-radius-top-none-last > *:last-child, .mkb-m-max-radius-top-none-odd > *:nth-child(odd), .mkb-m-max-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-m-max-radius-s-top, .mkb-m-max-radius-s-top-child > *, .mkb-m-max-radius-s-top-first > *:first-child, .mkb-m-max-radius-s-top-last > *:last-child, .mkb-m-max-radius-s-top-odd > *:nth-child(odd), .mkb-m-max-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-top, .mkb-m-max-radius-m-top-child > *, .mkb-m-max-radius-m-top-first > *:first-child, .mkb-m-max-radius-m-top-last > *:last-child, .mkb-m-max-radius-m-top-odd > *:nth-child(odd), .mkb-m-max-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-top, .mkb-m-max-radius-l-top-child > *, .mkb-m-max-radius-l-top-first > *:first-child, .mkb-m-max-radius-l-top-last > *:last-child, .mkb-m-max-radius-l-top-odd > *:nth-child(odd), .mkb-m-max-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-top, .mkb-m-max-radius-xl-top-child > *, .mkb-m-max-radius-xl-top-first > *:first-child, .mkb-m-max-radius-xl-top-last > *:last-child, .mkb-m-max-radius-xl-top-odd > *:nth-child(odd), .mkb-m-max-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-top-left-none, .mkb-m-max-radius-top-left-none-child > *, .mkb-m-max-radius-top-left-none-first > *:first-child, .mkb-m-max-radius-top-left-none-last > *:last-child, .mkb-m-max-radius-top-left-none-odd > *:nth-child(odd), .mkb-m-max-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-m-max-radius-s-top-left, .mkb-m-max-radius-s-top-left-child > *, .mkb-m-max-radius-s-top-left-first > *:first-child, .mkb-m-max-radius-s-top-left-last > *:last-child, .mkb-m-max-radius-s-top-left-odd > *:nth-child(odd), .mkb-m-max-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-top-left, .mkb-m-max-radius-m-top-left-child > *, .mkb-m-max-radius-m-top-left-first > *:first-child, .mkb-m-max-radius-m-top-left-last > *:last-child, .mkb-m-max-radius-m-top-left-odd > *:nth-child(odd), .mkb-m-max-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-top-left, .mkb-m-max-radius-l-top-left-child > *, .mkb-m-max-radius-l-top-left-first > *:first-child, .mkb-m-max-radius-l-top-left-last > *:last-child, .mkb-m-max-radius-l-top-left-odd > *:nth-child(odd), .mkb-m-max-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-top-left, .mkb-m-max-radius-xl-top-left-child > *, .mkb-m-max-radius-xl-top-left-first > *:first-child, .mkb-m-max-radius-xl-top-left-last > *:last-child, .mkb-m-max-radius-xl-top-left-odd > *:nth-child(odd), .mkb-m-max-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-top-right-none, .mkb-m-max-radius-top-right-none-child > *, .mkb-m-max-radius-top-right-none-first > *:first-child, .mkb-m-max-radius-top-right-none-last > *:last-child, .mkb-m-max-radius-top-right-none-odd > *:nth-child(odd), .mkb-m-max-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-m-max-radius-s-top-right, .mkb-m-max-radius-s-top-right-child > *, .mkb-m-max-radius-s-top-right-first > *:first-child, .mkb-m-max-radius-s-top-right-last > *:last-child, .mkb-m-max-radius-s-top-right-odd > *:nth-child(odd), .mkb-m-max-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-top-right, .mkb-m-max-radius-m-top-right-child > *, .mkb-m-max-radius-m-top-right-first > *:first-child, .mkb-m-max-radius-m-top-right-last > *:last-child, .mkb-m-max-radius-m-top-right-odd > *:nth-child(odd), .mkb-m-max-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-top-right, .mkb-m-max-radius-l-top-right-child > *, .mkb-m-max-radius-l-top-right-first > *:first-child, .mkb-m-max-radius-l-top-right-last > *:last-child, .mkb-m-max-radius-l-top-right-odd > *:nth-child(odd), .mkb-m-max-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-top-right, .mkb-m-max-radius-xl-top-right-child > *, .mkb-m-max-radius-xl-top-right-first > *:first-child, .mkb-m-max-radius-xl-top-right-last > *:last-child, .mkb-m-max-radius-xl-top-right-odd > *:nth-child(odd), .mkb-m-max-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-bottom-none, .mkb-m-max-radius-bottom-none-child > *, .mkb-m-max-radius-bottom-none-first > *:first-child, .mkb-m-max-radius-bottom-none-last > *:last-child, .mkb-m-max-radius-bottom-none-odd > *:nth-child(odd), .mkb-m-max-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-m-max-radius-s-bottom, .mkb-m-max-radius-s-bottom-child > *, .mkb-m-max-radius-s-bottom-first > *:first-child, .mkb-m-max-radius-s-bottom-last > *:last-child, .mkb-m-max-radius-s-bottom-odd > *:nth-child(odd), .mkb-m-max-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-bottom, .mkb-m-max-radius-m-bottom-child > *, .mkb-m-max-radius-m-bottom-first > *:first-child, .mkb-m-max-radius-m-bottom-last > *:last-child, .mkb-m-max-radius-m-bottom-odd > *:nth-child(odd), .mkb-m-max-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-bottom, .mkb-m-max-radius-l-bottom-child > *, .mkb-m-max-radius-l-bottom-first > *:first-child, .mkb-m-max-radius-l-bottom-last > *:last-child, .mkb-m-max-radius-l-bottom-odd > *:nth-child(odd), .mkb-m-max-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-bottom, .mkb-m-max-radius-xl-bottom-child > *, .mkb-m-max-radius-xl-bottom-first > *:first-child, .mkb-m-max-radius-xl-bottom-last > *:last-child, .mkb-m-max-radius-xl-bottom-odd > *:nth-child(odd), .mkb-m-max-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-bottom-left-none, .mkb-m-max-radius-bottom-left-none-child > *, .mkb-m-max-radius-bottom-left-none-first > *:first-child, .mkb-m-max-radius-bottom-left-none-last > *:last-child, .mkb-m-max-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-m-max-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-m-max-radius-s-bottom-left, .mkb-m-max-radius-s-bottom-left-child > *, .mkb-m-max-radius-s-bottom-left-first > *:first-child, .mkb-m-max-radius-s-bottom-left-last > *:last-child, .mkb-m-max-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-m-max-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-bottom-left, .mkb-m-max-radius-m-bottom-left-child > *, .mkb-m-max-radius-m-bottom-left-first > *:first-child, .mkb-m-max-radius-m-bottom-left-last > *:last-child, .mkb-m-max-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-m-max-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-bottom-left, .mkb-m-max-radius-l-bottom-left-child > *, .mkb-m-max-radius-l-bottom-left-first > *:first-child, .mkb-m-max-radius-l-bottom-left-last > *:last-child, .mkb-m-max-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-m-max-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-bottom-left, .mkb-m-max-radius-xl-bottom-left-child > *, .mkb-m-max-radius-xl-bottom-left-first > *:first-child, .mkb-m-max-radius-xl-bottom-left-last > *:last-child, .mkb-m-max-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-m-max-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-m-max-radius-bottom-right-none, .mkb-m-max-radius-bottom-right-none-child > *, .mkb-m-max-radius-bottom-right-none-first > *:first-child, .mkb-m-max-radius-bottom-right-none-last > *:last-child, .mkb-m-max-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-m-max-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-m-max-radius-s-bottom-right, .mkb-m-max-radius-s-bottom-right-child > *, .mkb-m-max-radius-s-bottom-right-first > *:first-child, .mkb-m-max-radius-s-bottom-right-last > *:last-child, .mkb-m-max-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-m-max-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-m-max-radius-m-bottom-right, .mkb-m-max-radius-m-bottom-right-child > *, .mkb-m-max-radius-m-bottom-right-first > *:first-child, .mkb-m-max-radius-m-bottom-right-last > *:last-child, .mkb-m-max-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-m-max-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-m-max-radius-l-bottom-right, .mkb-m-max-radius-l-bottom-right-child > *, .mkb-m-max-radius-l-bottom-right-first > *:first-child, .mkb-m-max-radius-l-bottom-right-last > *:last-child, .mkb-m-max-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-m-max-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-m-max-radius-xl-bottom-right, .mkb-m-max-radius-xl-bottom-right-child > *, .mkb-m-max-radius-xl-bottom-right-first > *:first-child, .mkb-m-max-radius-xl-bottom-right-last > *:last-child, .mkb-m-max-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-m-max-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-m-max-offset-auto, .mkb-m-max-offset-auto-child > *, .mkb-m-max-offset-auto-first > *:first-child, .mkb-m-max-offset-auto-last > *:last-child, .mkb-m-max-offset-auto-odd > *:nth-child(odd), .mkb-m-max-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-m-max-offset-none, .mkb-m-max-offset-none-child > *, .mkb-m-max-offset-none-first > *:first-child, .mkb-m-max-offset-none-last > *:last-child, .mkb-m-max-offset-none-odd > *:nth-child(odd), .mkb-m-max-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-m-max-offset-inherit, .mkb-m-max-offset-inherit-child > *, .mkb-m-max-offset-inherit-first > *:first-child, .mkb-m-max-offset-inherit-last > *:last-child, .mkb-m-max-offset-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-m-max-offset-top-auto, .mkb-m-max-offset-top-auto-child > *, .mkb-m-max-offset-top-auto-first > *:first-child, .mkb-m-max-offset-top-auto-last > *:last-child, .mkb-m-max-offset-top-auto-odd > *:nth-child(odd), .mkb-m-max-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-m-max-offset-top-none, .mkb-m-max-offset-top-none-child > *, .mkb-m-max-offset-top-none-first > *:first-child, .mkb-m-max-offset-top-none-last > *:last-child, .mkb-m-max-offset-top-none-odd > *:nth-child(odd), .mkb-m-max-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-m-max-offset-top-inherit, .mkb-m-max-offset-top-inherit-child > *, .mkb-m-max-offset-top-inherit-first > *:first-child, .mkb-m-max-offset-top-inherit-last > *:last-child, .mkb-m-max-offset-top-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-m-max-offset-bottom-auto, .mkb-m-max-offset-bottom-auto-child > *, .mkb-m-max-offset-bottom-auto-first > *:first-child, .mkb-m-max-offset-bottom-auto-last > *:last-child, .mkb-m-max-offset-bottom-auto-odd > *:nth-child(odd), .mkb-m-max-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-m-max-offset-bottom-none, .mkb-m-max-offset-bottom-none-child > *, .mkb-m-max-offset-bottom-none-first > *:first-child, .mkb-m-max-offset-bottom-none-last > *:last-child, .mkb-m-max-offset-bottom-none-odd > *:nth-child(odd), .mkb-m-max-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-m-max-offset-bottom-inherit, .mkb-m-max-offset-bottom-inherit-child > *, .mkb-m-max-offset-bottom-inherit-first > *:first-child, .mkb-m-max-offset-bottom-inherit-last > *:last-child, .mkb-m-max-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-m-max-offset-left-auto, .mkb-m-max-offset-left-auto-child > *, .mkb-m-max-offset-left-auto-first > *:first-child, .mkb-m-max-offset-left-auto-last > *:last-child, .mkb-m-max-offset-left-auto-odd > *:nth-child(odd), .mkb-m-max-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-m-max-offset-left-none, .mkb-m-max-offset-left-none-child > *, .mkb-m-max-offset-left-none-first > *:first-child, .mkb-m-max-offset-left-none-last > *:last-child, .mkb-m-max-offset-left-none-odd > *:nth-child(odd), .mkb-m-max-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-m-max-offset-left-inherit, .mkb-m-max-offset-left-inherit-child > *, .mkb-m-max-offset-left-inherit-first > *:first-child, .mkb-m-max-offset-left-inherit-last > *:last-child, .mkb-m-max-offset-left-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-m-max-offset-right-auto, .mkb-m-max-offset-right-auto-child > *, .mkb-m-max-offset-right-auto-first > *:first-child, .mkb-m-max-offset-right-auto-last > *:last-child, .mkb-m-max-offset-right-auto-odd > *:nth-child(odd), .mkb-m-max-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-m-max-offset-right-none, .mkb-m-max-offset-right-none-child > *, .mkb-m-max-offset-right-none-first > *:first-child, .mkb-m-max-offset-right-none-last > *:last-child, .mkb-m-max-offset-right-none-odd > *:nth-child(odd), .mkb-m-max-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-m-max-offset-right-inherit, .mkb-m-max-offset-right-inherit-child > *, .mkb-m-max-offset-right-inherit-first > *:first-child, .mkb-m-max-offset-right-inherit-last > *:last-child, .mkb-m-max-offset-right-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-m-max-offset-vertical-auto, .mkb-m-max-offset-vertical-auto-child > *, .mkb-m-max-offset-vertical-auto-first > *:first-child, .mkb-m-max-offset-vertical-auto-last > *:last-child, .mkb-m-max-offset-vertical-auto-odd > *:nth-child(odd), .mkb-m-max-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-m-max-offset-horizontal-auto, .mkb-m-max-offset-horizontal-auto-child > *, .mkb-m-max-offset-horizontal-auto-first > *:first-child, .mkb-m-max-offset-horizontal-auto-last > *:last-child, .mkb-m-max-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-m-max-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-m-max-offset-vertical-none, .mkb-m-max-offset-vertical-none-child > *, .mkb-m-max-offset-vertical-none-first > *:first-child, .mkb-m-max-offset-vertical-none-last > *:last-child, .mkb-m-max-offset-vertical-none-odd > *:nth-child(odd), .mkb-m-max-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-m-max-offset-horizontal-none, .mkb-m-max-offset-horizontal-none-child > *, .mkb-m-max-offset-horizontal-none-first > *:first-child, .mkb-m-max-offset-horizontal-none-last > *:last-child, .mkb-m-max-offset-horizontal-none-odd > *:nth-child(odd), .mkb-m-max-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-m-max-offset-vertical-inherit, .mkb-m-max-offset-vertical-inherit-child > *, .mkb-m-max-offset-vertical-inherit-first > *:first-child, .mkb-m-max-offset-vertical-inherit-last > *:last-child, .mkb-m-max-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-m-max-offset-horizontal-inherit, .mkb-m-max-offset-horizontal-inherit-child > *, .mkb-m-max-offset-horizontal-inherit-first > *:first-child, .mkb-m-max-offset-horizontal-inherit-last > *:last-child, .mkb-m-max-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-max-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (min-width: 1025px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-m-min-container-s, .mkb-m-min-container-s-child > *, .mkb-m-min-container-s-first > *:first-child, .mkb-m-min-container-s-last > *:last-child, .mkb-m-min-container-s-odd > *:nth-child(odd), .mkb-m-min-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-min-container-m, .mkb-m-min-container-m-child > *, .mkb-m-min-container-m-first > *:first-child, .mkb-m-min-container-m-last > *:last-child, .mkb-m-min-container-m-odd > *:nth-child(odd), .mkb-m-min-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-min-container-l, .mkb-m-min-container-l-child > *, .mkb-m-min-container-l-first > *:first-child, .mkb-m-min-container-l-last > *:last-child, .mkb-m-min-container-l-odd > *:nth-child(odd), .mkb-m-min-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-min-container-xl, .mkb-m-min-container-xl-child > *, .mkb-m-min-container-xl-first > *:first-child, .mkb-m-min-container-xl-last > *:last-child, .mkb-m-min-container-xl-odd > *:nth-child(odd), .mkb-m-min-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-m-min-wrapper-pad, .mkb-m-min-wrapper-pad-child > *, .mkb-m-min-wrapper-pad-first > *:first-child, .mkb-m-min-wrapper-pad-last > *:last-child, .mkb-m-min-wrapper-pad-odd > *:nth-child(odd), .mkb-m-min-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-m-min-wrapper-pad-vertical, .mkb-m-min-wrapper-pad-vertical-child > *, .mkb-m-min-wrapper-pad-vertical-first > *:first-child, .mkb-m-min-wrapper-pad-vertical-last > *:last-child, .mkb-m-min-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-m-min-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-m-min-wrapper-pad-horizontal, .mkb-m-min-wrapper-pad-horizontal-child > *, .mkb-m-min-wrapper-pad-horizontal-first > *:first-child, .mkb-m-min-wrapper-pad-horizontal-last > *:last-child, .mkb-m-min-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-m-min-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-m-min-wrapper-gap, .mkb-m-min-wrapper-gap-child > *, .mkb-m-min-wrapper-gap-first > *:first-child, .mkb-m-min-wrapper-gap-last > *:last-child, .mkb-m-min-wrapper-gap-odd > *:nth-child(odd), .mkb-m-min-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-m-min-wrapper-gap-vertical, .mkb-m-min-wrapper-gap-vertical-child > *, .mkb-m-min-wrapper-gap-vertical-first > *:first-child, .mkb-m-min-wrapper-gap-vertical-last > *:last-child, .mkb-m-min-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-m-min-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-m-min-wrapper-gap-horizontal, .mkb-m-min-wrapper-gap-horizontal-child > *, .mkb-m-min-wrapper-gap-horizontal-first > *:first-child, .mkb-m-min-wrapper-gap-horizontal-last > *:last-child, .mkb-m-min-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-m-min-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-m-min-inline, .mkb-m-min-inline-child > *, .mkb-m-min-inline-first > *:first-child, .mkb-m-min-inline-last > *:last-child, .mkb-m-min-inline-odd > *:nth-child(odd), .mkb-m-min-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-m-min-inline-block, .mkb-m-min-inline-block-child > *, .mkb-m-min-inline-block-first > *:first-child, .mkb-m-min-inline-block-last > *:last-child, .mkb-m-min-inline-block-odd > *:nth-child(odd), .mkb-m-min-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-m-min-inline-table, .mkb-m-min-inline-table-child > *, .mkb-m-min-inline-table-first > *:first-child, .mkb-m-min-inline-table-last > *:last-child, .mkb-m-min-inline-table-odd > *:nth-child(odd), .mkb-m-min-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-m-min-inline-flex, .mkb-m-min-inline-flex-child > *, .mkb-m-min-inline-flex-first > *:first-child, .mkb-m-min-inline-flex-last > *:last-child, .mkb-m-min-inline-flex-odd > *:nth-child(odd), .mkb-m-min-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-m-min-inline-flex > *, .mkb-m-min-inline-flex-child > * > *, .mkb-m-min-inline-flex-first > *:first-child > *, .mkb-m-min-inline-flex-last > *:last-child > *, .mkb-m-min-inline-flex-odd > *:nth-child(odd) > *, .mkb-m-min-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-m-min-block, .mkb-m-min-block-child > *, .mkb-m-min-block-first > *:first-child, .mkb-m-min-block-last > *:last-child, .mkb-m-min-block-odd > *:nth-child(odd), .mkb-m-min-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-m-min-table, .mkb-m-min-table-child > *, .mkb-m-min-table-first > *:first-child, .mkb-m-min-table-last > *:last-child, .mkb-m-min-table-odd > *:nth-child(odd), .mkb-m-min-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-m-min-table-row, .mkb-m-min-table-row-child > *, .mkb-m-min-table-row-first > *:first-child, .mkb-m-min-table-row-last > *:last-child, .mkb-m-min-table-row-odd > *:nth-child(odd), .mkb-m-min-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-m-min-table-cell, .mkb-m-min-table-cell-child > *, .mkb-m-min-table-cell-first > *:first-child, .mkb-m-min-table-cell-last > *:last-child, .mkb-m-min-table-cell-odd > *:nth-child(odd), .mkb-m-min-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-m-min-flex, .mkb-m-min-flex-child > *, .mkb-m-min-flex-first > *:first-child, .mkb-m-min-flex-last > *:last-child, .mkb-m-min-flex-odd > *:nth-child(odd), .mkb-m-min-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-m-min-flex > *, .mkb-m-min-flex-child > * > *, .mkb-m-min-flex-first > *:first-child > *, .mkb-m-min-flex-last > *:last-child > *, .mkb-m-min-flex-odd > *:nth-child(odd) > *, .mkb-m-min-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-m-min-none, .mkb-m-min-none-child > *, .mkb-m-min-none-first > *:first-child, .mkb-m-min-none-last > *:last-child, .mkb-m-min-none-odd > *:nth-child(odd), .mkb-m-min-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-m-min-display-inherit, .mkb-m-min-display-inherit-child > *, .mkb-m-min-display-inherit-first > *:first-child, .mkb-m-min-display-inherit-last > *:last-child, .mkb-m-min-display-inherit-odd > *:nth-child(odd), .mkb-m-min-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-m-min-flex-row, .mkb-m-min-flex-row-child > *, .mkb-m-min-flex-row-first > *:first-child, .mkb-m-min-flex-row-last > *:last-child, .mkb-m-min-flex-row-odd > *:nth-child(odd), .mkb-m-min-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-m-min-flex-row-reverse, .mkb-m-min-flex-row-reverse-child > *, .mkb-m-min-flex-row-reverse-first > *:first-child, .mkb-m-min-flex-row-reverse-last > *:last-child, .mkb-m-min-flex-row-reverse-odd > *:nth-child(odd), .mkb-m-min-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-m-min-flex-column, .mkb-m-min-flex-column-child > *, .mkb-m-min-flex-column-first > *:first-child, .mkb-m-min-flex-column-last > *:last-child, .mkb-m-min-flex-column-odd > *:nth-child(odd), .mkb-m-min-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-m-min-flex-column-reverse, .mkb-m-min-flex-column-reverse-child > *, .mkb-m-min-flex-column-reverse-first > *:first-child, .mkb-m-min-flex-column-reverse-last > *:last-child, .mkb-m-min-flex-column-reverse-odd > *:nth-child(odd), .mkb-m-min-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-m-min-flex-direction-inherit, .mkb-m-min-flex-direction-inherit-child > *, .mkb-m-min-flex-direction-inherit-first > *:first-child, .mkb-m-min-flex-direction-inherit-last > *:last-child, .mkb-m-min-flex-direction-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-m-min-flex-wrap-none, .mkb-m-min-flex-wrap-none-child > *, .mkb-m-min-flex-wrap-none-first > *:first-child, .mkb-m-min-flex-wrap-none-last > *:last-child, .mkb-m-min-flex-wrap-none-odd > *:nth-child(odd), .mkb-m-min-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-m-min-flex-wrap, .mkb-m-min-flex-wrap-child > *, .mkb-m-min-flex-wrap-first > *:first-child, .mkb-m-min-flex-wrap-last > *:last-child, .mkb-m-min-flex-wrap-odd > *:nth-child(odd), .mkb-m-min-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-m-min-flex-wrap-reverse, .mkb-m-min-flex-wrap-reverse-child > *, .mkb-m-min-flex-wrap-reverse-first > *:first-child, .mkb-m-min-flex-wrap-reverse-last > *:last-child, .mkb-m-min-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-m-min-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-m-min-flex-wrap-inherit, .mkb-m-min-flex-wrap-inherit-child > *, .mkb-m-min-flex-wrap-inherit-first > *:first-child, .mkb-m-min-flex-wrap-inherit-last > *:last-child, .mkb-m-min-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-m-min-flex-left, .mkb-m-min-flex-left-child > *, .mkb-m-min-flex-left-first > *:first-child, .mkb-m-min-flex-left-last > *:last-child, .mkb-m-min-flex-left-odd > *:nth-child(odd), .mkb-m-min-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-m-min-flex-right, .mkb-m-min-flex-right-child > *, .mkb-m-min-flex-right-first > *:first-child, .mkb-m-min-flex-right-last > *:last-child, .mkb-m-min-flex-right-odd > *:nth-child(odd), .mkb-m-min-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-m-min-flex-center, .mkb-m-min-flex-center-child > *, .mkb-m-min-flex-center-first > *:first-child, .mkb-m-min-flex-center-last > *:last-child, .mkb-m-min-flex-center-odd > *:nth-child(odd), .mkb-m-min-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-m-min-flex-between, .mkb-m-min-flex-between-child > *, .mkb-m-min-flex-between-first > *:first-child, .mkb-m-min-flex-between-last > *:last-child, .mkb-m-min-flex-between-odd > *:nth-child(odd), .mkb-m-min-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-m-min-flex-around, .mkb-m-min-flex-around-child > *, .mkb-m-min-flex-around-first > *:first-child, .mkb-m-min-flex-around-last > *:last-child, .mkb-m-min-flex-around-odd > *:nth-child(odd), .mkb-m-min-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-m-min-flex-justify-inherit, .mkb-m-min-flex-justify-inherit-child > *, .mkb-m-min-flex-justify-inherit-first > *:first-child, .mkb-m-min-flex-justify-inherit-last > *:last-child, .mkb-m-min-flex-justify-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-m-min-flex-align-auto, .mkb-m-min-flex-align-auto-child > *, .mkb-m-min-flex-align-auto-first > *:first-child, .mkb-m-min-flex-align-auto-last > *:last-child, .mkb-m-min-flex-align-auto-odd > *:nth-child(odd), .mkb-m-min-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-m-min-flex-stretch, .mkb-m-min-flex-stretch-child > *, .mkb-m-min-flex-stretch-first > *:first-child, .mkb-m-min-flex-stretch-last > *:last-child, .mkb-m-min-flex-stretch-odd > *:nth-child(odd), .mkb-m-min-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-m-min-flex-middle, .mkb-m-min-flex-middle-child > *, .mkb-m-min-flex-middle-first > *:first-child, .mkb-m-min-flex-middle-last > *:last-child, .mkb-m-min-flex-middle-odd > *:nth-child(odd), .mkb-m-min-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-m-min-flex-top, .mkb-m-min-flex-top-child > *, .mkb-m-min-flex-top-first > *:first-child, .mkb-m-min-flex-top-last > *:last-child, .mkb-m-min-flex-top-odd > *:nth-child(odd), .mkb-m-min-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-m-min-flex-bottom, .mkb-m-min-flex-bottom-child > *, .mkb-m-min-flex-bottom-first > *:first-child, .mkb-m-min-flex-bottom-last > *:last-child, .mkb-m-min-flex-bottom-odd > *:nth-child(odd), .mkb-m-min-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-m-min-flex-baseline, .mkb-m-min-flex-baseline-child > *, .mkb-m-min-flex-baseline-first > *:first-child, .mkb-m-min-flex-baseline-last > *:last-child, .mkb-m-min-flex-baseline-odd > *:nth-child(odd), .mkb-m-min-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-m-min-flex-align-inherit, .mkb-m-min-flex-align-inherit-child > *, .mkb-m-min-flex-align-inherit-first > *:first-child, .mkb-m-min-flex-align-inherit-last > *:last-child, .mkb-m-min-flex-align-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-m-min-flex-self-auto, .mkb-m-min-flex-self-auto-child > *, .mkb-m-min-flex-self-auto-first > *:first-child, .mkb-m-min-flex-self-auto-last > *:last-child, .mkb-m-min-flex-self-auto-odd > *:nth-child(odd), .mkb-m-min-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-m-min-flex-self-stretch, .mkb-m-min-flex-self-stretch-child > *, .mkb-m-min-flex-self-stretch-first > *:first-child, .mkb-m-min-flex-self-stretch-last > *:last-child, .mkb-m-min-flex-self-stretch-odd > *:nth-child(odd), .mkb-m-min-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-m-min-flex-self-middle, .mkb-m-min-flex-self-middle-child > *, .mkb-m-min-flex-self-middle-first > *:first-child, .mkb-m-min-flex-self-middle-last > *:last-child, .mkb-m-min-flex-self-middle-odd > *:nth-child(odd), .mkb-m-min-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-m-min-flex-self-top, .mkb-m-min-flex-self-top-child > *, .mkb-m-min-flex-self-top-first > *:first-child, .mkb-m-min-flex-self-top-last > *:last-child, .mkb-m-min-flex-self-top-odd > *:nth-child(odd), .mkb-m-min-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-m-min-flex-self-bottom, .mkb-m-min-flex-self-bottom-child > *, .mkb-m-min-flex-self-bottom-first > *:first-child, .mkb-m-min-flex-self-bottom-last > *:last-child, .mkb-m-min-flex-self-bottom-odd > *:nth-child(odd), .mkb-m-min-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-m-min-flex-self-baseline, .mkb-m-min-flex-self-baseline-child > *, .mkb-m-min-flex-self-baseline-first > *:first-child, .mkb-m-min-flex-self-baseline-last > *:last-child, .mkb-m-min-flex-self-baseline-odd > *:nth-child(odd), .mkb-m-min-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-m-min-flex-self-inherit, .mkb-m-min-flex-self-inherit-child > *, .mkb-m-min-flex-self-inherit-first > *:first-child, .mkb-m-min-flex-self-inherit-last > *:last-child, .mkb-m-min-flex-self-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-m-min-flex-shrink-none, .mkb-m-min-flex-shrink-none-child > *, .mkb-m-min-flex-shrink-none-first > *:first-child, .mkb-m-min-flex-shrink-none-last > *:last-child, .mkb-m-min-flex-shrink-none-odd > *:nth-child(odd), .mkb-m-min-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-m-min-flex-shrink, .mkb-m-min-flex-shrink-child > *, .mkb-m-min-flex-shrink-first > *:first-child, .mkb-m-min-flex-shrink-last > *:last-child, .mkb-m-min-flex-shrink-odd > *:nth-child(odd), .mkb-m-min-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-m-min-flex-shrink-inherit, .mkb-m-min-flex-shrink-inherit-child > *, .mkb-m-min-flex-shrink-inherit-first > *:first-child, .mkb-m-min-flex-shrink-inherit-last > *:last-child, .mkb-m-min-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-m-min-flex-grow-none, .mkb-m-min-flex-grow-none-child > *, .mkb-m-min-flex-grow-none-first > *:first-child, .mkb-m-min-flex-grow-none-last > *:last-child, .mkb-m-min-flex-grow-none-odd > *:nth-child(odd), .mkb-m-min-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-m-min-flex-grow, .mkb-m-min-flex-grow-child > *, .mkb-m-min-flex-grow-first > *:first-child, .mkb-m-min-flex-grow-last > *:last-child, .mkb-m-min-flex-grow-odd > *:nth-child(odd), .mkb-m-min-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-m-min-flex-grow-inherit, .mkb-m-min-flex-grow-inherit-child > *, .mkb-m-min-flex-grow-inherit-first > *:first-child, .mkb-m-min-flex-grow-inherit-last > *:last-child, .mkb-m-min-flex-grow-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-m-min-flex-order-first, .mkb-m-min-flex-order-first-child > *, .mkb-m-min-flex-order-first-first > *:first-child, .mkb-m-min-flex-order-first-last > *:last-child, .mkb-m-min-flex-order-first-odd > *:nth-child(odd), .mkb-m-min-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-m-min-flex-order-last, .mkb-m-min-flex-order-last-child > *, .mkb-m-min-flex-order-last-first > *:first-child, .mkb-m-min-flex-order-last-last > *:last-child, .mkb-m-min-flex-order-last-odd > *:nth-child(odd), .mkb-m-min-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-m-min-flex-order-inherit, .mkb-m-min-flex-order-inherit-child > *, .mkb-m-min-flex-order-inherit-first > *:first-child, .mkb-m-min-flex-order-inherit-last > *:last-child, .mkb-m-min-flex-order-inherit-odd > *:nth-child(odd), .mkb-m-min-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-m-min-flex-order-0, .mkb-m-min-flex-order-0-child > *, .mkb-m-min-flex-order-0-first > *:first-child, .mkb-m-min-flex-order-0-last > *:last-child, .mkb-m-min-flex-order-0-odd > *:nth-child(odd), .mkb-m-min-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-m-min-flex-order-1, .mkb-m-min-flex-order-1-child > *, .mkb-m-min-flex-order-1-first > *:first-child, .mkb-m-min-flex-order-1-last > *:last-child, .mkb-m-min-flex-order-1-odd > *:nth-child(odd), .mkb-m-min-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-m-min-flex-order-2, .mkb-m-min-flex-order-2-child > *, .mkb-m-min-flex-order-2-first > *:first-child, .mkb-m-min-flex-order-2-last > *:last-child, .mkb-m-min-flex-order-2-odd > *:nth-child(odd), .mkb-m-min-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-m-min-flex-order-3, .mkb-m-min-flex-order-3-child > *, .mkb-m-min-flex-order-3-first > *:first-child, .mkb-m-min-flex-order-3-last > *:last-child, .mkb-m-min-flex-order-3-odd > *:nth-child(odd), .mkb-m-min-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-m-min-flex-order-4, .mkb-m-min-flex-order-4-child > *, .mkb-m-min-flex-order-4-first > *:first-child, .mkb-m-min-flex-order-4-last > *:last-child, .mkb-m-min-flex-order-4-odd > *:nth-child(odd), .mkb-m-min-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-m-min-flex-order-5, .mkb-m-min-flex-order-5-child > *, .mkb-m-min-flex-order-5-first > *:first-child, .mkb-m-min-flex-order-5-last > *:last-child, .mkb-m-min-flex-order-5-odd > *:nth-child(odd), .mkb-m-min-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-m-min-flex-order-6, .mkb-m-min-flex-order-6-child > *, .mkb-m-min-flex-order-6-first > *:first-child, .mkb-m-min-flex-order-6-last > *:last-child, .mkb-m-min-flex-order-6-odd > *:nth-child(odd), .mkb-m-min-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-m-min-flex-order-7, .mkb-m-min-flex-order-7-child > *, .mkb-m-min-flex-order-7-first > *:first-child, .mkb-m-min-flex-order-7-last > *:last-child, .mkb-m-min-flex-order-7-odd > *:nth-child(odd), .mkb-m-min-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-m-min-flex-order-8, .mkb-m-min-flex-order-8-child > *, .mkb-m-min-flex-order-8-first > *:first-child, .mkb-m-min-flex-order-8-last > *:last-child, .mkb-m-min-flex-order-8-odd > *:nth-child(odd), .mkb-m-min-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-m-min-flex-order-9, .mkb-m-min-flex-order-9-child > *, .mkb-m-min-flex-order-9-first > *:first-child, .mkb-m-min-flex-order-9-last > *:last-child, .mkb-m-min-flex-order-9-odd > *:nth-child(odd), .mkb-m-min-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-m-min-flex-order-10, .mkb-m-min-flex-order-10-child > *, .mkb-m-min-flex-order-10-first > *:first-child, .mkb-m-min-flex-order-10-last > *:last-child, .mkb-m-min-flex-order-10-odd > *:nth-child(odd), .mkb-m-min-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-m-min-flex-order-11, .mkb-m-min-flex-order-11-child > *, .mkb-m-min-flex-order-11-first > *:first-child, .mkb-m-min-flex-order-11-last > *:last-child, .mkb-m-min-flex-order-11-odd > *:nth-child(odd), .mkb-m-min-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-m-min-flex-order-12, .mkb-m-min-flex-order-12-child > *, .mkb-m-min-flex-order-12-first > *:first-child, .mkb-m-min-flex-order-12-last > *:last-child, .mkb-m-min-flex-order-12-odd > *:nth-child(odd), .mkb-m-min-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-m-min-table-layout-auto, .mkb-m-min-table-layout-auto-child > *, .mkb-m-min-table-layout-auto-first > *:first-child, .mkb-m-min-table-layout-auto-last > *:last-child, .mkb-m-min-table-layout-auto-odd > *:nth-child(odd), .mkb-m-min-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-m-min-table-fixed, .mkb-m-min-table-fixed-child > *, .mkb-m-min-table-fixed-first > *:first-child, .mkb-m-min-table-fixed-last > *:last-child, .mkb-m-min-table-fixed-odd > *:nth-child(odd), .mkb-m-min-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-m-min-table-layout-inherit, .mkb-m-min-table-layout-inherit-child > *, .mkb-m-min-table-layout-inherit-first > *:first-child, .mkb-m-min-table-layout-inherit-last > *:last-child, .mkb-m-min-table-layout-inherit-odd > *:nth-child(odd), .mkb-m-min-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-m-min-table-seperate, .mkb-m-min-table-seperate-child > *, .mkb-m-min-table-seperate-first > *:first-child, .mkb-m-min-table-seperate-last > *:last-child, .mkb-m-min-table-seperate-odd > *:nth-child(odd), .mkb-m-min-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-m-min-table-collapse, .mkb-m-min-table-collapse-child > *, .mkb-m-min-table-collapse-first > *:first-child, .mkb-m-min-table-collapse-last > *:last-child, .mkb-m-min-table-collapse-odd > *:nth-child(odd), .mkb-m-min-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-m-min-table-collapse-inherit, .mkb-m-min-table-collapse-inherit-child > *, .mkb-m-min-table-collapse-inherit-first > *:first-child, .mkb-m-min-table-collapse-inherit-last > *:last-child, .mkb-m-min-table-collapse-inherit-odd > *:nth-child(odd), .mkb-m-min-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-m-min-table-spacing-s, .mkb-m-min-table-spacing-s-child > *, .mkb-m-min-table-spacing-s-first > *:first-child, .mkb-m-min-table-spacing-s-last > *:last-child, .mkb-m-min-table-spacing-s-odd > *:nth-child(odd), .mkb-m-min-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-m-min-table-spacing-s-vertical, .mkb-m-min-table-spacing-s-vertical-child > *, .mkb-m-min-table-spacing-s-vertical-first > *:first-child, .mkb-m-min-table-spacing-s-vertical-last > *:last-child, .mkb-m-min-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-m-min-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-m-min-table-spacing-s-horizontal, .mkb-m-min-table-spacing-s-horizontal-child > *, .mkb-m-min-table-spacing-s-horizontal-first > *:first-child, .mkb-m-min-table-spacing-s-horizontal-last > *:last-child, .mkb-m-min-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-m-min-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-m-min-table-spacing-m, .mkb-m-min-table-spacing-m-child > *, .mkb-m-min-table-spacing-m-first > *:first-child, .mkb-m-min-table-spacing-m-last > *:last-child, .mkb-m-min-table-spacing-m-odd > *:nth-child(odd), .mkb-m-min-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-m-min-table-spacing-m-vertical, .mkb-m-min-table-spacing-m-vertical-child > *, .mkb-m-min-table-spacing-m-vertical-first > *:first-child, .mkb-m-min-table-spacing-m-vertical-last > *:last-child, .mkb-m-min-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-m-min-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-m-min-table-spacing-m-horizontal, .mkb-m-min-table-spacing-m-horizontal-child > *, .mkb-m-min-table-spacing-m-horizontal-first > *:first-child, .mkb-m-min-table-spacing-m-horizontal-last > *:last-child, .mkb-m-min-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-m-min-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-m-min-table-spacing-l, .mkb-m-min-table-spacing-l-child > *, .mkb-m-min-table-spacing-l-first > *:first-child, .mkb-m-min-table-spacing-l-last > *:last-child, .mkb-m-min-table-spacing-l-odd > *:nth-child(odd), .mkb-m-min-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-m-min-table-spacing-l-vertical, .mkb-m-min-table-spacing-l-vertical-child > *, .mkb-m-min-table-spacing-l-vertical-first > *:first-child, .mkb-m-min-table-spacing-l-vertical-last > *:last-child, .mkb-m-min-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-m-min-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-m-min-table-spacing-l-horizontal, .mkb-m-min-table-spacing-l-horizontal-child > *, .mkb-m-min-table-spacing-l-horizontal-first > *:first-child, .mkb-m-min-table-spacing-l-horizontal-last > *:last-child, .mkb-m-min-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-m-min-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-m-min-table-spacing-xl, .mkb-m-min-table-spacing-xl-child > *, .mkb-m-min-table-spacing-xl-first > *:first-child, .mkb-m-min-table-spacing-xl-last > *:last-child, .mkb-m-min-table-spacing-xl-odd > *:nth-child(odd), .mkb-m-min-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-m-min-table-spacing-xl-vertical, .mkb-m-min-table-spacing-xl-vertical-child > *, .mkb-m-min-table-spacing-xl-vertical-first > *:first-child, .mkb-m-min-table-spacing-xl-vertical-last > *:last-child, .mkb-m-min-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-m-min-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-m-min-table-spacing-xl-horizontal, .mkb-m-min-table-spacing-xl-horizontal-child > *, .mkb-m-min-table-spacing-xl-horizontal-first > *:first-child, .mkb-m-min-table-spacing-xl-horizontal-last > *:last-child, .mkb-m-min-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-m-min-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-m-min-table-spacing-inherit, .mkb-m-min-table-spacing-inherit-child > *, .mkb-m-min-table-spacing-inherit-first > *:first-child, .mkb-m-min-table-spacing-inherit-last > *:last-child, .mkb-m-min-table-spacing-inherit-odd > *:nth-child(odd), .mkb-m-min-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-m-min-column-2, .mkb-m-min-column-2-child > *, .mkb-m-min-column-2-first > *:first-child, .mkb-m-min-column-2-last > *:last-child, .mkb-m-min-column-2-odd > *:nth-child(odd), .mkb-m-min-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-m-min-column-3, .mkb-m-min-column-3-child > *, .mkb-m-min-column-3-first > *:first-child, .mkb-m-min-column-3-last > *:last-child, .mkb-m-min-column-3-odd > *:nth-child(odd), .mkb-m-min-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-m-min-column-4, .mkb-m-min-column-4-child > *, .mkb-m-min-column-4-first > *:first-child, .mkb-m-min-column-4-last > *:last-child, .mkb-m-min-column-4-odd > *:nth-child(odd), .mkb-m-min-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-m-min-column-5, .mkb-m-min-column-5-child > *, .mkb-m-min-column-5-first > *:first-child, .mkb-m-min-column-5-last > *:last-child, .mkb-m-min-column-5-odd > *:nth-child(odd), .mkb-m-min-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-m-min-column-6, .mkb-m-min-column-6-child > *, .mkb-m-min-column-6-first > *:first-child, .mkb-m-min-column-6-last > *:last-child, .mkb-m-min-column-6-odd > *:nth-child(odd), .mkb-m-min-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-m-min-column-7, .mkb-m-min-column-7-child > *, .mkb-m-min-column-7-first > *:first-child, .mkb-m-min-column-7-last > *:last-child, .mkb-m-min-column-7-odd > *:nth-child(odd), .mkb-m-min-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-m-min-column-8, .mkb-m-min-column-8-child > *, .mkb-m-min-column-8-first > *:first-child, .mkb-m-min-column-8-last > *:last-child, .mkb-m-min-column-8-odd > *:nth-child(odd), .mkb-m-min-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-m-min-column-9, .mkb-m-min-column-9-child > *, .mkb-m-min-column-9-first > *:first-child, .mkb-m-min-column-9-last > *:last-child, .mkb-m-min-column-9-odd > *:nth-child(odd), .mkb-m-min-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-m-min-column-10, .mkb-m-min-column-10-child > *, .mkb-m-min-column-10-first > *:first-child, .mkb-m-min-column-10-last > *:last-child, .mkb-m-min-column-10-odd > *:nth-child(odd), .mkb-m-min-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-m-min-column-11, .mkb-m-min-column-11-child > *, .mkb-m-min-column-11-first > *:first-child, .mkb-m-min-column-11-last > *:last-child, .mkb-m-min-column-11-odd > *:nth-child(odd), .mkb-m-min-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-m-min-column-12, .mkb-m-min-column-12-child > *, .mkb-m-min-column-12-first > *:first-child, .mkb-m-min-column-12-last > *:last-child, .mkb-m-min-column-12-odd > *:nth-child(odd), .mkb-m-min-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-m-min-column-gap-s, .mkb-m-min-column-gap-s-child > *, .mkb-m-min-column-gap-s-first > *:first-child, .mkb-m-min-column-gap-s-last > *:last-child, .mkb-m-min-column-gap-s-odd > *:nth-child(odd), .mkb-m-min-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-m-min-column-gap-m, .mkb-m-min-column-gap-m-child > *, .mkb-m-min-column-gap-m-first > *:first-child, .mkb-m-min-column-gap-m-last > *:last-child, .mkb-m-min-column-gap-m-odd > *:nth-child(odd), .mkb-m-min-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-m-min-column-gap-l, .mkb-m-min-column-gap-l-child > *, .mkb-m-min-column-gap-l-first > *:first-child, .mkb-m-min-column-gap-l-last > *:last-child, .mkb-m-min-column-gap-l-odd > *:nth-child(odd), .mkb-m-min-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-m-min-column-gap-xl, .mkb-m-min-column-gap-xl-child > *, .mkb-m-min-column-gap-xl-first > *:first-child, .mkb-m-min-column-gap-xl-last > *:last-child, .mkb-m-min-column-gap-xl-odd > *:nth-child(odd), .mkb-m-min-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-m-min-column-rule-thin, .mkb-m-min-column-rule-thin-child > *, .mkb-m-min-column-rule-thin-first > *:first-child, .mkb-m-min-column-rule-thin-last > *:last-child, .mkb-m-min-column-rule-thin-odd > *:nth-child(odd), .mkb-m-min-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-m-min-column-rule-medium, .mkb-m-min-column-rule-medium-child > *, .mkb-m-min-column-rule-medium-first > *:first-child, .mkb-m-min-column-rule-medium-last > *:last-child, .mkb-m-min-column-rule-medium-odd > *:nth-child(odd), .mkb-m-min-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-m-min-column-rule-thick, .mkb-m-min-column-rule-thick-child > *, .mkb-m-min-column-rule-thick-first > *:first-child, .mkb-m-min-column-rule-thick-last > *:last-child, .mkb-m-min-column-rule-thick-odd > *:nth-child(odd), .mkb-m-min-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-m-min-column-rule-s, .mkb-m-min-column-rule-s-child > *, .mkb-m-min-column-rule-s-first > *:first-child, .mkb-m-min-column-rule-s-last > *:last-child, .mkb-m-min-column-rule-s-odd > *:nth-child(odd), .mkb-m-min-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-m-min-column-rule-m, .mkb-m-min-column-rule-m-child > *, .mkb-m-min-column-rule-m-first > *:first-child, .mkb-m-min-column-rule-m-last > *:last-child, .mkb-m-min-column-rule-m-odd > *:nth-child(odd), .mkb-m-min-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-m-min-column-rule-l, .mkb-m-min-column-rule-l-child > *, .mkb-m-min-column-rule-l-first > *:first-child, .mkb-m-min-column-rule-l-last > *:last-child, .mkb-m-min-column-rule-l-odd > *:nth-child(odd), .mkb-m-min-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-m-min-column-rule-xl, .mkb-m-min-column-rule-xl-child > *, .mkb-m-min-column-rule-xl-first > *:first-child, .mkb-m-min-column-rule-xl-last > *:last-child, .mkb-m-min-column-rule-xl-odd > *:nth-child(odd), .mkb-m-min-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-m-min-column-rule-dotted, .mkb-m-min-column-rule-dotted-child > *, .mkb-m-min-column-rule-dotted-first > *:first-child, .mkb-m-min-column-rule-dotted-last > *:last-child, .mkb-m-min-column-rule-dotted-odd > *:nth-child(odd), .mkb-m-min-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-m-min-column-rule-dashed, .mkb-m-min-column-rule-dashed-child > *, .mkb-m-min-column-rule-dashed-first > *:first-child, .mkb-m-min-column-rule-dashed-last > *:last-child, .mkb-m-min-column-rule-dashed-odd > *:nth-child(odd), .mkb-m-min-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-m-min-column-rule-solid, .mkb-m-min-column-rule-solid-child > *, .mkb-m-min-column-rule-solid-first > *:first-child, .mkb-m-min-column-rule-solid-last > *:last-child, .mkb-m-min-column-rule-solid-odd > *:nth-child(odd), .mkb-m-min-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-m-min-column-rule-double, .mkb-m-min-column-rule-double-child > *, .mkb-m-min-column-rule-double-first > *:first-child, .mkb-m-min-column-rule-double-last > *:last-child, .mkb-m-min-column-rule-double-odd > *:nth-child(odd), .mkb-m-min-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-m-min-column-rule-groove, .mkb-m-min-column-rule-groove-child > *, .mkb-m-min-column-rule-groove-first > *:first-child, .mkb-m-min-column-rule-groove-last > *:last-child, .mkb-m-min-column-rule-groove-odd > *:nth-child(odd), .mkb-m-min-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-m-min-column-rule-ridge, .mkb-m-min-column-rule-ridge-child > *, .mkb-m-min-column-rule-ridge-first > *:first-child, .mkb-m-min-column-rule-ridge-last > *:last-child, .mkb-m-min-column-rule-ridge-odd > *:nth-child(odd), .mkb-m-min-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-m-min-column-rule-inset, .mkb-m-min-column-rule-inset-child > *, .mkb-m-min-column-rule-inset-first > *:first-child, .mkb-m-min-column-rule-inset-last > *:last-child, .mkb-m-min-column-rule-inset-odd > *:nth-child(odd), .mkb-m-min-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-m-min-column-rule-outset, .mkb-m-min-column-rule-outset-child > *, .mkb-m-min-column-rule-outset-first > *:first-child, .mkb-m-min-column-rule-outset-last > *:last-child, .mkb-m-min-column-rule-outset-odd > *:nth-child(odd), .mkb-m-min-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-m-min-static, .mkb-m-min-static-child > *, .mkb-m-min-static-first > *:first-child, .mkb-m-min-static-last > *:last-child, .mkb-m-min-static-odd > *:nth-child(odd), .mkb-m-min-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-m-min-absolute, .mkb-m-min-absolute-child > *, .mkb-m-min-absolute-first > *:first-child, .mkb-m-min-absolute-last > *:last-child, .mkb-m-min-absolute-odd > *:nth-child(odd), .mkb-m-min-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-m-min-fixed, .mkb-m-min-fixed-child > *, .mkb-m-min-fixed-first > *:first-child, .mkb-m-min-fixed-last > *:last-child, .mkb-m-min-fixed-odd > *:nth-child(odd), .mkb-m-min-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-m-min-relative, .mkb-m-min-relative-child > *, .mkb-m-min-relative-first > *:first-child, .mkb-m-min-relative-last > *:last-child, .mkb-m-min-relative-odd > *:nth-child(odd), .mkb-m-min-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-m-min-position-inherit, .mkb-m-min-position-inherit-child > *, .mkb-m-min-position-inherit-first > *:first-child, .mkb-m-min-position-inherit-last > *:last-child, .mkb-m-min-position-inherit-odd > *:nth-child(odd), .mkb-m-min-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-m-min-float-none, .mkb-m-min-float-none-child > *, .mkb-m-min-float-none-first > *:first-child, .mkb-m-min-float-none-last > *:last-child, .mkb-m-min-float-none-odd > *:nth-child(odd), .mkb-m-min-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-m-min-float-left, .mkb-m-min-float-left-child > *, .mkb-m-min-float-left-first > *:first-child, .mkb-m-min-float-left-last > *:last-child, .mkb-m-min-float-left-odd > *:nth-child(odd), .mkb-m-min-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-m-min-float-right, .mkb-m-min-float-right-child > *, .mkb-m-min-float-right-first > *:first-child, .mkb-m-min-float-right-last > *:last-child, .mkb-m-min-float-right-odd > *:nth-child(odd), .mkb-m-min-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-m-min-float-inherit, .mkb-m-min-float-inherit-child > *, .mkb-m-min-float-inherit-first > *:first-child, .mkb-m-min-float-inherit-last > *:last-child, .mkb-m-min-float-inherit-odd > *:nth-child(odd), .mkb-m-min-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-m-min-clear-none, .mkb-m-min-clear-none-child > *, .mkb-m-min-clear-none-first > *:first-child, .mkb-m-min-clear-none-last > *:last-child, .mkb-m-min-clear-none-odd > *:nth-child(odd), .mkb-m-min-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-m-min-clear-left, .mkb-m-min-clear-left-child > *, .mkb-m-min-clear-left-first > *:first-child, .mkb-m-min-clear-left-last > *:last-child, .mkb-m-min-clear-left-odd > *:nth-child(odd), .mkb-m-min-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-m-min-clear-right, .mkb-m-min-clear-right-child > *, .mkb-m-min-clear-right-first > *:first-child, .mkb-m-min-clear-right-last > *:last-child, .mkb-m-min-clear-right-odd > *:nth-child(odd), .mkb-m-min-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-m-min-clear-both, .mkb-m-min-clear-both-child > *, .mkb-m-min-clear-both-first > *:first-child, .mkb-m-min-clear-both-last > *:last-child, .mkb-m-min-clear-both-odd > *:nth-child(odd), .mkb-m-min-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-m-min-clear-inherit, .mkb-m-min-clear-inherit-child > *, .mkb-m-min-clear-inherit-first > *:first-child, .mkb-m-min-clear-inherit-last > *:last-child, .mkb-m-min-clear-inherit-odd > *:nth-child(odd), .mkb-m-min-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-m-min-visible, .mkb-m-min-visible-child > *, .mkb-m-min-visible-first > *:first-child, .mkb-m-min-visible-last > *:last-child, .mkb-m-min-visible-odd > *:nth-child(odd), .mkb-m-min-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-m-min-hidden, .mkb-m-min-hidden-child > *, .mkb-m-min-hidden-first > *:first-child, .mkb-m-min-hidden-last > *:last-child, .mkb-m-min-hidden-odd > *:nth-child(odd), .mkb-m-min-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-m-min-collapse, .mkb-m-min-collapse-child > *, .mkb-m-min-collapse-first > *:first-child, .mkb-m-min-collapse-last > *:last-child, .mkb-m-min-collapse-odd > *:nth-child(odd), .mkb-m-min-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-m-min-inherit, .mkb-m-min-inherit-child > *, .mkb-m-min-inherit-first > *:first-child, .mkb-m-min-inherit-last > *:last-child, .mkb-m-min-inherit-odd > *:nth-child(odd), .mkb-m-min-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-m-min-opacity, .mkb-m-min-opacity-child > *, .mkb-m-min-opacity-first > *:first-child, .mkb-m-min-opacity-last > *:last-child, .mkb-m-min-opacity-odd > *:nth-child(odd), .mkb-m-min-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-m-min-opacity-none, .mkb-m-min-opacity-none-child > *, .mkb-m-min-opacity-none-first > *:first-child, .mkb-m-min-opacity-none-last > *:last-child, .mkb-m-min-opacity-none-odd > *:nth-child(odd), .mkb-m-min-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-m-min-overflow-visible, .mkb-m-min-overflow-visible-child > *, .mkb-m-min-overflow-visible-first > *:first-child, .mkb-m-min-overflow-visible-last > *:last-child, .mkb-m-min-overflow-visible-odd > *:nth-child(odd), .mkb-m-min-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-m-min-overflow-x-visible, .mkb-m-min-overflow-x-visible-child > *, .mkb-m-min-overflow-x-visible-first > *:first-child, .mkb-m-min-overflow-x-visible-last > *:last-child, .mkb-m-min-overflow-x-visible-odd > *:nth-child(odd), .mkb-m-min-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-m-min-overflow-y-visible, .mkb-m-min-overflow-y-visible-child > *, .mkb-m-min-overflow-y-visible-first > *:first-child, .mkb-m-min-overflow-y-visible-last > *:last-child, .mkb-m-min-overflow-y-visible-odd > *:nth-child(odd), .mkb-m-min-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-m-min-overflow-hidden, .mkb-m-min-overflow-hidden-child > *, .mkb-m-min-overflow-hidden-first > *:first-child, .mkb-m-min-overflow-hidden-last > *:last-child, .mkb-m-min-overflow-hidden-odd > *:nth-child(odd), .mkb-m-min-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-m-min-overflow-x-hidden, .mkb-m-min-overflow-x-hidden-child > *, .mkb-m-min-overflow-x-hidden-first > *:first-child, .mkb-m-min-overflow-x-hidden-last > *:last-child, .mkb-m-min-overflow-x-hidden-odd > *:nth-child(odd), .mkb-m-min-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-m-min-overflow-y-hidden, .mkb-m-min-overflow-y-hidden-child > *, .mkb-m-min-overflow-y-hidden-first > *:first-child, .mkb-m-min-overflow-y-hidden-last > *:last-child, .mkb-m-min-overflow-y-hidden-odd > *:nth-child(odd), .mkb-m-min-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-m-min-overflow-scroll, .mkb-m-min-overflow-scroll-child > *, .mkb-m-min-overflow-scroll-first > *:first-child, .mkb-m-min-overflow-scroll-last > *:last-child, .mkb-m-min-overflow-scroll-odd > *:nth-child(odd), .mkb-m-min-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-m-min-overflow-x-scroll, .mkb-m-min-overflow-x-scroll-child > *, .mkb-m-min-overflow-x-scroll-first > *:first-child, .mkb-m-min-overflow-x-scroll-last > *:last-child, .mkb-m-min-overflow-x-scroll-odd > *:nth-child(odd), .mkb-m-min-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-m-min-overflow-y-scroll, .mkb-m-min-overflow-y-scroll-child > *, .mkb-m-min-overflow-y-scroll-first > *:first-child, .mkb-m-min-overflow-y-scroll-last > *:last-child, .mkb-m-min-overflow-y-scroll-odd > *:nth-child(odd), .mkb-m-min-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-m-min-overflow-auto, .mkb-m-min-overflow-auto-child > *, .mkb-m-min-overflow-auto-first > *:first-child, .mkb-m-min-overflow-auto-last > *:last-child, .mkb-m-min-overflow-auto-odd > *:nth-child(odd), .mkb-m-min-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-m-min-overflow-x-auto, .mkb-m-min-overflow-x-auto-child > *, .mkb-m-min-overflow-x-auto-first > *:first-child, .mkb-m-min-overflow-x-auto-last > *:last-child, .mkb-m-min-overflow-x-auto-odd > *:nth-child(odd), .mkb-m-min-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-m-min-overflow-y-auto, .mkb-m-min-overflow-y-auto-child > *, .mkb-m-min-overflow-y-auto-first > *:first-child, .mkb-m-min-overflow-y-auto-last > *:last-child, .mkb-m-min-overflow-y-auto-odd > *:nth-child(odd), .mkb-m-min-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-m-min-overflow-inherit, .mkb-m-min-overflow-inherit-child > *, .mkb-m-min-overflow-inherit-first > *:first-child, .mkb-m-min-overflow-inherit-last > *:last-child, .mkb-m-min-overflow-inherit-odd > *:nth-child(odd), .mkb-m-min-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-m-min-overflow-x-inherit, .mkb-m-min-overflow-x-inherit-child > *, .mkb-m-min-overflow-x-inherit-first > *:first-child, .mkb-m-min-overflow-x-inherit-last > *:last-child, .mkb-m-min-overflow-x-inherit-odd > *:nth-child(odd), .mkb-m-min-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-m-min-overflow-y-inherit, .mkb-m-min-overflow-y-inherit-child > *, .mkb-m-min-overflow-y-inherit-first > *:first-child, .mkb-m-min-overflow-y-inherit-last > *:last-child, .mkb-m-min-overflow-y-inherit-odd > *:nth-child(odd), .mkb-m-min-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-m-min-align-baseline, .mkb-m-min-align-baseline-child > *, .mkb-m-min-align-baseline-first > *:first-child, .mkb-m-min-align-baseline-last > *:last-child, .mkb-m-min-align-baseline-odd > *:nth-child(odd), .mkb-m-min-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-m-min-align-length, .mkb-m-min-align-length-child > *, .mkb-m-min-align-length-first > *:first-child, .mkb-m-min-align-length-last > *:last-child, .mkb-m-min-align-length-odd > *:nth-child(odd), .mkb-m-min-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-m-min-align-sub, .mkb-m-min-align-sub-child > *, .mkb-m-min-align-sub-first > *:first-child, .mkb-m-min-align-sub-last > *:last-child, .mkb-m-min-align-sub-odd > *:nth-child(odd), .mkb-m-min-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-m-min-align-super, .mkb-m-min-align-super-child > *, .mkb-m-min-align-super-first > *:first-child, .mkb-m-min-align-super-last > *:last-child, .mkb-m-min-align-super-odd > *:nth-child(odd), .mkb-m-min-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-m-min-align-top, .mkb-m-min-align-top-child > *, .mkb-m-min-align-top-first > *:first-child, .mkb-m-min-align-top-last > *:last-child, .mkb-m-min-align-top-odd > *:nth-child(odd), .mkb-m-min-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-m-min-align-text-top, .mkb-m-min-align-text-top-child > *, .mkb-m-min-align-text-top-first > *:first-child, .mkb-m-min-align-text-top-last > *:last-child, .mkb-m-min-align-text-top-odd > *:nth-child(odd), .mkb-m-min-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-m-min-align-middle, .mkb-m-min-align-middle-child > *, .mkb-m-min-align-middle-first > *:first-child, .mkb-m-min-align-middle-last > *:last-child, .mkb-m-min-align-middle-odd > *:nth-child(odd), .mkb-m-min-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-m-min-align-bottom, .mkb-m-min-align-bottom-child > *, .mkb-m-min-align-bottom-first > *:first-child, .mkb-m-min-align-bottom-last > *:last-child, .mkb-m-min-align-bottom-odd > *:nth-child(odd), .mkb-m-min-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-m-min-align-text-bottom, .mkb-m-min-align-text-bottom-child > *, .mkb-m-min-align-text-bottom-first > *:first-child, .mkb-m-min-align-text-bottom-last > *:last-child, .mkb-m-min-align-text-bottom-odd > *:nth-child(odd), .mkb-m-min-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-m-min-align-inherit, .mkb-m-min-align-inherit-child > *, .mkb-m-min-align-inherit-first > *:first-child, .mkb-m-min-align-inherit-last > *:last-child, .mkb-m-min-align-inherit-odd > *:nth-child(odd), .mkb-m-min-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-m-min-zindex-first, .mkb-m-min-zindex-first-child > *, .mkb-m-min-zindex-first-first > *:first-child, .mkb-m-min-zindex-first-last > *:last-child, .mkb-m-min-zindex-first-odd > *:nth-child(odd), .mkb-m-min-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-m-min-zindex-last, .mkb-m-min-zindex-last-child > *, .mkb-m-min-zindex-last-first > *:first-child, .mkb-m-min-zindex-last-last > *:last-child, .mkb-m-min-zindex-last-odd > *:nth-child(odd), .mkb-m-min-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-m-min-zindex-inherit, .mkb-m-min-zindex-inherit-child > *, .mkb-m-min-zindex-inherit-first > *:first-child, .mkb-m-min-zindex-inherit-last > *:last-child, .mkb-m-min-zindex-inherit-odd > *:nth-child(odd), .mkb-m-min-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-m-min-zindex-0, .mkb-m-min-zindex-0-child > *, .mkb-m-min-zindex-0-first > *:first-child, .mkb-m-min-zindex-0-last > *:last-child, .mkb-m-min-zindex-0-odd > *:nth-child(odd), .mkb-m-min-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-m-min-zindex-1, .mkb-m-min-zindex-1-child > *, .mkb-m-min-zindex-1-first > *:first-child, .mkb-m-min-zindex-1-last > *:last-child, .mkb-m-min-zindex-1-odd > *:nth-child(odd), .mkb-m-min-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-m-min-zindex-2, .mkb-m-min-zindex-2-child > *, .mkb-m-min-zindex-2-first > *:first-child, .mkb-m-min-zindex-2-last > *:last-child, .mkb-m-min-zindex-2-odd > *:nth-child(odd), .mkb-m-min-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-m-min-zindex-3, .mkb-m-min-zindex-3-child > *, .mkb-m-min-zindex-3-first > *:first-child, .mkb-m-min-zindex-3-last > *:last-child, .mkb-m-min-zindex-3-odd > *:nth-child(odd), .mkb-m-min-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-m-min-zindex-4, .mkb-m-min-zindex-4-child > *, .mkb-m-min-zindex-4-first > *:first-child, .mkb-m-min-zindex-4-last > *:last-child, .mkb-m-min-zindex-4-odd > *:nth-child(odd), .mkb-m-min-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-m-min-zindex-5, .mkb-m-min-zindex-5-child > *, .mkb-m-min-zindex-5-first > *:first-child, .mkb-m-min-zindex-5-last > *:last-child, .mkb-m-min-zindex-5-odd > *:nth-child(odd), .mkb-m-min-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-m-min-zindex-6, .mkb-m-min-zindex-6-child > *, .mkb-m-min-zindex-6-first > *:first-child, .mkb-m-min-zindex-6-last > *:last-child, .mkb-m-min-zindex-6-odd > *:nth-child(odd), .mkb-m-min-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-m-min-zindex-7, .mkb-m-min-zindex-7-child > *, .mkb-m-min-zindex-7-first > *:first-child, .mkb-m-min-zindex-7-last > *:last-child, .mkb-m-min-zindex-7-odd > *:nth-child(odd), .mkb-m-min-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-m-min-zindex-8, .mkb-m-min-zindex-8-child > *, .mkb-m-min-zindex-8-first > *:first-child, .mkb-m-min-zindex-8-last > *:last-child, .mkb-m-min-zindex-8-odd > *:nth-child(odd), .mkb-m-min-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-m-min-zindex-9, .mkb-m-min-zindex-9-child > *, .mkb-m-min-zindex-9-first > *:first-child, .mkb-m-min-zindex-9-last > *:last-child, .mkb-m-min-zindex-9-odd > *:nth-child(odd), .mkb-m-min-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-m-min-zindex-10, .mkb-m-min-zindex-10-child > *, .mkb-m-min-zindex-10-first > *:first-child, .mkb-m-min-zindex-10-last > *:last-child, .mkb-m-min-zindex-10-odd > *:nth-child(odd), .mkb-m-min-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-m-min-zindex-11, .mkb-m-min-zindex-11-child > *, .mkb-m-min-zindex-11-first > *:first-child, .mkb-m-min-zindex-11-last > *:last-child, .mkb-m-min-zindex-11-odd > *:nth-child(odd), .mkb-m-min-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-m-min-zindex-12, .mkb-m-min-zindex-12-child > *, .mkb-m-min-zindex-12-first > *:first-child, .mkb-m-min-zindex-12-last > *:last-child, .mkb-m-min-zindex-12-odd > *:nth-child(odd), .mkb-m-min-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-m-min-list-none, .mkb-m-min-list-none-child > *, .mkb-m-min-list-none-first > *:first-child, .mkb-m-min-list-none-last > *:last-child, .mkb-m-min-list-none-odd > *:nth-child(odd), .mkb-m-min-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-m-min-list-reset, .mkb-m-min-list-reset-child > *, .mkb-m-min-list-reset-first > *:first-child, .mkb-m-min-list-reset-last > *:last-child, .mkb-m-min-list-reset-odd > *:nth-child(odd), .mkb-m-min-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-m-min-list-circle, .mkb-m-min-list-circle-child > *, .mkb-m-min-list-circle-first > *:first-child, .mkb-m-min-list-circle-last > *:last-child, .mkb-m-min-list-circle-odd > *:nth-child(odd), .mkb-m-min-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-m-min-list-decimal, .mkb-m-min-list-decimal-child > *, .mkb-m-min-list-decimal-first > *:first-child, .mkb-m-min-list-decimal-last > *:last-child, .mkb-m-min-list-decimal-odd > *:nth-child(odd), .mkb-m-min-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-m-min-list-decimal-zero, .mkb-m-min-list-decimal-zero-child > *, .mkb-m-min-list-decimal-zero-first > *:first-child, .mkb-m-min-list-decimal-zero-last > *:last-child, .mkb-m-min-list-decimal-zero-odd > *:nth-child(odd), .mkb-m-min-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-m-min-list-disc, .mkb-m-min-list-disc-child > *, .mkb-m-min-list-disc-first > *:first-child, .mkb-m-min-list-disc-last > *:last-child, .mkb-m-min-list-disc-odd > *:nth-child(odd), .mkb-m-min-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-m-min-list-lower-alpha, .mkb-m-min-list-lower-alpha-child > *, .mkb-m-min-list-lower-alpha-first > *:first-child, .mkb-m-min-list-lower-alpha-last > *:last-child, .mkb-m-min-list-lower-alpha-odd > *:nth-child(odd), .mkb-m-min-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-m-min-list-lower-roman, .mkb-m-min-list-lower-roman-child > *, .mkb-m-min-list-lower-roman-first > *:first-child, .mkb-m-min-list-lower-roman-last > *:last-child, .mkb-m-min-list-lower-roman-odd > *:nth-child(odd), .mkb-m-min-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-m-min-list-upper-alpha, .mkb-m-min-list-upper-alpha-child > *, .mkb-m-min-list-upper-alpha-first > *:first-child, .mkb-m-min-list-upper-alpha-last > *:last-child, .mkb-m-min-list-upper-alpha-odd > *:nth-child(odd), .mkb-m-min-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-m-min-list-upper-roman, .mkb-m-min-list-upper-roman-child > *, .mkb-m-min-list-upper-roman-first > *:first-child, .mkb-m-min-list-upper-roman-last > *:last-child, .mkb-m-min-list-upper-roman-odd > *:nth-child(odd), .mkb-m-min-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-m-min-list-square, .mkb-m-min-list-square-child > *, .mkb-m-min-list-square-first > *:first-child, .mkb-m-min-list-square-last > *:last-child, .mkb-m-min-list-square-odd > *:nth-child(odd), .mkb-m-min-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-m-min-list-style-inherit, .mkb-m-min-list-style-inherit-child > *, .mkb-m-min-list-style-inherit-first > *:first-child, .mkb-m-min-list-style-inherit-last > *:last-child, .mkb-m-min-list-style-inherit-odd > *:nth-child(odd), .mkb-m-min-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-m-min-h1,
  .mkb-m-min-h2,
  .mkb-m-min-h3,
  .mkb-m-min-h4,
  .mkb-m-min-h5,
  .mkb-m-min-h6 {
    font-weight: bold;
  }
  .mkb-m-min-h1 {
    font-size: 2.31693rem;
  }
  .mkb-m-min-h2 {
    font-size: 2.0595rem;
  }
  .mkb-m-min-h3 {
    font-size: 1.83064rem;
  }
  .mkb-m-min-h4 {
    font-size: 1.62721rem;
  }
  .mkb-m-min-h5 {
    font-size: 1.44643rem;
  }
  .mkb-m-min-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-m-min-text-left, .mkb-m-min-text-left-child > *, .mkb-m-min-text-left-first > *:first-child, .mkb-m-min-text-left-last > *:last-child, .mkb-m-min-text-left-odd > *:nth-child(odd), .mkb-m-min-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-m-min-text-center, .mkb-m-min-text-center-child > *, .mkb-m-min-text-center-first > *:first-child, .mkb-m-min-text-center-last > *:last-child, .mkb-m-min-text-center-odd > *:nth-child(odd), .mkb-m-min-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-m-min-text-right, .mkb-m-min-text-right-child > *, .mkb-m-min-text-right-first > *:first-child, .mkb-m-min-text-right-last > *:last-child, .mkb-m-min-text-right-odd > *:nth-child(odd), .mkb-m-min-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-m-min-text-justify, .mkb-m-min-text-justify-child > *, .mkb-m-min-text-justify-first > *:first-child, .mkb-m-min-text-justify-last > *:last-child, .mkb-m-min-text-justify-odd > *:nth-child(odd), .mkb-m-min-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-m-min-text-align-inherit, .mkb-m-min-text-align-inherit-child > *, .mkb-m-min-text-align-inherit-first > *:first-child, .mkb-m-min-text-align-inherit-last > *:last-child, .mkb-m-min-text-align-inherit-odd > *:nth-child(odd), .mkb-m-min-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-m-min-text-decoration-none, .mkb-m-min-text-decoration-none-child > *, .mkb-m-min-text-decoration-none-first > *:first-child, .mkb-m-min-text-decoration-none-last > *:last-child, .mkb-m-min-text-decoration-none-odd > *:nth-child(odd), .mkb-m-min-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-m-min-text-underline, .mkb-m-min-text-underline-child > *, .mkb-m-min-text-underline-first > *:first-child, .mkb-m-min-text-underline-last > *:last-child, .mkb-m-min-text-underline-odd > *:nth-child(odd), .mkb-m-min-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-m-min-text-overline, .mkb-m-min-text-overline-child > *, .mkb-m-min-text-overline-first > *:first-child, .mkb-m-min-text-overline-last > *:last-child, .mkb-m-min-text-overline-odd > *:nth-child(odd), .mkb-m-min-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-m-min-text-line-through, .mkb-m-min-text-line-through-child > *, .mkb-m-min-text-line-through-first > *:first-child, .mkb-m-min-text-line-through-last > *:last-child, .mkb-m-min-text-line-through-odd > *:nth-child(odd), .mkb-m-min-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-m-min-text-decoration-inherit, .mkb-m-min-text-decoration-inherit-child > *, .mkb-m-min-text-decoration-inherit-first > *:first-child, .mkb-m-min-text-decoration-inherit-last > *:last-child, .mkb-m-min-text-decoration-inherit-odd > *:nth-child(odd), .mkb-m-min-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-m-min-text-clip, .mkb-m-min-text-clip-child > *, .mkb-m-min-text-clip-first > *:first-child, .mkb-m-min-text-clip-last > *:last-child, .mkb-m-min-text-clip-odd > *:nth-child(odd), .mkb-m-min-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-m-min-text-ellipsis, .mkb-m-min-text-ellipsis-child > *, .mkb-m-min-text-ellipsis-first > *:first-child, .mkb-m-min-text-ellipsis-last > *:last-child, .mkb-m-min-text-ellipsis-odd > *:nth-child(odd), .mkb-m-min-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-m-min-text-overflow-inherit, .mkb-m-min-text-overflow-inherit-child > *, .mkb-m-min-text-overflow-inherit-first > *:first-child, .mkb-m-min-text-overflow-inherit-last > *:last-child, .mkb-m-min-text-overflow-inherit-odd > *:nth-child(odd), .mkb-m-min-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-m-min-text-transform-none, .mkb-m-min-text-transform-none-child > *, .mkb-m-min-text-transform-none-first > *:first-child, .mkb-m-min-text-transform-none-last > *:last-child, .mkb-m-min-text-transform-none-odd > *:nth-child(odd), .mkb-m-min-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-m-min-text-capitalize, .mkb-m-min-text-capitalize-child > *, .mkb-m-min-text-capitalize-first > *:first-child, .mkb-m-min-text-capitalize-last > *:last-child, .mkb-m-min-text-capitalize-odd > *:nth-child(odd), .mkb-m-min-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-m-min-text-uppercase, .mkb-m-min-text-uppercase-child > *, .mkb-m-min-text-uppercase-first > *:first-child, .mkb-m-min-text-uppercase-last > *:last-child, .mkb-m-min-text-uppercase-odd > *:nth-child(odd), .mkb-m-min-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-m-min-text-lowercase, .mkb-m-min-text-lowercase-child > *, .mkb-m-min-text-lowercase-first > *:first-child, .mkb-m-min-text-lowercase-last > *:last-child, .mkb-m-min-text-lowercase-odd > *:nth-child(odd), .mkb-m-min-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-m-min-text-transform-inherit, .mkb-m-min-text-transform-inherit-child > *, .mkb-m-min-text-transform-inherit-first > *:first-child, .mkb-m-min-text-transform-inherit-last > *:last-child, .mkb-m-min-text-transform-inherit-odd > *:nth-child(odd), .mkb-m-min-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-m-min-text-nowrap, .mkb-m-min-text-nowrap-child > *, .mkb-m-min-text-nowrap-first > *:first-child, .mkb-m-min-text-nowrap-last > *:last-child, .mkb-m-min-text-nowrap-odd > *:nth-child(odd), .mkb-m-min-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-m-min-text-pre, .mkb-m-min-text-pre-child > *, .mkb-m-min-text-pre-first > *:first-child, .mkb-m-min-text-pre-last > *:last-child, .mkb-m-min-text-pre-odd > *:nth-child(odd), .mkb-m-min-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-m-min-text-pre-line, .mkb-m-min-text-pre-line-child > *, .mkb-m-min-text-pre-line-first > *:first-child, .mkb-m-min-text-pre-line-last > *:last-child, .mkb-m-min-text-pre-line-odd > *:nth-child(odd), .mkb-m-min-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-m-min-text-pre-wrap, .mkb-m-min-text-pre-wrap-child > *, .mkb-m-min-text-pre-wrap-first > *:first-child, .mkb-m-min-text-pre-wrap-last > *:last-child, .mkb-m-min-text-pre-wrap-odd > *:nth-child(odd), .mkb-m-min-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-m-min-text-break-all, .mkb-m-min-text-break-all-child > *, .mkb-m-min-text-break-all-first > *:first-child, .mkb-m-min-text-break-all-last > *:last-child, .mkb-m-min-text-break-all-odd > *:nth-child(odd), .mkb-m-min-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-m-min-text-keep-all, .mkb-m-min-text-keep-all-child > *, .mkb-m-min-text-keep-all-first > *:first-child, .mkb-m-min-text-keep-all-last > *:last-child, .mkb-m-min-text-keep-all-odd > *:nth-child(odd), .mkb-m-min-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-m-min-text-break-word, .mkb-m-min-text-break-word-child > *, .mkb-m-min-text-break-word-first > *:first-child, .mkb-m-min-text-break-word-last > *:last-child, .mkb-m-min-text-break-word-odd > *:nth-child(odd), .mkb-m-min-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-m-min-text-style-normal, .mkb-m-min-text-style-normal-child > *, .mkb-m-min-text-style-normal-first > *:first-child, .mkb-m-min-text-style-normal-last > *:last-child, .mkb-m-min-text-style-normal-odd > *:nth-child(odd), .mkb-m-min-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-m-min-text-italic, .mkb-m-min-text-italic-child > *, .mkb-m-min-text-italic-first > *:first-child, .mkb-m-min-text-italic-last > *:last-child, .mkb-m-min-text-italic-odd > *:nth-child(odd), .mkb-m-min-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-m-min-text-oblique, .mkb-m-min-text-oblique-child > *, .mkb-m-min-text-oblique-first > *:first-child, .mkb-m-min-text-oblique-last > *:last-child, .mkb-m-min-text-oblique-odd > *:nth-child(odd), .mkb-m-min-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-m-min-text-weight-normal, .mkb-m-min-text-weight-normal-child > *, .mkb-m-min-text-weight-normal-first > *:first-child, .mkb-m-min-text-weight-normal-last > *:last-child, .mkb-m-min-text-weight-normal-odd > *:nth-child(odd), .mkb-m-min-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-m-min-text-bold, .mkb-m-min-text-bold-child > *, .mkb-m-min-text-bold-first > *:first-child, .mkb-m-min-text-bold-last > *:last-child, .mkb-m-min-text-bold-odd > *:nth-child(odd), .mkb-m-min-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-m-min-text-bolder, .mkb-m-min-text-bolder-child > *, .mkb-m-min-text-bolder-first > *:first-child, .mkb-m-min-text-bolder-last > *:last-child, .mkb-m-min-text-bolder-odd > *:nth-child(odd), .mkb-m-min-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-m-min-text-lighter, .mkb-m-min-text-lighter-child > *, .mkb-m-min-text-lighter-first > *:first-child, .mkb-m-min-text-lighter-last > *:last-child, .mkb-m-min-text-lighter-odd > *:nth-child(odd), .mkb-m-min-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-m-min-text-variant-normal, .mkb-m-min-text-variant-normal-child > *, .mkb-m-min-text-variant-normal-first > *:first-child, .mkb-m-min-text-variant-normal-last > *:last-child, .mkb-m-min-text-variant-normal-odd > *:nth-child(odd), .mkb-m-min-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-m-min-text-small-caps, .mkb-m-min-text-small-caps-child > *, .mkb-m-min-text-small-caps-first > *:first-child, .mkb-m-min-text-small-caps-last > *:last-child, .mkb-m-min-text-small-caps-odd > *:nth-child(odd), .mkb-m-min-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-m-min-text-weight-100, .mkb-m-min-text-weight-10-child > *, .mkb-m-min-text-weight-10-first > *:first-child, .mkb-m-min-text-weight-10-last > *:last-child, .mkb-m-min-text-weight-10-odd > *:nth-child(odd), .mkb-m-min-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-m-min-text-weight-200, .mkb-m-min-text-weight-20-child > *, .mkb-m-min-text-weight-20-first > *:first-child, .mkb-m-min-text-weight-20-last > *:last-child, .mkb-m-min-text-weight-20-odd > *:nth-child(odd), .mkb-m-min-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-m-min-text-weight-300, .mkb-m-min-text-weight-30-child > *, .mkb-m-min-text-weight-30-first > *:first-child, .mkb-m-min-text-weight-30-last > *:last-child, .mkb-m-min-text-weight-30-odd > *:nth-child(odd), .mkb-m-min-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-m-min-text-weight-400, .mkb-m-min-text-weight-40-child > *, .mkb-m-min-text-weight-40-first > *:first-child, .mkb-m-min-text-weight-40-last > *:last-child, .mkb-m-min-text-weight-40-odd > *:nth-child(odd), .mkb-m-min-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-m-min-text-weight-500, .mkb-m-min-text-weight-50-child > *, .mkb-m-min-text-weight-50-first > *:first-child, .mkb-m-min-text-weight-50-last > *:last-child, .mkb-m-min-text-weight-50-odd > *:nth-child(odd), .mkb-m-min-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-m-min-text-weight-600, .mkb-m-min-text-weight-60-child > *, .mkb-m-min-text-weight-60-first > *:first-child, .mkb-m-min-text-weight-60-last > *:last-child, .mkb-m-min-text-weight-60-odd > *:nth-child(odd), .mkb-m-min-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-m-min-text-weight-700, .mkb-m-min-text-weight-70-child > *, .mkb-m-min-text-weight-70-first > *:first-child, .mkb-m-min-text-weight-70-last > *:last-child, .mkb-m-min-text-weight-70-odd > *:nth-child(odd), .mkb-m-min-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-m-min-text-weight-800, .mkb-m-min-text-weight-80-child > *, .mkb-m-min-text-weight-80-first > *:first-child, .mkb-m-min-text-weight-80-last > *:last-child, .mkb-m-min-text-weight-80-odd > *:nth-child(odd), .mkb-m-min-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-m-min-text-weight-900, .mkb-m-min-text-weight-90-child > *, .mkb-m-min-text-weight-90-first > *:first-child, .mkb-m-min-text-weight-90-last > *:last-child, .mkb-m-min-text-weight-90-odd > *:nth-child(odd), .mkb-m-min-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-m-min-background-scroll, .mkb-m-min-background-scroll-child > *, .mkb-m-min-background-scroll-first > *:first-child, .mkb-m-min-background-scroll-last > *:last-child, .mkb-m-min-background-scroll-odd > *:nth-child(odd), .mkb-m-min-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-m-min-background-fixed, .mkb-m-min-background-fixed-child > *, .mkb-m-min-background-fixed-first > *:first-child, .mkb-m-min-background-fixed-last > *:last-child, .mkb-m-min-background-fixed-odd > *:nth-child(odd), .mkb-m-min-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-m-min-background-local, .mkb-m-min-background-local-child > *, .mkb-m-min-background-local-first > *:first-child, .mkb-m-min-background-local-last > *:last-child, .mkb-m-min-background-local-odd > *:nth-child(odd), .mkb-m-min-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-m-min-background-attachment-inherit, .mkb-m-min-background-attachment-inherit-child > *, .mkb-m-min-background-attachment-inherit-first > *:first-child, .mkb-m-min-background-attachment-inherit-last > *:last-child, .mkb-m-min-background-attachment-inherit-odd > *:nth-child(odd), .mkb-m-min-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-m-min-background-size-auto, .mkb-m-min-background-size-auto-child > *, .mkb-m-min-background-size-auto-first > *:first-child, .mkb-m-min-background-size-auto-last > *:last-child, .mkb-m-min-background-size-auto-odd > *:nth-child(odd), .mkb-m-min-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-m-min-background-length, .mkb-m-min-background-length-child > *, .mkb-m-min-background-length-first > *:first-child, .mkb-m-min-background-length-last > *:last-child, .mkb-m-min-background-length-odd > *:nth-child(odd), .mkb-m-min-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-m-min-background-cover, .mkb-m-min-background-cover-child > *, .mkb-m-min-background-cover-first > *:first-child, .mkb-m-min-background-cover-last > *:last-child, .mkb-m-min-background-cover-odd > *:nth-child(odd), .mkb-m-min-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-m-min-background-contain, .mkb-m-min-background-contain-child > *, .mkb-m-min-background-contain-first > *:first-child, .mkb-m-min-background-contain-last > *:last-child, .mkb-m-min-background-contain-odd > *:nth-child(odd), .mkb-m-min-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-m-min-background-size-inherit, .mkb-m-min-background-size-inherit-child > *, .mkb-m-min-background-size-inherit-first > *:first-child, .mkb-m-min-background-size-inherit-last > *:last-child, .mkb-m-min-background-size-inherit-odd > *:nth-child(odd), .mkb-m-min-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-m-min-background-repeat, .mkb-m-min-background-repeat-child > *, .mkb-m-min-background-repeat-first > *:first-child, .mkb-m-min-background-repeat-last > *:last-child, .mkb-m-min-background-repeat-odd > *:nth-child(odd), .mkb-m-min-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-m-min-background-repeat-x, .mkb-m-min-background-repeat-x-child > *, .mkb-m-min-background-repeat-x-first > *:first-child, .mkb-m-min-background-repeat-x-last > *:last-child, .mkb-m-min-background-repeat-x-odd > *:nth-child(odd), .mkb-m-min-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-m-min-background-repeat-y, .mkb-m-min-background-repeat-y-child > *, .mkb-m-min-background-repeat-y-first > *:first-child, .mkb-m-min-background-repeat-y-last > *:last-child, .mkb-m-min-background-repeat-y-odd > *:nth-child(odd), .mkb-m-min-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-m-min-background-repeat-none, .mkb-m-min-background-repeat-none-child > *, .mkb-m-min-background-repeat-none-first > *:first-child, .mkb-m-min-background-repeat-none-last > *:last-child, .mkb-m-min-background-repeat-none-odd > *:nth-child(odd), .mkb-m-min-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-m-min-background-repeat-inherit, .mkb-m-min-background-repeat-inherit-child > *, .mkb-m-min-background-repeat-inherit-first > *:first-child, .mkb-m-min-background-repeat-inherit-last > *:last-child, .mkb-m-min-background-repeat-inherit-odd > *:nth-child(odd), .mkb-m-min-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-m-min-background-left-top, .mkb-m-min-background-left-top-child > *, .mkb-m-min-background-left-top-first > *:first-child, .mkb-m-min-background-left-top-last > *:last-child, .mkb-m-min-background-left-top-odd > *:nth-child(odd), .mkb-m-min-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-m-min-background-left-center, .mkb-m-min-background-left-center-child > *, .mkb-m-min-background-left-center-first > *:first-child, .mkb-m-min-background-left-center-last > *:last-child, .mkb-m-min-background-left-center-odd > *:nth-child(odd), .mkb-m-min-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-m-min-background-left-bottom, .mkb-m-min-background-left-bottom-child > *, .mkb-m-min-background-left-bottom-first > *:first-child, .mkb-m-min-background-left-bottom-last > *:last-child, .mkb-m-min-background-left-bottom-odd > *:nth-child(odd), .mkb-m-min-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-m-min-background-right-top, .mkb-m-min-background-right-top-child > *, .mkb-m-min-background-right-top-first > *:first-child, .mkb-m-min-background-right-top-last > *:last-child, .mkb-m-min-background-right-top-odd > *:nth-child(odd), .mkb-m-min-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-m-min-background-right-center, .mkb-m-min-background-right-center-child > *, .mkb-m-min-background-right-center-first > *:first-child, .mkb-m-min-background-right-center-last > *:last-child, .mkb-m-min-background-right-center-odd > *:nth-child(odd), .mkb-m-min-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-m-min-background-right-bottom, .mkb-m-min-background-right-bottom-child > *, .mkb-m-min-background-right-bottom-first > *:first-child, .mkb-m-min-background-right-bottom-last > *:last-child, .mkb-m-min-background-right-bottom-odd > *:nth-child(odd), .mkb-m-min-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-m-min-background-center-top, .mkb-m-min-background-center-top-child > *, .mkb-m-min-background-center-top-first > *:first-child, .mkb-m-min-background-center-top-last > *:last-child, .mkb-m-min-background-center-top-odd > *:nth-child(odd), .mkb-m-min-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-m-min-background-center-center, .mkb-m-min-background-center-center-child > *, .mkb-m-min-background-center-center-first > *:first-child, .mkb-m-min-background-center-center-last > *:last-child, .mkb-m-min-background-center-center-odd > *:nth-child(odd), .mkb-m-min-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-m-min-background-center-bottom, .mkb-m-min-background-center-bottom-child > *, .mkb-m-min-background-center-bottom-first > *:first-child, .mkb-m-min-background-center-bottom-last > *:last-child, .mkb-m-min-background-center-bottom-odd > *:nth-child(odd), .mkb-m-min-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-m-min-background-position-inherit, .mkb-m-min-background-position-inherit-child > *, .mkb-m-min-background-position-inherit-first > *:first-child, .mkb-m-min-background-position-inherit-last > *:last-child, .mkb-m-min-background-position-inherit-odd > *:nth-child(odd), .mkb-m-min-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-m-min-background-clip-border, .mkb-m-min-background-clip-border-child > *, .mkb-m-min-background-clip-border-first > *:first-child, .mkb-m-min-background-clip-border-last > *:last-child, .mkb-m-min-background-clip-border-odd > *:nth-child(odd), .mkb-m-min-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-m-min-background-clip-padding, .mkb-m-min-background-clip-padding-child > *, .mkb-m-min-background-clip-padding-first > *:first-child, .mkb-m-min-background-clip-padding-last > *:last-child, .mkb-m-min-background-clip-padding-odd > *:nth-child(odd), .mkb-m-min-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-m-min-background-clip-content, .mkb-m-min-background-clip-content-child > *, .mkb-m-min-background-clip-content-first > *:first-child, .mkb-m-min-background-clip-content-last > *:last-child, .mkb-m-min-background-clip-content-odd > *:nth-child(odd), .mkb-m-min-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-m-min-background-clip-inherit, .mkb-m-min-background-clip-inherit-child > *, .mkb-m-min-background-clip-inherit-first > *:first-child, .mkb-m-min-background-clip-inherit-last > *:last-child, .mkb-m-min-background-clip-inherit-odd > *:nth-child(odd), .mkb-m-min-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-m-min-background-origin-padding, .mkb-m-min-background-origin-padding-child > *, .mkb-m-min-background-origin-padding-first > *:first-child, .mkb-m-min-background-origin-padding-last > *:last-child, .mkb-m-min-background-origin-padding-odd > *:nth-child(odd), .mkb-m-min-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-m-min-background-origin-border, .mkb-m-min-background-origin-border-child > *, .mkb-m-min-background-origin-border-first > *:first-child, .mkb-m-min-background-origin-border-last > *:last-child, .mkb-m-min-background-origin-border-odd > *:nth-child(odd), .mkb-m-min-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-m-min-background-origin-content, .mkb-m-min-background-origin-content-child > *, .mkb-m-min-background-origin-content-first > *:first-child, .mkb-m-min-background-origin-content-last > *:last-child, .mkb-m-min-background-origin-content-odd > *:nth-child(odd), .mkb-m-min-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-m-min-background-origin-inherit, .mkb-m-min-background-origin-inherit-child > *, .mkb-m-min-background-origin-inherit-first > *:first-child, .mkb-m-min-background-origin-inherit-last > *:last-child, .mkb-m-min-background-origin-inherit-odd > *:nth-child(odd), .mkb-m-min-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-m-min-width, .mkb-m-min-width-child > *, .mkb-m-min-width-first > *:first-child, .mkb-m-min-width-last > *:last-child, .mkb-m-min-width-odd > *:nth-child(odd), .mkb-m-min-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-min-width-1-8, .mkb-m-min-width-1-8-child > *, .mkb-m-min-width-1-8-first > *:first-child, .mkb-m-min-width-1-8-last > *:last-child, .mkb-m-min-width-1-8-odd > *:nth-child(odd), .mkb-m-min-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-m-min-width-2-8, .mkb-m-min-width-2-8-child > *, .mkb-m-min-width-2-8-first > *:first-child, .mkb-m-min-width-2-8-last > *:last-child, .mkb-m-min-width-2-8-odd > *:nth-child(odd), .mkb-m-min-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-m-min-width-3-8, .mkb-m-min-width-3-8-child > *, .mkb-m-min-width-3-8-first > *:first-child, .mkb-m-min-width-3-8-last > *:last-child, .mkb-m-min-width-3-8-odd > *:nth-child(odd), .mkb-m-min-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-m-min-width-4-8, .mkb-m-min-width-4-8-child > *, .mkb-m-min-width-4-8-first > *:first-child, .mkb-m-min-width-4-8-last > *:last-child, .mkb-m-min-width-4-8-odd > *:nth-child(odd), .mkb-m-min-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-min-width-5-8, .mkb-m-min-width-5-8-child > *, .mkb-m-min-width-5-8-first > *:first-child, .mkb-m-min-width-5-8-last > *:last-child, .mkb-m-min-width-5-8-odd > *:nth-child(odd), .mkb-m-min-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-m-min-width-6-8, .mkb-m-min-width-6-8-child > *, .mkb-m-min-width-6-8-first > *:first-child, .mkb-m-min-width-6-8-last > *:last-child, .mkb-m-min-width-6-8-odd > *:nth-child(odd), .mkb-m-min-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-m-min-width-7-8, .mkb-m-min-width-7-8-child > *, .mkb-m-min-width-7-8-first > *:first-child, .mkb-m-min-width-7-8-last > *:last-child, .mkb-m-min-width-7-8-odd > *:nth-child(odd), .mkb-m-min-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-m-min-width-8-8, .mkb-m-min-width-8-8-child > *, .mkb-m-min-width-8-8-first > *:first-child, .mkb-m-min-width-8-8-last > *:last-child, .mkb-m-min-width-8-8-odd > *:nth-child(odd), .mkb-m-min-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-min-width-1-10, .mkb-m-min-width-1-10-child > *, .mkb-m-min-width-1-10-first > *:first-child, .mkb-m-min-width-1-10-last > *:last-child, .mkb-m-min-width-1-10-odd > *:nth-child(odd), .mkb-m-min-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-m-min-width-2-10, .mkb-m-min-width-2-10-child > *, .mkb-m-min-width-2-10-first > *:first-child, .mkb-m-min-width-2-10-last > *:last-child, .mkb-m-min-width-2-10-odd > *:nth-child(odd), .mkb-m-min-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-m-min-width-3-10, .mkb-m-min-width-3-10-child > *, .mkb-m-min-width-3-10-first > *:first-child, .mkb-m-min-width-3-10-last > *:last-child, .mkb-m-min-width-3-10-odd > *:nth-child(odd), .mkb-m-min-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-m-min-width-4-10, .mkb-m-min-width-4-10-child > *, .mkb-m-min-width-4-10-first > *:first-child, .mkb-m-min-width-4-10-last > *:last-child, .mkb-m-min-width-4-10-odd > *:nth-child(odd), .mkb-m-min-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-m-min-width-5-10, .mkb-m-min-width-5-10-child > *, .mkb-m-min-width-5-10-first > *:first-child, .mkb-m-min-width-5-10-last > *:last-child, .mkb-m-min-width-5-10-odd > *:nth-child(odd), .mkb-m-min-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-min-width-6-10, .mkb-m-min-width-6-10-child > *, .mkb-m-min-width-6-10-first > *:first-child, .mkb-m-min-width-6-10-last > *:last-child, .mkb-m-min-width-6-10-odd > *:nth-child(odd), .mkb-m-min-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-m-min-width-7-10, .mkb-m-min-width-7-10-child > *, .mkb-m-min-width-7-10-first > *:first-child, .mkb-m-min-width-7-10-last > *:last-child, .mkb-m-min-width-7-10-odd > *:nth-child(odd), .mkb-m-min-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-m-min-width-8-10, .mkb-m-min-width-8-10-child > *, .mkb-m-min-width-8-10-first > *:first-child, .mkb-m-min-width-8-10-last > *:last-child, .mkb-m-min-width-8-10-odd > *:nth-child(odd), .mkb-m-min-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-m-min-width-9-10, .mkb-m-min-width-9-10-child > *, .mkb-m-min-width-9-10-first > *:first-child, .mkb-m-min-width-9-10-last > *:last-child, .mkb-m-min-width-9-10-odd > *:nth-child(odd), .mkb-m-min-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-m-min-width-10-10, .mkb-m-min-width-10-10-child > *, .mkb-m-min-width-10-10-first > *:first-child, .mkb-m-min-width-10-10-last > *:last-child, .mkb-m-min-width-10-10-odd > *:nth-child(odd), .mkb-m-min-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-min-width-1-12, .mkb-m-min-width-1-12-child > *, .mkb-m-min-width-1-12-first > *:first-child, .mkb-m-min-width-1-12-last > *:last-child, .mkb-m-min-width-1-12-odd > *:nth-child(odd), .mkb-m-min-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-m-min-width-2-12, .mkb-m-min-width-2-12-child > *, .mkb-m-min-width-2-12-first > *:first-child, .mkb-m-min-width-2-12-last > *:last-child, .mkb-m-min-width-2-12-odd > *:nth-child(odd), .mkb-m-min-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-m-min-width-3-12, .mkb-m-min-width-3-12-child > *, .mkb-m-min-width-3-12-first > *:first-child, .mkb-m-min-width-3-12-last > *:last-child, .mkb-m-min-width-3-12-odd > *:nth-child(odd), .mkb-m-min-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-m-min-width-4-12, .mkb-m-min-width-4-12-child > *, .mkb-m-min-width-4-12-first > *:first-child, .mkb-m-min-width-4-12-last > *:last-child, .mkb-m-min-width-4-12-odd > *:nth-child(odd), .mkb-m-min-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-m-min-width-5-12, .mkb-m-min-width-5-12-child > *, .mkb-m-min-width-5-12-first > *:first-child, .mkb-m-min-width-5-12-last > *:last-child, .mkb-m-min-width-5-12-odd > *:nth-child(odd), .mkb-m-min-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-m-min-width-6-12, .mkb-m-min-width-6-12-child > *, .mkb-m-min-width-6-12-first > *:first-child, .mkb-m-min-width-6-12-last > *:last-child, .mkb-m-min-width-6-12-odd > *:nth-child(odd), .mkb-m-min-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-m-min-width-7-12, .mkb-m-min-width-7-12-child > *, .mkb-m-min-width-7-12-first > *:first-child, .mkb-m-min-width-7-12-last > *:last-child, .mkb-m-min-width-7-12-odd > *:nth-child(odd), .mkb-m-min-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-m-min-width-8-12, .mkb-m-min-width-8-12-child > *, .mkb-m-min-width-8-12-first > *:first-child, .mkb-m-min-width-8-12-last > *:last-child, .mkb-m-min-width-8-12-odd > *:nth-child(odd), .mkb-m-min-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-m-min-width-9-12, .mkb-m-min-width-9-12-child > *, .mkb-m-min-width-9-12-first > *:first-child, .mkb-m-min-width-9-12-last > *:last-child, .mkb-m-min-width-9-12-odd > *:nth-child(odd), .mkb-m-min-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-m-min-width-10-12, .mkb-m-min-width-10-12-child > *, .mkb-m-min-width-10-12-first > *:first-child, .mkb-m-min-width-10-12-last > *:last-child, .mkb-m-min-width-10-12-odd > *:nth-child(odd), .mkb-m-min-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-m-min-width-11-12, .mkb-m-min-width-11-12-child > *, .mkb-m-min-width-11-12-first > *:first-child, .mkb-m-min-width-11-12-last > *:last-child, .mkb-m-min-width-11-12-odd > *:nth-child(odd), .mkb-m-min-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-m-min-width-12-12, .mkb-m-min-width-12-12-child > *, .mkb-m-min-width-12-12-first > *:first-child, .mkb-m-min-width-12-12-last > *:last-child, .mkb-m-min-width-12-12-odd > *:nth-child(odd), .mkb-m-min-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-m-min-width-none, .mkb-m-min-width-none-child > *, .mkb-m-min-width-none-first > *:first-child, .mkb-m-min-width-none-last > *:last-child, .mkb-m-min-width-none-odd > *:nth-child(odd), .mkb-m-min-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-m-min-width-auto, .mkb-m-min-width-auto-child > *, .mkb-m-min-width-auto-first > *:first-child, .mkb-m-min-width-auto-last > *:last-child, .mkb-m-min-width-auto-odd > *:nth-child(odd), .mkb-m-min-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-m-min-width-min, .mkb-m-min-width-min-child > *, .mkb-m-min-width-min-first > *:first-child, .mkb-m-min-width-min-last > *:last-child, .mkb-m-min-width-min-odd > *:nth-child(odd), .mkb-m-min-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-min-width-min-1-8, .mkb-m-min-width-min-1-8-child > *, .mkb-m-min-width-min-1-8-first > *:first-child, .mkb-m-min-width-min-1-8-last > *:last-child, .mkb-m-min-width-min-1-8-odd > *:nth-child(odd), .mkb-m-min-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-m-min-width-min-2-8, .mkb-m-min-width-min-2-8-child > *, .mkb-m-min-width-min-2-8-first > *:first-child, .mkb-m-min-width-min-2-8-last > *:last-child, .mkb-m-min-width-min-2-8-odd > *:nth-child(odd), .mkb-m-min-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-m-min-width-min-3-8, .mkb-m-min-width-min-3-8-child > *, .mkb-m-min-width-min-3-8-first > *:first-child, .mkb-m-min-width-min-3-8-last > *:last-child, .mkb-m-min-width-min-3-8-odd > *:nth-child(odd), .mkb-m-min-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-m-min-width-min-4-8, .mkb-m-min-width-min-4-8-child > *, .mkb-m-min-width-min-4-8-first > *:first-child, .mkb-m-min-width-min-4-8-last > *:last-child, .mkb-m-min-width-min-4-8-odd > *:nth-child(odd), .mkb-m-min-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-min-width-min-5-8, .mkb-m-min-width-min-5-8-child > *, .mkb-m-min-width-min-5-8-first > *:first-child, .mkb-m-min-width-min-5-8-last > *:last-child, .mkb-m-min-width-min-5-8-odd > *:nth-child(odd), .mkb-m-min-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-m-min-width-min-6-8, .mkb-m-min-width-min-6-8-child > *, .mkb-m-min-width-min-6-8-first > *:first-child, .mkb-m-min-width-min-6-8-last > *:last-child, .mkb-m-min-width-min-6-8-odd > *:nth-child(odd), .mkb-m-min-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-m-min-width-min-7-8, .mkb-m-min-width-min-7-8-child > *, .mkb-m-min-width-min-7-8-first > *:first-child, .mkb-m-min-width-min-7-8-last > *:last-child, .mkb-m-min-width-min-7-8-odd > *:nth-child(odd), .mkb-m-min-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-m-min-width-min-8-8, .mkb-m-min-width-min-8-8-child > *, .mkb-m-min-width-min-8-8-first > *:first-child, .mkb-m-min-width-min-8-8-last > *:last-child, .mkb-m-min-width-min-8-8-odd > *:nth-child(odd), .mkb-m-min-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-min-width-min-1-10, .mkb-m-min-width-min-1-10-child > *, .mkb-m-min-width-min-1-10-first > *:first-child, .mkb-m-min-width-min-1-10-last > *:last-child, .mkb-m-min-width-min-1-10-odd > *:nth-child(odd), .mkb-m-min-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-m-min-width-min-2-10, .mkb-m-min-width-min-2-10-child > *, .mkb-m-min-width-min-2-10-first > *:first-child, .mkb-m-min-width-min-2-10-last > *:last-child, .mkb-m-min-width-min-2-10-odd > *:nth-child(odd), .mkb-m-min-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-m-min-width-min-3-10, .mkb-m-min-width-min-3-10-child > *, .mkb-m-min-width-min-3-10-first > *:first-child, .mkb-m-min-width-min-3-10-last > *:last-child, .mkb-m-min-width-min-3-10-odd > *:nth-child(odd), .mkb-m-min-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-m-min-width-min-4-10, .mkb-m-min-width-min-4-10-child > *, .mkb-m-min-width-min-4-10-first > *:first-child, .mkb-m-min-width-min-4-10-last > *:last-child, .mkb-m-min-width-min-4-10-odd > *:nth-child(odd), .mkb-m-min-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-m-min-width-min-5-10, .mkb-m-min-width-min-5-10-child > *, .mkb-m-min-width-min-5-10-first > *:first-child, .mkb-m-min-width-min-5-10-last > *:last-child, .mkb-m-min-width-min-5-10-odd > *:nth-child(odd), .mkb-m-min-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-min-width-min-6-10, .mkb-m-min-width-min-6-10-child > *, .mkb-m-min-width-min-6-10-first > *:first-child, .mkb-m-min-width-min-6-10-last > *:last-child, .mkb-m-min-width-min-6-10-odd > *:nth-child(odd), .mkb-m-min-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-m-min-width-min-7-10, .mkb-m-min-width-min-7-10-child > *, .mkb-m-min-width-min-7-10-first > *:first-child, .mkb-m-min-width-min-7-10-last > *:last-child, .mkb-m-min-width-min-7-10-odd > *:nth-child(odd), .mkb-m-min-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-m-min-width-min-8-10, .mkb-m-min-width-min-8-10-child > *, .mkb-m-min-width-min-8-10-first > *:first-child, .mkb-m-min-width-min-8-10-last > *:last-child, .mkb-m-min-width-min-8-10-odd > *:nth-child(odd), .mkb-m-min-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-m-min-width-min-9-10, .mkb-m-min-width-min-9-10-child > *, .mkb-m-min-width-min-9-10-first > *:first-child, .mkb-m-min-width-min-9-10-last > *:last-child, .mkb-m-min-width-min-9-10-odd > *:nth-child(odd), .mkb-m-min-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-m-min-width-min-10-10, .mkb-m-min-width-min-10-10-child > *, .mkb-m-min-width-min-10-10-first > *:first-child, .mkb-m-min-width-min-10-10-last > *:last-child, .mkb-m-min-width-min-10-10-odd > *:nth-child(odd), .mkb-m-min-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-min-width-min-1-12, .mkb-m-min-width-min-1-12-child > *, .mkb-m-min-width-min-1-12-first > *:first-child, .mkb-m-min-width-min-1-12-last > *:last-child, .mkb-m-min-width-min-1-12-odd > *:nth-child(odd), .mkb-m-min-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-m-min-width-min-2-12, .mkb-m-min-width-min-2-12-child > *, .mkb-m-min-width-min-2-12-first > *:first-child, .mkb-m-min-width-min-2-12-last > *:last-child, .mkb-m-min-width-min-2-12-odd > *:nth-child(odd), .mkb-m-min-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-m-min-width-min-3-12, .mkb-m-min-width-min-3-12-child > *, .mkb-m-min-width-min-3-12-first > *:first-child, .mkb-m-min-width-min-3-12-last > *:last-child, .mkb-m-min-width-min-3-12-odd > *:nth-child(odd), .mkb-m-min-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-m-min-width-min-4-12, .mkb-m-min-width-min-4-12-child > *, .mkb-m-min-width-min-4-12-first > *:first-child, .mkb-m-min-width-min-4-12-last > *:last-child, .mkb-m-min-width-min-4-12-odd > *:nth-child(odd), .mkb-m-min-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-m-min-width-min-5-12, .mkb-m-min-width-min-5-12-child > *, .mkb-m-min-width-min-5-12-first > *:first-child, .mkb-m-min-width-min-5-12-last > *:last-child, .mkb-m-min-width-min-5-12-odd > *:nth-child(odd), .mkb-m-min-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-m-min-width-min-6-12, .mkb-m-min-width-min-6-12-child > *, .mkb-m-min-width-min-6-12-first > *:first-child, .mkb-m-min-width-min-6-12-last > *:last-child, .mkb-m-min-width-min-6-12-odd > *:nth-child(odd), .mkb-m-min-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-m-min-width-min-7-12, .mkb-m-min-width-min-7-12-child > *, .mkb-m-min-width-min-7-12-first > *:first-child, .mkb-m-min-width-min-7-12-last > *:last-child, .mkb-m-min-width-min-7-12-odd > *:nth-child(odd), .mkb-m-min-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-m-min-width-min-8-12, .mkb-m-min-width-min-8-12-child > *, .mkb-m-min-width-min-8-12-first > *:first-child, .mkb-m-min-width-min-8-12-last > *:last-child, .mkb-m-min-width-min-8-12-odd > *:nth-child(odd), .mkb-m-min-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-m-min-width-min-9-12, .mkb-m-min-width-min-9-12-child > *, .mkb-m-min-width-min-9-12-first > *:first-child, .mkb-m-min-width-min-9-12-last > *:last-child, .mkb-m-min-width-min-9-12-odd > *:nth-child(odd), .mkb-m-min-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-m-min-width-min-10-12, .mkb-m-min-width-min-10-12-child > *, .mkb-m-min-width-min-10-12-first > *:first-child, .mkb-m-min-width-min-10-12-last > *:last-child, .mkb-m-min-width-min-10-12-odd > *:nth-child(odd), .mkb-m-min-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-m-min-width-min-11-12, .mkb-m-min-width-min-11-12-child > *, .mkb-m-min-width-min-11-12-first > *:first-child, .mkb-m-min-width-min-11-12-last > *:last-child, .mkb-m-min-width-min-11-12-odd > *:nth-child(odd), .mkb-m-min-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-m-min-width-min-12-12, .mkb-m-min-width-min-12-12-child > *, .mkb-m-min-width-min-12-12-first > *:first-child, .mkb-m-min-width-min-12-12-last > *:last-child, .mkb-m-min-width-min-12-12-odd > *:nth-child(odd), .mkb-m-min-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-m-min-width-max, .mkb-m-min-width-max-child > *, .mkb-m-min-width-max-first > *:first-child, .mkb-m-min-width-max-last > *:last-child, .mkb-m-min-width-max-odd > *:nth-child(odd), .mkb-m-min-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-min-width-max-1-8, .mkb-m-min-width-max-1-8-child > *, .mkb-m-min-width-max-1-8-first > *:first-child, .mkb-m-min-width-max-1-8-last > *:last-child, .mkb-m-min-width-max-1-8-odd > *:nth-child(odd), .mkb-m-min-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-m-min-width-max-2-8, .mkb-m-min-width-max-2-8-child > *, .mkb-m-min-width-max-2-8-first > *:first-child, .mkb-m-min-width-max-2-8-last > *:last-child, .mkb-m-min-width-max-2-8-odd > *:nth-child(odd), .mkb-m-min-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-m-min-width-max-3-8, .mkb-m-min-width-max-3-8-child > *, .mkb-m-min-width-max-3-8-first > *:first-child, .mkb-m-min-width-max-3-8-last > *:last-child, .mkb-m-min-width-max-3-8-odd > *:nth-child(odd), .mkb-m-min-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-m-min-width-max-4-8, .mkb-m-min-width-max-4-8-child > *, .mkb-m-min-width-max-4-8-first > *:first-child, .mkb-m-min-width-max-4-8-last > *:last-child, .mkb-m-min-width-max-4-8-odd > *:nth-child(odd), .mkb-m-min-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-min-width-max-5-8, .mkb-m-min-width-max-5-8-child > *, .mkb-m-min-width-max-5-8-first > *:first-child, .mkb-m-min-width-max-5-8-last > *:last-child, .mkb-m-min-width-max-5-8-odd > *:nth-child(odd), .mkb-m-min-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-m-min-width-max-6-8, .mkb-m-min-width-max-6-8-child > *, .mkb-m-min-width-max-6-8-first > *:first-child, .mkb-m-min-width-max-6-8-last > *:last-child, .mkb-m-min-width-max-6-8-odd > *:nth-child(odd), .mkb-m-min-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-m-min-width-max-7-8, .mkb-m-min-width-max-7-8-child > *, .mkb-m-min-width-max-7-8-first > *:first-child, .mkb-m-min-width-max-7-8-last > *:last-child, .mkb-m-min-width-max-7-8-odd > *:nth-child(odd), .mkb-m-min-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-m-min-width-max-8-8, .mkb-m-min-width-max-8-8-child > *, .mkb-m-min-width-max-8-8-first > *:first-child, .mkb-m-min-width-max-8-8-last > *:last-child, .mkb-m-min-width-max-8-8-odd > *:nth-child(odd), .mkb-m-min-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-min-width-max-1-10, .mkb-m-min-width-max-1-10-child > *, .mkb-m-min-width-max-1-10-first > *:first-child, .mkb-m-min-width-max-1-10-last > *:last-child, .mkb-m-min-width-max-1-10-odd > *:nth-child(odd), .mkb-m-min-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-m-min-width-max-2-10, .mkb-m-min-width-max-2-10-child > *, .mkb-m-min-width-max-2-10-first > *:first-child, .mkb-m-min-width-max-2-10-last > *:last-child, .mkb-m-min-width-max-2-10-odd > *:nth-child(odd), .mkb-m-min-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-m-min-width-max-3-10, .mkb-m-min-width-max-3-10-child > *, .mkb-m-min-width-max-3-10-first > *:first-child, .mkb-m-min-width-max-3-10-last > *:last-child, .mkb-m-min-width-max-3-10-odd > *:nth-child(odd), .mkb-m-min-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-m-min-width-max-4-10, .mkb-m-min-width-max-4-10-child > *, .mkb-m-min-width-max-4-10-first > *:first-child, .mkb-m-min-width-max-4-10-last > *:last-child, .mkb-m-min-width-max-4-10-odd > *:nth-child(odd), .mkb-m-min-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-m-min-width-max-5-10, .mkb-m-min-width-max-5-10-child > *, .mkb-m-min-width-max-5-10-first > *:first-child, .mkb-m-min-width-max-5-10-last > *:last-child, .mkb-m-min-width-max-5-10-odd > *:nth-child(odd), .mkb-m-min-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-min-width-max-6-10, .mkb-m-min-width-max-6-10-child > *, .mkb-m-min-width-max-6-10-first > *:first-child, .mkb-m-min-width-max-6-10-last > *:last-child, .mkb-m-min-width-max-6-10-odd > *:nth-child(odd), .mkb-m-min-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-m-min-width-max-7-10, .mkb-m-min-width-max-7-10-child > *, .mkb-m-min-width-max-7-10-first > *:first-child, .mkb-m-min-width-max-7-10-last > *:last-child, .mkb-m-min-width-max-7-10-odd > *:nth-child(odd), .mkb-m-min-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-m-min-width-max-8-10, .mkb-m-min-width-max-8-10-child > *, .mkb-m-min-width-max-8-10-first > *:first-child, .mkb-m-min-width-max-8-10-last > *:last-child, .mkb-m-min-width-max-8-10-odd > *:nth-child(odd), .mkb-m-min-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-m-min-width-max-9-10, .mkb-m-min-width-max-9-10-child > *, .mkb-m-min-width-max-9-10-first > *:first-child, .mkb-m-min-width-max-9-10-last > *:last-child, .mkb-m-min-width-max-9-10-odd > *:nth-child(odd), .mkb-m-min-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-m-min-width-max-10-10, .mkb-m-min-width-max-10-10-child > *, .mkb-m-min-width-max-10-10-first > *:first-child, .mkb-m-min-width-max-10-10-last > *:last-child, .mkb-m-min-width-max-10-10-odd > *:nth-child(odd), .mkb-m-min-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-m-min-width-max-1-12, .mkb-m-min-width-max-1-12-child > *, .mkb-m-min-width-max-1-12-first > *:first-child, .mkb-m-min-width-max-1-12-last > *:last-child, .mkb-m-min-width-max-1-12-odd > *:nth-child(odd), .mkb-m-min-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-m-min-width-max-2-12, .mkb-m-min-width-max-2-12-child > *, .mkb-m-min-width-max-2-12-first > *:first-child, .mkb-m-min-width-max-2-12-last > *:last-child, .mkb-m-min-width-max-2-12-odd > *:nth-child(odd), .mkb-m-min-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-m-min-width-max-3-12, .mkb-m-min-width-max-3-12-child > *, .mkb-m-min-width-max-3-12-first > *:first-child, .mkb-m-min-width-max-3-12-last > *:last-child, .mkb-m-min-width-max-3-12-odd > *:nth-child(odd), .mkb-m-min-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-m-min-width-max-4-12, .mkb-m-min-width-max-4-12-child > *, .mkb-m-min-width-max-4-12-first > *:first-child, .mkb-m-min-width-max-4-12-last > *:last-child, .mkb-m-min-width-max-4-12-odd > *:nth-child(odd), .mkb-m-min-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-m-min-width-max-5-12, .mkb-m-min-width-max-5-12-child > *, .mkb-m-min-width-max-5-12-first > *:first-child, .mkb-m-min-width-max-5-12-last > *:last-child, .mkb-m-min-width-max-5-12-odd > *:nth-child(odd), .mkb-m-min-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-m-min-width-max-6-12, .mkb-m-min-width-max-6-12-child > *, .mkb-m-min-width-max-6-12-first > *:first-child, .mkb-m-min-width-max-6-12-last > *:last-child, .mkb-m-min-width-max-6-12-odd > *:nth-child(odd), .mkb-m-min-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-m-min-width-max-7-12, .mkb-m-min-width-max-7-12-child > *, .mkb-m-min-width-max-7-12-first > *:first-child, .mkb-m-min-width-max-7-12-last > *:last-child, .mkb-m-min-width-max-7-12-odd > *:nth-child(odd), .mkb-m-min-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-m-min-width-max-8-12, .mkb-m-min-width-max-8-12-child > *, .mkb-m-min-width-max-8-12-first > *:first-child, .mkb-m-min-width-max-8-12-last > *:last-child, .mkb-m-min-width-max-8-12-odd > *:nth-child(odd), .mkb-m-min-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-m-min-width-max-9-12, .mkb-m-min-width-max-9-12-child > *, .mkb-m-min-width-max-9-12-first > *:first-child, .mkb-m-min-width-max-9-12-last > *:last-child, .mkb-m-min-width-max-9-12-odd > *:nth-child(odd), .mkb-m-min-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-m-min-width-max-10-12, .mkb-m-min-width-max-10-12-child > *, .mkb-m-min-width-max-10-12-first > *:first-child, .mkb-m-min-width-max-10-12-last > *:last-child, .mkb-m-min-width-max-10-12-odd > *:nth-child(odd), .mkb-m-min-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-m-min-width-max-11-12, .mkb-m-min-width-max-11-12-child > *, .mkb-m-min-width-max-11-12-first > *:first-child, .mkb-m-min-width-max-11-12-last > *:last-child, .mkb-m-min-width-max-11-12-odd > *:nth-child(odd), .mkb-m-min-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-m-min-width-max-12-12, .mkb-m-min-width-max-12-12-child > *, .mkb-m-min-width-max-12-12-first > *:first-child, .mkb-m-min-width-max-12-12-last > *:last-child, .mkb-m-min-width-max-12-12-odd > *:nth-child(odd), .mkb-m-min-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-m-min-height, .mkb-m-min-height-child > *, .mkb-m-min-height-first > *:first-child, .mkb-m-min-height-last > *:last-child, .mkb-m-min-height-odd > *:nth-child(odd), .mkb-m-min-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-m-min-height-none, .mkb-m-min-height-none-child > *, .mkb-m-min-height-none-first > *:first-child, .mkb-m-min-height-none-last > *:last-child, .mkb-m-min-height-none-odd > *:nth-child(odd), .mkb-m-min-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-m-min-height-auto, .mkb-m-min-height-auto-child > *, .mkb-m-min-height-auto-first > *:first-child, .mkb-m-min-height-auto-last > *:last-child, .mkb-m-min-height-auto-odd > *:nth-child(odd), .mkb-m-min-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-m-min-height-min, .mkb-m-min-height-min-child > *, .mkb-m-min-height-min-first > *:first-child, .mkb-m-min-height-min-last > *:last-child, .mkb-m-min-height-min-odd > *:nth-child(odd), .mkb-m-min-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-m-min-height-max, .mkb-m-min-height-max-child > *, .mkb-m-min-height-max-first > *:first-child, .mkb-m-min-height-max-last > *:last-child, .mkb-m-min-height-max-odd > *:nth-child(odd), .mkb-m-min-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-m-min-pad-none, .mkb-m-min-pad-none-child > *, .mkb-m-min-pad-none-first > *:first-child, .mkb-m-min-pad-none-last > *:last-child, .mkb-m-min-pad-none-odd > *:nth-child(odd), .mkb-m-min-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-m-min-pad-top-none, .mkb-m-min-pad-top-none-child > *, .mkb-m-min-pad-top-none-first > *:first-child, .mkb-m-min-pad-top-none-last > *:last-child, .mkb-m-min-pad-top-none-odd > *:nth-child(odd), .mkb-m-min-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-m-min-pad-bottom-none, .mkb-m-min-pad-bottom-none-child > *, .mkb-m-min-pad-bottom-none-first > *:first-child, .mkb-m-min-pad-bottom-none-last > *:last-child, .mkb-m-min-pad-bottom-none-odd > *:nth-child(odd), .mkb-m-min-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-m-min-pad-left-none, .mkb-m-min-pad-left-none-child > *, .mkb-m-min-pad-left-none-first > *:first-child, .mkb-m-min-pad-left-none-last > *:last-child, .mkb-m-min-pad-left-none-odd > *:nth-child(odd), .mkb-m-min-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-m-min-pad-right-none, .mkb-m-min-pad-right-none-child > *, .mkb-m-min-pad-right-none-first > *:first-child, .mkb-m-min-pad-right-none-last > *:last-child, .mkb-m-min-pad-right-none-odd > *:nth-child(odd), .mkb-m-min-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-m-min-pad-vertical-none, .mkb-m-min-pad-vertical-none-child > *, .mkb-m-min-pad-vertical-none-first > *:first-child, .mkb-m-min-pad-vertical-none-last > *:last-child, .mkb-m-min-pad-vertical-none-odd > *:nth-child(odd), .mkb-m-min-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-m-min-pad-horizontal-none, .mkb-m-min-pad-horizontal-none-child > *, .mkb-m-min-pad-horizontal-none-first > *:first-child, .mkb-m-min-pad-horizontal-none-last > *:last-child, .mkb-m-min-pad-horizontal-none-odd > *:nth-child(odd), .mkb-m-min-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-m-min-pad-s, .mkb-m-min-pad-s-child > *, .mkb-m-min-pad-s-first > *:first-child, .mkb-m-min-pad-s-last > *:last-child, .mkb-m-min-pad-s-odd > *:nth-child(odd), .mkb-m-min-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-top, .mkb-m-min-pad-s-top-child > *, .mkb-m-min-pad-s-top-first > *:first-child, .mkb-m-min-pad-s-top-last > *:last-child, .mkb-m-min-pad-s-top-odd > *:nth-child(odd), .mkb-m-min-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-bottom, .mkb-m-min-pad-s-bottom-child > *, .mkb-m-min-pad-s-bottom-first > *:first-child, .mkb-m-min-pad-s-bottom-last > *:last-child, .mkb-m-min-pad-s-bottom-odd > *:nth-child(odd), .mkb-m-min-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-left, .mkb-m-min-pad-s-left-child > *, .mkb-m-min-pad-s-left-first > *:first-child, .mkb-m-min-pad-s-left-last > *:last-child, .mkb-m-min-pad-s-left-odd > *:nth-child(odd), .mkb-m-min-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-right, .mkb-m-min-pad-s-right-child > *, .mkb-m-min-pad-s-right-first > *:first-child, .mkb-m-min-pad-s-right-last > *:last-child, .mkb-m-min-pad-s-right-odd > *:nth-child(odd), .mkb-m-min-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-vertical, .mkb-m-min-pad-s-vertical-child > *, .mkb-m-min-pad-s-vertical-first > *:first-child, .mkb-m-min-pad-s-vertical-last > *:last-child, .mkb-m-min-pad-s-vertical-odd > *:nth-child(odd), .mkb-m-min-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-m-min-pad-s-horizontal, .mkb-m-min-pad-s-horizontal-child > *, .mkb-m-min-pad-s-horizontal-first > *:first-child, .mkb-m-min-pad-s-horizontal-last > *:last-child, .mkb-m-min-pad-s-horizontal-odd > *:nth-child(odd), .mkb-m-min-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-m-min-pad-m, .mkb-m-min-pad-m-child > *, .mkb-m-min-pad-m-first > *:first-child, .mkb-m-min-pad-m-last > *:last-child, .mkb-m-min-pad-m-odd > *:nth-child(odd), .mkb-m-min-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-top, .mkb-m-min-pad-m-top-child > *, .mkb-m-min-pad-m-top-first > *:first-child, .mkb-m-min-pad-m-top-last > *:last-child, .mkb-m-min-pad-m-top-odd > *:nth-child(odd), .mkb-m-min-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-bottom, .mkb-m-min-pad-m-bottom-child > *, .mkb-m-min-pad-m-bottom-first > *:first-child, .mkb-m-min-pad-m-bottom-last > *:last-child, .mkb-m-min-pad-m-bottom-odd > *:nth-child(odd), .mkb-m-min-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-left, .mkb-m-min-pad-m-left-child > *, .mkb-m-min-pad-m-left-first > *:first-child, .mkb-m-min-pad-m-left-last > *:last-child, .mkb-m-min-pad-m-left-odd > *:nth-child(odd), .mkb-m-min-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-right, .mkb-m-min-pad-m-right-child > *, .mkb-m-min-pad-m-right-first > *:first-child, .mkb-m-min-pad-m-right-last > *:last-child, .mkb-m-min-pad-m-right-odd > *:nth-child(odd), .mkb-m-min-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-vertical, .mkb-m-min-pad-m-vertical-child > *, .mkb-m-min-pad-m-vertical-first > *:first-child, .mkb-m-min-pad-m-vertical-last > *:last-child, .mkb-m-min-pad-m-vertical-odd > *:nth-child(odd), .mkb-m-min-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-m-min-pad-m-horizontal, .mkb-m-min-pad-m-horizontal-child > *, .mkb-m-min-pad-m-horizontal-first > *:first-child, .mkb-m-min-pad-m-horizontal-last > *:last-child, .mkb-m-min-pad-m-horizontal-odd > *:nth-child(odd), .mkb-m-min-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-m-min-pad-l, .mkb-m-min-pad-l-child > *, .mkb-m-min-pad-l-first > *:first-child, .mkb-m-min-pad-l-last > *:last-child, .mkb-m-min-pad-l-odd > *:nth-child(odd), .mkb-m-min-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-top, .mkb-m-min-pad-l-top-child > *, .mkb-m-min-pad-l-top-first > *:first-child, .mkb-m-min-pad-l-top-last > *:last-child, .mkb-m-min-pad-l-top-odd > *:nth-child(odd), .mkb-m-min-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-bottom, .mkb-m-min-pad-l-bottom-child > *, .mkb-m-min-pad-l-bottom-first > *:first-child, .mkb-m-min-pad-l-bottom-last > *:last-child, .mkb-m-min-pad-l-bottom-odd > *:nth-child(odd), .mkb-m-min-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-left, .mkb-m-min-pad-l-left-child > *, .mkb-m-min-pad-l-left-first > *:first-child, .mkb-m-min-pad-l-left-last > *:last-child, .mkb-m-min-pad-l-left-odd > *:nth-child(odd), .mkb-m-min-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-right, .mkb-m-min-pad-l-right-child > *, .mkb-m-min-pad-l-right-first > *:first-child, .mkb-m-min-pad-l-right-last > *:last-child, .mkb-m-min-pad-l-right-odd > *:nth-child(odd), .mkb-m-min-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-vertical, .mkb-m-min-pad-l-vertical-child > *, .mkb-m-min-pad-l-vertical-first > *:first-child, .mkb-m-min-pad-l-vertical-last > *:last-child, .mkb-m-min-pad-l-vertical-odd > *:nth-child(odd), .mkb-m-min-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-m-min-pad-l-horizontal, .mkb-m-min-pad-l-horizontal-child > *, .mkb-m-min-pad-l-horizontal-first > *:first-child, .mkb-m-min-pad-l-horizontal-last > *:last-child, .mkb-m-min-pad-l-horizontal-odd > *:nth-child(odd), .mkb-m-min-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-m-min-pad-xl, .mkb-m-min-pad-xl-child > *, .mkb-m-min-pad-xl-first > *:first-child, .mkb-m-min-pad-xl-last > *:last-child, .mkb-m-min-pad-xl-odd > *:nth-child(odd), .mkb-m-min-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-top, .mkb-m-min-pad-xl-top-child > *, .mkb-m-min-pad-xl-top-first > *:first-child, .mkb-m-min-pad-xl-top-last > *:last-child, .mkb-m-min-pad-xl-top-odd > *:nth-child(odd), .mkb-m-min-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-bottom, .mkb-m-min-pad-xl-bottom-child > *, .mkb-m-min-pad-xl-bottom-first > *:first-child, .mkb-m-min-pad-xl-bottom-last > *:last-child, .mkb-m-min-pad-xl-bottom-odd > *:nth-child(odd), .mkb-m-min-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-left, .mkb-m-min-pad-xl-left-child > *, .mkb-m-min-pad-xl-left-first > *:first-child, .mkb-m-min-pad-xl-left-last > *:last-child, .mkb-m-min-pad-xl-left-odd > *:nth-child(odd), .mkb-m-min-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-right, .mkb-m-min-pad-xl-right-child > *, .mkb-m-min-pad-xl-right-first > *:first-child, .mkb-m-min-pad-xl-right-last > *:last-child, .mkb-m-min-pad-xl-right-odd > *:nth-child(odd), .mkb-m-min-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-vertical, .mkb-m-min-pad-xl-vertical-child > *, .mkb-m-min-pad-xl-vertical-first > *:first-child, .mkb-m-min-pad-xl-vertical-last > *:last-child, .mkb-m-min-pad-xl-vertical-odd > *:nth-child(odd), .mkb-m-min-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-m-min-pad-xl-horizontal, .mkb-m-min-pad-xl-horizontal-child > *, .mkb-m-min-pad-xl-horizontal-first > *:first-child, .mkb-m-min-pad-xl-horizontal-last > *:last-child, .mkb-m-min-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-m-min-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-m-min-gap-auto, .mkb-m-min-gap-auto-child > *, .mkb-m-min-gap-auto-first > *:first-child, .mkb-m-min-gap-auto-last > *:last-child, .mkb-m-min-gap-auto-odd > *:nth-child(odd), .mkb-m-min-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-m-min-gap-top-auto, .mkb-m-min-gap-top-auto-child > *, .mkb-m-min-gap-top-auto-first > *:first-child, .mkb-m-min-gap-top-auto-last > *:last-child, .mkb-m-min-gap-top-auto-odd > *:nth-child(odd), .mkb-m-min-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-m-min-gap-bottom-auto, .mkb-m-min-gap-bottom-auto-child > *, .mkb-m-min-gap-bottom-auto-first > *:first-child, .mkb-m-min-gap-bottom-auto-last > *:last-child, .mkb-m-min-gap-bottom-auto-odd > *:nth-child(odd), .mkb-m-min-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-m-min-gap-left-auto, .mkb-m-min-gap-left-auto-child > *, .mkb-m-min-gap-left-auto-first > *:first-child, .mkb-m-min-gap-left-auto-last > *:last-child, .mkb-m-min-gap-left-auto-odd > *:nth-child(odd), .mkb-m-min-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-m-min-gap-right-auto, .mkb-m-min-gap-right-auto-child > *, .mkb-m-min-gap-right-auto-first > *:first-child, .mkb-m-min-gap-right-auto-last > *:last-child, .mkb-m-min-gap-right-auto-odd > *:nth-child(odd), .mkb-m-min-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-m-min-gap-vertical-auto, .mkb-m-min-gap-vertical-auto-child > *, .mkb-m-min-gap-vertical-auto-first > *:first-child, .mkb-m-min-gap-vertical-auto-last > *:last-child, .mkb-m-min-gap-vertical-auto-odd > *:nth-child(odd), .mkb-m-min-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-m-min-gap-horizontal-auto, .mkb-m-min-gap-horizontal-auto-child > *, .mkb-m-min-gap-horizontal-auto-first > *:first-child, .mkb-m-min-gap-horizontal-auto-last > *:last-child, .mkb-m-min-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-m-min-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-m-min-gap-none, .mkb-m-min-gap-none-child > *, .mkb-m-min-gap-none-first > *:first-child, .mkb-m-min-gap-none-last > *:last-child, .mkb-m-min-gap-none-odd > *:nth-child(odd), .mkb-m-min-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-m-min-gap-top-none, .mkb-m-min-gap-top-none-child > *, .mkb-m-min-gap-top-none-first > *:first-child, .mkb-m-min-gap-top-none-last > *:last-child, .mkb-m-min-gap-top-none-odd > *:nth-child(odd), .mkb-m-min-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-m-min-gap-bottom-none, .mkb-m-min-gap-bottom-none-child > *, .mkb-m-min-gap-bottom-none-first > *:first-child, .mkb-m-min-gap-bottom-none-last > *:last-child, .mkb-m-min-gap-bottom-none-odd > *:nth-child(odd), .mkb-m-min-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-m-min-gap-left-none, .mkb-m-min-gap-left-none-child > *, .mkb-m-min-gap-left-none-first > *:first-child, .mkb-m-min-gap-left-none-last > *:last-child, .mkb-m-min-gap-left-none-odd > *:nth-child(odd), .mkb-m-min-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-m-min-gap-right-none, .mkb-m-min-gap-right-none-child > *, .mkb-m-min-gap-right-none-first > *:first-child, .mkb-m-min-gap-right-none-last > *:last-child, .mkb-m-min-gap-right-none-odd > *:nth-child(odd), .mkb-m-min-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-m-min-gap-vertical-none, .mkb-m-min-gap-vertical-none-child > *, .mkb-m-min-gap-vertical-none-first > *:first-child, .mkb-m-min-gap-vertical-none-last > *:last-child, .mkb-m-min-gap-vertical-none-odd > *:nth-child(odd), .mkb-m-min-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-m-min-gap-horizontal-none, .mkb-m-min-gap-horizontal-none-child > *, .mkb-m-min-gap-horizontal-none-first > *:first-child, .mkb-m-min-gap-horizontal-none-last > *:last-child, .mkb-m-min-gap-horizontal-none-odd > *:nth-child(odd), .mkb-m-min-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-m-min-gap-inherit, .mkb-m-min-gap-inherit-child > *, .mkb-m-min-gap-inherit-first > *:first-child, .mkb-m-min-gap-inherit-last > *:last-child, .mkb-m-min-gap-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-m-min-gap-top-inherit, .mkb-m-min-gap-top-inherit-child > *, .mkb-m-min-gap-top-inherit-first > *:first-child, .mkb-m-min-gap-top-inherit-last > *:last-child, .mkb-m-min-gap-top-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-m-min-gap-bottom-inherit, .mkb-m-min-gap-bottom-inherit-child > *, .mkb-m-min-gap-bottom-inherit-first > *:first-child, .mkb-m-min-gap-bottom-inherit-last > *:last-child, .mkb-m-min-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-m-min-gap-left-inherit, .mkb-m-min-gap-left-inherit-child > *, .mkb-m-min-gap-left-inherit-first > *:first-child, .mkb-m-min-gap-left-inherit-last > *:last-child, .mkb-m-min-gap-left-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-m-min-gap-right-inherit, .mkb-m-min-gap-right-inherit-child > *, .mkb-m-min-gap-right-inherit-first > *:first-child, .mkb-m-min-gap-right-inherit-last > *:last-child, .mkb-m-min-gap-right-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-m-min-gap-vertical-inherit, .mkb-m-min-gap-vertical-inherit-child > *, .mkb-m-min-gap-vertical-inherit-first > *:first-child, .mkb-m-min-gap-vertical-inherit-last > *:last-child, .mkb-m-min-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-m-min-gap-horizontal-inherit, .mkb-m-min-gap-horizontal-inherit-child > *, .mkb-m-min-gap-horizontal-inherit-first > *:first-child, .mkb-m-min-gap-horizontal-inherit-last > *:last-child, .mkb-m-min-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-min-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-m-min-gap-s, .mkb-m-min-gap-s-child > *, .mkb-m-min-gap-s-first > *:first-child, .mkb-m-min-gap-s-last > *:last-child, .mkb-m-min-gap-s-odd > *:nth-child(odd), .mkb-m-min-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s, .mkb-m-min-gapn-s-child > *, .mkb-m-min-gapn-s-first > *:first-child, .mkb-m-min-gapn-s-last > *:last-child, .mkb-m-min-gapn-s-odd > *:nth-child(odd), .mkb-m-min-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-top, .mkb-m-min-gap-s-top-child > *, .mkb-m-min-gap-s-top-first > *:first-child, .mkb-m-min-gap-s-top-last > *:last-child, .mkb-m-min-gap-s-top-odd > *:nth-child(odd), .mkb-m-min-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-top, .mkb-m-min-gapn-s-top-child > *, .mkb-m-min-gapn-s-top-first > *:first-child, .mkb-m-min-gapn-s-top-last > *:last-child, .mkb-m-min-gapn-s-top-odd > *:nth-child(odd), .mkb-m-min-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-bottom, .mkb-m-min-gap-s-bottom-child > *, .mkb-m-min-gap-s-bottom-first > *:first-child, .mkb-m-min-gap-s-bottom-last > *:last-child, .mkb-m-min-gap-s-bottom-odd > *:nth-child(odd), .mkb-m-min-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-bottom, .mkb-m-min-gapn-s-bottom-child > *, .mkb-m-min-gapn-s-bottom-first > *:first-child, .mkb-m-min-gapn-s-bottom-last > *:last-child, .mkb-m-min-gapn-s-bottom-odd > *:nth-child(odd), .mkb-m-min-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-left, .mkb-m-min-gap-s-left-child > *, .mkb-m-min-gap-s-left-first > *:first-child, .mkb-m-min-gap-s-left-last > *:last-child, .mkb-m-min-gap-s-left-odd > *:nth-child(odd), .mkb-m-min-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-left, .mkb-m-min-gapn-s-left-child > *, .mkb-m-min-gapn-s-left-first > *:first-child, .mkb-m-min-gapn-s-left-last > *:last-child, .mkb-m-min-gapn-s-left-odd > *:nth-child(odd), .mkb-m-min-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-right, .mkb-m-min-gap-s-right-child > *, .mkb-m-min-gap-s-right-first > *:first-child, .mkb-m-min-gap-s-right-last > *:last-child, .mkb-m-min-gap-s-right-odd > *:nth-child(odd), .mkb-m-min-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-right, .mkb-m-min-gapn-s-right-child > *, .mkb-m-min-gapn-s-right-first > *:first-child, .mkb-m-min-gapn-s-right-last > *:last-child, .mkb-m-min-gapn-s-right-odd > *:nth-child(odd), .mkb-m-min-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-vertical, .mkb-m-min-gap-s-vertical-child > *, .mkb-m-min-gap-s-vertical-first > *:first-child, .mkb-m-min-gap-s-vertical-last > *:last-child, .mkb-m-min-gap-s-vertical-odd > *:nth-child(odd), .mkb-m-min-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-vertical, .mkb-m-min-gapn-s-vertical-child > *, .mkb-m-min-gapn-s-vertical-first > *:first-child, .mkb-m-min-gapn-s-vertical-last > *:last-child, .mkb-m-min-gapn-s-vertical-odd > *:nth-child(odd), .mkb-m-min-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-m-min-gap-s-horizontal, .mkb-m-min-gap-s-horizontal-child > *, .mkb-m-min-gap-s-horizontal-first > *:first-child, .mkb-m-min-gap-s-horizontal-last > *:last-child, .mkb-m-min-gap-s-horizontal-odd > *:nth-child(odd), .mkb-m-min-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-m-min-gapn-s-horizontal, .mkb-m-min-gapn-s-horizontal-child > *, .mkb-m-min-gapn-s-horizontal-first > *:first-child, .mkb-m-min-gapn-s-horizontal-last > *:last-child, .mkb-m-min-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-m-min-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-m-min-gap-m, .mkb-m-min-gap-m-child > *, .mkb-m-min-gap-m-first > *:first-child, .mkb-m-min-gap-m-last > *:last-child, .mkb-m-min-gap-m-odd > *:nth-child(odd), .mkb-m-min-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m, .mkb-m-min-gapn-m-child > *, .mkb-m-min-gapn-m-first > *:first-child, .mkb-m-min-gapn-m-last > *:last-child, .mkb-m-min-gapn-m-odd > *:nth-child(odd), .mkb-m-min-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-top, .mkb-m-min-gap-m-top-child > *, .mkb-m-min-gap-m-top-first > *:first-child, .mkb-m-min-gap-m-top-last > *:last-child, .mkb-m-min-gap-m-top-odd > *:nth-child(odd), .mkb-m-min-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-top, .mkb-m-min-gapn-m-top-child > *, .mkb-m-min-gapn-m-top-first > *:first-child, .mkb-m-min-gapn-m-top-last > *:last-child, .mkb-m-min-gapn-m-top-odd > *:nth-child(odd), .mkb-m-min-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-bottom, .mkb-m-min-gap-m-bottom-child > *, .mkb-m-min-gap-m-bottom-first > *:first-child, .mkb-m-min-gap-m-bottom-last > *:last-child, .mkb-m-min-gap-m-bottom-odd > *:nth-child(odd), .mkb-m-min-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-bottom, .mkb-m-min-gapn-m-bottom-child > *, .mkb-m-min-gapn-m-bottom-first > *:first-child, .mkb-m-min-gapn-m-bottom-last > *:last-child, .mkb-m-min-gapn-m-bottom-odd > *:nth-child(odd), .mkb-m-min-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-left, .mkb-m-min-gap-m-left-child > *, .mkb-m-min-gap-m-left-first > *:first-child, .mkb-m-min-gap-m-left-last > *:last-child, .mkb-m-min-gap-m-left-odd > *:nth-child(odd), .mkb-m-min-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-left, .mkb-m-min-gapn-m-left-child > *, .mkb-m-min-gapn-m-left-first > *:first-child, .mkb-m-min-gapn-m-left-last > *:last-child, .mkb-m-min-gapn-m-left-odd > *:nth-child(odd), .mkb-m-min-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-right, .mkb-m-min-gap-m-right-child > *, .mkb-m-min-gap-m-right-first > *:first-child, .mkb-m-min-gap-m-right-last > *:last-child, .mkb-m-min-gap-m-right-odd > *:nth-child(odd), .mkb-m-min-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-right, .mkb-m-min-gapn-m-right-child > *, .mkb-m-min-gapn-m-right-first > *:first-child, .mkb-m-min-gapn-m-right-last > *:last-child, .mkb-m-min-gapn-m-right-odd > *:nth-child(odd), .mkb-m-min-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-vertical, .mkb-m-min-gap-m-vertical-child > *, .mkb-m-min-gap-m-vertical-first > *:first-child, .mkb-m-min-gap-m-vertical-last > *:last-child, .mkb-m-min-gap-m-vertical-odd > *:nth-child(odd), .mkb-m-min-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-vertical, .mkb-m-min-gapn-m-vertical-child > *, .mkb-m-min-gapn-m-vertical-first > *:first-child, .mkb-m-min-gapn-m-vertical-last > *:last-child, .mkb-m-min-gapn-m-vertical-odd > *:nth-child(odd), .mkb-m-min-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-m-min-gap-m-horizontal, .mkb-m-min-gap-m-horizontal-child > *, .mkb-m-min-gap-m-horizontal-first > *:first-child, .mkb-m-min-gap-m-horizontal-last > *:last-child, .mkb-m-min-gap-m-horizontal-odd > *:nth-child(odd), .mkb-m-min-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-m-min-gapn-m-horizontal, .mkb-m-min-gapn-m-horizontal-child > *, .mkb-m-min-gapn-m-horizontal-first > *:first-child, .mkb-m-min-gapn-m-horizontal-last > *:last-child, .mkb-m-min-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-m-min-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-m-min-gap-l, .mkb-m-min-gap-l-child > *, .mkb-m-min-gap-l-first > *:first-child, .mkb-m-min-gap-l-last > *:last-child, .mkb-m-min-gap-l-odd > *:nth-child(odd), .mkb-m-min-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l, .mkb-m-min-gapn-l-child > *, .mkb-m-min-gapn-l-first > *:first-child, .mkb-m-min-gapn-l-last > *:last-child, .mkb-m-min-gapn-l-odd > *:nth-child(odd), .mkb-m-min-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-top, .mkb-m-min-gap-l-top-child > *, .mkb-m-min-gap-l-top-first > *:first-child, .mkb-m-min-gap-l-top-last > *:last-child, .mkb-m-min-gap-l-top-odd > *:nth-child(odd), .mkb-m-min-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-top, .mkb-m-min-gapn-l-top-child > *, .mkb-m-min-gapn-l-top-first > *:first-child, .mkb-m-min-gapn-l-top-last > *:last-child, .mkb-m-min-gapn-l-top-odd > *:nth-child(odd), .mkb-m-min-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-bottom, .mkb-m-min-gap-l-bottom-child > *, .mkb-m-min-gap-l-bottom-first > *:first-child, .mkb-m-min-gap-l-bottom-last > *:last-child, .mkb-m-min-gap-l-bottom-odd > *:nth-child(odd), .mkb-m-min-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-bottom, .mkb-m-min-gapn-l-bottom-child > *, .mkb-m-min-gapn-l-bottom-first > *:first-child, .mkb-m-min-gapn-l-bottom-last > *:last-child, .mkb-m-min-gapn-l-bottom-odd > *:nth-child(odd), .mkb-m-min-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-left, .mkb-m-min-gap-l-left-child > *, .mkb-m-min-gap-l-left-first > *:first-child, .mkb-m-min-gap-l-left-last > *:last-child, .mkb-m-min-gap-l-left-odd > *:nth-child(odd), .mkb-m-min-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-left, .mkb-m-min-gapn-l-left-child > *, .mkb-m-min-gapn-l-left-first > *:first-child, .mkb-m-min-gapn-l-left-last > *:last-child, .mkb-m-min-gapn-l-left-odd > *:nth-child(odd), .mkb-m-min-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-right, .mkb-m-min-gap-l-right-child > *, .mkb-m-min-gap-l-right-first > *:first-child, .mkb-m-min-gap-l-right-last > *:last-child, .mkb-m-min-gap-l-right-odd > *:nth-child(odd), .mkb-m-min-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-right, .mkb-m-min-gapn-l-right-child > *, .mkb-m-min-gapn-l-right-first > *:first-child, .mkb-m-min-gapn-l-right-last > *:last-child, .mkb-m-min-gapn-l-right-odd > *:nth-child(odd), .mkb-m-min-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-vertical, .mkb-m-min-gap-l-vertical-child > *, .mkb-m-min-gap-l-vertical-first > *:first-child, .mkb-m-min-gap-l-vertical-last > *:last-child, .mkb-m-min-gap-l-vertical-odd > *:nth-child(odd), .mkb-m-min-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-vertical, .mkb-m-min-gapn-l-vertical-child > *, .mkb-m-min-gapn-l-vertical-first > *:first-child, .mkb-m-min-gapn-l-vertical-last > *:last-child, .mkb-m-min-gapn-l-vertical-odd > *:nth-child(odd), .mkb-m-min-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-m-min-gap-l-horizontal, .mkb-m-min-gap-l-horizontal-child > *, .mkb-m-min-gap-l-horizontal-first > *:first-child, .mkb-m-min-gap-l-horizontal-last > *:last-child, .mkb-m-min-gap-l-horizontal-odd > *:nth-child(odd), .mkb-m-min-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-m-min-gapn-l-horizontal, .mkb-m-min-gapn-l-horizontal-child > *, .mkb-m-min-gapn-l-horizontal-first > *:first-child, .mkb-m-min-gapn-l-horizontal-last > *:last-child, .mkb-m-min-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-m-min-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-m-min-gap-xl, .mkb-m-min-gap-xl-child > *, .mkb-m-min-gap-xl-first > *:first-child, .mkb-m-min-gap-xl-last > *:last-child, .mkb-m-min-gap-xl-odd > *:nth-child(odd), .mkb-m-min-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl, .mkb-m-min-gapn-xl-child > *, .mkb-m-min-gapn-xl-first > *:first-child, .mkb-m-min-gapn-xl-last > *:last-child, .mkb-m-min-gapn-xl-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-top, .mkb-m-min-gap-xl-top-child > *, .mkb-m-min-gap-xl-top-first > *:first-child, .mkb-m-min-gap-xl-top-last > *:last-child, .mkb-m-min-gap-xl-top-odd > *:nth-child(odd), .mkb-m-min-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-top, .mkb-m-min-gapn-xl-top-child > *, .mkb-m-min-gapn-xl-top-first > *:first-child, .mkb-m-min-gapn-xl-top-last > *:last-child, .mkb-m-min-gapn-xl-top-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-bottom, .mkb-m-min-gap-xl-bottom-child > *, .mkb-m-min-gap-xl-bottom-first > *:first-child, .mkb-m-min-gap-xl-bottom-last > *:last-child, .mkb-m-min-gap-xl-bottom-odd > *:nth-child(odd), .mkb-m-min-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-bottom, .mkb-m-min-gapn-xl-bottom-child > *, .mkb-m-min-gapn-xl-bottom-first > *:first-child, .mkb-m-min-gapn-xl-bottom-last > *:last-child, .mkb-m-min-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-left, .mkb-m-min-gap-xl-left-child > *, .mkb-m-min-gap-xl-left-first > *:first-child, .mkb-m-min-gap-xl-left-last > *:last-child, .mkb-m-min-gap-xl-left-odd > *:nth-child(odd), .mkb-m-min-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-left, .mkb-m-min-gapn-xl-left-child > *, .mkb-m-min-gapn-xl-left-first > *:first-child, .mkb-m-min-gapn-xl-left-last > *:last-child, .mkb-m-min-gapn-xl-left-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-right, .mkb-m-min-gap-xl-right-child > *, .mkb-m-min-gap-xl-right-first > *:first-child, .mkb-m-min-gap-xl-right-last > *:last-child, .mkb-m-min-gap-xl-right-odd > *:nth-child(odd), .mkb-m-min-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-right, .mkb-m-min-gapn-xl-right-child > *, .mkb-m-min-gapn-xl-right-first > *:first-child, .mkb-m-min-gapn-xl-right-last > *:last-child, .mkb-m-min-gapn-xl-right-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-vertical, .mkb-m-min-gap-xl-vertical-child > *, .mkb-m-min-gap-xl-vertical-first > *:first-child, .mkb-m-min-gap-xl-vertical-last > *:last-child, .mkb-m-min-gap-xl-vertical-odd > *:nth-child(odd), .mkb-m-min-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-vertical, .mkb-m-min-gapn-xl-vertical-child > *, .mkb-m-min-gapn-xl-vertical-first > *:first-child, .mkb-m-min-gapn-xl-vertical-last > *:last-child, .mkb-m-min-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-m-min-gap-xl-horizontal, .mkb-m-min-gap-xl-horizontal-child > *, .mkb-m-min-gap-xl-horizontal-first > *:first-child, .mkb-m-min-gap-xl-horizontal-last > *:last-child, .mkb-m-min-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-m-min-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-m-min-gapn-xl-horizontal, .mkb-m-min-gapn-xl-horizontal-child > *, .mkb-m-min-gapn-xl-horizontal-first > *:first-child, .mkb-m-min-gapn-xl-horizontal-last > *:last-child, .mkb-m-min-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-m-min-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-m-min-edge-none, .mkb-m-min-edge-none-child > *, .mkb-m-min-edge-none-first > *:first-child, .mkb-m-min-edge-none-last > *:last-child, .mkb-m-min-edge-none-odd > *:nth-child(odd), .mkb-m-min-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-m-min-edge-top-none, .mkb-m-min-edge-top-none-child > *, .mkb-m-min-edge-top-none-first > *:first-child, .mkb-m-min-edge-top-none-last > *:last-child, .mkb-m-min-edge-top-none-odd > *:nth-child(odd), .mkb-m-min-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-m-min-edge-bottom-none, .mkb-m-min-edge-bottom-none-child > *, .mkb-m-min-edge-bottom-none-first > *:first-child, .mkb-m-min-edge-bottom-none-last > *:last-child, .mkb-m-min-edge-bottom-none-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-m-min-edge-left-none, .mkb-m-min-edge-left-none-child > *, .mkb-m-min-edge-left-none-first > *:first-child, .mkb-m-min-edge-left-none-last > *:last-child, .mkb-m-min-edge-left-none-odd > *:nth-child(odd), .mkb-m-min-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-m-min-edge-right-none, .mkb-m-min-edge-right-none-child > *, .mkb-m-min-edge-right-none-first > *:first-child, .mkb-m-min-edge-right-none-last > *:last-child, .mkb-m-min-edge-right-none-odd > *:nth-child(odd), .mkb-m-min-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-m-min-edge-vertical-none, .mkb-m-min-edge-vertical-none-child > *, .mkb-m-min-edge-vertical-none-first > *:first-child, .mkb-m-min-edge-vertical-none-last > *:last-child, .mkb-m-min-edge-vertical-none-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-m-min-edge-horizontal-none, .mkb-m-min-edge-horizontal-none-child > *, .mkb-m-min-edge-horizontal-none-first > *:first-child, .mkb-m-min-edge-horizontal-none-last > *:last-child, .mkb-m-min-edge-horizontal-none-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-m-min-edge-inherit, .mkb-m-min-edge-inherit-child > *, .mkb-m-min-edge-inherit-first > *:first-child, .mkb-m-min-edge-inherit-last > *:last-child, .mkb-m-min-edge-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-m-min-edge-top-inherit, .mkb-m-min-edge-top-inherit-child > *, .mkb-m-min-edge-top-inherit-first > *:first-child, .mkb-m-min-edge-top-inherit-last > *:last-child, .mkb-m-min-edge-top-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-m-min-edge-bottom-inherit, .mkb-m-min-edge-bottom-inherit-child > *, .mkb-m-min-edge-bottom-inherit-first > *:first-child, .mkb-m-min-edge-bottom-inherit-last > *:last-child, .mkb-m-min-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-m-min-edge-left-inherit, .mkb-m-min-edge-left-inherit-child > *, .mkb-m-min-edge-left-inherit-first > *:first-child, .mkb-m-min-edge-left-inherit-last > *:last-child, .mkb-m-min-edge-left-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-m-min-edge-right-inherit, .mkb-m-min-edge-right-inherit-child > *, .mkb-m-min-edge-right-inherit-first > *:first-child, .mkb-m-min-edge-right-inherit-last > *:last-child, .mkb-m-min-edge-right-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-m-min-edge-vertical-inherit, .mkb-m-min-edge-vertical-inherit-child > *, .mkb-m-min-edge-vertical-inherit-first > *:first-child, .mkb-m-min-edge-vertical-inherit-last > *:last-child, .mkb-m-min-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-m-min-edge-horizontal-inherit, .mkb-m-min-edge-horizontal-inherit-child > *, .mkb-m-min-edge-horizontal-inherit-first > *:first-child, .mkb-m-min-edge-horizontal-inherit-last > *:last-child, .mkb-m-min-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-m-min-edge-s, .mkb-m-min-edge-s-child > *, .mkb-m-min-edge-s-first > *:first-child, .mkb-m-min-edge-s-last > *:last-child, .mkb-m-min-edge-s-odd > *:nth-child(odd), .mkb-m-min-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-top, .mkb-m-min-edge-s-top-child > *, .mkb-m-min-edge-s-top-first > *:first-child, .mkb-m-min-edge-s-top-last > *:last-child, .mkb-m-min-edge-s-top-odd > *:nth-child(odd), .mkb-m-min-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-bottom, .mkb-m-min-edge-s-bottom-child > *, .mkb-m-min-edge-s-bottom-first > *:first-child, .mkb-m-min-edge-s-bottom-last > *:last-child, .mkb-m-min-edge-s-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-left, .mkb-m-min-edge-s-left-child > *, .mkb-m-min-edge-s-left-first > *:first-child, .mkb-m-min-edge-s-left-last > *:last-child, .mkb-m-min-edge-s-left-odd > *:nth-child(odd), .mkb-m-min-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-right, .mkb-m-min-edge-s-right-child > *, .mkb-m-min-edge-s-right-first > *:first-child, .mkb-m-min-edge-s-right-last > *:last-child, .mkb-m-min-edge-s-right-odd > *:nth-child(odd), .mkb-m-min-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-vertical, .mkb-m-min-edge-s-vertical-child > *, .mkb-m-min-edge-s-vertical-first > *:first-child, .mkb-m-min-edge-s-vertical-last > *:last-child, .mkb-m-min-edge-s-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-s-horizontal, .mkb-m-min-edge-s-horizontal-child > *, .mkb-m-min-edge-s-horizontal-first > *:first-child, .mkb-m-min-edge-s-horizontal-last > *:last-child, .mkb-m-min-edge-s-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-m-min-edge-m, .mkb-m-min-edge-m-child > *, .mkb-m-min-edge-m-first > *:first-child, .mkb-m-min-edge-m-last > *:last-child, .mkb-m-min-edge-m-odd > *:nth-child(odd), .mkb-m-min-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-top, .mkb-m-min-edge-m-top-child > *, .mkb-m-min-edge-m-top-first > *:first-child, .mkb-m-min-edge-m-top-last > *:last-child, .mkb-m-min-edge-m-top-odd > *:nth-child(odd), .mkb-m-min-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-bottom, .mkb-m-min-edge-m-bottom-child > *, .mkb-m-min-edge-m-bottom-first > *:first-child, .mkb-m-min-edge-m-bottom-last > *:last-child, .mkb-m-min-edge-m-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-left, .mkb-m-min-edge-m-left-child > *, .mkb-m-min-edge-m-left-first > *:first-child, .mkb-m-min-edge-m-left-last > *:last-child, .mkb-m-min-edge-m-left-odd > *:nth-child(odd), .mkb-m-min-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-right, .mkb-m-min-edge-m-right-child > *, .mkb-m-min-edge-m-right-first > *:first-child, .mkb-m-min-edge-m-right-last > *:last-child, .mkb-m-min-edge-m-right-odd > *:nth-child(odd), .mkb-m-min-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-vertical, .mkb-m-min-edge-m-vertical-child > *, .mkb-m-min-edge-m-vertical-first > *:first-child, .mkb-m-min-edge-m-vertical-last > *:last-child, .mkb-m-min-edge-m-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-m-horizontal, .mkb-m-min-edge-m-horizontal-child > *, .mkb-m-min-edge-m-horizontal-first > *:first-child, .mkb-m-min-edge-m-horizontal-last > *:last-child, .mkb-m-min-edge-m-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-m-min-edge-l, .mkb-m-min-edge-l-child > *, .mkb-m-min-edge-l-first > *:first-child, .mkb-m-min-edge-l-last > *:last-child, .mkb-m-min-edge-l-odd > *:nth-child(odd), .mkb-m-min-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-top, .mkb-m-min-edge-l-top-child > *, .mkb-m-min-edge-l-top-first > *:first-child, .mkb-m-min-edge-l-top-last > *:last-child, .mkb-m-min-edge-l-top-odd > *:nth-child(odd), .mkb-m-min-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-bottom, .mkb-m-min-edge-l-bottom-child > *, .mkb-m-min-edge-l-bottom-first > *:first-child, .mkb-m-min-edge-l-bottom-last > *:last-child, .mkb-m-min-edge-l-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-left, .mkb-m-min-edge-l-left-child > *, .mkb-m-min-edge-l-left-first > *:first-child, .mkb-m-min-edge-l-left-last > *:last-child, .mkb-m-min-edge-l-left-odd > *:nth-child(odd), .mkb-m-min-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-right, .mkb-m-min-edge-l-right-child > *, .mkb-m-min-edge-l-right-first > *:first-child, .mkb-m-min-edge-l-right-last > *:last-child, .mkb-m-min-edge-l-right-odd > *:nth-child(odd), .mkb-m-min-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-vertical, .mkb-m-min-edge-l-vertical-child > *, .mkb-m-min-edge-l-vertical-first > *:first-child, .mkb-m-min-edge-l-vertical-last > *:last-child, .mkb-m-min-edge-l-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-l-horizontal, .mkb-m-min-edge-l-horizontal-child > *, .mkb-m-min-edge-l-horizontal-first > *:first-child, .mkb-m-min-edge-l-horizontal-last > *:last-child, .mkb-m-min-edge-l-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-m-min-edge-xl, .mkb-m-min-edge-xl-child > *, .mkb-m-min-edge-xl-first > *:first-child, .mkb-m-min-edge-xl-last > *:last-child, .mkb-m-min-edge-xl-odd > *:nth-child(odd), .mkb-m-min-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-top, .mkb-m-min-edge-xl-top-child > *, .mkb-m-min-edge-xl-top-first > *:first-child, .mkb-m-min-edge-xl-top-last > *:last-child, .mkb-m-min-edge-xl-top-odd > *:nth-child(odd), .mkb-m-min-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-bottom, .mkb-m-min-edge-xl-bottom-child > *, .mkb-m-min-edge-xl-bottom-first > *:first-child, .mkb-m-min-edge-xl-bottom-last > *:last-child, .mkb-m-min-edge-xl-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-left, .mkb-m-min-edge-xl-left-child > *, .mkb-m-min-edge-xl-left-first > *:first-child, .mkb-m-min-edge-xl-left-last > *:last-child, .mkb-m-min-edge-xl-left-odd > *:nth-child(odd), .mkb-m-min-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-right, .mkb-m-min-edge-xl-right-child > *, .mkb-m-min-edge-xl-right-first > *:first-child, .mkb-m-min-edge-xl-right-last > *:last-child, .mkb-m-min-edge-xl-right-odd > *:nth-child(odd), .mkb-m-min-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-vertical, .mkb-m-min-edge-xl-vertical-child > *, .mkb-m-min-edge-xl-vertical-first > *:first-child, .mkb-m-min-edge-xl-vertical-last > *:last-child, .mkb-m-min-edge-xl-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-xl-horizontal, .mkb-m-min-edge-xl-horizontal-child > *, .mkb-m-min-edge-xl-horizontal-first > *:first-child, .mkb-m-min-edge-xl-horizontal-last > *:last-child, .mkb-m-min-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-m-min-edge-thin, .mkb-m-min-edge-thin-child > *, .mkb-m-min-edge-thin-first > *:first-child, .mkb-m-min-edge-thin-last > *:last-child, .mkb-m-min-edge-thin-odd > *:nth-child(odd), .mkb-m-min-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-m-min-edge-thin-top, .mkb-m-min-edge-thin-top-child > *, .mkb-m-min-edge-thin-top-first > *:first-child, .mkb-m-min-edge-thin-top-last > *:last-child, .mkb-m-min-edge-thin-top-odd > *:nth-child(odd), .mkb-m-min-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-m-min-edge-thin-bottom, .mkb-m-min-edge-thin-bottom-child > *, .mkb-m-min-edge-thin-bottom-first > *:first-child, .mkb-m-min-edge-thin-bottom-last > *:last-child, .mkb-m-min-edge-thin-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-m-min-edge-thin-left, .mkb-m-min-edge-thin-left-child > *, .mkb-m-min-edge-thin-left-first > *:first-child, .mkb-m-min-edge-thin-left-last > *:last-child, .mkb-m-min-edge-thin-left-odd > *:nth-child(odd), .mkb-m-min-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-m-min-edge-thin-right, .mkb-m-min-edge-thin-right-child > *, .mkb-m-min-edge-thin-right-first > *:first-child, .mkb-m-min-edge-thin-right-last > *:last-child, .mkb-m-min-edge-thin-right-odd > *:nth-child(odd), .mkb-m-min-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-m-min-edge-thin-vertical, .mkb-m-min-edge-thin-vertical-child > *, .mkb-m-min-edge-thin-vertical-first > *:first-child, .mkb-m-min-edge-thin-vertical-last > *:last-child, .mkb-m-min-edge-thin-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-m-min-edge-thin-horizontal, .mkb-m-min-edge-thin-horizontal-child > *, .mkb-m-min-edge-thin-horizontal-first > *:first-child, .mkb-m-min-edge-thin-horizontal-last > *:last-child, .mkb-m-min-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-m-min-edge-medium, .mkb-m-min-edge-medium-child > *, .mkb-m-min-edge-medium-first > *:first-child, .mkb-m-min-edge-medium-last > *:last-child, .mkb-m-min-edge-medium-odd > *:nth-child(odd), .mkb-m-min-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-m-min-edge-medium-top, .mkb-m-min-edge-medium-top-child > *, .mkb-m-min-edge-medium-top-first > *:first-child, .mkb-m-min-edge-medium-top-last > *:last-child, .mkb-m-min-edge-medium-top-odd > *:nth-child(odd), .mkb-m-min-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-m-min-edge-medium-bottom, .mkb-m-min-edge-medium-bottom-child > *, .mkb-m-min-edge-medium-bottom-first > *:first-child, .mkb-m-min-edge-medium-bottom-last > *:last-child, .mkb-m-min-edge-medium-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-m-min-edge-medium-left, .mkb-m-min-edge-medium-left-child > *, .mkb-m-min-edge-medium-left-first > *:first-child, .mkb-m-min-edge-medium-left-last > *:last-child, .mkb-m-min-edge-medium-left-odd > *:nth-child(odd), .mkb-m-min-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-m-min-edge-medium-right, .mkb-m-min-edge-medium-right-child > *, .mkb-m-min-edge-medium-right-first > *:first-child, .mkb-m-min-edge-medium-right-last > *:last-child, .mkb-m-min-edge-medium-right-odd > *:nth-child(odd), .mkb-m-min-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-m-min-edge-medium-vertical, .mkb-m-min-edge-medium-vertical-child > *, .mkb-m-min-edge-medium-vertical-first > *:first-child, .mkb-m-min-edge-medium-vertical-last > *:last-child, .mkb-m-min-edge-medium-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-m-min-edge-medium-horizontal, .mkb-m-min-edge-medium-horizontal-child > *, .mkb-m-min-edge-medium-horizontal-first > *:first-child, .mkb-m-min-edge-medium-horizontal-last > *:last-child, .mkb-m-min-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-m-min-edge-thick, .mkb-m-min-edge-thick-child > *, .mkb-m-min-edge-thick-first > *:first-child, .mkb-m-min-edge-thick-last > *:last-child, .mkb-m-min-edge-thick-odd > *:nth-child(odd), .mkb-m-min-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-m-min-edge-thick-top, .mkb-m-min-edge-thick-top-child > *, .mkb-m-min-edge-thick-top-first > *:first-child, .mkb-m-min-edge-thick-top-last > *:last-child, .mkb-m-min-edge-thick-top-odd > *:nth-child(odd), .mkb-m-min-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-m-min-edge-thick-bottom, .mkb-m-min-edge-thick-bottom-child > *, .mkb-m-min-edge-thick-bottom-first > *:first-child, .mkb-m-min-edge-thick-bottom-last > *:last-child, .mkb-m-min-edge-thick-bottom-odd > *:nth-child(odd), .mkb-m-min-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-m-min-edge-thick-left, .mkb-m-min-edge-thick-left-child > *, .mkb-m-min-edge-thick-left-first > *:first-child, .mkb-m-min-edge-thick-left-last > *:last-child, .mkb-m-min-edge-thick-left-odd > *:nth-child(odd), .mkb-m-min-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-m-min-edge-thick-right, .mkb-m-min-edge-thick-right-child > *, .mkb-m-min-edge-thick-right-first > *:first-child, .mkb-m-min-edge-thick-right-last > *:last-child, .mkb-m-min-edge-thick-right-odd > *:nth-child(odd), .mkb-m-min-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-m-min-edge-thick-vertical, .mkb-m-min-edge-thick-vertical-child > *, .mkb-m-min-edge-thick-vertical-first > *:first-child, .mkb-m-min-edge-thick-vertical-last > *:last-child, .mkb-m-min-edge-thick-vertical-odd > *:nth-child(odd), .mkb-m-min-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-m-min-edge-thick-horizontal, .mkb-m-min-edge-thick-horizontal-child > *, .mkb-m-min-edge-thick-horizontal-first > *:first-child, .mkb-m-min-edge-thick-horizontal-last > *:last-child, .mkb-m-min-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-m-min-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-m-min-edge-transparent, .mkb-m-min-edge-transparent-child > *, .mkb-m-min-edge-transparent-first > *:first-child, .mkb-m-min-edge-transparent-last > *:last-child, .mkb-m-min-edge-transparent-odd > *:nth-child(odd), .mkb-m-min-edge-transparent-even > *:nth-child(even), .mkb-m-min-edge-hover-transparent:hover, .mkb-m-min-edge-hover-transparent-child:hover > *, .mkb-m-min-edge-hover-transparent-first:hover > *:first-child, .mkb-m-min-edge-hover-transparent-last:hover > *:last-child, .mkb-m-min-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-transparent-child > *:hover, .mkb-m-min-edge-child-hover-transparent-first > *:first-child:hover, .mkb-m-min-edge-child-hover-transparent-last > *:last-child:hover, .mkb-m-min-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-black, .mkb-m-min-edge-black-child > *, .mkb-m-min-edge-black-first > *:first-child, .mkb-m-min-edge-black-last > *:last-child, .mkb-m-min-edge-black-odd > *:nth-child(odd), .mkb-m-min-edge-black-even > *:nth-child(even), .mkb-m-min-edge-hover-black:hover, .mkb-m-min-edge-hover-black-child:hover > *, .mkb-m-min-edge-hover-black-first:hover > *:first-child, .mkb-m-min-edge-hover-black-last:hover > *:last-child, .mkb-m-min-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-black-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-black-child > *:hover, .mkb-m-min-edge-child-hover-black-first > *:first-child:hover, .mkb-m-min-edge-child-hover-black-last > *:last-child:hover, .mkb-m-min-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-white, .mkb-m-min-edge-white-child > *, .mkb-m-min-edge-white-first > *:first-child, .mkb-m-min-edge-white-last > *:last-child, .mkb-m-min-edge-white-odd > *:nth-child(odd), .mkb-m-min-edge-white-even > *:nth-child(even), .mkb-m-min-edge-hover-white:hover, .mkb-m-min-edge-hover-white-child:hover > *, .mkb-m-min-edge-hover-white-first:hover > *:first-child, .mkb-m-min-edge-hover-white-last:hover > *:last-child, .mkb-m-min-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-white-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-white-child > *:hover, .mkb-m-min-edge-child-hover-white-first > *:first-child:hover, .mkb-m-min-edge-child-hover-white-last > *:last-child:hover, .mkb-m-min-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-red, .mkb-m-min-edge-red-child > *, .mkb-m-min-edge-red-first > *:first-child, .mkb-m-min-edge-red-last > *:last-child, .mkb-m-min-edge-red-odd > *:nth-child(odd), .mkb-m-min-edge-red-even > *:nth-child(even), .mkb-m-min-edge-hover-red:hover, .mkb-m-min-edge-hover-red-child:hover > *, .mkb-m-min-edge-hover-red-first:hover > *:first-child, .mkb-m-min-edge-hover-red-last:hover > *:last-child, .mkb-m-min-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-red-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-red-child > *:hover, .mkb-m-min-edge-child-hover-red-first > *:first-child:hover, .mkb-m-min-edge-child-hover-red-last > *:last-child:hover, .mkb-m-min-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-green, .mkb-m-min-edge-green-child > *, .mkb-m-min-edge-green-first > *:first-child, .mkb-m-min-edge-green-last > *:last-child, .mkb-m-min-edge-green-odd > *:nth-child(odd), .mkb-m-min-edge-green-even > *:nth-child(even), .mkb-m-min-edge-hover-green:hover, .mkb-m-min-edge-hover-green-child:hover > *, .mkb-m-min-edge-hover-green-first:hover > *:first-child, .mkb-m-min-edge-hover-green-last:hover > *:last-child, .mkb-m-min-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-green-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-green-child > *:hover, .mkb-m-min-edge-child-hover-green-first > *:first-child:hover, .mkb-m-min-edge-child-hover-green-last > *:last-child:hover, .mkb-m-min-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-blue, .mkb-m-min-edge-blue-child > *, .mkb-m-min-edge-blue-first > *:first-child, .mkb-m-min-edge-blue-last > *:last-child, .mkb-m-min-edge-blue-odd > *:nth-child(odd), .mkb-m-min-edge-blue-even > *:nth-child(even), .mkb-m-min-edge-hover-blue:hover, .mkb-m-min-edge-hover-blue-child:hover > *, .mkb-m-min-edge-hover-blue-first:hover > *:first-child, .mkb-m-min-edge-hover-blue-last:hover > *:last-child, .mkb-m-min-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-blue-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-blue-child > *:hover, .mkb-m-min-edge-child-hover-blue-first > *:first-child:hover, .mkb-m-min-edge-child-hover-blue-last > *:last-child:hover, .mkb-m-min-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-yellow, .mkb-m-min-edge-yellow-child > *, .mkb-m-min-edge-yellow-first > *:first-child, .mkb-m-min-edge-yellow-last > *:last-child, .mkb-m-min-edge-yellow-odd > *:nth-child(odd), .mkb-m-min-edge-yellow-even > *:nth-child(even), .mkb-m-min-edge-hover-yellow:hover, .mkb-m-min-edge-hover-yellow-child:hover > *, .mkb-m-min-edge-hover-yellow-first:hover > *:first-child, .mkb-m-min-edge-hover-yellow-last:hover > *:last-child, .mkb-m-min-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-yellow-child > *:hover, .mkb-m-min-edge-child-hover-yellow-first > *:first-child:hover, .mkb-m-min-edge-child-hover-yellow-last > *:last-child:hover, .mkb-m-min-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-orange, .mkb-m-min-edge-orange-child > *, .mkb-m-min-edge-orange-first > *:first-child, .mkb-m-min-edge-orange-last > *:last-child, .mkb-m-min-edge-orange-odd > *:nth-child(odd), .mkb-m-min-edge-orange-even > *:nth-child(even), .mkb-m-min-edge-hover-orange:hover, .mkb-m-min-edge-hover-orange-child:hover > *, .mkb-m-min-edge-hover-orange-first:hover > *:first-child, .mkb-m-min-edge-hover-orange-last:hover > *:last-child, .mkb-m-min-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-orange-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-orange-child > *:hover, .mkb-m-min-edge-child-hover-orange-first > *:first-child:hover, .mkb-m-min-edge-child-hover-orange-last > *:last-child:hover, .mkb-m-min-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-brown, .mkb-m-min-edge-brown-child > *, .mkb-m-min-edge-brown-first > *:first-child, .mkb-m-min-edge-brown-last > *:last-child, .mkb-m-min-edge-brown-odd > *:nth-child(odd), .mkb-m-min-edge-brown-even > *:nth-child(even), .mkb-m-min-edge-hover-brown:hover, .mkb-m-min-edge-hover-brown-child:hover > *, .mkb-m-min-edge-hover-brown-first:hover > *:first-child, .mkb-m-min-edge-hover-brown-last:hover > *:last-child, .mkb-m-min-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-brown-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-brown-child > *:hover, .mkb-m-min-edge-child-hover-brown-first > *:first-child:hover, .mkb-m-min-edge-child-hover-brown-last > *:last-child:hover, .mkb-m-min-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-gray, .mkb-m-min-edge-gray-child > *, .mkb-m-min-edge-gray-first > *:first-child, .mkb-m-min-edge-gray-last > *:last-child, .mkb-m-min-edge-gray-odd > *:nth-child(odd), .mkb-m-min-edge-gray-even > *:nth-child(even), .mkb-m-min-edge-hover-gray:hover, .mkb-m-min-edge-hover-gray-child:hover > *, .mkb-m-min-edge-hover-gray-first:hover > *:first-child, .mkb-m-min-edge-hover-gray-last:hover > *:last-child, .mkb-m-min-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-gray-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-gray-child > *:hover, .mkb-m-min-edge-child-hover-gray-first > *:first-child:hover, .mkb-m-min-edge-child-hover-gray-last > *:last-child:hover, .mkb-m-min-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-pink, .mkb-m-min-edge-pink-child > *, .mkb-m-min-edge-pink-first > *:first-child, .mkb-m-min-edge-pink-last > *:last-child, .mkb-m-min-edge-pink-odd > *:nth-child(odd), .mkb-m-min-edge-pink-even > *:nth-child(even), .mkb-m-min-edge-hover-pink:hover, .mkb-m-min-edge-hover-pink-child:hover > *, .mkb-m-min-edge-hover-pink-first:hover > *:first-child, .mkb-m-min-edge-hover-pink-last:hover > *:last-child, .mkb-m-min-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-pink-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-pink-child > *:hover, .mkb-m-min-edge-child-hover-pink-first > *:first-child:hover, .mkb-m-min-edge-child-hover-pink-last > *:last-child:hover, .mkb-m-min-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-purple, .mkb-m-min-edge-purple-child > *, .mkb-m-min-edge-purple-first > *:first-child, .mkb-m-min-edge-purple-last > *:last-child, .mkb-m-min-edge-purple-odd > *:nth-child(odd), .mkb-m-min-edge-purple-even > *:nth-child(even), .mkb-m-min-edge-hover-purple:hover, .mkb-m-min-edge-hover-purple-child:hover > *, .mkb-m-min-edge-hover-purple-first:hover > *:first-child, .mkb-m-min-edge-hover-purple-last:hover > *:last-child, .mkb-m-min-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-purple-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-purple-child > *:hover, .mkb-m-min-edge-child-hover-purple-first > *:first-child:hover, .mkb-m-min-edge-child-hover-purple-last > *:last-child:hover, .mkb-m-min-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-deep-purple, .mkb-m-min-edge-deep-purple-child > *, .mkb-m-min-edge-deep-purple-first > *:first-child, .mkb-m-min-edge-deep-purple-last > *:last-child, .mkb-m-min-edge-deep-purple-odd > *:nth-child(odd), .mkb-m-min-edge-deep-purple-even > *:nth-child(even), .mkb-m-min-edge-hover-deep-purple:hover, .mkb-m-min-edge-hover-deep-purple-child:hover > *, .mkb-m-min-edge-hover-deep-purple-first:hover > *:first-child, .mkb-m-min-edge-hover-deep-purple-last:hover > *:last-child, .mkb-m-min-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-deep-purple-child > *:hover, .mkb-m-min-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-m-min-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-m-min-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-indigo, .mkb-m-min-edge-indigo-child > *, .mkb-m-min-edge-indigo-first > *:first-child, .mkb-m-min-edge-indigo-last > *:last-child, .mkb-m-min-edge-indigo-odd > *:nth-child(odd), .mkb-m-min-edge-indigo-even > *:nth-child(even), .mkb-m-min-edge-hover-indigo:hover, .mkb-m-min-edge-hover-indigo-child:hover > *, .mkb-m-min-edge-hover-indigo-first:hover > *:first-child, .mkb-m-min-edge-hover-indigo-last:hover > *:last-child, .mkb-m-min-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-indigo-child > *:hover, .mkb-m-min-edge-child-hover-indigo-first > *:first-child:hover, .mkb-m-min-edge-child-hover-indigo-last > *:last-child:hover, .mkb-m-min-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-light-blue, .mkb-m-min-edge-light-blue-child > *, .mkb-m-min-edge-light-blue-first > *:first-child, .mkb-m-min-edge-light-blue-last > *:last-child, .mkb-m-min-edge-light-blue-odd > *:nth-child(odd), .mkb-m-min-edge-light-blue-even > *:nth-child(even), .mkb-m-min-edge-hover-light-blue:hover, .mkb-m-min-edge-hover-light-blue-child:hover > *, .mkb-m-min-edge-hover-light-blue-first:hover > *:first-child, .mkb-m-min-edge-hover-light-blue-last:hover > *:last-child, .mkb-m-min-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-light-blue-child > *:hover, .mkb-m-min-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-m-min-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-m-min-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-cyan, .mkb-m-min-edge-cyan-child > *, .mkb-m-min-edge-cyan-first > *:first-child, .mkb-m-min-edge-cyan-last > *:last-child, .mkb-m-min-edge-cyan-odd > *:nth-child(odd), .mkb-m-min-edge-cyan-even > *:nth-child(even), .mkb-m-min-edge-hover-cyan:hover, .mkb-m-min-edge-hover-cyan-child:hover > *, .mkb-m-min-edge-hover-cyan-first:hover > *:first-child, .mkb-m-min-edge-hover-cyan-last:hover > *:last-child, .mkb-m-min-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-cyan-child > *:hover, .mkb-m-min-edge-child-hover-cyan-first > *:first-child:hover, .mkb-m-min-edge-child-hover-cyan-last > *:last-child:hover, .mkb-m-min-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-teal, .mkb-m-min-edge-teal-child > *, .mkb-m-min-edge-teal-first > *:first-child, .mkb-m-min-edge-teal-last > *:last-child, .mkb-m-min-edge-teal-odd > *:nth-child(odd), .mkb-m-min-edge-teal-even > *:nth-child(even), .mkb-m-min-edge-hover-teal:hover, .mkb-m-min-edge-hover-teal-child:hover > *, .mkb-m-min-edge-hover-teal-first:hover > *:first-child, .mkb-m-min-edge-hover-teal-last:hover > *:last-child, .mkb-m-min-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-teal-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-teal-child > *:hover, .mkb-m-min-edge-child-hover-teal-first > *:first-child:hover, .mkb-m-min-edge-child-hover-teal-last > *:last-child:hover, .mkb-m-min-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-light-green, .mkb-m-min-edge-light-green-child > *, .mkb-m-min-edge-light-green-first > *:first-child, .mkb-m-min-edge-light-green-last > *:last-child, .mkb-m-min-edge-light-green-odd > *:nth-child(odd), .mkb-m-min-edge-light-green-even > *:nth-child(even), .mkb-m-min-edge-hover-light-green:hover, .mkb-m-min-edge-hover-light-green-child:hover > *, .mkb-m-min-edge-hover-light-green-first:hover > *:first-child, .mkb-m-min-edge-hover-light-green-last:hover > *:last-child, .mkb-m-min-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-light-green-child > *:hover, .mkb-m-min-edge-child-hover-light-green-first > *:first-child:hover, .mkb-m-min-edge-child-hover-light-green-last > *:last-child:hover, .mkb-m-min-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-lime, .mkb-m-min-edge-lime-child > *, .mkb-m-min-edge-lime-first > *:first-child, .mkb-m-min-edge-lime-last > *:last-child, .mkb-m-min-edge-lime-odd > *:nth-child(odd), .mkb-m-min-edge-lime-even > *:nth-child(even), .mkb-m-min-edge-hover-lime:hover, .mkb-m-min-edge-hover-lime-child:hover > *, .mkb-m-min-edge-hover-lime-first:hover > *:first-child, .mkb-m-min-edge-hover-lime-last:hover > *:last-child, .mkb-m-min-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-lime-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-lime-child > *:hover, .mkb-m-min-edge-child-hover-lime-first > *:first-child:hover, .mkb-m-min-edge-child-hover-lime-last > *:last-child:hover, .mkb-m-min-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-amber, .mkb-m-min-edge-amber-child > *, .mkb-m-min-edge-amber-first > *:first-child, .mkb-m-min-edge-amber-last > *:last-child, .mkb-m-min-edge-amber-odd > *:nth-child(odd), .mkb-m-min-edge-amber-even > *:nth-child(even), .mkb-m-min-edge-hover-amber:hover, .mkb-m-min-edge-hover-amber-child:hover > *, .mkb-m-min-edge-hover-amber-first:hover > *:first-child, .mkb-m-min-edge-hover-amber-last:hover > *:last-child, .mkb-m-min-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-amber-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-amber-child > *:hover, .mkb-m-min-edge-child-hover-amber-first > *:first-child:hover, .mkb-m-min-edge-child-hover-amber-last > *:last-child:hover, .mkb-m-min-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-deep-orange, .mkb-m-min-edge-deep-orange-child > *, .mkb-m-min-edge-deep-orange-first > *:first-child, .mkb-m-min-edge-deep-orange-last > *:last-child, .mkb-m-min-edge-deep-orange-odd > *:nth-child(odd), .mkb-m-min-edge-deep-orange-even > *:nth-child(even), .mkb-m-min-edge-hover-deep-orange:hover, .mkb-m-min-edge-hover-deep-orange-child:hover > *, .mkb-m-min-edge-hover-deep-orange-first:hover > *:first-child, .mkb-m-min-edge-hover-deep-orange-last:hover > *:last-child, .mkb-m-min-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-deep-orange-child > *:hover, .mkb-m-min-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-m-min-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-m-min-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-blue-gray, .mkb-m-min-edge-blue-gray-child > *, .mkb-m-min-edge-blue-gray-first > *:first-child, .mkb-m-min-edge-blue-gray-last > *:last-child, .mkb-m-min-edge-blue-gray-odd > *:nth-child(odd), .mkb-m-min-edge-blue-gray-even > *:nth-child(even), .mkb-m-min-edge-hover-blue-gray:hover, .mkb-m-min-edge-hover-blue-gray-child:hover > *, .mkb-m-min-edge-hover-blue-gray-first:hover > *:first-child, .mkb-m-min-edge-hover-blue-gray-last:hover > *:last-child, .mkb-m-min-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-m-min-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-m-min-edge-child-hover-blue-gray-child > *:hover, .mkb-m-min-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-m-min-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-m-min-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-m-min-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-m-min-edge-dotted, .mkb-m-min-edge-dotted-child > *, .mkb-m-min-edge-dotted-first > *:first-child, .mkb-m-min-edge-dotted-last > *:last-child, .mkb-m-min-edge-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-m-min-edge-top-dotted, .mkb-m-min-edge-top-dotted-child > *, .mkb-m-min-edge-top-dotted-first > *:first-child, .mkb-m-min-edge-top-dotted-last > *:last-child, .mkb-m-min-edge-top-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-m-min-edge-bottom-dotted, .mkb-m-min-edge-bottom-dotted-child > *, .mkb-m-min-edge-bottom-dotted-first > *:first-child, .mkb-m-min-edge-bottom-dotted-last > *:last-child, .mkb-m-min-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-m-min-edge-left-dotted, .mkb-m-min-edge-left-dotted-child > *, .mkb-m-min-edge-left-dotted-first > *:first-child, .mkb-m-min-edge-left-dotted-last > *:last-child, .mkb-m-min-edge-left-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-m-min-edge-right-dotted, .mkb-m-min-edge-right-dotted-child > *, .mkb-m-min-edge-right-dotted-first > *:first-child, .mkb-m-min-edge-right-dotted-last > *:last-child, .mkb-m-min-edge-right-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-m-min-edge-vertical-dotted, .mkb-m-min-edge-vertical-dotted-child > *, .mkb-m-min-edge-vertical-dotted-first > *:first-child, .mkb-m-min-edge-vertical-dotted-last > *:last-child, .mkb-m-min-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-m-min-edge-horizontal-dotted, .mkb-m-min-edge-horizontal-dotted-child > *, .mkb-m-min-edge-horizontal-dotted-first > *:first-child, .mkb-m-min-edge-horizontal-dotted-last > *:last-child, .mkb-m-min-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-m-min-edge-dashed, .mkb-m-min-edge-dashed-child > *, .mkb-m-min-edge-dashed-first > *:first-child, .mkb-m-min-edge-dashed-last > *:last-child, .mkb-m-min-edge-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-m-min-edge-top-dashed, .mkb-m-min-edge-top-dashed-child > *, .mkb-m-min-edge-top-dashed-first > *:first-child, .mkb-m-min-edge-top-dashed-last > *:last-child, .mkb-m-min-edge-top-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-m-min-edge-bottom-dashed, .mkb-m-min-edge-bottom-dashed-child > *, .mkb-m-min-edge-bottom-dashed-first > *:first-child, .mkb-m-min-edge-bottom-dashed-last > *:last-child, .mkb-m-min-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-m-min-edge-left-dashed, .mkb-m-min-edge-left-dashed-child > *, .mkb-m-min-edge-left-dashed-first > *:first-child, .mkb-m-min-edge-left-dashed-last > *:last-child, .mkb-m-min-edge-left-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-m-min-edge-right-dashed, .mkb-m-min-edge-right-dashed-child > *, .mkb-m-min-edge-right-dashed-first > *:first-child, .mkb-m-min-edge-right-dashed-last > *:last-child, .mkb-m-min-edge-right-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-m-min-edge-vertical-dashed, .mkb-m-min-edge-vertical-dashed-child > *, .mkb-m-min-edge-vertical-dashed-first > *:first-child, .mkb-m-min-edge-vertical-dashed-last > *:last-child, .mkb-m-min-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-m-min-edge-horizontal-dashed, .mkb-m-min-edge-horizontal-dashed-child > *, .mkb-m-min-edge-horizontal-dashed-first > *:first-child, .mkb-m-min-edge-horizontal-dashed-last > *:last-child, .mkb-m-min-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-m-min-edge-solid, .mkb-m-min-edge-solid-child > *, .mkb-m-min-edge-solid-first > *:first-child, .mkb-m-min-edge-solid-last > *:last-child, .mkb-m-min-edge-solid-odd > *:nth-child(odd), .mkb-m-min-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-m-min-edge-top-solid, .mkb-m-min-edge-top-solid-child > *, .mkb-m-min-edge-top-solid-first > *:first-child, .mkb-m-min-edge-top-solid-last > *:last-child, .mkb-m-min-edge-top-solid-odd > *:nth-child(odd), .mkb-m-min-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-m-min-edge-bottom-solid, .mkb-m-min-edge-bottom-solid-child > *, .mkb-m-min-edge-bottom-solid-first > *:first-child, .mkb-m-min-edge-bottom-solid-last > *:last-child, .mkb-m-min-edge-bottom-solid-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-m-min-edge-left-solid, .mkb-m-min-edge-left-solid-child > *, .mkb-m-min-edge-left-solid-first > *:first-child, .mkb-m-min-edge-left-solid-last > *:last-child, .mkb-m-min-edge-left-solid-odd > *:nth-child(odd), .mkb-m-min-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-m-min-edge-right-solid, .mkb-m-min-edge-right-solid-child > *, .mkb-m-min-edge-right-solid-first > *:first-child, .mkb-m-min-edge-right-solid-last > *:last-child, .mkb-m-min-edge-right-solid-odd > *:nth-child(odd), .mkb-m-min-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-m-min-edge-vertical-solid, .mkb-m-min-edge-vertical-solid-child > *, .mkb-m-min-edge-vertical-solid-first > *:first-child, .mkb-m-min-edge-vertical-solid-last > *:last-child, .mkb-m-min-edge-vertical-solid-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-m-min-edge-horizontal-solid, .mkb-m-min-edge-horizontal-solid-child > *, .mkb-m-min-edge-horizontal-solid-first > *:first-child, .mkb-m-min-edge-horizontal-solid-last > *:last-child, .mkb-m-min-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-m-min-edge-double, .mkb-m-min-edge-double-child > *, .mkb-m-min-edge-double-first > *:first-child, .mkb-m-min-edge-double-last > *:last-child, .mkb-m-min-edge-double-odd > *:nth-child(odd), .mkb-m-min-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-m-min-edge-top-double, .mkb-m-min-edge-top-double-child > *, .mkb-m-min-edge-top-double-first > *:first-child, .mkb-m-min-edge-top-double-last > *:last-child, .mkb-m-min-edge-top-double-odd > *:nth-child(odd), .mkb-m-min-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-m-min-edge-bottom-double, .mkb-m-min-edge-bottom-double-child > *, .mkb-m-min-edge-bottom-double-first > *:first-child, .mkb-m-min-edge-bottom-double-last > *:last-child, .mkb-m-min-edge-bottom-double-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-m-min-edge-left-double, .mkb-m-min-edge-left-double-child > *, .mkb-m-min-edge-left-double-first > *:first-child, .mkb-m-min-edge-left-double-last > *:last-child, .mkb-m-min-edge-left-double-odd > *:nth-child(odd), .mkb-m-min-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-m-min-edge-right-double, .mkb-m-min-edge-right-double-child > *, .mkb-m-min-edge-right-double-first > *:first-child, .mkb-m-min-edge-right-double-last > *:last-child, .mkb-m-min-edge-right-double-odd > *:nth-child(odd), .mkb-m-min-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-m-min-edge-vertical-double, .mkb-m-min-edge-vertical-double-child > *, .mkb-m-min-edge-vertical-double-first > *:first-child, .mkb-m-min-edge-vertical-double-last > *:last-child, .mkb-m-min-edge-vertical-double-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-m-min-edge-horizontal-double, .mkb-m-min-edge-horizontal-double-child > *, .mkb-m-min-edge-horizontal-double-first > *:first-child, .mkb-m-min-edge-horizontal-double-last > *:last-child, .mkb-m-min-edge-horizontal-double-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-m-min-edge-groove, .mkb-m-min-edge-groove-child > *, .mkb-m-min-edge-groove-first > *:first-child, .mkb-m-min-edge-groove-last > *:last-child, .mkb-m-min-edge-groove-odd > *:nth-child(odd), .mkb-m-min-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-m-min-edge-top-groove, .mkb-m-min-edge-top-groove-child > *, .mkb-m-min-edge-top-groove-first > *:first-child, .mkb-m-min-edge-top-groove-last > *:last-child, .mkb-m-min-edge-top-groove-odd > *:nth-child(odd), .mkb-m-min-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-m-min-edge-bottom-groove, .mkb-m-min-edge-bottom-groove-child > *, .mkb-m-min-edge-bottom-groove-first > *:first-child, .mkb-m-min-edge-bottom-groove-last > *:last-child, .mkb-m-min-edge-bottom-groove-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-m-min-edge-left-groove, .mkb-m-min-edge-left-groove-child > *, .mkb-m-min-edge-left-groove-first > *:first-child, .mkb-m-min-edge-left-groove-last > *:last-child, .mkb-m-min-edge-left-groove-odd > *:nth-child(odd), .mkb-m-min-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-m-min-edge-right-groove, .mkb-m-min-edge-right-groove-child > *, .mkb-m-min-edge-right-groove-first > *:first-child, .mkb-m-min-edge-right-groove-last > *:last-child, .mkb-m-min-edge-right-groove-odd > *:nth-child(odd), .mkb-m-min-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-m-min-edge-vertical-groove, .mkb-m-min-edge-vertical-groove-child > *, .mkb-m-min-edge-vertical-groove-first > *:first-child, .mkb-m-min-edge-vertical-groove-last > *:last-child, .mkb-m-min-edge-vertical-groove-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-m-min-edge-horizontal-groove, .mkb-m-min-edge-horizontal-groove-child > *, .mkb-m-min-edge-horizontal-groove-first > *:first-child, .mkb-m-min-edge-horizontal-groove-last > *:last-child, .mkb-m-min-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-m-min-edge-ridge, .mkb-m-min-edge-ridge-child > *, .mkb-m-min-edge-ridge-first > *:first-child, .mkb-m-min-edge-ridge-last > *:last-child, .mkb-m-min-edge-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-m-min-edge-top-ridge, .mkb-m-min-edge-top-ridge-child > *, .mkb-m-min-edge-top-ridge-first > *:first-child, .mkb-m-min-edge-top-ridge-last > *:last-child, .mkb-m-min-edge-top-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-m-min-edge-bottom-ridge, .mkb-m-min-edge-bottom-ridge-child > *, .mkb-m-min-edge-bottom-ridge-first > *:first-child, .mkb-m-min-edge-bottom-ridge-last > *:last-child, .mkb-m-min-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-m-min-edge-left-ridge, .mkb-m-min-edge-left-ridge-child > *, .mkb-m-min-edge-left-ridge-first > *:first-child, .mkb-m-min-edge-left-ridge-last > *:last-child, .mkb-m-min-edge-left-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-m-min-edge-right-ridge, .mkb-m-min-edge-right-ridge-child > *, .mkb-m-min-edge-right-ridge-first > *:first-child, .mkb-m-min-edge-right-ridge-last > *:last-child, .mkb-m-min-edge-right-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-m-min-edge-vertical-ridge, .mkb-m-min-edge-vertical-ridge-child > *, .mkb-m-min-edge-vertical-ridge-first > *:first-child, .mkb-m-min-edge-vertical-ridge-last > *:last-child, .mkb-m-min-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-m-min-edge-horizontal-ridge, .mkb-m-min-edge-horizontal-ridge-child > *, .mkb-m-min-edge-horizontal-ridge-first > *:first-child, .mkb-m-min-edge-horizontal-ridge-last > *:last-child, .mkb-m-min-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-m-min-edge-inset, .mkb-m-min-edge-inset-child > *, .mkb-m-min-edge-inset-first > *:first-child, .mkb-m-min-edge-inset-last > *:last-child, .mkb-m-min-edge-inset-odd > *:nth-child(odd), .mkb-m-min-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-m-min-edge-top-inset, .mkb-m-min-edge-top-inset-child > *, .mkb-m-min-edge-top-inset-first > *:first-child, .mkb-m-min-edge-top-inset-last > *:last-child, .mkb-m-min-edge-top-inset-odd > *:nth-child(odd), .mkb-m-min-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-m-min-edge-bottom-inset, .mkb-m-min-edge-bottom-inset-child > *, .mkb-m-min-edge-bottom-inset-first > *:first-child, .mkb-m-min-edge-bottom-inset-last > *:last-child, .mkb-m-min-edge-bottom-inset-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-m-min-edge-left-inset, .mkb-m-min-edge-left-inset-child > *, .mkb-m-min-edge-left-inset-first > *:first-child, .mkb-m-min-edge-left-inset-last > *:last-child, .mkb-m-min-edge-left-inset-odd > *:nth-child(odd), .mkb-m-min-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-m-min-edge-right-inset, .mkb-m-min-edge-right-inset-child > *, .mkb-m-min-edge-right-inset-first > *:first-child, .mkb-m-min-edge-right-inset-last > *:last-child, .mkb-m-min-edge-right-inset-odd > *:nth-child(odd), .mkb-m-min-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-m-min-edge-vertical-inset, .mkb-m-min-edge-vertical-inset-child > *, .mkb-m-min-edge-vertical-inset-first > *:first-child, .mkb-m-min-edge-vertical-inset-last > *:last-child, .mkb-m-min-edge-vertical-inset-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-m-min-edge-horizontal-inset, .mkb-m-min-edge-horizontal-inset-child > *, .mkb-m-min-edge-horizontal-inset-first > *:first-child, .mkb-m-min-edge-horizontal-inset-last > *:last-child, .mkb-m-min-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-m-min-edge-outset, .mkb-m-min-edge-outset-child > *, .mkb-m-min-edge-outset-first > *:first-child, .mkb-m-min-edge-outset-last > *:last-child, .mkb-m-min-edge-outset-odd > *:nth-child(odd), .mkb-m-min-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-m-min-edge-top-outset, .mkb-m-min-edge-top-outset-child > *, .mkb-m-min-edge-top-outset-first > *:first-child, .mkb-m-min-edge-top-outset-last > *:last-child, .mkb-m-min-edge-top-outset-odd > *:nth-child(odd), .mkb-m-min-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-m-min-edge-bottom-outset, .mkb-m-min-edge-bottom-outset-child > *, .mkb-m-min-edge-bottom-outset-first > *:first-child, .mkb-m-min-edge-bottom-outset-last > *:last-child, .mkb-m-min-edge-bottom-outset-odd > *:nth-child(odd), .mkb-m-min-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-m-min-edge-left-outset, .mkb-m-min-edge-left-outset-child > *, .mkb-m-min-edge-left-outset-first > *:first-child, .mkb-m-min-edge-left-outset-last > *:last-child, .mkb-m-min-edge-left-outset-odd > *:nth-child(odd), .mkb-m-min-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-m-min-edge-right-outset, .mkb-m-min-edge-right-outset-child > *, .mkb-m-min-edge-right-outset-first > *:first-child, .mkb-m-min-edge-right-outset-last > *:last-child, .mkb-m-min-edge-right-outset-odd > *:nth-child(odd), .mkb-m-min-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-m-min-edge-vertical-outset, .mkb-m-min-edge-vertical-outset-child > *, .mkb-m-min-edge-vertical-outset-first > *:first-child, .mkb-m-min-edge-vertical-outset-last > *:last-child, .mkb-m-min-edge-vertical-outset-odd > *:nth-child(odd), .mkb-m-min-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-m-min-edge-horizontal-outset, .mkb-m-min-edge-horizontal-outset-child > *, .mkb-m-min-edge-horizontal-outset-first > *:first-child, .mkb-m-min-edge-horizontal-outset-last > *:last-child, .mkb-m-min-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-m-min-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-m-min-radius-none, .mkb-m-min-radius-none-child > *, .mkb-m-min-radius-none-first > *:first-child, .mkb-m-min-radius-none-last > *:last-child, .mkb-m-min-radius-none-odd > *:nth-child(odd), .mkb-m-min-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-m-min-radius-s, .mkb-m-min-radius-s-child > *, .mkb-m-min-radius-s-first > *:first-child, .mkb-m-min-radius-s-last > *:last-child, .mkb-m-min-radius-s-odd > *:nth-child(odd), .mkb-m-min-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m, .mkb-m-min-radius-m-child > *, .mkb-m-min-radius-m-first > *:first-child, .mkb-m-min-radius-m-last > *:last-child, .mkb-m-min-radius-m-odd > *:nth-child(odd), .mkb-m-min-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l, .mkb-m-min-radius-l-child > *, .mkb-m-min-radius-l-first > *:first-child, .mkb-m-min-radius-l-last > *:last-child, .mkb-m-min-radius-l-odd > *:nth-child(odd), .mkb-m-min-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl, .mkb-m-min-radius-xl-child > *, .mkb-m-min-radius-xl-first > *:first-child, .mkb-m-min-radius-xl-last > *:last-child, .mkb-m-min-radius-xl-odd > *:nth-child(odd), .mkb-m-min-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-top-none, .mkb-m-min-radius-top-none-child > *, .mkb-m-min-radius-top-none-first > *:first-child, .mkb-m-min-radius-top-none-last > *:last-child, .mkb-m-min-radius-top-none-odd > *:nth-child(odd), .mkb-m-min-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-m-min-radius-s-top, .mkb-m-min-radius-s-top-child > *, .mkb-m-min-radius-s-top-first > *:first-child, .mkb-m-min-radius-s-top-last > *:last-child, .mkb-m-min-radius-s-top-odd > *:nth-child(odd), .mkb-m-min-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-top, .mkb-m-min-radius-m-top-child > *, .mkb-m-min-radius-m-top-first > *:first-child, .mkb-m-min-radius-m-top-last > *:last-child, .mkb-m-min-radius-m-top-odd > *:nth-child(odd), .mkb-m-min-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-top, .mkb-m-min-radius-l-top-child > *, .mkb-m-min-radius-l-top-first > *:first-child, .mkb-m-min-radius-l-top-last > *:last-child, .mkb-m-min-radius-l-top-odd > *:nth-child(odd), .mkb-m-min-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-top, .mkb-m-min-radius-xl-top-child > *, .mkb-m-min-radius-xl-top-first > *:first-child, .mkb-m-min-radius-xl-top-last > *:last-child, .mkb-m-min-radius-xl-top-odd > *:nth-child(odd), .mkb-m-min-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-top-left-none, .mkb-m-min-radius-top-left-none-child > *, .mkb-m-min-radius-top-left-none-first > *:first-child, .mkb-m-min-radius-top-left-none-last > *:last-child, .mkb-m-min-radius-top-left-none-odd > *:nth-child(odd), .mkb-m-min-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-m-min-radius-s-top-left, .mkb-m-min-radius-s-top-left-child > *, .mkb-m-min-radius-s-top-left-first > *:first-child, .mkb-m-min-radius-s-top-left-last > *:last-child, .mkb-m-min-radius-s-top-left-odd > *:nth-child(odd), .mkb-m-min-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-top-left, .mkb-m-min-radius-m-top-left-child > *, .mkb-m-min-radius-m-top-left-first > *:first-child, .mkb-m-min-radius-m-top-left-last > *:last-child, .mkb-m-min-radius-m-top-left-odd > *:nth-child(odd), .mkb-m-min-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-top-left, .mkb-m-min-radius-l-top-left-child > *, .mkb-m-min-radius-l-top-left-first > *:first-child, .mkb-m-min-radius-l-top-left-last > *:last-child, .mkb-m-min-radius-l-top-left-odd > *:nth-child(odd), .mkb-m-min-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-top-left, .mkb-m-min-radius-xl-top-left-child > *, .mkb-m-min-radius-xl-top-left-first > *:first-child, .mkb-m-min-radius-xl-top-left-last > *:last-child, .mkb-m-min-radius-xl-top-left-odd > *:nth-child(odd), .mkb-m-min-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-top-right-none, .mkb-m-min-radius-top-right-none-child > *, .mkb-m-min-radius-top-right-none-first > *:first-child, .mkb-m-min-radius-top-right-none-last > *:last-child, .mkb-m-min-radius-top-right-none-odd > *:nth-child(odd), .mkb-m-min-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-m-min-radius-s-top-right, .mkb-m-min-radius-s-top-right-child > *, .mkb-m-min-radius-s-top-right-first > *:first-child, .mkb-m-min-radius-s-top-right-last > *:last-child, .mkb-m-min-radius-s-top-right-odd > *:nth-child(odd), .mkb-m-min-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-top-right, .mkb-m-min-radius-m-top-right-child > *, .mkb-m-min-radius-m-top-right-first > *:first-child, .mkb-m-min-radius-m-top-right-last > *:last-child, .mkb-m-min-radius-m-top-right-odd > *:nth-child(odd), .mkb-m-min-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-top-right, .mkb-m-min-radius-l-top-right-child > *, .mkb-m-min-radius-l-top-right-first > *:first-child, .mkb-m-min-radius-l-top-right-last > *:last-child, .mkb-m-min-radius-l-top-right-odd > *:nth-child(odd), .mkb-m-min-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-top-right, .mkb-m-min-radius-xl-top-right-child > *, .mkb-m-min-radius-xl-top-right-first > *:first-child, .mkb-m-min-radius-xl-top-right-last > *:last-child, .mkb-m-min-radius-xl-top-right-odd > *:nth-child(odd), .mkb-m-min-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-bottom-none, .mkb-m-min-radius-bottom-none-child > *, .mkb-m-min-radius-bottom-none-first > *:first-child, .mkb-m-min-radius-bottom-none-last > *:last-child, .mkb-m-min-radius-bottom-none-odd > *:nth-child(odd), .mkb-m-min-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-m-min-radius-s-bottom, .mkb-m-min-radius-s-bottom-child > *, .mkb-m-min-radius-s-bottom-first > *:first-child, .mkb-m-min-radius-s-bottom-last > *:last-child, .mkb-m-min-radius-s-bottom-odd > *:nth-child(odd), .mkb-m-min-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-bottom, .mkb-m-min-radius-m-bottom-child > *, .mkb-m-min-radius-m-bottom-first > *:first-child, .mkb-m-min-radius-m-bottom-last > *:last-child, .mkb-m-min-radius-m-bottom-odd > *:nth-child(odd), .mkb-m-min-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-bottom, .mkb-m-min-radius-l-bottom-child > *, .mkb-m-min-radius-l-bottom-first > *:first-child, .mkb-m-min-radius-l-bottom-last > *:last-child, .mkb-m-min-radius-l-bottom-odd > *:nth-child(odd), .mkb-m-min-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-bottom, .mkb-m-min-radius-xl-bottom-child > *, .mkb-m-min-radius-xl-bottom-first > *:first-child, .mkb-m-min-radius-xl-bottom-last > *:last-child, .mkb-m-min-radius-xl-bottom-odd > *:nth-child(odd), .mkb-m-min-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-bottom-left-none, .mkb-m-min-radius-bottom-left-none-child > *, .mkb-m-min-radius-bottom-left-none-first > *:first-child, .mkb-m-min-radius-bottom-left-none-last > *:last-child, .mkb-m-min-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-m-min-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-m-min-radius-s-bottom-left, .mkb-m-min-radius-s-bottom-left-child > *, .mkb-m-min-radius-s-bottom-left-first > *:first-child, .mkb-m-min-radius-s-bottom-left-last > *:last-child, .mkb-m-min-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-m-min-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-bottom-left, .mkb-m-min-radius-m-bottom-left-child > *, .mkb-m-min-radius-m-bottom-left-first > *:first-child, .mkb-m-min-radius-m-bottom-left-last > *:last-child, .mkb-m-min-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-m-min-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-bottom-left, .mkb-m-min-radius-l-bottom-left-child > *, .mkb-m-min-radius-l-bottom-left-first > *:first-child, .mkb-m-min-radius-l-bottom-left-last > *:last-child, .mkb-m-min-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-m-min-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-bottom-left, .mkb-m-min-radius-xl-bottom-left-child > *, .mkb-m-min-radius-xl-bottom-left-first > *:first-child, .mkb-m-min-radius-xl-bottom-left-last > *:last-child, .mkb-m-min-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-m-min-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-m-min-radius-bottom-right-none, .mkb-m-min-radius-bottom-right-none-child > *, .mkb-m-min-radius-bottom-right-none-first > *:first-child, .mkb-m-min-radius-bottom-right-none-last > *:last-child, .mkb-m-min-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-m-min-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-m-min-radius-s-bottom-right, .mkb-m-min-radius-s-bottom-right-child > *, .mkb-m-min-radius-s-bottom-right-first > *:first-child, .mkb-m-min-radius-s-bottom-right-last > *:last-child, .mkb-m-min-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-m-min-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-m-min-radius-m-bottom-right, .mkb-m-min-radius-m-bottom-right-child > *, .mkb-m-min-radius-m-bottom-right-first > *:first-child, .mkb-m-min-radius-m-bottom-right-last > *:last-child, .mkb-m-min-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-m-min-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-m-min-radius-l-bottom-right, .mkb-m-min-radius-l-bottom-right-child > *, .mkb-m-min-radius-l-bottom-right-first > *:first-child, .mkb-m-min-radius-l-bottom-right-last > *:last-child, .mkb-m-min-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-m-min-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-m-min-radius-xl-bottom-right, .mkb-m-min-radius-xl-bottom-right-child > *, .mkb-m-min-radius-xl-bottom-right-first > *:first-child, .mkb-m-min-radius-xl-bottom-right-last > *:last-child, .mkb-m-min-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-m-min-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-m-min-offset-auto, .mkb-m-min-offset-auto-child > *, .mkb-m-min-offset-auto-first > *:first-child, .mkb-m-min-offset-auto-last > *:last-child, .mkb-m-min-offset-auto-odd > *:nth-child(odd), .mkb-m-min-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-m-min-offset-none, .mkb-m-min-offset-none-child > *, .mkb-m-min-offset-none-first > *:first-child, .mkb-m-min-offset-none-last > *:last-child, .mkb-m-min-offset-none-odd > *:nth-child(odd), .mkb-m-min-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-m-min-offset-inherit, .mkb-m-min-offset-inherit-child > *, .mkb-m-min-offset-inherit-first > *:first-child, .mkb-m-min-offset-inherit-last > *:last-child, .mkb-m-min-offset-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-m-min-offset-top-auto, .mkb-m-min-offset-top-auto-child > *, .mkb-m-min-offset-top-auto-first > *:first-child, .mkb-m-min-offset-top-auto-last > *:last-child, .mkb-m-min-offset-top-auto-odd > *:nth-child(odd), .mkb-m-min-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-m-min-offset-top-none, .mkb-m-min-offset-top-none-child > *, .mkb-m-min-offset-top-none-first > *:first-child, .mkb-m-min-offset-top-none-last > *:last-child, .mkb-m-min-offset-top-none-odd > *:nth-child(odd), .mkb-m-min-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-m-min-offset-top-inherit, .mkb-m-min-offset-top-inherit-child > *, .mkb-m-min-offset-top-inherit-first > *:first-child, .mkb-m-min-offset-top-inherit-last > *:last-child, .mkb-m-min-offset-top-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-m-min-offset-bottom-auto, .mkb-m-min-offset-bottom-auto-child > *, .mkb-m-min-offset-bottom-auto-first > *:first-child, .mkb-m-min-offset-bottom-auto-last > *:last-child, .mkb-m-min-offset-bottom-auto-odd > *:nth-child(odd), .mkb-m-min-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-m-min-offset-bottom-none, .mkb-m-min-offset-bottom-none-child > *, .mkb-m-min-offset-bottom-none-first > *:first-child, .mkb-m-min-offset-bottom-none-last > *:last-child, .mkb-m-min-offset-bottom-none-odd > *:nth-child(odd), .mkb-m-min-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-m-min-offset-bottom-inherit, .mkb-m-min-offset-bottom-inherit-child > *, .mkb-m-min-offset-bottom-inherit-first > *:first-child, .mkb-m-min-offset-bottom-inherit-last > *:last-child, .mkb-m-min-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-m-min-offset-left-auto, .mkb-m-min-offset-left-auto-child > *, .mkb-m-min-offset-left-auto-first > *:first-child, .mkb-m-min-offset-left-auto-last > *:last-child, .mkb-m-min-offset-left-auto-odd > *:nth-child(odd), .mkb-m-min-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-m-min-offset-left-none, .mkb-m-min-offset-left-none-child > *, .mkb-m-min-offset-left-none-first > *:first-child, .mkb-m-min-offset-left-none-last > *:last-child, .mkb-m-min-offset-left-none-odd > *:nth-child(odd), .mkb-m-min-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-m-min-offset-left-inherit, .mkb-m-min-offset-left-inherit-child > *, .mkb-m-min-offset-left-inherit-first > *:first-child, .mkb-m-min-offset-left-inherit-last > *:last-child, .mkb-m-min-offset-left-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-m-min-offset-right-auto, .mkb-m-min-offset-right-auto-child > *, .mkb-m-min-offset-right-auto-first > *:first-child, .mkb-m-min-offset-right-auto-last > *:last-child, .mkb-m-min-offset-right-auto-odd > *:nth-child(odd), .mkb-m-min-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-m-min-offset-right-none, .mkb-m-min-offset-right-none-child > *, .mkb-m-min-offset-right-none-first > *:first-child, .mkb-m-min-offset-right-none-last > *:last-child, .mkb-m-min-offset-right-none-odd > *:nth-child(odd), .mkb-m-min-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-m-min-offset-right-inherit, .mkb-m-min-offset-right-inherit-child > *, .mkb-m-min-offset-right-inherit-first > *:first-child, .mkb-m-min-offset-right-inherit-last > *:last-child, .mkb-m-min-offset-right-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-m-min-offset-vertical-auto, .mkb-m-min-offset-vertical-auto-child > *, .mkb-m-min-offset-vertical-auto-first > *:first-child, .mkb-m-min-offset-vertical-auto-last > *:last-child, .mkb-m-min-offset-vertical-auto-odd > *:nth-child(odd), .mkb-m-min-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-m-min-offset-horizontal-auto, .mkb-m-min-offset-horizontal-auto-child > *, .mkb-m-min-offset-horizontal-auto-first > *:first-child, .mkb-m-min-offset-horizontal-auto-last > *:last-child, .mkb-m-min-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-m-min-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-m-min-offset-vertical-none, .mkb-m-min-offset-vertical-none-child > *, .mkb-m-min-offset-vertical-none-first > *:first-child, .mkb-m-min-offset-vertical-none-last > *:last-child, .mkb-m-min-offset-vertical-none-odd > *:nth-child(odd), .mkb-m-min-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-m-min-offset-horizontal-none, .mkb-m-min-offset-horizontal-none-child > *, .mkb-m-min-offset-horizontal-none-first > *:first-child, .mkb-m-min-offset-horizontal-none-last > *:last-child, .mkb-m-min-offset-horizontal-none-odd > *:nth-child(odd), .mkb-m-min-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-m-min-offset-vertical-inherit, .mkb-m-min-offset-vertical-inherit-child > *, .mkb-m-min-offset-vertical-inherit-first > *:first-child, .mkb-m-min-offset-vertical-inherit-last > *:last-child, .mkb-m-min-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-m-min-offset-horizontal-inherit, .mkb-m-min-offset-horizontal-inherit-child > *, .mkb-m-min-offset-horizontal-inherit-first > *:first-child, .mkb-m-min-offset-horizontal-inherit-last > *:last-child, .mkb-m-min-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-m-min-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 1280px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-l-max-container-s, .mkb-l-max-container-s-child > *, .mkb-l-max-container-s-first > *:first-child, .mkb-l-max-container-s-last > *:last-child, .mkb-l-max-container-s-odd > *:nth-child(odd), .mkb-l-max-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-max-container-m, .mkb-l-max-container-m-child > *, .mkb-l-max-container-m-first > *:first-child, .mkb-l-max-container-m-last > *:last-child, .mkb-l-max-container-m-odd > *:nth-child(odd), .mkb-l-max-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-max-container-l, .mkb-l-max-container-l-child > *, .mkb-l-max-container-l-first > *:first-child, .mkb-l-max-container-l-last > *:last-child, .mkb-l-max-container-l-odd > *:nth-child(odd), .mkb-l-max-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-max-container-xl, .mkb-l-max-container-xl-child > *, .mkb-l-max-container-xl-first > *:first-child, .mkb-l-max-container-xl-last > *:last-child, .mkb-l-max-container-xl-odd > *:nth-child(odd), .mkb-l-max-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-l-max-wrapper-pad, .mkb-l-max-wrapper-pad-child > *, .mkb-l-max-wrapper-pad-first > *:first-child, .mkb-l-max-wrapper-pad-last > *:last-child, .mkb-l-max-wrapper-pad-odd > *:nth-child(odd), .mkb-l-max-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-l-max-wrapper-pad-vertical, .mkb-l-max-wrapper-pad-vertical-child > *, .mkb-l-max-wrapper-pad-vertical-first > *:first-child, .mkb-l-max-wrapper-pad-vertical-last > *:last-child, .mkb-l-max-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-l-max-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-l-max-wrapper-pad-horizontal, .mkb-l-max-wrapper-pad-horizontal-child > *, .mkb-l-max-wrapper-pad-horizontal-first > *:first-child, .mkb-l-max-wrapper-pad-horizontal-last > *:last-child, .mkb-l-max-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-l-max-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-l-max-wrapper-gap, .mkb-l-max-wrapper-gap-child > *, .mkb-l-max-wrapper-gap-first > *:first-child, .mkb-l-max-wrapper-gap-last > *:last-child, .mkb-l-max-wrapper-gap-odd > *:nth-child(odd), .mkb-l-max-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-l-max-wrapper-gap-vertical, .mkb-l-max-wrapper-gap-vertical-child > *, .mkb-l-max-wrapper-gap-vertical-first > *:first-child, .mkb-l-max-wrapper-gap-vertical-last > *:last-child, .mkb-l-max-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-l-max-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-l-max-wrapper-gap-horizontal, .mkb-l-max-wrapper-gap-horizontal-child > *, .mkb-l-max-wrapper-gap-horizontal-first > *:first-child, .mkb-l-max-wrapper-gap-horizontal-last > *:last-child, .mkb-l-max-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-l-max-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-l-max-inline, .mkb-l-max-inline-child > *, .mkb-l-max-inline-first > *:first-child, .mkb-l-max-inline-last > *:last-child, .mkb-l-max-inline-odd > *:nth-child(odd), .mkb-l-max-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-l-max-inline-block, .mkb-l-max-inline-block-child > *, .mkb-l-max-inline-block-first > *:first-child, .mkb-l-max-inline-block-last > *:last-child, .mkb-l-max-inline-block-odd > *:nth-child(odd), .mkb-l-max-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-l-max-inline-table, .mkb-l-max-inline-table-child > *, .mkb-l-max-inline-table-first > *:first-child, .mkb-l-max-inline-table-last > *:last-child, .mkb-l-max-inline-table-odd > *:nth-child(odd), .mkb-l-max-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-l-max-inline-flex, .mkb-l-max-inline-flex-child > *, .mkb-l-max-inline-flex-first > *:first-child, .mkb-l-max-inline-flex-last > *:last-child, .mkb-l-max-inline-flex-odd > *:nth-child(odd), .mkb-l-max-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-l-max-inline-flex > *, .mkb-l-max-inline-flex-child > * > *, .mkb-l-max-inline-flex-first > *:first-child > *, .mkb-l-max-inline-flex-last > *:last-child > *, .mkb-l-max-inline-flex-odd > *:nth-child(odd) > *, .mkb-l-max-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-l-max-block, .mkb-l-max-block-child > *, .mkb-l-max-block-first > *:first-child, .mkb-l-max-block-last > *:last-child, .mkb-l-max-block-odd > *:nth-child(odd), .mkb-l-max-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-l-max-table, .mkb-l-max-table-child > *, .mkb-l-max-table-first > *:first-child, .mkb-l-max-table-last > *:last-child, .mkb-l-max-table-odd > *:nth-child(odd), .mkb-l-max-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-l-max-table-row, .mkb-l-max-table-row-child > *, .mkb-l-max-table-row-first > *:first-child, .mkb-l-max-table-row-last > *:last-child, .mkb-l-max-table-row-odd > *:nth-child(odd), .mkb-l-max-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-l-max-table-cell, .mkb-l-max-table-cell-child > *, .mkb-l-max-table-cell-first > *:first-child, .mkb-l-max-table-cell-last > *:last-child, .mkb-l-max-table-cell-odd > *:nth-child(odd), .mkb-l-max-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-l-max-flex, .mkb-l-max-flex-child > *, .mkb-l-max-flex-first > *:first-child, .mkb-l-max-flex-last > *:last-child, .mkb-l-max-flex-odd > *:nth-child(odd), .mkb-l-max-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-l-max-flex > *, .mkb-l-max-flex-child > * > *, .mkb-l-max-flex-first > *:first-child > *, .mkb-l-max-flex-last > *:last-child > *, .mkb-l-max-flex-odd > *:nth-child(odd) > *, .mkb-l-max-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-l-max-none, .mkb-l-max-none-child > *, .mkb-l-max-none-first > *:first-child, .mkb-l-max-none-last > *:last-child, .mkb-l-max-none-odd > *:nth-child(odd), .mkb-l-max-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-l-max-display-inherit, .mkb-l-max-display-inherit-child > *, .mkb-l-max-display-inherit-first > *:first-child, .mkb-l-max-display-inherit-last > *:last-child, .mkb-l-max-display-inherit-odd > *:nth-child(odd), .mkb-l-max-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-l-max-flex-row, .mkb-l-max-flex-row-child > *, .mkb-l-max-flex-row-first > *:first-child, .mkb-l-max-flex-row-last > *:last-child, .mkb-l-max-flex-row-odd > *:nth-child(odd), .mkb-l-max-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-l-max-flex-row-reverse, .mkb-l-max-flex-row-reverse-child > *, .mkb-l-max-flex-row-reverse-first > *:first-child, .mkb-l-max-flex-row-reverse-last > *:last-child, .mkb-l-max-flex-row-reverse-odd > *:nth-child(odd), .mkb-l-max-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-l-max-flex-column, .mkb-l-max-flex-column-child > *, .mkb-l-max-flex-column-first > *:first-child, .mkb-l-max-flex-column-last > *:last-child, .mkb-l-max-flex-column-odd > *:nth-child(odd), .mkb-l-max-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-l-max-flex-column-reverse, .mkb-l-max-flex-column-reverse-child > *, .mkb-l-max-flex-column-reverse-first > *:first-child, .mkb-l-max-flex-column-reverse-last > *:last-child, .mkb-l-max-flex-column-reverse-odd > *:nth-child(odd), .mkb-l-max-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-l-max-flex-direction-inherit, .mkb-l-max-flex-direction-inherit-child > *, .mkb-l-max-flex-direction-inherit-first > *:first-child, .mkb-l-max-flex-direction-inherit-last > *:last-child, .mkb-l-max-flex-direction-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-l-max-flex-wrap-none, .mkb-l-max-flex-wrap-none-child > *, .mkb-l-max-flex-wrap-none-first > *:first-child, .mkb-l-max-flex-wrap-none-last > *:last-child, .mkb-l-max-flex-wrap-none-odd > *:nth-child(odd), .mkb-l-max-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-l-max-flex-wrap, .mkb-l-max-flex-wrap-child > *, .mkb-l-max-flex-wrap-first > *:first-child, .mkb-l-max-flex-wrap-last > *:last-child, .mkb-l-max-flex-wrap-odd > *:nth-child(odd), .mkb-l-max-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-l-max-flex-wrap-reverse, .mkb-l-max-flex-wrap-reverse-child > *, .mkb-l-max-flex-wrap-reverse-first > *:first-child, .mkb-l-max-flex-wrap-reverse-last > *:last-child, .mkb-l-max-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-l-max-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-l-max-flex-wrap-inherit, .mkb-l-max-flex-wrap-inherit-child > *, .mkb-l-max-flex-wrap-inherit-first > *:first-child, .mkb-l-max-flex-wrap-inherit-last > *:last-child, .mkb-l-max-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-l-max-flex-left, .mkb-l-max-flex-left-child > *, .mkb-l-max-flex-left-first > *:first-child, .mkb-l-max-flex-left-last > *:last-child, .mkb-l-max-flex-left-odd > *:nth-child(odd), .mkb-l-max-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-l-max-flex-right, .mkb-l-max-flex-right-child > *, .mkb-l-max-flex-right-first > *:first-child, .mkb-l-max-flex-right-last > *:last-child, .mkb-l-max-flex-right-odd > *:nth-child(odd), .mkb-l-max-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-l-max-flex-center, .mkb-l-max-flex-center-child > *, .mkb-l-max-flex-center-first > *:first-child, .mkb-l-max-flex-center-last > *:last-child, .mkb-l-max-flex-center-odd > *:nth-child(odd), .mkb-l-max-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-l-max-flex-between, .mkb-l-max-flex-between-child > *, .mkb-l-max-flex-between-first > *:first-child, .mkb-l-max-flex-between-last > *:last-child, .mkb-l-max-flex-between-odd > *:nth-child(odd), .mkb-l-max-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-l-max-flex-around, .mkb-l-max-flex-around-child > *, .mkb-l-max-flex-around-first > *:first-child, .mkb-l-max-flex-around-last > *:last-child, .mkb-l-max-flex-around-odd > *:nth-child(odd), .mkb-l-max-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-l-max-flex-justify-inherit, .mkb-l-max-flex-justify-inherit-child > *, .mkb-l-max-flex-justify-inherit-first > *:first-child, .mkb-l-max-flex-justify-inherit-last > *:last-child, .mkb-l-max-flex-justify-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-l-max-flex-align-auto, .mkb-l-max-flex-align-auto-child > *, .mkb-l-max-flex-align-auto-first > *:first-child, .mkb-l-max-flex-align-auto-last > *:last-child, .mkb-l-max-flex-align-auto-odd > *:nth-child(odd), .mkb-l-max-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-l-max-flex-stretch, .mkb-l-max-flex-stretch-child > *, .mkb-l-max-flex-stretch-first > *:first-child, .mkb-l-max-flex-stretch-last > *:last-child, .mkb-l-max-flex-stretch-odd > *:nth-child(odd), .mkb-l-max-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-l-max-flex-middle, .mkb-l-max-flex-middle-child > *, .mkb-l-max-flex-middle-first > *:first-child, .mkb-l-max-flex-middle-last > *:last-child, .mkb-l-max-flex-middle-odd > *:nth-child(odd), .mkb-l-max-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-l-max-flex-top, .mkb-l-max-flex-top-child > *, .mkb-l-max-flex-top-first > *:first-child, .mkb-l-max-flex-top-last > *:last-child, .mkb-l-max-flex-top-odd > *:nth-child(odd), .mkb-l-max-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-l-max-flex-bottom, .mkb-l-max-flex-bottom-child > *, .mkb-l-max-flex-bottom-first > *:first-child, .mkb-l-max-flex-bottom-last > *:last-child, .mkb-l-max-flex-bottom-odd > *:nth-child(odd), .mkb-l-max-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-l-max-flex-baseline, .mkb-l-max-flex-baseline-child > *, .mkb-l-max-flex-baseline-first > *:first-child, .mkb-l-max-flex-baseline-last > *:last-child, .mkb-l-max-flex-baseline-odd > *:nth-child(odd), .mkb-l-max-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-l-max-flex-align-inherit, .mkb-l-max-flex-align-inherit-child > *, .mkb-l-max-flex-align-inherit-first > *:first-child, .mkb-l-max-flex-align-inherit-last > *:last-child, .mkb-l-max-flex-align-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-l-max-flex-self-auto, .mkb-l-max-flex-self-auto-child > *, .mkb-l-max-flex-self-auto-first > *:first-child, .mkb-l-max-flex-self-auto-last > *:last-child, .mkb-l-max-flex-self-auto-odd > *:nth-child(odd), .mkb-l-max-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-l-max-flex-self-stretch, .mkb-l-max-flex-self-stretch-child > *, .mkb-l-max-flex-self-stretch-first > *:first-child, .mkb-l-max-flex-self-stretch-last > *:last-child, .mkb-l-max-flex-self-stretch-odd > *:nth-child(odd), .mkb-l-max-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-l-max-flex-self-middle, .mkb-l-max-flex-self-middle-child > *, .mkb-l-max-flex-self-middle-first > *:first-child, .mkb-l-max-flex-self-middle-last > *:last-child, .mkb-l-max-flex-self-middle-odd > *:nth-child(odd), .mkb-l-max-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-l-max-flex-self-top, .mkb-l-max-flex-self-top-child > *, .mkb-l-max-flex-self-top-first > *:first-child, .mkb-l-max-flex-self-top-last > *:last-child, .mkb-l-max-flex-self-top-odd > *:nth-child(odd), .mkb-l-max-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-l-max-flex-self-bottom, .mkb-l-max-flex-self-bottom-child > *, .mkb-l-max-flex-self-bottom-first > *:first-child, .mkb-l-max-flex-self-bottom-last > *:last-child, .mkb-l-max-flex-self-bottom-odd > *:nth-child(odd), .mkb-l-max-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-l-max-flex-self-baseline, .mkb-l-max-flex-self-baseline-child > *, .mkb-l-max-flex-self-baseline-first > *:first-child, .mkb-l-max-flex-self-baseline-last > *:last-child, .mkb-l-max-flex-self-baseline-odd > *:nth-child(odd), .mkb-l-max-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-l-max-flex-self-inherit, .mkb-l-max-flex-self-inherit-child > *, .mkb-l-max-flex-self-inherit-first > *:first-child, .mkb-l-max-flex-self-inherit-last > *:last-child, .mkb-l-max-flex-self-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-l-max-flex-shrink-none, .mkb-l-max-flex-shrink-none-child > *, .mkb-l-max-flex-shrink-none-first > *:first-child, .mkb-l-max-flex-shrink-none-last > *:last-child, .mkb-l-max-flex-shrink-none-odd > *:nth-child(odd), .mkb-l-max-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-l-max-flex-shrink, .mkb-l-max-flex-shrink-child > *, .mkb-l-max-flex-shrink-first > *:first-child, .mkb-l-max-flex-shrink-last > *:last-child, .mkb-l-max-flex-shrink-odd > *:nth-child(odd), .mkb-l-max-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-l-max-flex-shrink-inherit, .mkb-l-max-flex-shrink-inherit-child > *, .mkb-l-max-flex-shrink-inherit-first > *:first-child, .mkb-l-max-flex-shrink-inherit-last > *:last-child, .mkb-l-max-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-l-max-flex-grow-none, .mkb-l-max-flex-grow-none-child > *, .mkb-l-max-flex-grow-none-first > *:first-child, .mkb-l-max-flex-grow-none-last > *:last-child, .mkb-l-max-flex-grow-none-odd > *:nth-child(odd), .mkb-l-max-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-l-max-flex-grow, .mkb-l-max-flex-grow-child > *, .mkb-l-max-flex-grow-first > *:first-child, .mkb-l-max-flex-grow-last > *:last-child, .mkb-l-max-flex-grow-odd > *:nth-child(odd), .mkb-l-max-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-l-max-flex-grow-inherit, .mkb-l-max-flex-grow-inherit-child > *, .mkb-l-max-flex-grow-inherit-first > *:first-child, .mkb-l-max-flex-grow-inherit-last > *:last-child, .mkb-l-max-flex-grow-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-l-max-flex-order-first, .mkb-l-max-flex-order-first-child > *, .mkb-l-max-flex-order-first-first > *:first-child, .mkb-l-max-flex-order-first-last > *:last-child, .mkb-l-max-flex-order-first-odd > *:nth-child(odd), .mkb-l-max-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-l-max-flex-order-last, .mkb-l-max-flex-order-last-child > *, .mkb-l-max-flex-order-last-first > *:first-child, .mkb-l-max-flex-order-last-last > *:last-child, .mkb-l-max-flex-order-last-odd > *:nth-child(odd), .mkb-l-max-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-l-max-flex-order-inherit, .mkb-l-max-flex-order-inherit-child > *, .mkb-l-max-flex-order-inherit-first > *:first-child, .mkb-l-max-flex-order-inherit-last > *:last-child, .mkb-l-max-flex-order-inherit-odd > *:nth-child(odd), .mkb-l-max-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-l-max-flex-order-0, .mkb-l-max-flex-order-0-child > *, .mkb-l-max-flex-order-0-first > *:first-child, .mkb-l-max-flex-order-0-last > *:last-child, .mkb-l-max-flex-order-0-odd > *:nth-child(odd), .mkb-l-max-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-l-max-flex-order-1, .mkb-l-max-flex-order-1-child > *, .mkb-l-max-flex-order-1-first > *:first-child, .mkb-l-max-flex-order-1-last > *:last-child, .mkb-l-max-flex-order-1-odd > *:nth-child(odd), .mkb-l-max-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-l-max-flex-order-2, .mkb-l-max-flex-order-2-child > *, .mkb-l-max-flex-order-2-first > *:first-child, .mkb-l-max-flex-order-2-last > *:last-child, .mkb-l-max-flex-order-2-odd > *:nth-child(odd), .mkb-l-max-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-l-max-flex-order-3, .mkb-l-max-flex-order-3-child > *, .mkb-l-max-flex-order-3-first > *:first-child, .mkb-l-max-flex-order-3-last > *:last-child, .mkb-l-max-flex-order-3-odd > *:nth-child(odd), .mkb-l-max-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-l-max-flex-order-4, .mkb-l-max-flex-order-4-child > *, .mkb-l-max-flex-order-4-first > *:first-child, .mkb-l-max-flex-order-4-last > *:last-child, .mkb-l-max-flex-order-4-odd > *:nth-child(odd), .mkb-l-max-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-l-max-flex-order-5, .mkb-l-max-flex-order-5-child > *, .mkb-l-max-flex-order-5-first > *:first-child, .mkb-l-max-flex-order-5-last > *:last-child, .mkb-l-max-flex-order-5-odd > *:nth-child(odd), .mkb-l-max-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-l-max-flex-order-6, .mkb-l-max-flex-order-6-child > *, .mkb-l-max-flex-order-6-first > *:first-child, .mkb-l-max-flex-order-6-last > *:last-child, .mkb-l-max-flex-order-6-odd > *:nth-child(odd), .mkb-l-max-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-l-max-flex-order-7, .mkb-l-max-flex-order-7-child > *, .mkb-l-max-flex-order-7-first > *:first-child, .mkb-l-max-flex-order-7-last > *:last-child, .mkb-l-max-flex-order-7-odd > *:nth-child(odd), .mkb-l-max-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-l-max-flex-order-8, .mkb-l-max-flex-order-8-child > *, .mkb-l-max-flex-order-8-first > *:first-child, .mkb-l-max-flex-order-8-last > *:last-child, .mkb-l-max-flex-order-8-odd > *:nth-child(odd), .mkb-l-max-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-l-max-flex-order-9, .mkb-l-max-flex-order-9-child > *, .mkb-l-max-flex-order-9-first > *:first-child, .mkb-l-max-flex-order-9-last > *:last-child, .mkb-l-max-flex-order-9-odd > *:nth-child(odd), .mkb-l-max-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-l-max-flex-order-10, .mkb-l-max-flex-order-10-child > *, .mkb-l-max-flex-order-10-first > *:first-child, .mkb-l-max-flex-order-10-last > *:last-child, .mkb-l-max-flex-order-10-odd > *:nth-child(odd), .mkb-l-max-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-l-max-flex-order-11, .mkb-l-max-flex-order-11-child > *, .mkb-l-max-flex-order-11-first > *:first-child, .mkb-l-max-flex-order-11-last > *:last-child, .mkb-l-max-flex-order-11-odd > *:nth-child(odd), .mkb-l-max-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-l-max-flex-order-12, .mkb-l-max-flex-order-12-child > *, .mkb-l-max-flex-order-12-first > *:first-child, .mkb-l-max-flex-order-12-last > *:last-child, .mkb-l-max-flex-order-12-odd > *:nth-child(odd), .mkb-l-max-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-l-max-table-layout-auto, .mkb-l-max-table-layout-auto-child > *, .mkb-l-max-table-layout-auto-first > *:first-child, .mkb-l-max-table-layout-auto-last > *:last-child, .mkb-l-max-table-layout-auto-odd > *:nth-child(odd), .mkb-l-max-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-l-max-table-fixed, .mkb-l-max-table-fixed-child > *, .mkb-l-max-table-fixed-first > *:first-child, .mkb-l-max-table-fixed-last > *:last-child, .mkb-l-max-table-fixed-odd > *:nth-child(odd), .mkb-l-max-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-l-max-table-layout-inherit, .mkb-l-max-table-layout-inherit-child > *, .mkb-l-max-table-layout-inherit-first > *:first-child, .mkb-l-max-table-layout-inherit-last > *:last-child, .mkb-l-max-table-layout-inherit-odd > *:nth-child(odd), .mkb-l-max-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-l-max-table-seperate, .mkb-l-max-table-seperate-child > *, .mkb-l-max-table-seperate-first > *:first-child, .mkb-l-max-table-seperate-last > *:last-child, .mkb-l-max-table-seperate-odd > *:nth-child(odd), .mkb-l-max-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-l-max-table-collapse, .mkb-l-max-table-collapse-child > *, .mkb-l-max-table-collapse-first > *:first-child, .mkb-l-max-table-collapse-last > *:last-child, .mkb-l-max-table-collapse-odd > *:nth-child(odd), .mkb-l-max-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-l-max-table-collapse-inherit, .mkb-l-max-table-collapse-inherit-child > *, .mkb-l-max-table-collapse-inherit-first > *:first-child, .mkb-l-max-table-collapse-inherit-last > *:last-child, .mkb-l-max-table-collapse-inherit-odd > *:nth-child(odd), .mkb-l-max-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-l-max-table-spacing-s, .mkb-l-max-table-spacing-s-child > *, .mkb-l-max-table-spacing-s-first > *:first-child, .mkb-l-max-table-spacing-s-last > *:last-child, .mkb-l-max-table-spacing-s-odd > *:nth-child(odd), .mkb-l-max-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-l-max-table-spacing-s-vertical, .mkb-l-max-table-spacing-s-vertical-child > *, .mkb-l-max-table-spacing-s-vertical-first > *:first-child, .mkb-l-max-table-spacing-s-vertical-last > *:last-child, .mkb-l-max-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-l-max-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-l-max-table-spacing-s-horizontal, .mkb-l-max-table-spacing-s-horizontal-child > *, .mkb-l-max-table-spacing-s-horizontal-first > *:first-child, .mkb-l-max-table-spacing-s-horizontal-last > *:last-child, .mkb-l-max-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-l-max-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-l-max-table-spacing-m, .mkb-l-max-table-spacing-m-child > *, .mkb-l-max-table-spacing-m-first > *:first-child, .mkb-l-max-table-spacing-m-last > *:last-child, .mkb-l-max-table-spacing-m-odd > *:nth-child(odd), .mkb-l-max-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-l-max-table-spacing-m-vertical, .mkb-l-max-table-spacing-m-vertical-child > *, .mkb-l-max-table-spacing-m-vertical-first > *:first-child, .mkb-l-max-table-spacing-m-vertical-last > *:last-child, .mkb-l-max-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-l-max-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-l-max-table-spacing-m-horizontal, .mkb-l-max-table-spacing-m-horizontal-child > *, .mkb-l-max-table-spacing-m-horizontal-first > *:first-child, .mkb-l-max-table-spacing-m-horizontal-last > *:last-child, .mkb-l-max-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-l-max-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-l-max-table-spacing-l, .mkb-l-max-table-spacing-l-child > *, .mkb-l-max-table-spacing-l-first > *:first-child, .mkb-l-max-table-spacing-l-last > *:last-child, .mkb-l-max-table-spacing-l-odd > *:nth-child(odd), .mkb-l-max-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-l-max-table-spacing-l-vertical, .mkb-l-max-table-spacing-l-vertical-child > *, .mkb-l-max-table-spacing-l-vertical-first > *:first-child, .mkb-l-max-table-spacing-l-vertical-last > *:last-child, .mkb-l-max-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-l-max-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-l-max-table-spacing-l-horizontal, .mkb-l-max-table-spacing-l-horizontal-child > *, .mkb-l-max-table-spacing-l-horizontal-first > *:first-child, .mkb-l-max-table-spacing-l-horizontal-last > *:last-child, .mkb-l-max-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-l-max-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-l-max-table-spacing-xl, .mkb-l-max-table-spacing-xl-child > *, .mkb-l-max-table-spacing-xl-first > *:first-child, .mkb-l-max-table-spacing-xl-last > *:last-child, .mkb-l-max-table-spacing-xl-odd > *:nth-child(odd), .mkb-l-max-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-l-max-table-spacing-xl-vertical, .mkb-l-max-table-spacing-xl-vertical-child > *, .mkb-l-max-table-spacing-xl-vertical-first > *:first-child, .mkb-l-max-table-spacing-xl-vertical-last > *:last-child, .mkb-l-max-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-l-max-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-l-max-table-spacing-xl-horizontal, .mkb-l-max-table-spacing-xl-horizontal-child > *, .mkb-l-max-table-spacing-xl-horizontal-first > *:first-child, .mkb-l-max-table-spacing-xl-horizontal-last > *:last-child, .mkb-l-max-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-l-max-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-l-max-table-spacing-inherit, .mkb-l-max-table-spacing-inherit-child > *, .mkb-l-max-table-spacing-inherit-first > *:first-child, .mkb-l-max-table-spacing-inherit-last > *:last-child, .mkb-l-max-table-spacing-inherit-odd > *:nth-child(odd), .mkb-l-max-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-l-max-column-2, .mkb-l-max-column-2-child > *, .mkb-l-max-column-2-first > *:first-child, .mkb-l-max-column-2-last > *:last-child, .mkb-l-max-column-2-odd > *:nth-child(odd), .mkb-l-max-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-l-max-column-3, .mkb-l-max-column-3-child > *, .mkb-l-max-column-3-first > *:first-child, .mkb-l-max-column-3-last > *:last-child, .mkb-l-max-column-3-odd > *:nth-child(odd), .mkb-l-max-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-l-max-column-4, .mkb-l-max-column-4-child > *, .mkb-l-max-column-4-first > *:first-child, .mkb-l-max-column-4-last > *:last-child, .mkb-l-max-column-4-odd > *:nth-child(odd), .mkb-l-max-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-l-max-column-5, .mkb-l-max-column-5-child > *, .mkb-l-max-column-5-first > *:first-child, .mkb-l-max-column-5-last > *:last-child, .mkb-l-max-column-5-odd > *:nth-child(odd), .mkb-l-max-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-l-max-column-6, .mkb-l-max-column-6-child > *, .mkb-l-max-column-6-first > *:first-child, .mkb-l-max-column-6-last > *:last-child, .mkb-l-max-column-6-odd > *:nth-child(odd), .mkb-l-max-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-l-max-column-7, .mkb-l-max-column-7-child > *, .mkb-l-max-column-7-first > *:first-child, .mkb-l-max-column-7-last > *:last-child, .mkb-l-max-column-7-odd > *:nth-child(odd), .mkb-l-max-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-l-max-column-8, .mkb-l-max-column-8-child > *, .mkb-l-max-column-8-first > *:first-child, .mkb-l-max-column-8-last > *:last-child, .mkb-l-max-column-8-odd > *:nth-child(odd), .mkb-l-max-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-l-max-column-9, .mkb-l-max-column-9-child > *, .mkb-l-max-column-9-first > *:first-child, .mkb-l-max-column-9-last > *:last-child, .mkb-l-max-column-9-odd > *:nth-child(odd), .mkb-l-max-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-l-max-column-10, .mkb-l-max-column-10-child > *, .mkb-l-max-column-10-first > *:first-child, .mkb-l-max-column-10-last > *:last-child, .mkb-l-max-column-10-odd > *:nth-child(odd), .mkb-l-max-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-l-max-column-11, .mkb-l-max-column-11-child > *, .mkb-l-max-column-11-first > *:first-child, .mkb-l-max-column-11-last > *:last-child, .mkb-l-max-column-11-odd > *:nth-child(odd), .mkb-l-max-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-l-max-column-12, .mkb-l-max-column-12-child > *, .mkb-l-max-column-12-first > *:first-child, .mkb-l-max-column-12-last > *:last-child, .mkb-l-max-column-12-odd > *:nth-child(odd), .mkb-l-max-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-l-max-column-gap-s, .mkb-l-max-column-gap-s-child > *, .mkb-l-max-column-gap-s-first > *:first-child, .mkb-l-max-column-gap-s-last > *:last-child, .mkb-l-max-column-gap-s-odd > *:nth-child(odd), .mkb-l-max-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-l-max-column-gap-m, .mkb-l-max-column-gap-m-child > *, .mkb-l-max-column-gap-m-first > *:first-child, .mkb-l-max-column-gap-m-last > *:last-child, .mkb-l-max-column-gap-m-odd > *:nth-child(odd), .mkb-l-max-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-l-max-column-gap-l, .mkb-l-max-column-gap-l-child > *, .mkb-l-max-column-gap-l-first > *:first-child, .mkb-l-max-column-gap-l-last > *:last-child, .mkb-l-max-column-gap-l-odd > *:nth-child(odd), .mkb-l-max-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-l-max-column-gap-xl, .mkb-l-max-column-gap-xl-child > *, .mkb-l-max-column-gap-xl-first > *:first-child, .mkb-l-max-column-gap-xl-last > *:last-child, .mkb-l-max-column-gap-xl-odd > *:nth-child(odd), .mkb-l-max-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-l-max-column-rule-thin, .mkb-l-max-column-rule-thin-child > *, .mkb-l-max-column-rule-thin-first > *:first-child, .mkb-l-max-column-rule-thin-last > *:last-child, .mkb-l-max-column-rule-thin-odd > *:nth-child(odd), .mkb-l-max-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-l-max-column-rule-medium, .mkb-l-max-column-rule-medium-child > *, .mkb-l-max-column-rule-medium-first > *:first-child, .mkb-l-max-column-rule-medium-last > *:last-child, .mkb-l-max-column-rule-medium-odd > *:nth-child(odd), .mkb-l-max-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-l-max-column-rule-thick, .mkb-l-max-column-rule-thick-child > *, .mkb-l-max-column-rule-thick-first > *:first-child, .mkb-l-max-column-rule-thick-last > *:last-child, .mkb-l-max-column-rule-thick-odd > *:nth-child(odd), .mkb-l-max-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-l-max-column-rule-s, .mkb-l-max-column-rule-s-child > *, .mkb-l-max-column-rule-s-first > *:first-child, .mkb-l-max-column-rule-s-last > *:last-child, .mkb-l-max-column-rule-s-odd > *:nth-child(odd), .mkb-l-max-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-l-max-column-rule-m, .mkb-l-max-column-rule-m-child > *, .mkb-l-max-column-rule-m-first > *:first-child, .mkb-l-max-column-rule-m-last > *:last-child, .mkb-l-max-column-rule-m-odd > *:nth-child(odd), .mkb-l-max-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-l-max-column-rule-l, .mkb-l-max-column-rule-l-child > *, .mkb-l-max-column-rule-l-first > *:first-child, .mkb-l-max-column-rule-l-last > *:last-child, .mkb-l-max-column-rule-l-odd > *:nth-child(odd), .mkb-l-max-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-l-max-column-rule-xl, .mkb-l-max-column-rule-xl-child > *, .mkb-l-max-column-rule-xl-first > *:first-child, .mkb-l-max-column-rule-xl-last > *:last-child, .mkb-l-max-column-rule-xl-odd > *:nth-child(odd), .mkb-l-max-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-l-max-column-rule-dotted, .mkb-l-max-column-rule-dotted-child > *, .mkb-l-max-column-rule-dotted-first > *:first-child, .mkb-l-max-column-rule-dotted-last > *:last-child, .mkb-l-max-column-rule-dotted-odd > *:nth-child(odd), .mkb-l-max-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-l-max-column-rule-dashed, .mkb-l-max-column-rule-dashed-child > *, .mkb-l-max-column-rule-dashed-first > *:first-child, .mkb-l-max-column-rule-dashed-last > *:last-child, .mkb-l-max-column-rule-dashed-odd > *:nth-child(odd), .mkb-l-max-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-l-max-column-rule-solid, .mkb-l-max-column-rule-solid-child > *, .mkb-l-max-column-rule-solid-first > *:first-child, .mkb-l-max-column-rule-solid-last > *:last-child, .mkb-l-max-column-rule-solid-odd > *:nth-child(odd), .mkb-l-max-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-l-max-column-rule-double, .mkb-l-max-column-rule-double-child > *, .mkb-l-max-column-rule-double-first > *:first-child, .mkb-l-max-column-rule-double-last > *:last-child, .mkb-l-max-column-rule-double-odd > *:nth-child(odd), .mkb-l-max-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-l-max-column-rule-groove, .mkb-l-max-column-rule-groove-child > *, .mkb-l-max-column-rule-groove-first > *:first-child, .mkb-l-max-column-rule-groove-last > *:last-child, .mkb-l-max-column-rule-groove-odd > *:nth-child(odd), .mkb-l-max-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-l-max-column-rule-ridge, .mkb-l-max-column-rule-ridge-child > *, .mkb-l-max-column-rule-ridge-first > *:first-child, .mkb-l-max-column-rule-ridge-last > *:last-child, .mkb-l-max-column-rule-ridge-odd > *:nth-child(odd), .mkb-l-max-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-l-max-column-rule-inset, .mkb-l-max-column-rule-inset-child > *, .mkb-l-max-column-rule-inset-first > *:first-child, .mkb-l-max-column-rule-inset-last > *:last-child, .mkb-l-max-column-rule-inset-odd > *:nth-child(odd), .mkb-l-max-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-l-max-column-rule-outset, .mkb-l-max-column-rule-outset-child > *, .mkb-l-max-column-rule-outset-first > *:first-child, .mkb-l-max-column-rule-outset-last > *:last-child, .mkb-l-max-column-rule-outset-odd > *:nth-child(odd), .mkb-l-max-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-l-max-static, .mkb-l-max-static-child > *, .mkb-l-max-static-first > *:first-child, .mkb-l-max-static-last > *:last-child, .mkb-l-max-static-odd > *:nth-child(odd), .mkb-l-max-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-l-max-absolute, .mkb-l-max-absolute-child > *, .mkb-l-max-absolute-first > *:first-child, .mkb-l-max-absolute-last > *:last-child, .mkb-l-max-absolute-odd > *:nth-child(odd), .mkb-l-max-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-l-max-fixed, .mkb-l-max-fixed-child > *, .mkb-l-max-fixed-first > *:first-child, .mkb-l-max-fixed-last > *:last-child, .mkb-l-max-fixed-odd > *:nth-child(odd), .mkb-l-max-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-l-max-relative, .mkb-l-max-relative-child > *, .mkb-l-max-relative-first > *:first-child, .mkb-l-max-relative-last > *:last-child, .mkb-l-max-relative-odd > *:nth-child(odd), .mkb-l-max-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-l-max-position-inherit, .mkb-l-max-position-inherit-child > *, .mkb-l-max-position-inherit-first > *:first-child, .mkb-l-max-position-inherit-last > *:last-child, .mkb-l-max-position-inherit-odd > *:nth-child(odd), .mkb-l-max-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-l-max-float-none, .mkb-l-max-float-none-child > *, .mkb-l-max-float-none-first > *:first-child, .mkb-l-max-float-none-last > *:last-child, .mkb-l-max-float-none-odd > *:nth-child(odd), .mkb-l-max-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-l-max-float-left, .mkb-l-max-float-left-child > *, .mkb-l-max-float-left-first > *:first-child, .mkb-l-max-float-left-last > *:last-child, .mkb-l-max-float-left-odd > *:nth-child(odd), .mkb-l-max-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-l-max-float-right, .mkb-l-max-float-right-child > *, .mkb-l-max-float-right-first > *:first-child, .mkb-l-max-float-right-last > *:last-child, .mkb-l-max-float-right-odd > *:nth-child(odd), .mkb-l-max-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-l-max-float-inherit, .mkb-l-max-float-inherit-child > *, .mkb-l-max-float-inherit-first > *:first-child, .mkb-l-max-float-inherit-last > *:last-child, .mkb-l-max-float-inherit-odd > *:nth-child(odd), .mkb-l-max-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-l-max-clear-none, .mkb-l-max-clear-none-child > *, .mkb-l-max-clear-none-first > *:first-child, .mkb-l-max-clear-none-last > *:last-child, .mkb-l-max-clear-none-odd > *:nth-child(odd), .mkb-l-max-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-l-max-clear-left, .mkb-l-max-clear-left-child > *, .mkb-l-max-clear-left-first > *:first-child, .mkb-l-max-clear-left-last > *:last-child, .mkb-l-max-clear-left-odd > *:nth-child(odd), .mkb-l-max-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-l-max-clear-right, .mkb-l-max-clear-right-child > *, .mkb-l-max-clear-right-first > *:first-child, .mkb-l-max-clear-right-last > *:last-child, .mkb-l-max-clear-right-odd > *:nth-child(odd), .mkb-l-max-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-l-max-clear-both, .mkb-l-max-clear-both-child > *, .mkb-l-max-clear-both-first > *:first-child, .mkb-l-max-clear-both-last > *:last-child, .mkb-l-max-clear-both-odd > *:nth-child(odd), .mkb-l-max-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-l-max-clear-inherit, .mkb-l-max-clear-inherit-child > *, .mkb-l-max-clear-inherit-first > *:first-child, .mkb-l-max-clear-inherit-last > *:last-child, .mkb-l-max-clear-inherit-odd > *:nth-child(odd), .mkb-l-max-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-l-max-visible, .mkb-l-max-visible-child > *, .mkb-l-max-visible-first > *:first-child, .mkb-l-max-visible-last > *:last-child, .mkb-l-max-visible-odd > *:nth-child(odd), .mkb-l-max-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-l-max-hidden, .mkb-l-max-hidden-child > *, .mkb-l-max-hidden-first > *:first-child, .mkb-l-max-hidden-last > *:last-child, .mkb-l-max-hidden-odd > *:nth-child(odd), .mkb-l-max-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-l-max-collapse, .mkb-l-max-collapse-child > *, .mkb-l-max-collapse-first > *:first-child, .mkb-l-max-collapse-last > *:last-child, .mkb-l-max-collapse-odd > *:nth-child(odd), .mkb-l-max-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-l-max-inherit, .mkb-l-max-inherit-child > *, .mkb-l-max-inherit-first > *:first-child, .mkb-l-max-inherit-last > *:last-child, .mkb-l-max-inherit-odd > *:nth-child(odd), .mkb-l-max-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-l-max-opacity, .mkb-l-max-opacity-child > *, .mkb-l-max-opacity-first > *:first-child, .mkb-l-max-opacity-last > *:last-child, .mkb-l-max-opacity-odd > *:nth-child(odd), .mkb-l-max-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-l-max-opacity-none, .mkb-l-max-opacity-none-child > *, .mkb-l-max-opacity-none-first > *:first-child, .mkb-l-max-opacity-none-last > *:last-child, .mkb-l-max-opacity-none-odd > *:nth-child(odd), .mkb-l-max-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-l-max-overflow-visible, .mkb-l-max-overflow-visible-child > *, .mkb-l-max-overflow-visible-first > *:first-child, .mkb-l-max-overflow-visible-last > *:last-child, .mkb-l-max-overflow-visible-odd > *:nth-child(odd), .mkb-l-max-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-l-max-overflow-x-visible, .mkb-l-max-overflow-x-visible-child > *, .mkb-l-max-overflow-x-visible-first > *:first-child, .mkb-l-max-overflow-x-visible-last > *:last-child, .mkb-l-max-overflow-x-visible-odd > *:nth-child(odd), .mkb-l-max-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-l-max-overflow-y-visible, .mkb-l-max-overflow-y-visible-child > *, .mkb-l-max-overflow-y-visible-first > *:first-child, .mkb-l-max-overflow-y-visible-last > *:last-child, .mkb-l-max-overflow-y-visible-odd > *:nth-child(odd), .mkb-l-max-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-l-max-overflow-hidden, .mkb-l-max-overflow-hidden-child > *, .mkb-l-max-overflow-hidden-first > *:first-child, .mkb-l-max-overflow-hidden-last > *:last-child, .mkb-l-max-overflow-hidden-odd > *:nth-child(odd), .mkb-l-max-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-l-max-overflow-x-hidden, .mkb-l-max-overflow-x-hidden-child > *, .mkb-l-max-overflow-x-hidden-first > *:first-child, .mkb-l-max-overflow-x-hidden-last > *:last-child, .mkb-l-max-overflow-x-hidden-odd > *:nth-child(odd), .mkb-l-max-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-l-max-overflow-y-hidden, .mkb-l-max-overflow-y-hidden-child > *, .mkb-l-max-overflow-y-hidden-first > *:first-child, .mkb-l-max-overflow-y-hidden-last > *:last-child, .mkb-l-max-overflow-y-hidden-odd > *:nth-child(odd), .mkb-l-max-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-l-max-overflow-scroll, .mkb-l-max-overflow-scroll-child > *, .mkb-l-max-overflow-scroll-first > *:first-child, .mkb-l-max-overflow-scroll-last > *:last-child, .mkb-l-max-overflow-scroll-odd > *:nth-child(odd), .mkb-l-max-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-l-max-overflow-x-scroll, .mkb-l-max-overflow-x-scroll-child > *, .mkb-l-max-overflow-x-scroll-first > *:first-child, .mkb-l-max-overflow-x-scroll-last > *:last-child, .mkb-l-max-overflow-x-scroll-odd > *:nth-child(odd), .mkb-l-max-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-l-max-overflow-y-scroll, .mkb-l-max-overflow-y-scroll-child > *, .mkb-l-max-overflow-y-scroll-first > *:first-child, .mkb-l-max-overflow-y-scroll-last > *:last-child, .mkb-l-max-overflow-y-scroll-odd > *:nth-child(odd), .mkb-l-max-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-l-max-overflow-auto, .mkb-l-max-overflow-auto-child > *, .mkb-l-max-overflow-auto-first > *:first-child, .mkb-l-max-overflow-auto-last > *:last-child, .mkb-l-max-overflow-auto-odd > *:nth-child(odd), .mkb-l-max-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-l-max-overflow-x-auto, .mkb-l-max-overflow-x-auto-child > *, .mkb-l-max-overflow-x-auto-first > *:first-child, .mkb-l-max-overflow-x-auto-last > *:last-child, .mkb-l-max-overflow-x-auto-odd > *:nth-child(odd), .mkb-l-max-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-l-max-overflow-y-auto, .mkb-l-max-overflow-y-auto-child > *, .mkb-l-max-overflow-y-auto-first > *:first-child, .mkb-l-max-overflow-y-auto-last > *:last-child, .mkb-l-max-overflow-y-auto-odd > *:nth-child(odd), .mkb-l-max-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-l-max-overflow-inherit, .mkb-l-max-overflow-inherit-child > *, .mkb-l-max-overflow-inherit-first > *:first-child, .mkb-l-max-overflow-inherit-last > *:last-child, .mkb-l-max-overflow-inherit-odd > *:nth-child(odd), .mkb-l-max-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-l-max-overflow-x-inherit, .mkb-l-max-overflow-x-inherit-child > *, .mkb-l-max-overflow-x-inherit-first > *:first-child, .mkb-l-max-overflow-x-inherit-last > *:last-child, .mkb-l-max-overflow-x-inherit-odd > *:nth-child(odd), .mkb-l-max-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-l-max-overflow-y-inherit, .mkb-l-max-overflow-y-inherit-child > *, .mkb-l-max-overflow-y-inherit-first > *:first-child, .mkb-l-max-overflow-y-inherit-last > *:last-child, .mkb-l-max-overflow-y-inherit-odd > *:nth-child(odd), .mkb-l-max-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-l-max-align-baseline, .mkb-l-max-align-baseline-child > *, .mkb-l-max-align-baseline-first > *:first-child, .mkb-l-max-align-baseline-last > *:last-child, .mkb-l-max-align-baseline-odd > *:nth-child(odd), .mkb-l-max-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-l-max-align-length, .mkb-l-max-align-length-child > *, .mkb-l-max-align-length-first > *:first-child, .mkb-l-max-align-length-last > *:last-child, .mkb-l-max-align-length-odd > *:nth-child(odd), .mkb-l-max-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-l-max-align-sub, .mkb-l-max-align-sub-child > *, .mkb-l-max-align-sub-first > *:first-child, .mkb-l-max-align-sub-last > *:last-child, .mkb-l-max-align-sub-odd > *:nth-child(odd), .mkb-l-max-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-l-max-align-super, .mkb-l-max-align-super-child > *, .mkb-l-max-align-super-first > *:first-child, .mkb-l-max-align-super-last > *:last-child, .mkb-l-max-align-super-odd > *:nth-child(odd), .mkb-l-max-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-l-max-align-top, .mkb-l-max-align-top-child > *, .mkb-l-max-align-top-first > *:first-child, .mkb-l-max-align-top-last > *:last-child, .mkb-l-max-align-top-odd > *:nth-child(odd), .mkb-l-max-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-l-max-align-text-top, .mkb-l-max-align-text-top-child > *, .mkb-l-max-align-text-top-first > *:first-child, .mkb-l-max-align-text-top-last > *:last-child, .mkb-l-max-align-text-top-odd > *:nth-child(odd), .mkb-l-max-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-l-max-align-middle, .mkb-l-max-align-middle-child > *, .mkb-l-max-align-middle-first > *:first-child, .mkb-l-max-align-middle-last > *:last-child, .mkb-l-max-align-middle-odd > *:nth-child(odd), .mkb-l-max-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-l-max-align-bottom, .mkb-l-max-align-bottom-child > *, .mkb-l-max-align-bottom-first > *:first-child, .mkb-l-max-align-bottom-last > *:last-child, .mkb-l-max-align-bottom-odd > *:nth-child(odd), .mkb-l-max-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-l-max-align-text-bottom, .mkb-l-max-align-text-bottom-child > *, .mkb-l-max-align-text-bottom-first > *:first-child, .mkb-l-max-align-text-bottom-last > *:last-child, .mkb-l-max-align-text-bottom-odd > *:nth-child(odd), .mkb-l-max-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-l-max-align-inherit, .mkb-l-max-align-inherit-child > *, .mkb-l-max-align-inherit-first > *:first-child, .mkb-l-max-align-inherit-last > *:last-child, .mkb-l-max-align-inherit-odd > *:nth-child(odd), .mkb-l-max-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-l-max-zindex-first, .mkb-l-max-zindex-first-child > *, .mkb-l-max-zindex-first-first > *:first-child, .mkb-l-max-zindex-first-last > *:last-child, .mkb-l-max-zindex-first-odd > *:nth-child(odd), .mkb-l-max-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-l-max-zindex-last, .mkb-l-max-zindex-last-child > *, .mkb-l-max-zindex-last-first > *:first-child, .mkb-l-max-zindex-last-last > *:last-child, .mkb-l-max-zindex-last-odd > *:nth-child(odd), .mkb-l-max-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-l-max-zindex-inherit, .mkb-l-max-zindex-inherit-child > *, .mkb-l-max-zindex-inherit-first > *:first-child, .mkb-l-max-zindex-inherit-last > *:last-child, .mkb-l-max-zindex-inherit-odd > *:nth-child(odd), .mkb-l-max-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-l-max-zindex-0, .mkb-l-max-zindex-0-child > *, .mkb-l-max-zindex-0-first > *:first-child, .mkb-l-max-zindex-0-last > *:last-child, .mkb-l-max-zindex-0-odd > *:nth-child(odd), .mkb-l-max-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-l-max-zindex-1, .mkb-l-max-zindex-1-child > *, .mkb-l-max-zindex-1-first > *:first-child, .mkb-l-max-zindex-1-last > *:last-child, .mkb-l-max-zindex-1-odd > *:nth-child(odd), .mkb-l-max-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-l-max-zindex-2, .mkb-l-max-zindex-2-child > *, .mkb-l-max-zindex-2-first > *:first-child, .mkb-l-max-zindex-2-last > *:last-child, .mkb-l-max-zindex-2-odd > *:nth-child(odd), .mkb-l-max-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-l-max-zindex-3, .mkb-l-max-zindex-3-child > *, .mkb-l-max-zindex-3-first > *:first-child, .mkb-l-max-zindex-3-last > *:last-child, .mkb-l-max-zindex-3-odd > *:nth-child(odd), .mkb-l-max-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-l-max-zindex-4, .mkb-l-max-zindex-4-child > *, .mkb-l-max-zindex-4-first > *:first-child, .mkb-l-max-zindex-4-last > *:last-child, .mkb-l-max-zindex-4-odd > *:nth-child(odd), .mkb-l-max-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-l-max-zindex-5, .mkb-l-max-zindex-5-child > *, .mkb-l-max-zindex-5-first > *:first-child, .mkb-l-max-zindex-5-last > *:last-child, .mkb-l-max-zindex-5-odd > *:nth-child(odd), .mkb-l-max-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-l-max-zindex-6, .mkb-l-max-zindex-6-child > *, .mkb-l-max-zindex-6-first > *:first-child, .mkb-l-max-zindex-6-last > *:last-child, .mkb-l-max-zindex-6-odd > *:nth-child(odd), .mkb-l-max-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-l-max-zindex-7, .mkb-l-max-zindex-7-child > *, .mkb-l-max-zindex-7-first > *:first-child, .mkb-l-max-zindex-7-last > *:last-child, .mkb-l-max-zindex-7-odd > *:nth-child(odd), .mkb-l-max-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-l-max-zindex-8, .mkb-l-max-zindex-8-child > *, .mkb-l-max-zindex-8-first > *:first-child, .mkb-l-max-zindex-8-last > *:last-child, .mkb-l-max-zindex-8-odd > *:nth-child(odd), .mkb-l-max-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-l-max-zindex-9, .mkb-l-max-zindex-9-child > *, .mkb-l-max-zindex-9-first > *:first-child, .mkb-l-max-zindex-9-last > *:last-child, .mkb-l-max-zindex-9-odd > *:nth-child(odd), .mkb-l-max-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-l-max-zindex-10, .mkb-l-max-zindex-10-child > *, .mkb-l-max-zindex-10-first > *:first-child, .mkb-l-max-zindex-10-last > *:last-child, .mkb-l-max-zindex-10-odd > *:nth-child(odd), .mkb-l-max-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-l-max-zindex-11, .mkb-l-max-zindex-11-child > *, .mkb-l-max-zindex-11-first > *:first-child, .mkb-l-max-zindex-11-last > *:last-child, .mkb-l-max-zindex-11-odd > *:nth-child(odd), .mkb-l-max-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-l-max-zindex-12, .mkb-l-max-zindex-12-child > *, .mkb-l-max-zindex-12-first > *:first-child, .mkb-l-max-zindex-12-last > *:last-child, .mkb-l-max-zindex-12-odd > *:nth-child(odd), .mkb-l-max-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-l-max-list-none, .mkb-l-max-list-none-child > *, .mkb-l-max-list-none-first > *:first-child, .mkb-l-max-list-none-last > *:last-child, .mkb-l-max-list-none-odd > *:nth-child(odd), .mkb-l-max-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-l-max-list-reset, .mkb-l-max-list-reset-child > *, .mkb-l-max-list-reset-first > *:first-child, .mkb-l-max-list-reset-last > *:last-child, .mkb-l-max-list-reset-odd > *:nth-child(odd), .mkb-l-max-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-l-max-list-circle, .mkb-l-max-list-circle-child > *, .mkb-l-max-list-circle-first > *:first-child, .mkb-l-max-list-circle-last > *:last-child, .mkb-l-max-list-circle-odd > *:nth-child(odd), .mkb-l-max-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-l-max-list-decimal, .mkb-l-max-list-decimal-child > *, .mkb-l-max-list-decimal-first > *:first-child, .mkb-l-max-list-decimal-last > *:last-child, .mkb-l-max-list-decimal-odd > *:nth-child(odd), .mkb-l-max-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-l-max-list-decimal-zero, .mkb-l-max-list-decimal-zero-child > *, .mkb-l-max-list-decimal-zero-first > *:first-child, .mkb-l-max-list-decimal-zero-last > *:last-child, .mkb-l-max-list-decimal-zero-odd > *:nth-child(odd), .mkb-l-max-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-l-max-list-disc, .mkb-l-max-list-disc-child > *, .mkb-l-max-list-disc-first > *:first-child, .mkb-l-max-list-disc-last > *:last-child, .mkb-l-max-list-disc-odd > *:nth-child(odd), .mkb-l-max-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-l-max-list-lower-alpha, .mkb-l-max-list-lower-alpha-child > *, .mkb-l-max-list-lower-alpha-first > *:first-child, .mkb-l-max-list-lower-alpha-last > *:last-child, .mkb-l-max-list-lower-alpha-odd > *:nth-child(odd), .mkb-l-max-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-l-max-list-lower-roman, .mkb-l-max-list-lower-roman-child > *, .mkb-l-max-list-lower-roman-first > *:first-child, .mkb-l-max-list-lower-roman-last > *:last-child, .mkb-l-max-list-lower-roman-odd > *:nth-child(odd), .mkb-l-max-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-l-max-list-upper-alpha, .mkb-l-max-list-upper-alpha-child > *, .mkb-l-max-list-upper-alpha-first > *:first-child, .mkb-l-max-list-upper-alpha-last > *:last-child, .mkb-l-max-list-upper-alpha-odd > *:nth-child(odd), .mkb-l-max-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-l-max-list-upper-roman, .mkb-l-max-list-upper-roman-child > *, .mkb-l-max-list-upper-roman-first > *:first-child, .mkb-l-max-list-upper-roman-last > *:last-child, .mkb-l-max-list-upper-roman-odd > *:nth-child(odd), .mkb-l-max-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-l-max-list-square, .mkb-l-max-list-square-child > *, .mkb-l-max-list-square-first > *:first-child, .mkb-l-max-list-square-last > *:last-child, .mkb-l-max-list-square-odd > *:nth-child(odd), .mkb-l-max-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-l-max-list-style-inherit, .mkb-l-max-list-style-inherit-child > *, .mkb-l-max-list-style-inherit-first > *:first-child, .mkb-l-max-list-style-inherit-last > *:last-child, .mkb-l-max-list-style-inherit-odd > *:nth-child(odd), .mkb-l-max-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-l-max-h1,
  .mkb-l-max-h2,
  .mkb-l-max-h3,
  .mkb-l-max-h4,
  .mkb-l-max-h5,
  .mkb-l-max-h6 {
    font-weight: bold;
  }
  .mkb-l-max-h1 {
    font-size: 2.31693rem;
  }
  .mkb-l-max-h2 {
    font-size: 2.0595rem;
  }
  .mkb-l-max-h3 {
    font-size: 1.83064rem;
  }
  .mkb-l-max-h4 {
    font-size: 1.62721rem;
  }
  .mkb-l-max-h5 {
    font-size: 1.44643rem;
  }
  .mkb-l-max-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-l-max-text-left, .mkb-l-max-text-left-child > *, .mkb-l-max-text-left-first > *:first-child, .mkb-l-max-text-left-last > *:last-child, .mkb-l-max-text-left-odd > *:nth-child(odd), .mkb-l-max-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-l-max-text-center, .mkb-l-max-text-center-child > *, .mkb-l-max-text-center-first > *:first-child, .mkb-l-max-text-center-last > *:last-child, .mkb-l-max-text-center-odd > *:nth-child(odd), .mkb-l-max-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-l-max-text-right, .mkb-l-max-text-right-child > *, .mkb-l-max-text-right-first > *:first-child, .mkb-l-max-text-right-last > *:last-child, .mkb-l-max-text-right-odd > *:nth-child(odd), .mkb-l-max-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-l-max-text-justify, .mkb-l-max-text-justify-child > *, .mkb-l-max-text-justify-first > *:first-child, .mkb-l-max-text-justify-last > *:last-child, .mkb-l-max-text-justify-odd > *:nth-child(odd), .mkb-l-max-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-l-max-text-align-inherit, .mkb-l-max-text-align-inherit-child > *, .mkb-l-max-text-align-inherit-first > *:first-child, .mkb-l-max-text-align-inherit-last > *:last-child, .mkb-l-max-text-align-inherit-odd > *:nth-child(odd), .mkb-l-max-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-l-max-text-decoration-none, .mkb-l-max-text-decoration-none-child > *, .mkb-l-max-text-decoration-none-first > *:first-child, .mkb-l-max-text-decoration-none-last > *:last-child, .mkb-l-max-text-decoration-none-odd > *:nth-child(odd), .mkb-l-max-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-l-max-text-underline, .mkb-l-max-text-underline-child > *, .mkb-l-max-text-underline-first > *:first-child, .mkb-l-max-text-underline-last > *:last-child, .mkb-l-max-text-underline-odd > *:nth-child(odd), .mkb-l-max-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-l-max-text-overline, .mkb-l-max-text-overline-child > *, .mkb-l-max-text-overline-first > *:first-child, .mkb-l-max-text-overline-last > *:last-child, .mkb-l-max-text-overline-odd > *:nth-child(odd), .mkb-l-max-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-l-max-text-line-through, .mkb-l-max-text-line-through-child > *, .mkb-l-max-text-line-through-first > *:first-child, .mkb-l-max-text-line-through-last > *:last-child, .mkb-l-max-text-line-through-odd > *:nth-child(odd), .mkb-l-max-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-l-max-text-decoration-inherit, .mkb-l-max-text-decoration-inherit-child > *, .mkb-l-max-text-decoration-inherit-first > *:first-child, .mkb-l-max-text-decoration-inherit-last > *:last-child, .mkb-l-max-text-decoration-inherit-odd > *:nth-child(odd), .mkb-l-max-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-l-max-text-clip, .mkb-l-max-text-clip-child > *, .mkb-l-max-text-clip-first > *:first-child, .mkb-l-max-text-clip-last > *:last-child, .mkb-l-max-text-clip-odd > *:nth-child(odd), .mkb-l-max-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-l-max-text-ellipsis, .mkb-l-max-text-ellipsis-child > *, .mkb-l-max-text-ellipsis-first > *:first-child, .mkb-l-max-text-ellipsis-last > *:last-child, .mkb-l-max-text-ellipsis-odd > *:nth-child(odd), .mkb-l-max-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-l-max-text-overflow-inherit, .mkb-l-max-text-overflow-inherit-child > *, .mkb-l-max-text-overflow-inherit-first > *:first-child, .mkb-l-max-text-overflow-inherit-last > *:last-child, .mkb-l-max-text-overflow-inherit-odd > *:nth-child(odd), .mkb-l-max-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-l-max-text-transform-none, .mkb-l-max-text-transform-none-child > *, .mkb-l-max-text-transform-none-first > *:first-child, .mkb-l-max-text-transform-none-last > *:last-child, .mkb-l-max-text-transform-none-odd > *:nth-child(odd), .mkb-l-max-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-l-max-text-capitalize, .mkb-l-max-text-capitalize-child > *, .mkb-l-max-text-capitalize-first > *:first-child, .mkb-l-max-text-capitalize-last > *:last-child, .mkb-l-max-text-capitalize-odd > *:nth-child(odd), .mkb-l-max-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-l-max-text-uppercase, .mkb-l-max-text-uppercase-child > *, .mkb-l-max-text-uppercase-first > *:first-child, .mkb-l-max-text-uppercase-last > *:last-child, .mkb-l-max-text-uppercase-odd > *:nth-child(odd), .mkb-l-max-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-l-max-text-lowercase, .mkb-l-max-text-lowercase-child > *, .mkb-l-max-text-lowercase-first > *:first-child, .mkb-l-max-text-lowercase-last > *:last-child, .mkb-l-max-text-lowercase-odd > *:nth-child(odd), .mkb-l-max-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-l-max-text-transform-inherit, .mkb-l-max-text-transform-inherit-child > *, .mkb-l-max-text-transform-inherit-first > *:first-child, .mkb-l-max-text-transform-inherit-last > *:last-child, .mkb-l-max-text-transform-inherit-odd > *:nth-child(odd), .mkb-l-max-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-l-max-text-nowrap, .mkb-l-max-text-nowrap-child > *, .mkb-l-max-text-nowrap-first > *:first-child, .mkb-l-max-text-nowrap-last > *:last-child, .mkb-l-max-text-nowrap-odd > *:nth-child(odd), .mkb-l-max-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-l-max-text-pre, .mkb-l-max-text-pre-child > *, .mkb-l-max-text-pre-first > *:first-child, .mkb-l-max-text-pre-last > *:last-child, .mkb-l-max-text-pre-odd > *:nth-child(odd), .mkb-l-max-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-l-max-text-pre-line, .mkb-l-max-text-pre-line-child > *, .mkb-l-max-text-pre-line-first > *:first-child, .mkb-l-max-text-pre-line-last > *:last-child, .mkb-l-max-text-pre-line-odd > *:nth-child(odd), .mkb-l-max-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-l-max-text-pre-wrap, .mkb-l-max-text-pre-wrap-child > *, .mkb-l-max-text-pre-wrap-first > *:first-child, .mkb-l-max-text-pre-wrap-last > *:last-child, .mkb-l-max-text-pre-wrap-odd > *:nth-child(odd), .mkb-l-max-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-l-max-text-break-all, .mkb-l-max-text-break-all-child > *, .mkb-l-max-text-break-all-first > *:first-child, .mkb-l-max-text-break-all-last > *:last-child, .mkb-l-max-text-break-all-odd > *:nth-child(odd), .mkb-l-max-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-l-max-text-keep-all, .mkb-l-max-text-keep-all-child > *, .mkb-l-max-text-keep-all-first > *:first-child, .mkb-l-max-text-keep-all-last > *:last-child, .mkb-l-max-text-keep-all-odd > *:nth-child(odd), .mkb-l-max-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-l-max-text-break-word, .mkb-l-max-text-break-word-child > *, .mkb-l-max-text-break-word-first > *:first-child, .mkb-l-max-text-break-word-last > *:last-child, .mkb-l-max-text-break-word-odd > *:nth-child(odd), .mkb-l-max-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-l-max-text-style-normal, .mkb-l-max-text-style-normal-child > *, .mkb-l-max-text-style-normal-first > *:first-child, .mkb-l-max-text-style-normal-last > *:last-child, .mkb-l-max-text-style-normal-odd > *:nth-child(odd), .mkb-l-max-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-l-max-text-italic, .mkb-l-max-text-italic-child > *, .mkb-l-max-text-italic-first > *:first-child, .mkb-l-max-text-italic-last > *:last-child, .mkb-l-max-text-italic-odd > *:nth-child(odd), .mkb-l-max-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-l-max-text-oblique, .mkb-l-max-text-oblique-child > *, .mkb-l-max-text-oblique-first > *:first-child, .mkb-l-max-text-oblique-last > *:last-child, .mkb-l-max-text-oblique-odd > *:nth-child(odd), .mkb-l-max-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-l-max-text-weight-normal, .mkb-l-max-text-weight-normal-child > *, .mkb-l-max-text-weight-normal-first > *:first-child, .mkb-l-max-text-weight-normal-last > *:last-child, .mkb-l-max-text-weight-normal-odd > *:nth-child(odd), .mkb-l-max-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-l-max-text-bold, .mkb-l-max-text-bold-child > *, .mkb-l-max-text-bold-first > *:first-child, .mkb-l-max-text-bold-last > *:last-child, .mkb-l-max-text-bold-odd > *:nth-child(odd), .mkb-l-max-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-l-max-text-bolder, .mkb-l-max-text-bolder-child > *, .mkb-l-max-text-bolder-first > *:first-child, .mkb-l-max-text-bolder-last > *:last-child, .mkb-l-max-text-bolder-odd > *:nth-child(odd), .mkb-l-max-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-l-max-text-lighter, .mkb-l-max-text-lighter-child > *, .mkb-l-max-text-lighter-first > *:first-child, .mkb-l-max-text-lighter-last > *:last-child, .mkb-l-max-text-lighter-odd > *:nth-child(odd), .mkb-l-max-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-l-max-text-variant-normal, .mkb-l-max-text-variant-normal-child > *, .mkb-l-max-text-variant-normal-first > *:first-child, .mkb-l-max-text-variant-normal-last > *:last-child, .mkb-l-max-text-variant-normal-odd > *:nth-child(odd), .mkb-l-max-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-l-max-text-small-caps, .mkb-l-max-text-small-caps-child > *, .mkb-l-max-text-small-caps-first > *:first-child, .mkb-l-max-text-small-caps-last > *:last-child, .mkb-l-max-text-small-caps-odd > *:nth-child(odd), .mkb-l-max-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-l-max-text-weight-100, .mkb-l-max-text-weight-10-child > *, .mkb-l-max-text-weight-10-first > *:first-child, .mkb-l-max-text-weight-10-last > *:last-child, .mkb-l-max-text-weight-10-odd > *:nth-child(odd), .mkb-l-max-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-l-max-text-weight-200, .mkb-l-max-text-weight-20-child > *, .mkb-l-max-text-weight-20-first > *:first-child, .mkb-l-max-text-weight-20-last > *:last-child, .mkb-l-max-text-weight-20-odd > *:nth-child(odd), .mkb-l-max-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-l-max-text-weight-300, .mkb-l-max-text-weight-30-child > *, .mkb-l-max-text-weight-30-first > *:first-child, .mkb-l-max-text-weight-30-last > *:last-child, .mkb-l-max-text-weight-30-odd > *:nth-child(odd), .mkb-l-max-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-l-max-text-weight-400, .mkb-l-max-text-weight-40-child > *, .mkb-l-max-text-weight-40-first > *:first-child, .mkb-l-max-text-weight-40-last > *:last-child, .mkb-l-max-text-weight-40-odd > *:nth-child(odd), .mkb-l-max-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-l-max-text-weight-500, .mkb-l-max-text-weight-50-child > *, .mkb-l-max-text-weight-50-first > *:first-child, .mkb-l-max-text-weight-50-last > *:last-child, .mkb-l-max-text-weight-50-odd > *:nth-child(odd), .mkb-l-max-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-l-max-text-weight-600, .mkb-l-max-text-weight-60-child > *, .mkb-l-max-text-weight-60-first > *:first-child, .mkb-l-max-text-weight-60-last > *:last-child, .mkb-l-max-text-weight-60-odd > *:nth-child(odd), .mkb-l-max-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-l-max-text-weight-700, .mkb-l-max-text-weight-70-child > *, .mkb-l-max-text-weight-70-first > *:first-child, .mkb-l-max-text-weight-70-last > *:last-child, .mkb-l-max-text-weight-70-odd > *:nth-child(odd), .mkb-l-max-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-l-max-text-weight-800, .mkb-l-max-text-weight-80-child > *, .mkb-l-max-text-weight-80-first > *:first-child, .mkb-l-max-text-weight-80-last > *:last-child, .mkb-l-max-text-weight-80-odd > *:nth-child(odd), .mkb-l-max-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-l-max-text-weight-900, .mkb-l-max-text-weight-90-child > *, .mkb-l-max-text-weight-90-first > *:first-child, .mkb-l-max-text-weight-90-last > *:last-child, .mkb-l-max-text-weight-90-odd > *:nth-child(odd), .mkb-l-max-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-l-max-background-scroll, .mkb-l-max-background-scroll-child > *, .mkb-l-max-background-scroll-first > *:first-child, .mkb-l-max-background-scroll-last > *:last-child, .mkb-l-max-background-scroll-odd > *:nth-child(odd), .mkb-l-max-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-l-max-background-fixed, .mkb-l-max-background-fixed-child > *, .mkb-l-max-background-fixed-first > *:first-child, .mkb-l-max-background-fixed-last > *:last-child, .mkb-l-max-background-fixed-odd > *:nth-child(odd), .mkb-l-max-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-l-max-background-local, .mkb-l-max-background-local-child > *, .mkb-l-max-background-local-first > *:first-child, .mkb-l-max-background-local-last > *:last-child, .mkb-l-max-background-local-odd > *:nth-child(odd), .mkb-l-max-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-l-max-background-attachment-inherit, .mkb-l-max-background-attachment-inherit-child > *, .mkb-l-max-background-attachment-inherit-first > *:first-child, .mkb-l-max-background-attachment-inherit-last > *:last-child, .mkb-l-max-background-attachment-inherit-odd > *:nth-child(odd), .mkb-l-max-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-l-max-background-size-auto, .mkb-l-max-background-size-auto-child > *, .mkb-l-max-background-size-auto-first > *:first-child, .mkb-l-max-background-size-auto-last > *:last-child, .mkb-l-max-background-size-auto-odd > *:nth-child(odd), .mkb-l-max-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-l-max-background-length, .mkb-l-max-background-length-child > *, .mkb-l-max-background-length-first > *:first-child, .mkb-l-max-background-length-last > *:last-child, .mkb-l-max-background-length-odd > *:nth-child(odd), .mkb-l-max-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-l-max-background-cover, .mkb-l-max-background-cover-child > *, .mkb-l-max-background-cover-first > *:first-child, .mkb-l-max-background-cover-last > *:last-child, .mkb-l-max-background-cover-odd > *:nth-child(odd), .mkb-l-max-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-l-max-background-contain, .mkb-l-max-background-contain-child > *, .mkb-l-max-background-contain-first > *:first-child, .mkb-l-max-background-contain-last > *:last-child, .mkb-l-max-background-contain-odd > *:nth-child(odd), .mkb-l-max-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-l-max-background-size-inherit, .mkb-l-max-background-size-inherit-child > *, .mkb-l-max-background-size-inherit-first > *:first-child, .mkb-l-max-background-size-inherit-last > *:last-child, .mkb-l-max-background-size-inherit-odd > *:nth-child(odd), .mkb-l-max-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-l-max-background-repeat, .mkb-l-max-background-repeat-child > *, .mkb-l-max-background-repeat-first > *:first-child, .mkb-l-max-background-repeat-last > *:last-child, .mkb-l-max-background-repeat-odd > *:nth-child(odd), .mkb-l-max-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-l-max-background-repeat-x, .mkb-l-max-background-repeat-x-child > *, .mkb-l-max-background-repeat-x-first > *:first-child, .mkb-l-max-background-repeat-x-last > *:last-child, .mkb-l-max-background-repeat-x-odd > *:nth-child(odd), .mkb-l-max-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-l-max-background-repeat-y, .mkb-l-max-background-repeat-y-child > *, .mkb-l-max-background-repeat-y-first > *:first-child, .mkb-l-max-background-repeat-y-last > *:last-child, .mkb-l-max-background-repeat-y-odd > *:nth-child(odd), .mkb-l-max-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-l-max-background-repeat-none, .mkb-l-max-background-repeat-none-child > *, .mkb-l-max-background-repeat-none-first > *:first-child, .mkb-l-max-background-repeat-none-last > *:last-child, .mkb-l-max-background-repeat-none-odd > *:nth-child(odd), .mkb-l-max-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-l-max-background-repeat-inherit, .mkb-l-max-background-repeat-inherit-child > *, .mkb-l-max-background-repeat-inherit-first > *:first-child, .mkb-l-max-background-repeat-inherit-last > *:last-child, .mkb-l-max-background-repeat-inherit-odd > *:nth-child(odd), .mkb-l-max-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-l-max-background-left-top, .mkb-l-max-background-left-top-child > *, .mkb-l-max-background-left-top-first > *:first-child, .mkb-l-max-background-left-top-last > *:last-child, .mkb-l-max-background-left-top-odd > *:nth-child(odd), .mkb-l-max-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-l-max-background-left-center, .mkb-l-max-background-left-center-child > *, .mkb-l-max-background-left-center-first > *:first-child, .mkb-l-max-background-left-center-last > *:last-child, .mkb-l-max-background-left-center-odd > *:nth-child(odd), .mkb-l-max-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-l-max-background-left-bottom, .mkb-l-max-background-left-bottom-child > *, .mkb-l-max-background-left-bottom-first > *:first-child, .mkb-l-max-background-left-bottom-last > *:last-child, .mkb-l-max-background-left-bottom-odd > *:nth-child(odd), .mkb-l-max-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-l-max-background-right-top, .mkb-l-max-background-right-top-child > *, .mkb-l-max-background-right-top-first > *:first-child, .mkb-l-max-background-right-top-last > *:last-child, .mkb-l-max-background-right-top-odd > *:nth-child(odd), .mkb-l-max-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-l-max-background-right-center, .mkb-l-max-background-right-center-child > *, .mkb-l-max-background-right-center-first > *:first-child, .mkb-l-max-background-right-center-last > *:last-child, .mkb-l-max-background-right-center-odd > *:nth-child(odd), .mkb-l-max-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-l-max-background-right-bottom, .mkb-l-max-background-right-bottom-child > *, .mkb-l-max-background-right-bottom-first > *:first-child, .mkb-l-max-background-right-bottom-last > *:last-child, .mkb-l-max-background-right-bottom-odd > *:nth-child(odd), .mkb-l-max-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-l-max-background-center-top, .mkb-l-max-background-center-top-child > *, .mkb-l-max-background-center-top-first > *:first-child, .mkb-l-max-background-center-top-last > *:last-child, .mkb-l-max-background-center-top-odd > *:nth-child(odd), .mkb-l-max-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-l-max-background-center-center, .mkb-l-max-background-center-center-child > *, .mkb-l-max-background-center-center-first > *:first-child, .mkb-l-max-background-center-center-last > *:last-child, .mkb-l-max-background-center-center-odd > *:nth-child(odd), .mkb-l-max-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-l-max-background-center-bottom, .mkb-l-max-background-center-bottom-child > *, .mkb-l-max-background-center-bottom-first > *:first-child, .mkb-l-max-background-center-bottom-last > *:last-child, .mkb-l-max-background-center-bottom-odd > *:nth-child(odd), .mkb-l-max-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-l-max-background-position-inherit, .mkb-l-max-background-position-inherit-child > *, .mkb-l-max-background-position-inherit-first > *:first-child, .mkb-l-max-background-position-inherit-last > *:last-child, .mkb-l-max-background-position-inherit-odd > *:nth-child(odd), .mkb-l-max-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-l-max-background-clip-border, .mkb-l-max-background-clip-border-child > *, .mkb-l-max-background-clip-border-first > *:first-child, .mkb-l-max-background-clip-border-last > *:last-child, .mkb-l-max-background-clip-border-odd > *:nth-child(odd), .mkb-l-max-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-l-max-background-clip-padding, .mkb-l-max-background-clip-padding-child > *, .mkb-l-max-background-clip-padding-first > *:first-child, .mkb-l-max-background-clip-padding-last > *:last-child, .mkb-l-max-background-clip-padding-odd > *:nth-child(odd), .mkb-l-max-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-l-max-background-clip-content, .mkb-l-max-background-clip-content-child > *, .mkb-l-max-background-clip-content-first > *:first-child, .mkb-l-max-background-clip-content-last > *:last-child, .mkb-l-max-background-clip-content-odd > *:nth-child(odd), .mkb-l-max-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-l-max-background-clip-inherit, .mkb-l-max-background-clip-inherit-child > *, .mkb-l-max-background-clip-inherit-first > *:first-child, .mkb-l-max-background-clip-inherit-last > *:last-child, .mkb-l-max-background-clip-inherit-odd > *:nth-child(odd), .mkb-l-max-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-l-max-background-origin-padding, .mkb-l-max-background-origin-padding-child > *, .mkb-l-max-background-origin-padding-first > *:first-child, .mkb-l-max-background-origin-padding-last > *:last-child, .mkb-l-max-background-origin-padding-odd > *:nth-child(odd), .mkb-l-max-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-l-max-background-origin-border, .mkb-l-max-background-origin-border-child > *, .mkb-l-max-background-origin-border-first > *:first-child, .mkb-l-max-background-origin-border-last > *:last-child, .mkb-l-max-background-origin-border-odd > *:nth-child(odd), .mkb-l-max-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-l-max-background-origin-content, .mkb-l-max-background-origin-content-child > *, .mkb-l-max-background-origin-content-first > *:first-child, .mkb-l-max-background-origin-content-last > *:last-child, .mkb-l-max-background-origin-content-odd > *:nth-child(odd), .mkb-l-max-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-l-max-background-origin-inherit, .mkb-l-max-background-origin-inherit-child > *, .mkb-l-max-background-origin-inherit-first > *:first-child, .mkb-l-max-background-origin-inherit-last > *:last-child, .mkb-l-max-background-origin-inherit-odd > *:nth-child(odd), .mkb-l-max-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-l-max-width, .mkb-l-max-width-child > *, .mkb-l-max-width-first > *:first-child, .mkb-l-max-width-last > *:last-child, .mkb-l-max-width-odd > *:nth-child(odd), .mkb-l-max-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-max-width-1-8, .mkb-l-max-width-1-8-child > *, .mkb-l-max-width-1-8-first > *:first-child, .mkb-l-max-width-1-8-last > *:last-child, .mkb-l-max-width-1-8-odd > *:nth-child(odd), .mkb-l-max-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-l-max-width-2-8, .mkb-l-max-width-2-8-child > *, .mkb-l-max-width-2-8-first > *:first-child, .mkb-l-max-width-2-8-last > *:last-child, .mkb-l-max-width-2-8-odd > *:nth-child(odd), .mkb-l-max-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-l-max-width-3-8, .mkb-l-max-width-3-8-child > *, .mkb-l-max-width-3-8-first > *:first-child, .mkb-l-max-width-3-8-last > *:last-child, .mkb-l-max-width-3-8-odd > *:nth-child(odd), .mkb-l-max-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-l-max-width-4-8, .mkb-l-max-width-4-8-child > *, .mkb-l-max-width-4-8-first > *:first-child, .mkb-l-max-width-4-8-last > *:last-child, .mkb-l-max-width-4-8-odd > *:nth-child(odd), .mkb-l-max-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-max-width-5-8, .mkb-l-max-width-5-8-child > *, .mkb-l-max-width-5-8-first > *:first-child, .mkb-l-max-width-5-8-last > *:last-child, .mkb-l-max-width-5-8-odd > *:nth-child(odd), .mkb-l-max-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-l-max-width-6-8, .mkb-l-max-width-6-8-child > *, .mkb-l-max-width-6-8-first > *:first-child, .mkb-l-max-width-6-8-last > *:last-child, .mkb-l-max-width-6-8-odd > *:nth-child(odd), .mkb-l-max-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-l-max-width-7-8, .mkb-l-max-width-7-8-child > *, .mkb-l-max-width-7-8-first > *:first-child, .mkb-l-max-width-7-8-last > *:last-child, .mkb-l-max-width-7-8-odd > *:nth-child(odd), .mkb-l-max-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-l-max-width-8-8, .mkb-l-max-width-8-8-child > *, .mkb-l-max-width-8-8-first > *:first-child, .mkb-l-max-width-8-8-last > *:last-child, .mkb-l-max-width-8-8-odd > *:nth-child(odd), .mkb-l-max-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-max-width-1-10, .mkb-l-max-width-1-10-child > *, .mkb-l-max-width-1-10-first > *:first-child, .mkb-l-max-width-1-10-last > *:last-child, .mkb-l-max-width-1-10-odd > *:nth-child(odd), .mkb-l-max-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-l-max-width-2-10, .mkb-l-max-width-2-10-child > *, .mkb-l-max-width-2-10-first > *:first-child, .mkb-l-max-width-2-10-last > *:last-child, .mkb-l-max-width-2-10-odd > *:nth-child(odd), .mkb-l-max-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-l-max-width-3-10, .mkb-l-max-width-3-10-child > *, .mkb-l-max-width-3-10-first > *:first-child, .mkb-l-max-width-3-10-last > *:last-child, .mkb-l-max-width-3-10-odd > *:nth-child(odd), .mkb-l-max-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-l-max-width-4-10, .mkb-l-max-width-4-10-child > *, .mkb-l-max-width-4-10-first > *:first-child, .mkb-l-max-width-4-10-last > *:last-child, .mkb-l-max-width-4-10-odd > *:nth-child(odd), .mkb-l-max-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-l-max-width-5-10, .mkb-l-max-width-5-10-child > *, .mkb-l-max-width-5-10-first > *:first-child, .mkb-l-max-width-5-10-last > *:last-child, .mkb-l-max-width-5-10-odd > *:nth-child(odd), .mkb-l-max-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-max-width-6-10, .mkb-l-max-width-6-10-child > *, .mkb-l-max-width-6-10-first > *:first-child, .mkb-l-max-width-6-10-last > *:last-child, .mkb-l-max-width-6-10-odd > *:nth-child(odd), .mkb-l-max-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-l-max-width-7-10, .mkb-l-max-width-7-10-child > *, .mkb-l-max-width-7-10-first > *:first-child, .mkb-l-max-width-7-10-last > *:last-child, .mkb-l-max-width-7-10-odd > *:nth-child(odd), .mkb-l-max-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-l-max-width-8-10, .mkb-l-max-width-8-10-child > *, .mkb-l-max-width-8-10-first > *:first-child, .mkb-l-max-width-8-10-last > *:last-child, .mkb-l-max-width-8-10-odd > *:nth-child(odd), .mkb-l-max-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-l-max-width-9-10, .mkb-l-max-width-9-10-child > *, .mkb-l-max-width-9-10-first > *:first-child, .mkb-l-max-width-9-10-last > *:last-child, .mkb-l-max-width-9-10-odd > *:nth-child(odd), .mkb-l-max-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-l-max-width-10-10, .mkb-l-max-width-10-10-child > *, .mkb-l-max-width-10-10-first > *:first-child, .mkb-l-max-width-10-10-last > *:last-child, .mkb-l-max-width-10-10-odd > *:nth-child(odd), .mkb-l-max-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-max-width-1-12, .mkb-l-max-width-1-12-child > *, .mkb-l-max-width-1-12-first > *:first-child, .mkb-l-max-width-1-12-last > *:last-child, .mkb-l-max-width-1-12-odd > *:nth-child(odd), .mkb-l-max-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-l-max-width-2-12, .mkb-l-max-width-2-12-child > *, .mkb-l-max-width-2-12-first > *:first-child, .mkb-l-max-width-2-12-last > *:last-child, .mkb-l-max-width-2-12-odd > *:nth-child(odd), .mkb-l-max-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-l-max-width-3-12, .mkb-l-max-width-3-12-child > *, .mkb-l-max-width-3-12-first > *:first-child, .mkb-l-max-width-3-12-last > *:last-child, .mkb-l-max-width-3-12-odd > *:nth-child(odd), .mkb-l-max-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-l-max-width-4-12, .mkb-l-max-width-4-12-child > *, .mkb-l-max-width-4-12-first > *:first-child, .mkb-l-max-width-4-12-last > *:last-child, .mkb-l-max-width-4-12-odd > *:nth-child(odd), .mkb-l-max-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-l-max-width-5-12, .mkb-l-max-width-5-12-child > *, .mkb-l-max-width-5-12-first > *:first-child, .mkb-l-max-width-5-12-last > *:last-child, .mkb-l-max-width-5-12-odd > *:nth-child(odd), .mkb-l-max-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-l-max-width-6-12, .mkb-l-max-width-6-12-child > *, .mkb-l-max-width-6-12-first > *:first-child, .mkb-l-max-width-6-12-last > *:last-child, .mkb-l-max-width-6-12-odd > *:nth-child(odd), .mkb-l-max-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-max-width-7-12, .mkb-l-max-width-7-12-child > *, .mkb-l-max-width-7-12-first > *:first-child, .mkb-l-max-width-7-12-last > *:last-child, .mkb-l-max-width-7-12-odd > *:nth-child(odd), .mkb-l-max-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-l-max-width-8-12, .mkb-l-max-width-8-12-child > *, .mkb-l-max-width-8-12-first > *:first-child, .mkb-l-max-width-8-12-last > *:last-child, .mkb-l-max-width-8-12-odd > *:nth-child(odd), .mkb-l-max-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-l-max-width-9-12, .mkb-l-max-width-9-12-child > *, .mkb-l-max-width-9-12-first > *:first-child, .mkb-l-max-width-9-12-last > *:last-child, .mkb-l-max-width-9-12-odd > *:nth-child(odd), .mkb-l-max-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-l-max-width-10-12, .mkb-l-max-width-10-12-child > *, .mkb-l-max-width-10-12-first > *:first-child, .mkb-l-max-width-10-12-last > *:last-child, .mkb-l-max-width-10-12-odd > *:nth-child(odd), .mkb-l-max-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-l-max-width-11-12, .mkb-l-max-width-11-12-child > *, .mkb-l-max-width-11-12-first > *:first-child, .mkb-l-max-width-11-12-last > *:last-child, .mkb-l-max-width-11-12-odd > *:nth-child(odd), .mkb-l-max-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-l-max-width-12-12, .mkb-l-max-width-12-12-child > *, .mkb-l-max-width-12-12-first > *:first-child, .mkb-l-max-width-12-12-last > *:last-child, .mkb-l-max-width-12-12-odd > *:nth-child(odd), .mkb-l-max-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-max-width-none, .mkb-l-max-width-none-child > *, .mkb-l-max-width-none-first > *:first-child, .mkb-l-max-width-none-last > *:last-child, .mkb-l-max-width-none-odd > *:nth-child(odd), .mkb-l-max-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-l-max-width-auto, .mkb-l-max-width-auto-child > *, .mkb-l-max-width-auto-first > *:first-child, .mkb-l-max-width-auto-last > *:last-child, .mkb-l-max-width-auto-odd > *:nth-child(odd), .mkb-l-max-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-l-max-width-min, .mkb-l-max-width-min-child > *, .mkb-l-max-width-min-first > *:first-child, .mkb-l-max-width-min-last > *:last-child, .mkb-l-max-width-min-odd > *:nth-child(odd), .mkb-l-max-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-max-width-min-1-8, .mkb-l-max-width-min-1-8-child > *, .mkb-l-max-width-min-1-8-first > *:first-child, .mkb-l-max-width-min-1-8-last > *:last-child, .mkb-l-max-width-min-1-8-odd > *:nth-child(odd), .mkb-l-max-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-l-max-width-min-2-8, .mkb-l-max-width-min-2-8-child > *, .mkb-l-max-width-min-2-8-first > *:first-child, .mkb-l-max-width-min-2-8-last > *:last-child, .mkb-l-max-width-min-2-8-odd > *:nth-child(odd), .mkb-l-max-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-l-max-width-min-3-8, .mkb-l-max-width-min-3-8-child > *, .mkb-l-max-width-min-3-8-first > *:first-child, .mkb-l-max-width-min-3-8-last > *:last-child, .mkb-l-max-width-min-3-8-odd > *:nth-child(odd), .mkb-l-max-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-l-max-width-min-4-8, .mkb-l-max-width-min-4-8-child > *, .mkb-l-max-width-min-4-8-first > *:first-child, .mkb-l-max-width-min-4-8-last > *:last-child, .mkb-l-max-width-min-4-8-odd > *:nth-child(odd), .mkb-l-max-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-max-width-min-5-8, .mkb-l-max-width-min-5-8-child > *, .mkb-l-max-width-min-5-8-first > *:first-child, .mkb-l-max-width-min-5-8-last > *:last-child, .mkb-l-max-width-min-5-8-odd > *:nth-child(odd), .mkb-l-max-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-l-max-width-min-6-8, .mkb-l-max-width-min-6-8-child > *, .mkb-l-max-width-min-6-8-first > *:first-child, .mkb-l-max-width-min-6-8-last > *:last-child, .mkb-l-max-width-min-6-8-odd > *:nth-child(odd), .mkb-l-max-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-l-max-width-min-7-8, .mkb-l-max-width-min-7-8-child > *, .mkb-l-max-width-min-7-8-first > *:first-child, .mkb-l-max-width-min-7-8-last > *:last-child, .mkb-l-max-width-min-7-8-odd > *:nth-child(odd), .mkb-l-max-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-l-max-width-min-8-8, .mkb-l-max-width-min-8-8-child > *, .mkb-l-max-width-min-8-8-first > *:first-child, .mkb-l-max-width-min-8-8-last > *:last-child, .mkb-l-max-width-min-8-8-odd > *:nth-child(odd), .mkb-l-max-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-max-width-min-1-10, .mkb-l-max-width-min-1-10-child > *, .mkb-l-max-width-min-1-10-first > *:first-child, .mkb-l-max-width-min-1-10-last > *:last-child, .mkb-l-max-width-min-1-10-odd > *:nth-child(odd), .mkb-l-max-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-l-max-width-min-2-10, .mkb-l-max-width-min-2-10-child > *, .mkb-l-max-width-min-2-10-first > *:first-child, .mkb-l-max-width-min-2-10-last > *:last-child, .mkb-l-max-width-min-2-10-odd > *:nth-child(odd), .mkb-l-max-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-l-max-width-min-3-10, .mkb-l-max-width-min-3-10-child > *, .mkb-l-max-width-min-3-10-first > *:first-child, .mkb-l-max-width-min-3-10-last > *:last-child, .mkb-l-max-width-min-3-10-odd > *:nth-child(odd), .mkb-l-max-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-l-max-width-min-4-10, .mkb-l-max-width-min-4-10-child > *, .mkb-l-max-width-min-4-10-first > *:first-child, .mkb-l-max-width-min-4-10-last > *:last-child, .mkb-l-max-width-min-4-10-odd > *:nth-child(odd), .mkb-l-max-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-l-max-width-min-5-10, .mkb-l-max-width-min-5-10-child > *, .mkb-l-max-width-min-5-10-first > *:first-child, .mkb-l-max-width-min-5-10-last > *:last-child, .mkb-l-max-width-min-5-10-odd > *:nth-child(odd), .mkb-l-max-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-max-width-min-6-10, .mkb-l-max-width-min-6-10-child > *, .mkb-l-max-width-min-6-10-first > *:first-child, .mkb-l-max-width-min-6-10-last > *:last-child, .mkb-l-max-width-min-6-10-odd > *:nth-child(odd), .mkb-l-max-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-l-max-width-min-7-10, .mkb-l-max-width-min-7-10-child > *, .mkb-l-max-width-min-7-10-first > *:first-child, .mkb-l-max-width-min-7-10-last > *:last-child, .mkb-l-max-width-min-7-10-odd > *:nth-child(odd), .mkb-l-max-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-l-max-width-min-8-10, .mkb-l-max-width-min-8-10-child > *, .mkb-l-max-width-min-8-10-first > *:first-child, .mkb-l-max-width-min-8-10-last > *:last-child, .mkb-l-max-width-min-8-10-odd > *:nth-child(odd), .mkb-l-max-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-l-max-width-min-9-10, .mkb-l-max-width-min-9-10-child > *, .mkb-l-max-width-min-9-10-first > *:first-child, .mkb-l-max-width-min-9-10-last > *:last-child, .mkb-l-max-width-min-9-10-odd > *:nth-child(odd), .mkb-l-max-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-l-max-width-min-10-10, .mkb-l-max-width-min-10-10-child > *, .mkb-l-max-width-min-10-10-first > *:first-child, .mkb-l-max-width-min-10-10-last > *:last-child, .mkb-l-max-width-min-10-10-odd > *:nth-child(odd), .mkb-l-max-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-max-width-min-1-12, .mkb-l-max-width-min-1-12-child > *, .mkb-l-max-width-min-1-12-first > *:first-child, .mkb-l-max-width-min-1-12-last > *:last-child, .mkb-l-max-width-min-1-12-odd > *:nth-child(odd), .mkb-l-max-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-l-max-width-min-2-12, .mkb-l-max-width-min-2-12-child > *, .mkb-l-max-width-min-2-12-first > *:first-child, .mkb-l-max-width-min-2-12-last > *:last-child, .mkb-l-max-width-min-2-12-odd > *:nth-child(odd), .mkb-l-max-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-l-max-width-min-3-12, .mkb-l-max-width-min-3-12-child > *, .mkb-l-max-width-min-3-12-first > *:first-child, .mkb-l-max-width-min-3-12-last > *:last-child, .mkb-l-max-width-min-3-12-odd > *:nth-child(odd), .mkb-l-max-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-l-max-width-min-4-12, .mkb-l-max-width-min-4-12-child > *, .mkb-l-max-width-min-4-12-first > *:first-child, .mkb-l-max-width-min-4-12-last > *:last-child, .mkb-l-max-width-min-4-12-odd > *:nth-child(odd), .mkb-l-max-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-l-max-width-min-5-12, .mkb-l-max-width-min-5-12-child > *, .mkb-l-max-width-min-5-12-first > *:first-child, .mkb-l-max-width-min-5-12-last > *:last-child, .mkb-l-max-width-min-5-12-odd > *:nth-child(odd), .mkb-l-max-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-l-max-width-min-6-12, .mkb-l-max-width-min-6-12-child > *, .mkb-l-max-width-min-6-12-first > *:first-child, .mkb-l-max-width-min-6-12-last > *:last-child, .mkb-l-max-width-min-6-12-odd > *:nth-child(odd), .mkb-l-max-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-max-width-min-7-12, .mkb-l-max-width-min-7-12-child > *, .mkb-l-max-width-min-7-12-first > *:first-child, .mkb-l-max-width-min-7-12-last > *:last-child, .mkb-l-max-width-min-7-12-odd > *:nth-child(odd), .mkb-l-max-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-l-max-width-min-8-12, .mkb-l-max-width-min-8-12-child > *, .mkb-l-max-width-min-8-12-first > *:first-child, .mkb-l-max-width-min-8-12-last > *:last-child, .mkb-l-max-width-min-8-12-odd > *:nth-child(odd), .mkb-l-max-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-l-max-width-min-9-12, .mkb-l-max-width-min-9-12-child > *, .mkb-l-max-width-min-9-12-first > *:first-child, .mkb-l-max-width-min-9-12-last > *:last-child, .mkb-l-max-width-min-9-12-odd > *:nth-child(odd), .mkb-l-max-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-l-max-width-min-10-12, .mkb-l-max-width-min-10-12-child > *, .mkb-l-max-width-min-10-12-first > *:first-child, .mkb-l-max-width-min-10-12-last > *:last-child, .mkb-l-max-width-min-10-12-odd > *:nth-child(odd), .mkb-l-max-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-l-max-width-min-11-12, .mkb-l-max-width-min-11-12-child > *, .mkb-l-max-width-min-11-12-first > *:first-child, .mkb-l-max-width-min-11-12-last > *:last-child, .mkb-l-max-width-min-11-12-odd > *:nth-child(odd), .mkb-l-max-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-l-max-width-min-12-12, .mkb-l-max-width-min-12-12-child > *, .mkb-l-max-width-min-12-12-first > *:first-child, .mkb-l-max-width-min-12-12-last > *:last-child, .mkb-l-max-width-min-12-12-odd > *:nth-child(odd), .mkb-l-max-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-max-width-max, .mkb-l-max-width-max-child > *, .mkb-l-max-width-max-first > *:first-child, .mkb-l-max-width-max-last > *:last-child, .mkb-l-max-width-max-odd > *:nth-child(odd), .mkb-l-max-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-max-width-max-1-8, .mkb-l-max-width-max-1-8-child > *, .mkb-l-max-width-max-1-8-first > *:first-child, .mkb-l-max-width-max-1-8-last > *:last-child, .mkb-l-max-width-max-1-8-odd > *:nth-child(odd), .mkb-l-max-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-l-max-width-max-2-8, .mkb-l-max-width-max-2-8-child > *, .mkb-l-max-width-max-2-8-first > *:first-child, .mkb-l-max-width-max-2-8-last > *:last-child, .mkb-l-max-width-max-2-8-odd > *:nth-child(odd), .mkb-l-max-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-l-max-width-max-3-8, .mkb-l-max-width-max-3-8-child > *, .mkb-l-max-width-max-3-8-first > *:first-child, .mkb-l-max-width-max-3-8-last > *:last-child, .mkb-l-max-width-max-3-8-odd > *:nth-child(odd), .mkb-l-max-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-l-max-width-max-4-8, .mkb-l-max-width-max-4-8-child > *, .mkb-l-max-width-max-4-8-first > *:first-child, .mkb-l-max-width-max-4-8-last > *:last-child, .mkb-l-max-width-max-4-8-odd > *:nth-child(odd), .mkb-l-max-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-max-width-max-5-8, .mkb-l-max-width-max-5-8-child > *, .mkb-l-max-width-max-5-8-first > *:first-child, .mkb-l-max-width-max-5-8-last > *:last-child, .mkb-l-max-width-max-5-8-odd > *:nth-child(odd), .mkb-l-max-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-l-max-width-max-6-8, .mkb-l-max-width-max-6-8-child > *, .mkb-l-max-width-max-6-8-first > *:first-child, .mkb-l-max-width-max-6-8-last > *:last-child, .mkb-l-max-width-max-6-8-odd > *:nth-child(odd), .mkb-l-max-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-l-max-width-max-7-8, .mkb-l-max-width-max-7-8-child > *, .mkb-l-max-width-max-7-8-first > *:first-child, .mkb-l-max-width-max-7-8-last > *:last-child, .mkb-l-max-width-max-7-8-odd > *:nth-child(odd), .mkb-l-max-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-l-max-width-max-8-8, .mkb-l-max-width-max-8-8-child > *, .mkb-l-max-width-max-8-8-first > *:first-child, .mkb-l-max-width-max-8-8-last > *:last-child, .mkb-l-max-width-max-8-8-odd > *:nth-child(odd), .mkb-l-max-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-max-width-max-1-10, .mkb-l-max-width-max-1-10-child > *, .mkb-l-max-width-max-1-10-first > *:first-child, .mkb-l-max-width-max-1-10-last > *:last-child, .mkb-l-max-width-max-1-10-odd > *:nth-child(odd), .mkb-l-max-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-l-max-width-max-2-10, .mkb-l-max-width-max-2-10-child > *, .mkb-l-max-width-max-2-10-first > *:first-child, .mkb-l-max-width-max-2-10-last > *:last-child, .mkb-l-max-width-max-2-10-odd > *:nth-child(odd), .mkb-l-max-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-l-max-width-max-3-10, .mkb-l-max-width-max-3-10-child > *, .mkb-l-max-width-max-3-10-first > *:first-child, .mkb-l-max-width-max-3-10-last > *:last-child, .mkb-l-max-width-max-3-10-odd > *:nth-child(odd), .mkb-l-max-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-l-max-width-max-4-10, .mkb-l-max-width-max-4-10-child > *, .mkb-l-max-width-max-4-10-first > *:first-child, .mkb-l-max-width-max-4-10-last > *:last-child, .mkb-l-max-width-max-4-10-odd > *:nth-child(odd), .mkb-l-max-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-l-max-width-max-5-10, .mkb-l-max-width-max-5-10-child > *, .mkb-l-max-width-max-5-10-first > *:first-child, .mkb-l-max-width-max-5-10-last > *:last-child, .mkb-l-max-width-max-5-10-odd > *:nth-child(odd), .mkb-l-max-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-max-width-max-6-10, .mkb-l-max-width-max-6-10-child > *, .mkb-l-max-width-max-6-10-first > *:first-child, .mkb-l-max-width-max-6-10-last > *:last-child, .mkb-l-max-width-max-6-10-odd > *:nth-child(odd), .mkb-l-max-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-l-max-width-max-7-10, .mkb-l-max-width-max-7-10-child > *, .mkb-l-max-width-max-7-10-first > *:first-child, .mkb-l-max-width-max-7-10-last > *:last-child, .mkb-l-max-width-max-7-10-odd > *:nth-child(odd), .mkb-l-max-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-l-max-width-max-8-10, .mkb-l-max-width-max-8-10-child > *, .mkb-l-max-width-max-8-10-first > *:first-child, .mkb-l-max-width-max-8-10-last > *:last-child, .mkb-l-max-width-max-8-10-odd > *:nth-child(odd), .mkb-l-max-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-l-max-width-max-9-10, .mkb-l-max-width-max-9-10-child > *, .mkb-l-max-width-max-9-10-first > *:first-child, .mkb-l-max-width-max-9-10-last > *:last-child, .mkb-l-max-width-max-9-10-odd > *:nth-child(odd), .mkb-l-max-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-l-max-width-max-10-10, .mkb-l-max-width-max-10-10-child > *, .mkb-l-max-width-max-10-10-first > *:first-child, .mkb-l-max-width-max-10-10-last > *:last-child, .mkb-l-max-width-max-10-10-odd > *:nth-child(odd), .mkb-l-max-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-max-width-max-1-12, .mkb-l-max-width-max-1-12-child > *, .mkb-l-max-width-max-1-12-first > *:first-child, .mkb-l-max-width-max-1-12-last > *:last-child, .mkb-l-max-width-max-1-12-odd > *:nth-child(odd), .mkb-l-max-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-l-max-width-max-2-12, .mkb-l-max-width-max-2-12-child > *, .mkb-l-max-width-max-2-12-first > *:first-child, .mkb-l-max-width-max-2-12-last > *:last-child, .mkb-l-max-width-max-2-12-odd > *:nth-child(odd), .mkb-l-max-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-l-max-width-max-3-12, .mkb-l-max-width-max-3-12-child > *, .mkb-l-max-width-max-3-12-first > *:first-child, .mkb-l-max-width-max-3-12-last > *:last-child, .mkb-l-max-width-max-3-12-odd > *:nth-child(odd), .mkb-l-max-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-l-max-width-max-4-12, .mkb-l-max-width-max-4-12-child > *, .mkb-l-max-width-max-4-12-first > *:first-child, .mkb-l-max-width-max-4-12-last > *:last-child, .mkb-l-max-width-max-4-12-odd > *:nth-child(odd), .mkb-l-max-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-l-max-width-max-5-12, .mkb-l-max-width-max-5-12-child > *, .mkb-l-max-width-max-5-12-first > *:first-child, .mkb-l-max-width-max-5-12-last > *:last-child, .mkb-l-max-width-max-5-12-odd > *:nth-child(odd), .mkb-l-max-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-l-max-width-max-6-12, .mkb-l-max-width-max-6-12-child > *, .mkb-l-max-width-max-6-12-first > *:first-child, .mkb-l-max-width-max-6-12-last > *:last-child, .mkb-l-max-width-max-6-12-odd > *:nth-child(odd), .mkb-l-max-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-max-width-max-7-12, .mkb-l-max-width-max-7-12-child > *, .mkb-l-max-width-max-7-12-first > *:first-child, .mkb-l-max-width-max-7-12-last > *:last-child, .mkb-l-max-width-max-7-12-odd > *:nth-child(odd), .mkb-l-max-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-l-max-width-max-8-12, .mkb-l-max-width-max-8-12-child > *, .mkb-l-max-width-max-8-12-first > *:first-child, .mkb-l-max-width-max-8-12-last > *:last-child, .mkb-l-max-width-max-8-12-odd > *:nth-child(odd), .mkb-l-max-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-l-max-width-max-9-12, .mkb-l-max-width-max-9-12-child > *, .mkb-l-max-width-max-9-12-first > *:first-child, .mkb-l-max-width-max-9-12-last > *:last-child, .mkb-l-max-width-max-9-12-odd > *:nth-child(odd), .mkb-l-max-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-l-max-width-max-10-12, .mkb-l-max-width-max-10-12-child > *, .mkb-l-max-width-max-10-12-first > *:first-child, .mkb-l-max-width-max-10-12-last > *:last-child, .mkb-l-max-width-max-10-12-odd > *:nth-child(odd), .mkb-l-max-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-l-max-width-max-11-12, .mkb-l-max-width-max-11-12-child > *, .mkb-l-max-width-max-11-12-first > *:first-child, .mkb-l-max-width-max-11-12-last > *:last-child, .mkb-l-max-width-max-11-12-odd > *:nth-child(odd), .mkb-l-max-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-l-max-width-max-12-12, .mkb-l-max-width-max-12-12-child > *, .mkb-l-max-width-max-12-12-first > *:first-child, .mkb-l-max-width-max-12-12-last > *:last-child, .mkb-l-max-width-max-12-12-odd > *:nth-child(odd), .mkb-l-max-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-l-max-height, .mkb-l-max-height-child > *, .mkb-l-max-height-first > *:first-child, .mkb-l-max-height-last > *:last-child, .mkb-l-max-height-odd > *:nth-child(odd), .mkb-l-max-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-l-max-height-none, .mkb-l-max-height-none-child > *, .mkb-l-max-height-none-first > *:first-child, .mkb-l-max-height-none-last > *:last-child, .mkb-l-max-height-none-odd > *:nth-child(odd), .mkb-l-max-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-l-max-height-auto, .mkb-l-max-height-auto-child > *, .mkb-l-max-height-auto-first > *:first-child, .mkb-l-max-height-auto-last > *:last-child, .mkb-l-max-height-auto-odd > *:nth-child(odd), .mkb-l-max-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-l-max-height-min, .mkb-l-max-height-min-child > *, .mkb-l-max-height-min-first > *:first-child, .mkb-l-max-height-min-last > *:last-child, .mkb-l-max-height-min-odd > *:nth-child(odd), .mkb-l-max-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-l-max-height-max, .mkb-l-max-height-max-child > *, .mkb-l-max-height-max-first > *:first-child, .mkb-l-max-height-max-last > *:last-child, .mkb-l-max-height-max-odd > *:nth-child(odd), .mkb-l-max-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-l-max-pad-none, .mkb-l-max-pad-none-child > *, .mkb-l-max-pad-none-first > *:first-child, .mkb-l-max-pad-none-last > *:last-child, .mkb-l-max-pad-none-odd > *:nth-child(odd), .mkb-l-max-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-l-max-pad-top-none, .mkb-l-max-pad-top-none-child > *, .mkb-l-max-pad-top-none-first > *:first-child, .mkb-l-max-pad-top-none-last > *:last-child, .mkb-l-max-pad-top-none-odd > *:nth-child(odd), .mkb-l-max-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-l-max-pad-bottom-none, .mkb-l-max-pad-bottom-none-child > *, .mkb-l-max-pad-bottom-none-first > *:first-child, .mkb-l-max-pad-bottom-none-last > *:last-child, .mkb-l-max-pad-bottom-none-odd > *:nth-child(odd), .mkb-l-max-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-l-max-pad-left-none, .mkb-l-max-pad-left-none-child > *, .mkb-l-max-pad-left-none-first > *:first-child, .mkb-l-max-pad-left-none-last > *:last-child, .mkb-l-max-pad-left-none-odd > *:nth-child(odd), .mkb-l-max-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-l-max-pad-right-none, .mkb-l-max-pad-right-none-child > *, .mkb-l-max-pad-right-none-first > *:first-child, .mkb-l-max-pad-right-none-last > *:last-child, .mkb-l-max-pad-right-none-odd > *:nth-child(odd), .mkb-l-max-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-l-max-pad-vertical-none, .mkb-l-max-pad-vertical-none-child > *, .mkb-l-max-pad-vertical-none-first > *:first-child, .mkb-l-max-pad-vertical-none-last > *:last-child, .mkb-l-max-pad-vertical-none-odd > *:nth-child(odd), .mkb-l-max-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-l-max-pad-horizontal-none, .mkb-l-max-pad-horizontal-none-child > *, .mkb-l-max-pad-horizontal-none-first > *:first-child, .mkb-l-max-pad-horizontal-none-last > *:last-child, .mkb-l-max-pad-horizontal-none-odd > *:nth-child(odd), .mkb-l-max-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-l-max-pad-s, .mkb-l-max-pad-s-child > *, .mkb-l-max-pad-s-first > *:first-child, .mkb-l-max-pad-s-last > *:last-child, .mkb-l-max-pad-s-odd > *:nth-child(odd), .mkb-l-max-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-top, .mkb-l-max-pad-s-top-child > *, .mkb-l-max-pad-s-top-first > *:first-child, .mkb-l-max-pad-s-top-last > *:last-child, .mkb-l-max-pad-s-top-odd > *:nth-child(odd), .mkb-l-max-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-bottom, .mkb-l-max-pad-s-bottom-child > *, .mkb-l-max-pad-s-bottom-first > *:first-child, .mkb-l-max-pad-s-bottom-last > *:last-child, .mkb-l-max-pad-s-bottom-odd > *:nth-child(odd), .mkb-l-max-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-left, .mkb-l-max-pad-s-left-child > *, .mkb-l-max-pad-s-left-first > *:first-child, .mkb-l-max-pad-s-left-last > *:last-child, .mkb-l-max-pad-s-left-odd > *:nth-child(odd), .mkb-l-max-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-right, .mkb-l-max-pad-s-right-child > *, .mkb-l-max-pad-s-right-first > *:first-child, .mkb-l-max-pad-s-right-last > *:last-child, .mkb-l-max-pad-s-right-odd > *:nth-child(odd), .mkb-l-max-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-vertical, .mkb-l-max-pad-s-vertical-child > *, .mkb-l-max-pad-s-vertical-first > *:first-child, .mkb-l-max-pad-s-vertical-last > *:last-child, .mkb-l-max-pad-s-vertical-odd > *:nth-child(odd), .mkb-l-max-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-l-max-pad-s-horizontal, .mkb-l-max-pad-s-horizontal-child > *, .mkb-l-max-pad-s-horizontal-first > *:first-child, .mkb-l-max-pad-s-horizontal-last > *:last-child, .mkb-l-max-pad-s-horizontal-odd > *:nth-child(odd), .mkb-l-max-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-l-max-pad-m, .mkb-l-max-pad-m-child > *, .mkb-l-max-pad-m-first > *:first-child, .mkb-l-max-pad-m-last > *:last-child, .mkb-l-max-pad-m-odd > *:nth-child(odd), .mkb-l-max-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-top, .mkb-l-max-pad-m-top-child > *, .mkb-l-max-pad-m-top-first > *:first-child, .mkb-l-max-pad-m-top-last > *:last-child, .mkb-l-max-pad-m-top-odd > *:nth-child(odd), .mkb-l-max-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-bottom, .mkb-l-max-pad-m-bottom-child > *, .mkb-l-max-pad-m-bottom-first > *:first-child, .mkb-l-max-pad-m-bottom-last > *:last-child, .mkb-l-max-pad-m-bottom-odd > *:nth-child(odd), .mkb-l-max-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-left, .mkb-l-max-pad-m-left-child > *, .mkb-l-max-pad-m-left-first > *:first-child, .mkb-l-max-pad-m-left-last > *:last-child, .mkb-l-max-pad-m-left-odd > *:nth-child(odd), .mkb-l-max-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-right, .mkb-l-max-pad-m-right-child > *, .mkb-l-max-pad-m-right-first > *:first-child, .mkb-l-max-pad-m-right-last > *:last-child, .mkb-l-max-pad-m-right-odd > *:nth-child(odd), .mkb-l-max-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-vertical, .mkb-l-max-pad-m-vertical-child > *, .mkb-l-max-pad-m-vertical-first > *:first-child, .mkb-l-max-pad-m-vertical-last > *:last-child, .mkb-l-max-pad-m-vertical-odd > *:nth-child(odd), .mkb-l-max-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-l-max-pad-m-horizontal, .mkb-l-max-pad-m-horizontal-child > *, .mkb-l-max-pad-m-horizontal-first > *:first-child, .mkb-l-max-pad-m-horizontal-last > *:last-child, .mkb-l-max-pad-m-horizontal-odd > *:nth-child(odd), .mkb-l-max-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-l-max-pad-l, .mkb-l-max-pad-l-child > *, .mkb-l-max-pad-l-first > *:first-child, .mkb-l-max-pad-l-last > *:last-child, .mkb-l-max-pad-l-odd > *:nth-child(odd), .mkb-l-max-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-top, .mkb-l-max-pad-l-top-child > *, .mkb-l-max-pad-l-top-first > *:first-child, .mkb-l-max-pad-l-top-last > *:last-child, .mkb-l-max-pad-l-top-odd > *:nth-child(odd), .mkb-l-max-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-bottom, .mkb-l-max-pad-l-bottom-child > *, .mkb-l-max-pad-l-bottom-first > *:first-child, .mkb-l-max-pad-l-bottom-last > *:last-child, .mkb-l-max-pad-l-bottom-odd > *:nth-child(odd), .mkb-l-max-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-left, .mkb-l-max-pad-l-left-child > *, .mkb-l-max-pad-l-left-first > *:first-child, .mkb-l-max-pad-l-left-last > *:last-child, .mkb-l-max-pad-l-left-odd > *:nth-child(odd), .mkb-l-max-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-right, .mkb-l-max-pad-l-right-child > *, .mkb-l-max-pad-l-right-first > *:first-child, .mkb-l-max-pad-l-right-last > *:last-child, .mkb-l-max-pad-l-right-odd > *:nth-child(odd), .mkb-l-max-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-vertical, .mkb-l-max-pad-l-vertical-child > *, .mkb-l-max-pad-l-vertical-first > *:first-child, .mkb-l-max-pad-l-vertical-last > *:last-child, .mkb-l-max-pad-l-vertical-odd > *:nth-child(odd), .mkb-l-max-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-l-max-pad-l-horizontal, .mkb-l-max-pad-l-horizontal-child > *, .mkb-l-max-pad-l-horizontal-first > *:first-child, .mkb-l-max-pad-l-horizontal-last > *:last-child, .mkb-l-max-pad-l-horizontal-odd > *:nth-child(odd), .mkb-l-max-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-l-max-pad-xl, .mkb-l-max-pad-xl-child > *, .mkb-l-max-pad-xl-first > *:first-child, .mkb-l-max-pad-xl-last > *:last-child, .mkb-l-max-pad-xl-odd > *:nth-child(odd), .mkb-l-max-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-top, .mkb-l-max-pad-xl-top-child > *, .mkb-l-max-pad-xl-top-first > *:first-child, .mkb-l-max-pad-xl-top-last > *:last-child, .mkb-l-max-pad-xl-top-odd > *:nth-child(odd), .mkb-l-max-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-bottom, .mkb-l-max-pad-xl-bottom-child > *, .mkb-l-max-pad-xl-bottom-first > *:first-child, .mkb-l-max-pad-xl-bottom-last > *:last-child, .mkb-l-max-pad-xl-bottom-odd > *:nth-child(odd), .mkb-l-max-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-left, .mkb-l-max-pad-xl-left-child > *, .mkb-l-max-pad-xl-left-first > *:first-child, .mkb-l-max-pad-xl-left-last > *:last-child, .mkb-l-max-pad-xl-left-odd > *:nth-child(odd), .mkb-l-max-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-right, .mkb-l-max-pad-xl-right-child > *, .mkb-l-max-pad-xl-right-first > *:first-child, .mkb-l-max-pad-xl-right-last > *:last-child, .mkb-l-max-pad-xl-right-odd > *:nth-child(odd), .mkb-l-max-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-vertical, .mkb-l-max-pad-xl-vertical-child > *, .mkb-l-max-pad-xl-vertical-first > *:first-child, .mkb-l-max-pad-xl-vertical-last > *:last-child, .mkb-l-max-pad-xl-vertical-odd > *:nth-child(odd), .mkb-l-max-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-l-max-pad-xl-horizontal, .mkb-l-max-pad-xl-horizontal-child > *, .mkb-l-max-pad-xl-horizontal-first > *:first-child, .mkb-l-max-pad-xl-horizontal-last > *:last-child, .mkb-l-max-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-l-max-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-l-max-gap-auto, .mkb-l-max-gap-auto-child > *, .mkb-l-max-gap-auto-first > *:first-child, .mkb-l-max-gap-auto-last > *:last-child, .mkb-l-max-gap-auto-odd > *:nth-child(odd), .mkb-l-max-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-l-max-gap-top-auto, .mkb-l-max-gap-top-auto-child > *, .mkb-l-max-gap-top-auto-first > *:first-child, .mkb-l-max-gap-top-auto-last > *:last-child, .mkb-l-max-gap-top-auto-odd > *:nth-child(odd), .mkb-l-max-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-l-max-gap-bottom-auto, .mkb-l-max-gap-bottom-auto-child > *, .mkb-l-max-gap-bottom-auto-first > *:first-child, .mkb-l-max-gap-bottom-auto-last > *:last-child, .mkb-l-max-gap-bottom-auto-odd > *:nth-child(odd), .mkb-l-max-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-l-max-gap-left-auto, .mkb-l-max-gap-left-auto-child > *, .mkb-l-max-gap-left-auto-first > *:first-child, .mkb-l-max-gap-left-auto-last > *:last-child, .mkb-l-max-gap-left-auto-odd > *:nth-child(odd), .mkb-l-max-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-l-max-gap-right-auto, .mkb-l-max-gap-right-auto-child > *, .mkb-l-max-gap-right-auto-first > *:first-child, .mkb-l-max-gap-right-auto-last > *:last-child, .mkb-l-max-gap-right-auto-odd > *:nth-child(odd), .mkb-l-max-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-l-max-gap-vertical-auto, .mkb-l-max-gap-vertical-auto-child > *, .mkb-l-max-gap-vertical-auto-first > *:first-child, .mkb-l-max-gap-vertical-auto-last > *:last-child, .mkb-l-max-gap-vertical-auto-odd > *:nth-child(odd), .mkb-l-max-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-l-max-gap-horizontal-auto, .mkb-l-max-gap-horizontal-auto-child > *, .mkb-l-max-gap-horizontal-auto-first > *:first-child, .mkb-l-max-gap-horizontal-auto-last > *:last-child, .mkb-l-max-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-l-max-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-max-gap-none, .mkb-l-max-gap-none-child > *, .mkb-l-max-gap-none-first > *:first-child, .mkb-l-max-gap-none-last > *:last-child, .mkb-l-max-gap-none-odd > *:nth-child(odd), .mkb-l-max-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-l-max-gap-top-none, .mkb-l-max-gap-top-none-child > *, .mkb-l-max-gap-top-none-first > *:first-child, .mkb-l-max-gap-top-none-last > *:last-child, .mkb-l-max-gap-top-none-odd > *:nth-child(odd), .mkb-l-max-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-l-max-gap-bottom-none, .mkb-l-max-gap-bottom-none-child > *, .mkb-l-max-gap-bottom-none-first > *:first-child, .mkb-l-max-gap-bottom-none-last > *:last-child, .mkb-l-max-gap-bottom-none-odd > *:nth-child(odd), .mkb-l-max-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-l-max-gap-left-none, .mkb-l-max-gap-left-none-child > *, .mkb-l-max-gap-left-none-first > *:first-child, .mkb-l-max-gap-left-none-last > *:last-child, .mkb-l-max-gap-left-none-odd > *:nth-child(odd), .mkb-l-max-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-l-max-gap-right-none, .mkb-l-max-gap-right-none-child > *, .mkb-l-max-gap-right-none-first > *:first-child, .mkb-l-max-gap-right-none-last > *:last-child, .mkb-l-max-gap-right-none-odd > *:nth-child(odd), .mkb-l-max-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-l-max-gap-vertical-none, .mkb-l-max-gap-vertical-none-child > *, .mkb-l-max-gap-vertical-none-first > *:first-child, .mkb-l-max-gap-vertical-none-last > *:last-child, .mkb-l-max-gap-vertical-none-odd > *:nth-child(odd), .mkb-l-max-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-l-max-gap-horizontal-none, .mkb-l-max-gap-horizontal-none-child > *, .mkb-l-max-gap-horizontal-none-first > *:first-child, .mkb-l-max-gap-horizontal-none-last > *:last-child, .mkb-l-max-gap-horizontal-none-odd > *:nth-child(odd), .mkb-l-max-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-l-max-gap-inherit, .mkb-l-max-gap-inherit-child > *, .mkb-l-max-gap-inherit-first > *:first-child, .mkb-l-max-gap-inherit-last > *:last-child, .mkb-l-max-gap-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-l-max-gap-top-inherit, .mkb-l-max-gap-top-inherit-child > *, .mkb-l-max-gap-top-inherit-first > *:first-child, .mkb-l-max-gap-top-inherit-last > *:last-child, .mkb-l-max-gap-top-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-l-max-gap-bottom-inherit, .mkb-l-max-gap-bottom-inherit-child > *, .mkb-l-max-gap-bottom-inherit-first > *:first-child, .mkb-l-max-gap-bottom-inherit-last > *:last-child, .mkb-l-max-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-l-max-gap-left-inherit, .mkb-l-max-gap-left-inherit-child > *, .mkb-l-max-gap-left-inherit-first > *:first-child, .mkb-l-max-gap-left-inherit-last > *:last-child, .mkb-l-max-gap-left-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-l-max-gap-right-inherit, .mkb-l-max-gap-right-inherit-child > *, .mkb-l-max-gap-right-inherit-first > *:first-child, .mkb-l-max-gap-right-inherit-last > *:last-child, .mkb-l-max-gap-right-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-l-max-gap-vertical-inherit, .mkb-l-max-gap-vertical-inherit-child > *, .mkb-l-max-gap-vertical-inherit-first > *:first-child, .mkb-l-max-gap-vertical-inherit-last > *:last-child, .mkb-l-max-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-l-max-gap-horizontal-inherit, .mkb-l-max-gap-horizontal-inherit-child > *, .mkb-l-max-gap-horizontal-inherit-first > *:first-child, .mkb-l-max-gap-horizontal-inherit-last > *:last-child, .mkb-l-max-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-max-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-l-max-gap-s, .mkb-l-max-gap-s-child > *, .mkb-l-max-gap-s-first > *:first-child, .mkb-l-max-gap-s-last > *:last-child, .mkb-l-max-gap-s-odd > *:nth-child(odd), .mkb-l-max-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s, .mkb-l-max-gapn-s-child > *, .mkb-l-max-gapn-s-first > *:first-child, .mkb-l-max-gapn-s-last > *:last-child, .mkb-l-max-gapn-s-odd > *:nth-child(odd), .mkb-l-max-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-top, .mkb-l-max-gap-s-top-child > *, .mkb-l-max-gap-s-top-first > *:first-child, .mkb-l-max-gap-s-top-last > *:last-child, .mkb-l-max-gap-s-top-odd > *:nth-child(odd), .mkb-l-max-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-top, .mkb-l-max-gapn-s-top-child > *, .mkb-l-max-gapn-s-top-first > *:first-child, .mkb-l-max-gapn-s-top-last > *:last-child, .mkb-l-max-gapn-s-top-odd > *:nth-child(odd), .mkb-l-max-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-bottom, .mkb-l-max-gap-s-bottom-child > *, .mkb-l-max-gap-s-bottom-first > *:first-child, .mkb-l-max-gap-s-bottom-last > *:last-child, .mkb-l-max-gap-s-bottom-odd > *:nth-child(odd), .mkb-l-max-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-bottom, .mkb-l-max-gapn-s-bottom-child > *, .mkb-l-max-gapn-s-bottom-first > *:first-child, .mkb-l-max-gapn-s-bottom-last > *:last-child, .mkb-l-max-gapn-s-bottom-odd > *:nth-child(odd), .mkb-l-max-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-left, .mkb-l-max-gap-s-left-child > *, .mkb-l-max-gap-s-left-first > *:first-child, .mkb-l-max-gap-s-left-last > *:last-child, .mkb-l-max-gap-s-left-odd > *:nth-child(odd), .mkb-l-max-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-left, .mkb-l-max-gapn-s-left-child > *, .mkb-l-max-gapn-s-left-first > *:first-child, .mkb-l-max-gapn-s-left-last > *:last-child, .mkb-l-max-gapn-s-left-odd > *:nth-child(odd), .mkb-l-max-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-right, .mkb-l-max-gap-s-right-child > *, .mkb-l-max-gap-s-right-first > *:first-child, .mkb-l-max-gap-s-right-last > *:last-child, .mkb-l-max-gap-s-right-odd > *:nth-child(odd), .mkb-l-max-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-right, .mkb-l-max-gapn-s-right-child > *, .mkb-l-max-gapn-s-right-first > *:first-child, .mkb-l-max-gapn-s-right-last > *:last-child, .mkb-l-max-gapn-s-right-odd > *:nth-child(odd), .mkb-l-max-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-vertical, .mkb-l-max-gap-s-vertical-child > *, .mkb-l-max-gap-s-vertical-first > *:first-child, .mkb-l-max-gap-s-vertical-last > *:last-child, .mkb-l-max-gap-s-vertical-odd > *:nth-child(odd), .mkb-l-max-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-vertical, .mkb-l-max-gapn-s-vertical-child > *, .mkb-l-max-gapn-s-vertical-first > *:first-child, .mkb-l-max-gapn-s-vertical-last > *:last-child, .mkb-l-max-gapn-s-vertical-odd > *:nth-child(odd), .mkb-l-max-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-l-max-gap-s-horizontal, .mkb-l-max-gap-s-horizontal-child > *, .mkb-l-max-gap-s-horizontal-first > *:first-child, .mkb-l-max-gap-s-horizontal-last > *:last-child, .mkb-l-max-gap-s-horizontal-odd > *:nth-child(odd), .mkb-l-max-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-l-max-gapn-s-horizontal, .mkb-l-max-gapn-s-horizontal-child > *, .mkb-l-max-gapn-s-horizontal-first > *:first-child, .mkb-l-max-gapn-s-horizontal-last > *:last-child, .mkb-l-max-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-l-max-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-l-max-gap-m, .mkb-l-max-gap-m-child > *, .mkb-l-max-gap-m-first > *:first-child, .mkb-l-max-gap-m-last > *:last-child, .mkb-l-max-gap-m-odd > *:nth-child(odd), .mkb-l-max-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m, .mkb-l-max-gapn-m-child > *, .mkb-l-max-gapn-m-first > *:first-child, .mkb-l-max-gapn-m-last > *:last-child, .mkb-l-max-gapn-m-odd > *:nth-child(odd), .mkb-l-max-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-top, .mkb-l-max-gap-m-top-child > *, .mkb-l-max-gap-m-top-first > *:first-child, .mkb-l-max-gap-m-top-last > *:last-child, .mkb-l-max-gap-m-top-odd > *:nth-child(odd), .mkb-l-max-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-top, .mkb-l-max-gapn-m-top-child > *, .mkb-l-max-gapn-m-top-first > *:first-child, .mkb-l-max-gapn-m-top-last > *:last-child, .mkb-l-max-gapn-m-top-odd > *:nth-child(odd), .mkb-l-max-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-bottom, .mkb-l-max-gap-m-bottom-child > *, .mkb-l-max-gap-m-bottom-first > *:first-child, .mkb-l-max-gap-m-bottom-last > *:last-child, .mkb-l-max-gap-m-bottom-odd > *:nth-child(odd), .mkb-l-max-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-bottom, .mkb-l-max-gapn-m-bottom-child > *, .mkb-l-max-gapn-m-bottom-first > *:first-child, .mkb-l-max-gapn-m-bottom-last > *:last-child, .mkb-l-max-gapn-m-bottom-odd > *:nth-child(odd), .mkb-l-max-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-left, .mkb-l-max-gap-m-left-child > *, .mkb-l-max-gap-m-left-first > *:first-child, .mkb-l-max-gap-m-left-last > *:last-child, .mkb-l-max-gap-m-left-odd > *:nth-child(odd), .mkb-l-max-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-left, .mkb-l-max-gapn-m-left-child > *, .mkb-l-max-gapn-m-left-first > *:first-child, .mkb-l-max-gapn-m-left-last > *:last-child, .mkb-l-max-gapn-m-left-odd > *:nth-child(odd), .mkb-l-max-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-right, .mkb-l-max-gap-m-right-child > *, .mkb-l-max-gap-m-right-first > *:first-child, .mkb-l-max-gap-m-right-last > *:last-child, .mkb-l-max-gap-m-right-odd > *:nth-child(odd), .mkb-l-max-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-right, .mkb-l-max-gapn-m-right-child > *, .mkb-l-max-gapn-m-right-first > *:first-child, .mkb-l-max-gapn-m-right-last > *:last-child, .mkb-l-max-gapn-m-right-odd > *:nth-child(odd), .mkb-l-max-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-vertical, .mkb-l-max-gap-m-vertical-child > *, .mkb-l-max-gap-m-vertical-first > *:first-child, .mkb-l-max-gap-m-vertical-last > *:last-child, .mkb-l-max-gap-m-vertical-odd > *:nth-child(odd), .mkb-l-max-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-vertical, .mkb-l-max-gapn-m-vertical-child > *, .mkb-l-max-gapn-m-vertical-first > *:first-child, .mkb-l-max-gapn-m-vertical-last > *:last-child, .mkb-l-max-gapn-m-vertical-odd > *:nth-child(odd), .mkb-l-max-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-l-max-gap-m-horizontal, .mkb-l-max-gap-m-horizontal-child > *, .mkb-l-max-gap-m-horizontal-first > *:first-child, .mkb-l-max-gap-m-horizontal-last > *:last-child, .mkb-l-max-gap-m-horizontal-odd > *:nth-child(odd), .mkb-l-max-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-l-max-gapn-m-horizontal, .mkb-l-max-gapn-m-horizontal-child > *, .mkb-l-max-gapn-m-horizontal-first > *:first-child, .mkb-l-max-gapn-m-horizontal-last > *:last-child, .mkb-l-max-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-l-max-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-l-max-gap-l, .mkb-l-max-gap-l-child > *, .mkb-l-max-gap-l-first > *:first-child, .mkb-l-max-gap-l-last > *:last-child, .mkb-l-max-gap-l-odd > *:nth-child(odd), .mkb-l-max-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l, .mkb-l-max-gapn-l-child > *, .mkb-l-max-gapn-l-first > *:first-child, .mkb-l-max-gapn-l-last > *:last-child, .mkb-l-max-gapn-l-odd > *:nth-child(odd), .mkb-l-max-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-top, .mkb-l-max-gap-l-top-child > *, .mkb-l-max-gap-l-top-first > *:first-child, .mkb-l-max-gap-l-top-last > *:last-child, .mkb-l-max-gap-l-top-odd > *:nth-child(odd), .mkb-l-max-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-top, .mkb-l-max-gapn-l-top-child > *, .mkb-l-max-gapn-l-top-first > *:first-child, .mkb-l-max-gapn-l-top-last > *:last-child, .mkb-l-max-gapn-l-top-odd > *:nth-child(odd), .mkb-l-max-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-bottom, .mkb-l-max-gap-l-bottom-child > *, .mkb-l-max-gap-l-bottom-first > *:first-child, .mkb-l-max-gap-l-bottom-last > *:last-child, .mkb-l-max-gap-l-bottom-odd > *:nth-child(odd), .mkb-l-max-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-bottom, .mkb-l-max-gapn-l-bottom-child > *, .mkb-l-max-gapn-l-bottom-first > *:first-child, .mkb-l-max-gapn-l-bottom-last > *:last-child, .mkb-l-max-gapn-l-bottom-odd > *:nth-child(odd), .mkb-l-max-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-left, .mkb-l-max-gap-l-left-child > *, .mkb-l-max-gap-l-left-first > *:first-child, .mkb-l-max-gap-l-left-last > *:last-child, .mkb-l-max-gap-l-left-odd > *:nth-child(odd), .mkb-l-max-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-left, .mkb-l-max-gapn-l-left-child > *, .mkb-l-max-gapn-l-left-first > *:first-child, .mkb-l-max-gapn-l-left-last > *:last-child, .mkb-l-max-gapn-l-left-odd > *:nth-child(odd), .mkb-l-max-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-right, .mkb-l-max-gap-l-right-child > *, .mkb-l-max-gap-l-right-first > *:first-child, .mkb-l-max-gap-l-right-last > *:last-child, .mkb-l-max-gap-l-right-odd > *:nth-child(odd), .mkb-l-max-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-right, .mkb-l-max-gapn-l-right-child > *, .mkb-l-max-gapn-l-right-first > *:first-child, .mkb-l-max-gapn-l-right-last > *:last-child, .mkb-l-max-gapn-l-right-odd > *:nth-child(odd), .mkb-l-max-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-vertical, .mkb-l-max-gap-l-vertical-child > *, .mkb-l-max-gap-l-vertical-first > *:first-child, .mkb-l-max-gap-l-vertical-last > *:last-child, .mkb-l-max-gap-l-vertical-odd > *:nth-child(odd), .mkb-l-max-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-vertical, .mkb-l-max-gapn-l-vertical-child > *, .mkb-l-max-gapn-l-vertical-first > *:first-child, .mkb-l-max-gapn-l-vertical-last > *:last-child, .mkb-l-max-gapn-l-vertical-odd > *:nth-child(odd), .mkb-l-max-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-l-max-gap-l-horizontal, .mkb-l-max-gap-l-horizontal-child > *, .mkb-l-max-gap-l-horizontal-first > *:first-child, .mkb-l-max-gap-l-horizontal-last > *:last-child, .mkb-l-max-gap-l-horizontal-odd > *:nth-child(odd), .mkb-l-max-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-l-max-gapn-l-horizontal, .mkb-l-max-gapn-l-horizontal-child > *, .mkb-l-max-gapn-l-horizontal-first > *:first-child, .mkb-l-max-gapn-l-horizontal-last > *:last-child, .mkb-l-max-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-l-max-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-l-max-gap-xl, .mkb-l-max-gap-xl-child > *, .mkb-l-max-gap-xl-first > *:first-child, .mkb-l-max-gap-xl-last > *:last-child, .mkb-l-max-gap-xl-odd > *:nth-child(odd), .mkb-l-max-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl, .mkb-l-max-gapn-xl-child > *, .mkb-l-max-gapn-xl-first > *:first-child, .mkb-l-max-gapn-xl-last > *:last-child, .mkb-l-max-gapn-xl-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-top, .mkb-l-max-gap-xl-top-child > *, .mkb-l-max-gap-xl-top-first > *:first-child, .mkb-l-max-gap-xl-top-last > *:last-child, .mkb-l-max-gap-xl-top-odd > *:nth-child(odd), .mkb-l-max-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-top, .mkb-l-max-gapn-xl-top-child > *, .mkb-l-max-gapn-xl-top-first > *:first-child, .mkb-l-max-gapn-xl-top-last > *:last-child, .mkb-l-max-gapn-xl-top-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-bottom, .mkb-l-max-gap-xl-bottom-child > *, .mkb-l-max-gap-xl-bottom-first > *:first-child, .mkb-l-max-gap-xl-bottom-last > *:last-child, .mkb-l-max-gap-xl-bottom-odd > *:nth-child(odd), .mkb-l-max-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-bottom, .mkb-l-max-gapn-xl-bottom-child > *, .mkb-l-max-gapn-xl-bottom-first > *:first-child, .mkb-l-max-gapn-xl-bottom-last > *:last-child, .mkb-l-max-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-left, .mkb-l-max-gap-xl-left-child > *, .mkb-l-max-gap-xl-left-first > *:first-child, .mkb-l-max-gap-xl-left-last > *:last-child, .mkb-l-max-gap-xl-left-odd > *:nth-child(odd), .mkb-l-max-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-left, .mkb-l-max-gapn-xl-left-child > *, .mkb-l-max-gapn-xl-left-first > *:first-child, .mkb-l-max-gapn-xl-left-last > *:last-child, .mkb-l-max-gapn-xl-left-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-right, .mkb-l-max-gap-xl-right-child > *, .mkb-l-max-gap-xl-right-first > *:first-child, .mkb-l-max-gap-xl-right-last > *:last-child, .mkb-l-max-gap-xl-right-odd > *:nth-child(odd), .mkb-l-max-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-right, .mkb-l-max-gapn-xl-right-child > *, .mkb-l-max-gapn-xl-right-first > *:first-child, .mkb-l-max-gapn-xl-right-last > *:last-child, .mkb-l-max-gapn-xl-right-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-vertical, .mkb-l-max-gap-xl-vertical-child > *, .mkb-l-max-gap-xl-vertical-first > *:first-child, .mkb-l-max-gap-xl-vertical-last > *:last-child, .mkb-l-max-gap-xl-vertical-odd > *:nth-child(odd), .mkb-l-max-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-vertical, .mkb-l-max-gapn-xl-vertical-child > *, .mkb-l-max-gapn-xl-vertical-first > *:first-child, .mkb-l-max-gapn-xl-vertical-last > *:last-child, .mkb-l-max-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-l-max-gap-xl-horizontal, .mkb-l-max-gap-xl-horizontal-child > *, .mkb-l-max-gap-xl-horizontal-first > *:first-child, .mkb-l-max-gap-xl-horizontal-last > *:last-child, .mkb-l-max-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-l-max-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-l-max-gapn-xl-horizontal, .mkb-l-max-gapn-xl-horizontal-child > *, .mkb-l-max-gapn-xl-horizontal-first > *:first-child, .mkb-l-max-gapn-xl-horizontal-last > *:last-child, .mkb-l-max-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-l-max-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-l-max-edge-none, .mkb-l-max-edge-none-child > *, .mkb-l-max-edge-none-first > *:first-child, .mkb-l-max-edge-none-last > *:last-child, .mkb-l-max-edge-none-odd > *:nth-child(odd), .mkb-l-max-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-l-max-edge-top-none, .mkb-l-max-edge-top-none-child > *, .mkb-l-max-edge-top-none-first > *:first-child, .mkb-l-max-edge-top-none-last > *:last-child, .mkb-l-max-edge-top-none-odd > *:nth-child(odd), .mkb-l-max-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-l-max-edge-bottom-none, .mkb-l-max-edge-bottom-none-child > *, .mkb-l-max-edge-bottom-none-first > *:first-child, .mkb-l-max-edge-bottom-none-last > *:last-child, .mkb-l-max-edge-bottom-none-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-l-max-edge-left-none, .mkb-l-max-edge-left-none-child > *, .mkb-l-max-edge-left-none-first > *:first-child, .mkb-l-max-edge-left-none-last > *:last-child, .mkb-l-max-edge-left-none-odd > *:nth-child(odd), .mkb-l-max-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-l-max-edge-right-none, .mkb-l-max-edge-right-none-child > *, .mkb-l-max-edge-right-none-first > *:first-child, .mkb-l-max-edge-right-none-last > *:last-child, .mkb-l-max-edge-right-none-odd > *:nth-child(odd), .mkb-l-max-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-l-max-edge-vertical-none, .mkb-l-max-edge-vertical-none-child > *, .mkb-l-max-edge-vertical-none-first > *:first-child, .mkb-l-max-edge-vertical-none-last > *:last-child, .mkb-l-max-edge-vertical-none-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-l-max-edge-horizontal-none, .mkb-l-max-edge-horizontal-none-child > *, .mkb-l-max-edge-horizontal-none-first > *:first-child, .mkb-l-max-edge-horizontal-none-last > *:last-child, .mkb-l-max-edge-horizontal-none-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-l-max-edge-inherit, .mkb-l-max-edge-inherit-child > *, .mkb-l-max-edge-inherit-first > *:first-child, .mkb-l-max-edge-inherit-last > *:last-child, .mkb-l-max-edge-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-l-max-edge-top-inherit, .mkb-l-max-edge-top-inherit-child > *, .mkb-l-max-edge-top-inherit-first > *:first-child, .mkb-l-max-edge-top-inherit-last > *:last-child, .mkb-l-max-edge-top-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-l-max-edge-bottom-inherit, .mkb-l-max-edge-bottom-inherit-child > *, .mkb-l-max-edge-bottom-inherit-first > *:first-child, .mkb-l-max-edge-bottom-inherit-last > *:last-child, .mkb-l-max-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-l-max-edge-left-inherit, .mkb-l-max-edge-left-inherit-child > *, .mkb-l-max-edge-left-inherit-first > *:first-child, .mkb-l-max-edge-left-inherit-last > *:last-child, .mkb-l-max-edge-left-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-l-max-edge-right-inherit, .mkb-l-max-edge-right-inherit-child > *, .mkb-l-max-edge-right-inherit-first > *:first-child, .mkb-l-max-edge-right-inherit-last > *:last-child, .mkb-l-max-edge-right-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-l-max-edge-vertical-inherit, .mkb-l-max-edge-vertical-inherit-child > *, .mkb-l-max-edge-vertical-inherit-first > *:first-child, .mkb-l-max-edge-vertical-inherit-last > *:last-child, .mkb-l-max-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-l-max-edge-horizontal-inherit, .mkb-l-max-edge-horizontal-inherit-child > *, .mkb-l-max-edge-horizontal-inherit-first > *:first-child, .mkb-l-max-edge-horizontal-inherit-last > *:last-child, .mkb-l-max-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-l-max-edge-s, .mkb-l-max-edge-s-child > *, .mkb-l-max-edge-s-first > *:first-child, .mkb-l-max-edge-s-last > *:last-child, .mkb-l-max-edge-s-odd > *:nth-child(odd), .mkb-l-max-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-top, .mkb-l-max-edge-s-top-child > *, .mkb-l-max-edge-s-top-first > *:first-child, .mkb-l-max-edge-s-top-last > *:last-child, .mkb-l-max-edge-s-top-odd > *:nth-child(odd), .mkb-l-max-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-bottom, .mkb-l-max-edge-s-bottom-child > *, .mkb-l-max-edge-s-bottom-first > *:first-child, .mkb-l-max-edge-s-bottom-last > *:last-child, .mkb-l-max-edge-s-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-left, .mkb-l-max-edge-s-left-child > *, .mkb-l-max-edge-s-left-first > *:first-child, .mkb-l-max-edge-s-left-last > *:last-child, .mkb-l-max-edge-s-left-odd > *:nth-child(odd), .mkb-l-max-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-right, .mkb-l-max-edge-s-right-child > *, .mkb-l-max-edge-s-right-first > *:first-child, .mkb-l-max-edge-s-right-last > *:last-child, .mkb-l-max-edge-s-right-odd > *:nth-child(odd), .mkb-l-max-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-vertical, .mkb-l-max-edge-s-vertical-child > *, .mkb-l-max-edge-s-vertical-first > *:first-child, .mkb-l-max-edge-s-vertical-last > *:last-child, .mkb-l-max-edge-s-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-s-horizontal, .mkb-l-max-edge-s-horizontal-child > *, .mkb-l-max-edge-s-horizontal-first > *:first-child, .mkb-l-max-edge-s-horizontal-last > *:last-child, .mkb-l-max-edge-s-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-l-max-edge-m, .mkb-l-max-edge-m-child > *, .mkb-l-max-edge-m-first > *:first-child, .mkb-l-max-edge-m-last > *:last-child, .mkb-l-max-edge-m-odd > *:nth-child(odd), .mkb-l-max-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-top, .mkb-l-max-edge-m-top-child > *, .mkb-l-max-edge-m-top-first > *:first-child, .mkb-l-max-edge-m-top-last > *:last-child, .mkb-l-max-edge-m-top-odd > *:nth-child(odd), .mkb-l-max-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-bottom, .mkb-l-max-edge-m-bottom-child > *, .mkb-l-max-edge-m-bottom-first > *:first-child, .mkb-l-max-edge-m-bottom-last > *:last-child, .mkb-l-max-edge-m-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-left, .mkb-l-max-edge-m-left-child > *, .mkb-l-max-edge-m-left-first > *:first-child, .mkb-l-max-edge-m-left-last > *:last-child, .mkb-l-max-edge-m-left-odd > *:nth-child(odd), .mkb-l-max-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-right, .mkb-l-max-edge-m-right-child > *, .mkb-l-max-edge-m-right-first > *:first-child, .mkb-l-max-edge-m-right-last > *:last-child, .mkb-l-max-edge-m-right-odd > *:nth-child(odd), .mkb-l-max-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-vertical, .mkb-l-max-edge-m-vertical-child > *, .mkb-l-max-edge-m-vertical-first > *:first-child, .mkb-l-max-edge-m-vertical-last > *:last-child, .mkb-l-max-edge-m-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-m-horizontal, .mkb-l-max-edge-m-horizontal-child > *, .mkb-l-max-edge-m-horizontal-first > *:first-child, .mkb-l-max-edge-m-horizontal-last > *:last-child, .mkb-l-max-edge-m-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-l-max-edge-l, .mkb-l-max-edge-l-child > *, .mkb-l-max-edge-l-first > *:first-child, .mkb-l-max-edge-l-last > *:last-child, .mkb-l-max-edge-l-odd > *:nth-child(odd), .mkb-l-max-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-top, .mkb-l-max-edge-l-top-child > *, .mkb-l-max-edge-l-top-first > *:first-child, .mkb-l-max-edge-l-top-last > *:last-child, .mkb-l-max-edge-l-top-odd > *:nth-child(odd), .mkb-l-max-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-bottom, .mkb-l-max-edge-l-bottom-child > *, .mkb-l-max-edge-l-bottom-first > *:first-child, .mkb-l-max-edge-l-bottom-last > *:last-child, .mkb-l-max-edge-l-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-left, .mkb-l-max-edge-l-left-child > *, .mkb-l-max-edge-l-left-first > *:first-child, .mkb-l-max-edge-l-left-last > *:last-child, .mkb-l-max-edge-l-left-odd > *:nth-child(odd), .mkb-l-max-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-right, .mkb-l-max-edge-l-right-child > *, .mkb-l-max-edge-l-right-first > *:first-child, .mkb-l-max-edge-l-right-last > *:last-child, .mkb-l-max-edge-l-right-odd > *:nth-child(odd), .mkb-l-max-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-vertical, .mkb-l-max-edge-l-vertical-child > *, .mkb-l-max-edge-l-vertical-first > *:first-child, .mkb-l-max-edge-l-vertical-last > *:last-child, .mkb-l-max-edge-l-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-l-horizontal, .mkb-l-max-edge-l-horizontal-child > *, .mkb-l-max-edge-l-horizontal-first > *:first-child, .mkb-l-max-edge-l-horizontal-last > *:last-child, .mkb-l-max-edge-l-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-l-max-edge-xl, .mkb-l-max-edge-xl-child > *, .mkb-l-max-edge-xl-first > *:first-child, .mkb-l-max-edge-xl-last > *:last-child, .mkb-l-max-edge-xl-odd > *:nth-child(odd), .mkb-l-max-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-top, .mkb-l-max-edge-xl-top-child > *, .mkb-l-max-edge-xl-top-first > *:first-child, .mkb-l-max-edge-xl-top-last > *:last-child, .mkb-l-max-edge-xl-top-odd > *:nth-child(odd), .mkb-l-max-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-bottom, .mkb-l-max-edge-xl-bottom-child > *, .mkb-l-max-edge-xl-bottom-first > *:first-child, .mkb-l-max-edge-xl-bottom-last > *:last-child, .mkb-l-max-edge-xl-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-left, .mkb-l-max-edge-xl-left-child > *, .mkb-l-max-edge-xl-left-first > *:first-child, .mkb-l-max-edge-xl-left-last > *:last-child, .mkb-l-max-edge-xl-left-odd > *:nth-child(odd), .mkb-l-max-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-right, .mkb-l-max-edge-xl-right-child > *, .mkb-l-max-edge-xl-right-first > *:first-child, .mkb-l-max-edge-xl-right-last > *:last-child, .mkb-l-max-edge-xl-right-odd > *:nth-child(odd), .mkb-l-max-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-vertical, .mkb-l-max-edge-xl-vertical-child > *, .mkb-l-max-edge-xl-vertical-first > *:first-child, .mkb-l-max-edge-xl-vertical-last > *:last-child, .mkb-l-max-edge-xl-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-xl-horizontal, .mkb-l-max-edge-xl-horizontal-child > *, .mkb-l-max-edge-xl-horizontal-first > *:first-child, .mkb-l-max-edge-xl-horizontal-last > *:last-child, .mkb-l-max-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-l-max-edge-thin, .mkb-l-max-edge-thin-child > *, .mkb-l-max-edge-thin-first > *:first-child, .mkb-l-max-edge-thin-last > *:last-child, .mkb-l-max-edge-thin-odd > *:nth-child(odd), .mkb-l-max-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-l-max-edge-thin-top, .mkb-l-max-edge-thin-top-child > *, .mkb-l-max-edge-thin-top-first > *:first-child, .mkb-l-max-edge-thin-top-last > *:last-child, .mkb-l-max-edge-thin-top-odd > *:nth-child(odd), .mkb-l-max-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-l-max-edge-thin-bottom, .mkb-l-max-edge-thin-bottom-child > *, .mkb-l-max-edge-thin-bottom-first > *:first-child, .mkb-l-max-edge-thin-bottom-last > *:last-child, .mkb-l-max-edge-thin-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-l-max-edge-thin-left, .mkb-l-max-edge-thin-left-child > *, .mkb-l-max-edge-thin-left-first > *:first-child, .mkb-l-max-edge-thin-left-last > *:last-child, .mkb-l-max-edge-thin-left-odd > *:nth-child(odd), .mkb-l-max-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-l-max-edge-thin-right, .mkb-l-max-edge-thin-right-child > *, .mkb-l-max-edge-thin-right-first > *:first-child, .mkb-l-max-edge-thin-right-last > *:last-child, .mkb-l-max-edge-thin-right-odd > *:nth-child(odd), .mkb-l-max-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-l-max-edge-thin-vertical, .mkb-l-max-edge-thin-vertical-child > *, .mkb-l-max-edge-thin-vertical-first > *:first-child, .mkb-l-max-edge-thin-vertical-last > *:last-child, .mkb-l-max-edge-thin-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-l-max-edge-thin-horizontal, .mkb-l-max-edge-thin-horizontal-child > *, .mkb-l-max-edge-thin-horizontal-first > *:first-child, .mkb-l-max-edge-thin-horizontal-last > *:last-child, .mkb-l-max-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-l-max-edge-medium, .mkb-l-max-edge-medium-child > *, .mkb-l-max-edge-medium-first > *:first-child, .mkb-l-max-edge-medium-last > *:last-child, .mkb-l-max-edge-medium-odd > *:nth-child(odd), .mkb-l-max-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-l-max-edge-medium-top, .mkb-l-max-edge-medium-top-child > *, .mkb-l-max-edge-medium-top-first > *:first-child, .mkb-l-max-edge-medium-top-last > *:last-child, .mkb-l-max-edge-medium-top-odd > *:nth-child(odd), .mkb-l-max-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-l-max-edge-medium-bottom, .mkb-l-max-edge-medium-bottom-child > *, .mkb-l-max-edge-medium-bottom-first > *:first-child, .mkb-l-max-edge-medium-bottom-last > *:last-child, .mkb-l-max-edge-medium-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-l-max-edge-medium-left, .mkb-l-max-edge-medium-left-child > *, .mkb-l-max-edge-medium-left-first > *:first-child, .mkb-l-max-edge-medium-left-last > *:last-child, .mkb-l-max-edge-medium-left-odd > *:nth-child(odd), .mkb-l-max-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-l-max-edge-medium-right, .mkb-l-max-edge-medium-right-child > *, .mkb-l-max-edge-medium-right-first > *:first-child, .mkb-l-max-edge-medium-right-last > *:last-child, .mkb-l-max-edge-medium-right-odd > *:nth-child(odd), .mkb-l-max-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-l-max-edge-medium-vertical, .mkb-l-max-edge-medium-vertical-child > *, .mkb-l-max-edge-medium-vertical-first > *:first-child, .mkb-l-max-edge-medium-vertical-last > *:last-child, .mkb-l-max-edge-medium-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-l-max-edge-medium-horizontal, .mkb-l-max-edge-medium-horizontal-child > *, .mkb-l-max-edge-medium-horizontal-first > *:first-child, .mkb-l-max-edge-medium-horizontal-last > *:last-child, .mkb-l-max-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-l-max-edge-thick, .mkb-l-max-edge-thick-child > *, .mkb-l-max-edge-thick-first > *:first-child, .mkb-l-max-edge-thick-last > *:last-child, .mkb-l-max-edge-thick-odd > *:nth-child(odd), .mkb-l-max-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-l-max-edge-thick-top, .mkb-l-max-edge-thick-top-child > *, .mkb-l-max-edge-thick-top-first > *:first-child, .mkb-l-max-edge-thick-top-last > *:last-child, .mkb-l-max-edge-thick-top-odd > *:nth-child(odd), .mkb-l-max-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-l-max-edge-thick-bottom, .mkb-l-max-edge-thick-bottom-child > *, .mkb-l-max-edge-thick-bottom-first > *:first-child, .mkb-l-max-edge-thick-bottom-last > *:last-child, .mkb-l-max-edge-thick-bottom-odd > *:nth-child(odd), .mkb-l-max-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-l-max-edge-thick-left, .mkb-l-max-edge-thick-left-child > *, .mkb-l-max-edge-thick-left-first > *:first-child, .mkb-l-max-edge-thick-left-last > *:last-child, .mkb-l-max-edge-thick-left-odd > *:nth-child(odd), .mkb-l-max-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-l-max-edge-thick-right, .mkb-l-max-edge-thick-right-child > *, .mkb-l-max-edge-thick-right-first > *:first-child, .mkb-l-max-edge-thick-right-last > *:last-child, .mkb-l-max-edge-thick-right-odd > *:nth-child(odd), .mkb-l-max-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-l-max-edge-thick-vertical, .mkb-l-max-edge-thick-vertical-child > *, .mkb-l-max-edge-thick-vertical-first > *:first-child, .mkb-l-max-edge-thick-vertical-last > *:last-child, .mkb-l-max-edge-thick-vertical-odd > *:nth-child(odd), .mkb-l-max-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-l-max-edge-thick-horizontal, .mkb-l-max-edge-thick-horizontal-child > *, .mkb-l-max-edge-thick-horizontal-first > *:first-child, .mkb-l-max-edge-thick-horizontal-last > *:last-child, .mkb-l-max-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-l-max-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-l-max-edge-transparent, .mkb-l-max-edge-transparent-child > *, .mkb-l-max-edge-transparent-first > *:first-child, .mkb-l-max-edge-transparent-last > *:last-child, .mkb-l-max-edge-transparent-odd > *:nth-child(odd), .mkb-l-max-edge-transparent-even > *:nth-child(even), .mkb-l-max-edge-hover-transparent:hover, .mkb-l-max-edge-hover-transparent-child:hover > *, .mkb-l-max-edge-hover-transparent-first:hover > *:first-child, .mkb-l-max-edge-hover-transparent-last:hover > *:last-child, .mkb-l-max-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-transparent-child > *:hover, .mkb-l-max-edge-child-hover-transparent-first > *:first-child:hover, .mkb-l-max-edge-child-hover-transparent-last > *:last-child:hover, .mkb-l-max-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-black, .mkb-l-max-edge-black-child > *, .mkb-l-max-edge-black-first > *:first-child, .mkb-l-max-edge-black-last > *:last-child, .mkb-l-max-edge-black-odd > *:nth-child(odd), .mkb-l-max-edge-black-even > *:nth-child(even), .mkb-l-max-edge-hover-black:hover, .mkb-l-max-edge-hover-black-child:hover > *, .mkb-l-max-edge-hover-black-first:hover > *:first-child, .mkb-l-max-edge-hover-black-last:hover > *:last-child, .mkb-l-max-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-black-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-black-child > *:hover, .mkb-l-max-edge-child-hover-black-first > *:first-child:hover, .mkb-l-max-edge-child-hover-black-last > *:last-child:hover, .mkb-l-max-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-white, .mkb-l-max-edge-white-child > *, .mkb-l-max-edge-white-first > *:first-child, .mkb-l-max-edge-white-last > *:last-child, .mkb-l-max-edge-white-odd > *:nth-child(odd), .mkb-l-max-edge-white-even > *:nth-child(even), .mkb-l-max-edge-hover-white:hover, .mkb-l-max-edge-hover-white-child:hover > *, .mkb-l-max-edge-hover-white-first:hover > *:first-child, .mkb-l-max-edge-hover-white-last:hover > *:last-child, .mkb-l-max-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-white-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-white-child > *:hover, .mkb-l-max-edge-child-hover-white-first > *:first-child:hover, .mkb-l-max-edge-child-hover-white-last > *:last-child:hover, .mkb-l-max-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-red, .mkb-l-max-edge-red-child > *, .mkb-l-max-edge-red-first > *:first-child, .mkb-l-max-edge-red-last > *:last-child, .mkb-l-max-edge-red-odd > *:nth-child(odd), .mkb-l-max-edge-red-even > *:nth-child(even), .mkb-l-max-edge-hover-red:hover, .mkb-l-max-edge-hover-red-child:hover > *, .mkb-l-max-edge-hover-red-first:hover > *:first-child, .mkb-l-max-edge-hover-red-last:hover > *:last-child, .mkb-l-max-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-red-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-red-child > *:hover, .mkb-l-max-edge-child-hover-red-first > *:first-child:hover, .mkb-l-max-edge-child-hover-red-last > *:last-child:hover, .mkb-l-max-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-green, .mkb-l-max-edge-green-child > *, .mkb-l-max-edge-green-first > *:first-child, .mkb-l-max-edge-green-last > *:last-child, .mkb-l-max-edge-green-odd > *:nth-child(odd), .mkb-l-max-edge-green-even > *:nth-child(even), .mkb-l-max-edge-hover-green:hover, .mkb-l-max-edge-hover-green-child:hover > *, .mkb-l-max-edge-hover-green-first:hover > *:first-child, .mkb-l-max-edge-hover-green-last:hover > *:last-child, .mkb-l-max-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-green-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-green-child > *:hover, .mkb-l-max-edge-child-hover-green-first > *:first-child:hover, .mkb-l-max-edge-child-hover-green-last > *:last-child:hover, .mkb-l-max-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-blue, .mkb-l-max-edge-blue-child > *, .mkb-l-max-edge-blue-first > *:first-child, .mkb-l-max-edge-blue-last > *:last-child, .mkb-l-max-edge-blue-odd > *:nth-child(odd), .mkb-l-max-edge-blue-even > *:nth-child(even), .mkb-l-max-edge-hover-blue:hover, .mkb-l-max-edge-hover-blue-child:hover > *, .mkb-l-max-edge-hover-blue-first:hover > *:first-child, .mkb-l-max-edge-hover-blue-last:hover > *:last-child, .mkb-l-max-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-blue-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-blue-child > *:hover, .mkb-l-max-edge-child-hover-blue-first > *:first-child:hover, .mkb-l-max-edge-child-hover-blue-last > *:last-child:hover, .mkb-l-max-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-yellow, .mkb-l-max-edge-yellow-child > *, .mkb-l-max-edge-yellow-first > *:first-child, .mkb-l-max-edge-yellow-last > *:last-child, .mkb-l-max-edge-yellow-odd > *:nth-child(odd), .mkb-l-max-edge-yellow-even > *:nth-child(even), .mkb-l-max-edge-hover-yellow:hover, .mkb-l-max-edge-hover-yellow-child:hover > *, .mkb-l-max-edge-hover-yellow-first:hover > *:first-child, .mkb-l-max-edge-hover-yellow-last:hover > *:last-child, .mkb-l-max-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-yellow-child > *:hover, .mkb-l-max-edge-child-hover-yellow-first > *:first-child:hover, .mkb-l-max-edge-child-hover-yellow-last > *:last-child:hover, .mkb-l-max-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-orange, .mkb-l-max-edge-orange-child > *, .mkb-l-max-edge-orange-first > *:first-child, .mkb-l-max-edge-orange-last > *:last-child, .mkb-l-max-edge-orange-odd > *:nth-child(odd), .mkb-l-max-edge-orange-even > *:nth-child(even), .mkb-l-max-edge-hover-orange:hover, .mkb-l-max-edge-hover-orange-child:hover > *, .mkb-l-max-edge-hover-orange-first:hover > *:first-child, .mkb-l-max-edge-hover-orange-last:hover > *:last-child, .mkb-l-max-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-orange-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-orange-child > *:hover, .mkb-l-max-edge-child-hover-orange-first > *:first-child:hover, .mkb-l-max-edge-child-hover-orange-last > *:last-child:hover, .mkb-l-max-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-brown, .mkb-l-max-edge-brown-child > *, .mkb-l-max-edge-brown-first > *:first-child, .mkb-l-max-edge-brown-last > *:last-child, .mkb-l-max-edge-brown-odd > *:nth-child(odd), .mkb-l-max-edge-brown-even > *:nth-child(even), .mkb-l-max-edge-hover-brown:hover, .mkb-l-max-edge-hover-brown-child:hover > *, .mkb-l-max-edge-hover-brown-first:hover > *:first-child, .mkb-l-max-edge-hover-brown-last:hover > *:last-child, .mkb-l-max-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-brown-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-brown-child > *:hover, .mkb-l-max-edge-child-hover-brown-first > *:first-child:hover, .mkb-l-max-edge-child-hover-brown-last > *:last-child:hover, .mkb-l-max-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-gray, .mkb-l-max-edge-gray-child > *, .mkb-l-max-edge-gray-first > *:first-child, .mkb-l-max-edge-gray-last > *:last-child, .mkb-l-max-edge-gray-odd > *:nth-child(odd), .mkb-l-max-edge-gray-even > *:nth-child(even), .mkb-l-max-edge-hover-gray:hover, .mkb-l-max-edge-hover-gray-child:hover > *, .mkb-l-max-edge-hover-gray-first:hover > *:first-child, .mkb-l-max-edge-hover-gray-last:hover > *:last-child, .mkb-l-max-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-gray-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-gray-child > *:hover, .mkb-l-max-edge-child-hover-gray-first > *:first-child:hover, .mkb-l-max-edge-child-hover-gray-last > *:last-child:hover, .mkb-l-max-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-pink, .mkb-l-max-edge-pink-child > *, .mkb-l-max-edge-pink-first > *:first-child, .mkb-l-max-edge-pink-last > *:last-child, .mkb-l-max-edge-pink-odd > *:nth-child(odd), .mkb-l-max-edge-pink-even > *:nth-child(even), .mkb-l-max-edge-hover-pink:hover, .mkb-l-max-edge-hover-pink-child:hover > *, .mkb-l-max-edge-hover-pink-first:hover > *:first-child, .mkb-l-max-edge-hover-pink-last:hover > *:last-child, .mkb-l-max-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-pink-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-pink-child > *:hover, .mkb-l-max-edge-child-hover-pink-first > *:first-child:hover, .mkb-l-max-edge-child-hover-pink-last > *:last-child:hover, .mkb-l-max-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-purple, .mkb-l-max-edge-purple-child > *, .mkb-l-max-edge-purple-first > *:first-child, .mkb-l-max-edge-purple-last > *:last-child, .mkb-l-max-edge-purple-odd > *:nth-child(odd), .mkb-l-max-edge-purple-even > *:nth-child(even), .mkb-l-max-edge-hover-purple:hover, .mkb-l-max-edge-hover-purple-child:hover > *, .mkb-l-max-edge-hover-purple-first:hover > *:first-child, .mkb-l-max-edge-hover-purple-last:hover > *:last-child, .mkb-l-max-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-purple-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-purple-child > *:hover, .mkb-l-max-edge-child-hover-purple-first > *:first-child:hover, .mkb-l-max-edge-child-hover-purple-last > *:last-child:hover, .mkb-l-max-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-deep-purple, .mkb-l-max-edge-deep-purple-child > *, .mkb-l-max-edge-deep-purple-first > *:first-child, .mkb-l-max-edge-deep-purple-last > *:last-child, .mkb-l-max-edge-deep-purple-odd > *:nth-child(odd), .mkb-l-max-edge-deep-purple-even > *:nth-child(even), .mkb-l-max-edge-hover-deep-purple:hover, .mkb-l-max-edge-hover-deep-purple-child:hover > *, .mkb-l-max-edge-hover-deep-purple-first:hover > *:first-child, .mkb-l-max-edge-hover-deep-purple-last:hover > *:last-child, .mkb-l-max-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-deep-purple-child > *:hover, .mkb-l-max-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-l-max-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-l-max-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-indigo, .mkb-l-max-edge-indigo-child > *, .mkb-l-max-edge-indigo-first > *:first-child, .mkb-l-max-edge-indigo-last > *:last-child, .mkb-l-max-edge-indigo-odd > *:nth-child(odd), .mkb-l-max-edge-indigo-even > *:nth-child(even), .mkb-l-max-edge-hover-indigo:hover, .mkb-l-max-edge-hover-indigo-child:hover > *, .mkb-l-max-edge-hover-indigo-first:hover > *:first-child, .mkb-l-max-edge-hover-indigo-last:hover > *:last-child, .mkb-l-max-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-indigo-child > *:hover, .mkb-l-max-edge-child-hover-indigo-first > *:first-child:hover, .mkb-l-max-edge-child-hover-indigo-last > *:last-child:hover, .mkb-l-max-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-light-blue, .mkb-l-max-edge-light-blue-child > *, .mkb-l-max-edge-light-blue-first > *:first-child, .mkb-l-max-edge-light-blue-last > *:last-child, .mkb-l-max-edge-light-blue-odd > *:nth-child(odd), .mkb-l-max-edge-light-blue-even > *:nth-child(even), .mkb-l-max-edge-hover-light-blue:hover, .mkb-l-max-edge-hover-light-blue-child:hover > *, .mkb-l-max-edge-hover-light-blue-first:hover > *:first-child, .mkb-l-max-edge-hover-light-blue-last:hover > *:last-child, .mkb-l-max-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-light-blue-child > *:hover, .mkb-l-max-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-l-max-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-l-max-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-cyan, .mkb-l-max-edge-cyan-child > *, .mkb-l-max-edge-cyan-first > *:first-child, .mkb-l-max-edge-cyan-last > *:last-child, .mkb-l-max-edge-cyan-odd > *:nth-child(odd), .mkb-l-max-edge-cyan-even > *:nth-child(even), .mkb-l-max-edge-hover-cyan:hover, .mkb-l-max-edge-hover-cyan-child:hover > *, .mkb-l-max-edge-hover-cyan-first:hover > *:first-child, .mkb-l-max-edge-hover-cyan-last:hover > *:last-child, .mkb-l-max-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-cyan-child > *:hover, .mkb-l-max-edge-child-hover-cyan-first > *:first-child:hover, .mkb-l-max-edge-child-hover-cyan-last > *:last-child:hover, .mkb-l-max-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-teal, .mkb-l-max-edge-teal-child > *, .mkb-l-max-edge-teal-first > *:first-child, .mkb-l-max-edge-teal-last > *:last-child, .mkb-l-max-edge-teal-odd > *:nth-child(odd), .mkb-l-max-edge-teal-even > *:nth-child(even), .mkb-l-max-edge-hover-teal:hover, .mkb-l-max-edge-hover-teal-child:hover > *, .mkb-l-max-edge-hover-teal-first:hover > *:first-child, .mkb-l-max-edge-hover-teal-last:hover > *:last-child, .mkb-l-max-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-teal-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-teal-child > *:hover, .mkb-l-max-edge-child-hover-teal-first > *:first-child:hover, .mkb-l-max-edge-child-hover-teal-last > *:last-child:hover, .mkb-l-max-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-light-green, .mkb-l-max-edge-light-green-child > *, .mkb-l-max-edge-light-green-first > *:first-child, .mkb-l-max-edge-light-green-last > *:last-child, .mkb-l-max-edge-light-green-odd > *:nth-child(odd), .mkb-l-max-edge-light-green-even > *:nth-child(even), .mkb-l-max-edge-hover-light-green:hover, .mkb-l-max-edge-hover-light-green-child:hover > *, .mkb-l-max-edge-hover-light-green-first:hover > *:first-child, .mkb-l-max-edge-hover-light-green-last:hover > *:last-child, .mkb-l-max-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-light-green-child > *:hover, .mkb-l-max-edge-child-hover-light-green-first > *:first-child:hover, .mkb-l-max-edge-child-hover-light-green-last > *:last-child:hover, .mkb-l-max-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-lime, .mkb-l-max-edge-lime-child > *, .mkb-l-max-edge-lime-first > *:first-child, .mkb-l-max-edge-lime-last > *:last-child, .mkb-l-max-edge-lime-odd > *:nth-child(odd), .mkb-l-max-edge-lime-even > *:nth-child(even), .mkb-l-max-edge-hover-lime:hover, .mkb-l-max-edge-hover-lime-child:hover > *, .mkb-l-max-edge-hover-lime-first:hover > *:first-child, .mkb-l-max-edge-hover-lime-last:hover > *:last-child, .mkb-l-max-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-lime-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-lime-child > *:hover, .mkb-l-max-edge-child-hover-lime-first > *:first-child:hover, .mkb-l-max-edge-child-hover-lime-last > *:last-child:hover, .mkb-l-max-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-amber, .mkb-l-max-edge-amber-child > *, .mkb-l-max-edge-amber-first > *:first-child, .mkb-l-max-edge-amber-last > *:last-child, .mkb-l-max-edge-amber-odd > *:nth-child(odd), .mkb-l-max-edge-amber-even > *:nth-child(even), .mkb-l-max-edge-hover-amber:hover, .mkb-l-max-edge-hover-amber-child:hover > *, .mkb-l-max-edge-hover-amber-first:hover > *:first-child, .mkb-l-max-edge-hover-amber-last:hover > *:last-child, .mkb-l-max-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-amber-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-amber-child > *:hover, .mkb-l-max-edge-child-hover-amber-first > *:first-child:hover, .mkb-l-max-edge-child-hover-amber-last > *:last-child:hover, .mkb-l-max-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-deep-orange, .mkb-l-max-edge-deep-orange-child > *, .mkb-l-max-edge-deep-orange-first > *:first-child, .mkb-l-max-edge-deep-orange-last > *:last-child, .mkb-l-max-edge-deep-orange-odd > *:nth-child(odd), .mkb-l-max-edge-deep-orange-even > *:nth-child(even), .mkb-l-max-edge-hover-deep-orange:hover, .mkb-l-max-edge-hover-deep-orange-child:hover > *, .mkb-l-max-edge-hover-deep-orange-first:hover > *:first-child, .mkb-l-max-edge-hover-deep-orange-last:hover > *:last-child, .mkb-l-max-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-deep-orange-child > *:hover, .mkb-l-max-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-l-max-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-l-max-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-blue-gray, .mkb-l-max-edge-blue-gray-child > *, .mkb-l-max-edge-blue-gray-first > *:first-child, .mkb-l-max-edge-blue-gray-last > *:last-child, .mkb-l-max-edge-blue-gray-odd > *:nth-child(odd), .mkb-l-max-edge-blue-gray-even > *:nth-child(even), .mkb-l-max-edge-hover-blue-gray:hover, .mkb-l-max-edge-hover-blue-gray-child:hover > *, .mkb-l-max-edge-hover-blue-gray-first:hover > *:first-child, .mkb-l-max-edge-hover-blue-gray-last:hover > *:last-child, .mkb-l-max-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-l-max-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-l-max-edge-child-hover-blue-gray-child > *:hover, .mkb-l-max-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-l-max-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-l-max-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-l-max-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-l-max-edge-dotted, .mkb-l-max-edge-dotted-child > *, .mkb-l-max-edge-dotted-first > *:first-child, .mkb-l-max-edge-dotted-last > *:last-child, .mkb-l-max-edge-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-l-max-edge-top-dotted, .mkb-l-max-edge-top-dotted-child > *, .mkb-l-max-edge-top-dotted-first > *:first-child, .mkb-l-max-edge-top-dotted-last > *:last-child, .mkb-l-max-edge-top-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-l-max-edge-bottom-dotted, .mkb-l-max-edge-bottom-dotted-child > *, .mkb-l-max-edge-bottom-dotted-first > *:first-child, .mkb-l-max-edge-bottom-dotted-last > *:last-child, .mkb-l-max-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-l-max-edge-left-dotted, .mkb-l-max-edge-left-dotted-child > *, .mkb-l-max-edge-left-dotted-first > *:first-child, .mkb-l-max-edge-left-dotted-last > *:last-child, .mkb-l-max-edge-left-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-l-max-edge-right-dotted, .mkb-l-max-edge-right-dotted-child > *, .mkb-l-max-edge-right-dotted-first > *:first-child, .mkb-l-max-edge-right-dotted-last > *:last-child, .mkb-l-max-edge-right-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-l-max-edge-vertical-dotted, .mkb-l-max-edge-vertical-dotted-child > *, .mkb-l-max-edge-vertical-dotted-first > *:first-child, .mkb-l-max-edge-vertical-dotted-last > *:last-child, .mkb-l-max-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-l-max-edge-horizontal-dotted, .mkb-l-max-edge-horizontal-dotted-child > *, .mkb-l-max-edge-horizontal-dotted-first > *:first-child, .mkb-l-max-edge-horizontal-dotted-last > *:last-child, .mkb-l-max-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-l-max-edge-dashed, .mkb-l-max-edge-dashed-child > *, .mkb-l-max-edge-dashed-first > *:first-child, .mkb-l-max-edge-dashed-last > *:last-child, .mkb-l-max-edge-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-l-max-edge-top-dashed, .mkb-l-max-edge-top-dashed-child > *, .mkb-l-max-edge-top-dashed-first > *:first-child, .mkb-l-max-edge-top-dashed-last > *:last-child, .mkb-l-max-edge-top-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-l-max-edge-bottom-dashed, .mkb-l-max-edge-bottom-dashed-child > *, .mkb-l-max-edge-bottom-dashed-first > *:first-child, .mkb-l-max-edge-bottom-dashed-last > *:last-child, .mkb-l-max-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-l-max-edge-left-dashed, .mkb-l-max-edge-left-dashed-child > *, .mkb-l-max-edge-left-dashed-first > *:first-child, .mkb-l-max-edge-left-dashed-last > *:last-child, .mkb-l-max-edge-left-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-l-max-edge-right-dashed, .mkb-l-max-edge-right-dashed-child > *, .mkb-l-max-edge-right-dashed-first > *:first-child, .mkb-l-max-edge-right-dashed-last > *:last-child, .mkb-l-max-edge-right-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-l-max-edge-vertical-dashed, .mkb-l-max-edge-vertical-dashed-child > *, .mkb-l-max-edge-vertical-dashed-first > *:first-child, .mkb-l-max-edge-vertical-dashed-last > *:last-child, .mkb-l-max-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-l-max-edge-horizontal-dashed, .mkb-l-max-edge-horizontal-dashed-child > *, .mkb-l-max-edge-horizontal-dashed-first > *:first-child, .mkb-l-max-edge-horizontal-dashed-last > *:last-child, .mkb-l-max-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-l-max-edge-solid, .mkb-l-max-edge-solid-child > *, .mkb-l-max-edge-solid-first > *:first-child, .mkb-l-max-edge-solid-last > *:last-child, .mkb-l-max-edge-solid-odd > *:nth-child(odd), .mkb-l-max-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-l-max-edge-top-solid, .mkb-l-max-edge-top-solid-child > *, .mkb-l-max-edge-top-solid-first > *:first-child, .mkb-l-max-edge-top-solid-last > *:last-child, .mkb-l-max-edge-top-solid-odd > *:nth-child(odd), .mkb-l-max-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-l-max-edge-bottom-solid, .mkb-l-max-edge-bottom-solid-child > *, .mkb-l-max-edge-bottom-solid-first > *:first-child, .mkb-l-max-edge-bottom-solid-last > *:last-child, .mkb-l-max-edge-bottom-solid-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-l-max-edge-left-solid, .mkb-l-max-edge-left-solid-child > *, .mkb-l-max-edge-left-solid-first > *:first-child, .mkb-l-max-edge-left-solid-last > *:last-child, .mkb-l-max-edge-left-solid-odd > *:nth-child(odd), .mkb-l-max-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-l-max-edge-right-solid, .mkb-l-max-edge-right-solid-child > *, .mkb-l-max-edge-right-solid-first > *:first-child, .mkb-l-max-edge-right-solid-last > *:last-child, .mkb-l-max-edge-right-solid-odd > *:nth-child(odd), .mkb-l-max-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-l-max-edge-vertical-solid, .mkb-l-max-edge-vertical-solid-child > *, .mkb-l-max-edge-vertical-solid-first > *:first-child, .mkb-l-max-edge-vertical-solid-last > *:last-child, .mkb-l-max-edge-vertical-solid-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-l-max-edge-horizontal-solid, .mkb-l-max-edge-horizontal-solid-child > *, .mkb-l-max-edge-horizontal-solid-first > *:first-child, .mkb-l-max-edge-horizontal-solid-last > *:last-child, .mkb-l-max-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-l-max-edge-double, .mkb-l-max-edge-double-child > *, .mkb-l-max-edge-double-first > *:first-child, .mkb-l-max-edge-double-last > *:last-child, .mkb-l-max-edge-double-odd > *:nth-child(odd), .mkb-l-max-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-l-max-edge-top-double, .mkb-l-max-edge-top-double-child > *, .mkb-l-max-edge-top-double-first > *:first-child, .mkb-l-max-edge-top-double-last > *:last-child, .mkb-l-max-edge-top-double-odd > *:nth-child(odd), .mkb-l-max-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-l-max-edge-bottom-double, .mkb-l-max-edge-bottom-double-child > *, .mkb-l-max-edge-bottom-double-first > *:first-child, .mkb-l-max-edge-bottom-double-last > *:last-child, .mkb-l-max-edge-bottom-double-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-l-max-edge-left-double, .mkb-l-max-edge-left-double-child > *, .mkb-l-max-edge-left-double-first > *:first-child, .mkb-l-max-edge-left-double-last > *:last-child, .mkb-l-max-edge-left-double-odd > *:nth-child(odd), .mkb-l-max-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-l-max-edge-right-double, .mkb-l-max-edge-right-double-child > *, .mkb-l-max-edge-right-double-first > *:first-child, .mkb-l-max-edge-right-double-last > *:last-child, .mkb-l-max-edge-right-double-odd > *:nth-child(odd), .mkb-l-max-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-l-max-edge-vertical-double, .mkb-l-max-edge-vertical-double-child > *, .mkb-l-max-edge-vertical-double-first > *:first-child, .mkb-l-max-edge-vertical-double-last > *:last-child, .mkb-l-max-edge-vertical-double-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-l-max-edge-horizontal-double, .mkb-l-max-edge-horizontal-double-child > *, .mkb-l-max-edge-horizontal-double-first > *:first-child, .mkb-l-max-edge-horizontal-double-last > *:last-child, .mkb-l-max-edge-horizontal-double-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-l-max-edge-groove, .mkb-l-max-edge-groove-child > *, .mkb-l-max-edge-groove-first > *:first-child, .mkb-l-max-edge-groove-last > *:last-child, .mkb-l-max-edge-groove-odd > *:nth-child(odd), .mkb-l-max-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-l-max-edge-top-groove, .mkb-l-max-edge-top-groove-child > *, .mkb-l-max-edge-top-groove-first > *:first-child, .mkb-l-max-edge-top-groove-last > *:last-child, .mkb-l-max-edge-top-groove-odd > *:nth-child(odd), .mkb-l-max-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-l-max-edge-bottom-groove, .mkb-l-max-edge-bottom-groove-child > *, .mkb-l-max-edge-bottom-groove-first > *:first-child, .mkb-l-max-edge-bottom-groove-last > *:last-child, .mkb-l-max-edge-bottom-groove-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-l-max-edge-left-groove, .mkb-l-max-edge-left-groove-child > *, .mkb-l-max-edge-left-groove-first > *:first-child, .mkb-l-max-edge-left-groove-last > *:last-child, .mkb-l-max-edge-left-groove-odd > *:nth-child(odd), .mkb-l-max-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-l-max-edge-right-groove, .mkb-l-max-edge-right-groove-child > *, .mkb-l-max-edge-right-groove-first > *:first-child, .mkb-l-max-edge-right-groove-last > *:last-child, .mkb-l-max-edge-right-groove-odd > *:nth-child(odd), .mkb-l-max-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-l-max-edge-vertical-groove, .mkb-l-max-edge-vertical-groove-child > *, .mkb-l-max-edge-vertical-groove-first > *:first-child, .mkb-l-max-edge-vertical-groove-last > *:last-child, .mkb-l-max-edge-vertical-groove-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-l-max-edge-horizontal-groove, .mkb-l-max-edge-horizontal-groove-child > *, .mkb-l-max-edge-horizontal-groove-first > *:first-child, .mkb-l-max-edge-horizontal-groove-last > *:last-child, .mkb-l-max-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-l-max-edge-ridge, .mkb-l-max-edge-ridge-child > *, .mkb-l-max-edge-ridge-first > *:first-child, .mkb-l-max-edge-ridge-last > *:last-child, .mkb-l-max-edge-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-l-max-edge-top-ridge, .mkb-l-max-edge-top-ridge-child > *, .mkb-l-max-edge-top-ridge-first > *:first-child, .mkb-l-max-edge-top-ridge-last > *:last-child, .mkb-l-max-edge-top-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-l-max-edge-bottom-ridge, .mkb-l-max-edge-bottom-ridge-child > *, .mkb-l-max-edge-bottom-ridge-first > *:first-child, .mkb-l-max-edge-bottom-ridge-last > *:last-child, .mkb-l-max-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-l-max-edge-left-ridge, .mkb-l-max-edge-left-ridge-child > *, .mkb-l-max-edge-left-ridge-first > *:first-child, .mkb-l-max-edge-left-ridge-last > *:last-child, .mkb-l-max-edge-left-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-l-max-edge-right-ridge, .mkb-l-max-edge-right-ridge-child > *, .mkb-l-max-edge-right-ridge-first > *:first-child, .mkb-l-max-edge-right-ridge-last > *:last-child, .mkb-l-max-edge-right-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-l-max-edge-vertical-ridge, .mkb-l-max-edge-vertical-ridge-child > *, .mkb-l-max-edge-vertical-ridge-first > *:first-child, .mkb-l-max-edge-vertical-ridge-last > *:last-child, .mkb-l-max-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-l-max-edge-horizontal-ridge, .mkb-l-max-edge-horizontal-ridge-child > *, .mkb-l-max-edge-horizontal-ridge-first > *:first-child, .mkb-l-max-edge-horizontal-ridge-last > *:last-child, .mkb-l-max-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-l-max-edge-inset, .mkb-l-max-edge-inset-child > *, .mkb-l-max-edge-inset-first > *:first-child, .mkb-l-max-edge-inset-last > *:last-child, .mkb-l-max-edge-inset-odd > *:nth-child(odd), .mkb-l-max-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-l-max-edge-top-inset, .mkb-l-max-edge-top-inset-child > *, .mkb-l-max-edge-top-inset-first > *:first-child, .mkb-l-max-edge-top-inset-last > *:last-child, .mkb-l-max-edge-top-inset-odd > *:nth-child(odd), .mkb-l-max-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-l-max-edge-bottom-inset, .mkb-l-max-edge-bottom-inset-child > *, .mkb-l-max-edge-bottom-inset-first > *:first-child, .mkb-l-max-edge-bottom-inset-last > *:last-child, .mkb-l-max-edge-bottom-inset-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-l-max-edge-left-inset, .mkb-l-max-edge-left-inset-child > *, .mkb-l-max-edge-left-inset-first > *:first-child, .mkb-l-max-edge-left-inset-last > *:last-child, .mkb-l-max-edge-left-inset-odd > *:nth-child(odd), .mkb-l-max-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-l-max-edge-right-inset, .mkb-l-max-edge-right-inset-child > *, .mkb-l-max-edge-right-inset-first > *:first-child, .mkb-l-max-edge-right-inset-last > *:last-child, .mkb-l-max-edge-right-inset-odd > *:nth-child(odd), .mkb-l-max-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-l-max-edge-vertical-inset, .mkb-l-max-edge-vertical-inset-child > *, .mkb-l-max-edge-vertical-inset-first > *:first-child, .mkb-l-max-edge-vertical-inset-last > *:last-child, .mkb-l-max-edge-vertical-inset-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-l-max-edge-horizontal-inset, .mkb-l-max-edge-horizontal-inset-child > *, .mkb-l-max-edge-horizontal-inset-first > *:first-child, .mkb-l-max-edge-horizontal-inset-last > *:last-child, .mkb-l-max-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-l-max-edge-outset, .mkb-l-max-edge-outset-child > *, .mkb-l-max-edge-outset-first > *:first-child, .mkb-l-max-edge-outset-last > *:last-child, .mkb-l-max-edge-outset-odd > *:nth-child(odd), .mkb-l-max-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-l-max-edge-top-outset, .mkb-l-max-edge-top-outset-child > *, .mkb-l-max-edge-top-outset-first > *:first-child, .mkb-l-max-edge-top-outset-last > *:last-child, .mkb-l-max-edge-top-outset-odd > *:nth-child(odd), .mkb-l-max-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-l-max-edge-bottom-outset, .mkb-l-max-edge-bottom-outset-child > *, .mkb-l-max-edge-bottom-outset-first > *:first-child, .mkb-l-max-edge-bottom-outset-last > *:last-child, .mkb-l-max-edge-bottom-outset-odd > *:nth-child(odd), .mkb-l-max-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-l-max-edge-left-outset, .mkb-l-max-edge-left-outset-child > *, .mkb-l-max-edge-left-outset-first > *:first-child, .mkb-l-max-edge-left-outset-last > *:last-child, .mkb-l-max-edge-left-outset-odd > *:nth-child(odd), .mkb-l-max-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-l-max-edge-right-outset, .mkb-l-max-edge-right-outset-child > *, .mkb-l-max-edge-right-outset-first > *:first-child, .mkb-l-max-edge-right-outset-last > *:last-child, .mkb-l-max-edge-right-outset-odd > *:nth-child(odd), .mkb-l-max-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-l-max-edge-vertical-outset, .mkb-l-max-edge-vertical-outset-child > *, .mkb-l-max-edge-vertical-outset-first > *:first-child, .mkb-l-max-edge-vertical-outset-last > *:last-child, .mkb-l-max-edge-vertical-outset-odd > *:nth-child(odd), .mkb-l-max-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-l-max-edge-horizontal-outset, .mkb-l-max-edge-horizontal-outset-child > *, .mkb-l-max-edge-horizontal-outset-first > *:first-child, .mkb-l-max-edge-horizontal-outset-last > *:last-child, .mkb-l-max-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-l-max-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-l-max-radius-none, .mkb-l-max-radius-none-child > *, .mkb-l-max-radius-none-first > *:first-child, .mkb-l-max-radius-none-last > *:last-child, .mkb-l-max-radius-none-odd > *:nth-child(odd), .mkb-l-max-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-l-max-radius-s, .mkb-l-max-radius-s-child > *, .mkb-l-max-radius-s-first > *:first-child, .mkb-l-max-radius-s-last > *:last-child, .mkb-l-max-radius-s-odd > *:nth-child(odd), .mkb-l-max-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m, .mkb-l-max-radius-m-child > *, .mkb-l-max-radius-m-first > *:first-child, .mkb-l-max-radius-m-last > *:last-child, .mkb-l-max-radius-m-odd > *:nth-child(odd), .mkb-l-max-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l, .mkb-l-max-radius-l-child > *, .mkb-l-max-radius-l-first > *:first-child, .mkb-l-max-radius-l-last > *:last-child, .mkb-l-max-radius-l-odd > *:nth-child(odd), .mkb-l-max-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl, .mkb-l-max-radius-xl-child > *, .mkb-l-max-radius-xl-first > *:first-child, .mkb-l-max-radius-xl-last > *:last-child, .mkb-l-max-radius-xl-odd > *:nth-child(odd), .mkb-l-max-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-top-none, .mkb-l-max-radius-top-none-child > *, .mkb-l-max-radius-top-none-first > *:first-child, .mkb-l-max-radius-top-none-last > *:last-child, .mkb-l-max-radius-top-none-odd > *:nth-child(odd), .mkb-l-max-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-l-max-radius-s-top, .mkb-l-max-radius-s-top-child > *, .mkb-l-max-radius-s-top-first > *:first-child, .mkb-l-max-radius-s-top-last > *:last-child, .mkb-l-max-radius-s-top-odd > *:nth-child(odd), .mkb-l-max-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-top, .mkb-l-max-radius-m-top-child > *, .mkb-l-max-radius-m-top-first > *:first-child, .mkb-l-max-radius-m-top-last > *:last-child, .mkb-l-max-radius-m-top-odd > *:nth-child(odd), .mkb-l-max-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-top, .mkb-l-max-radius-l-top-child > *, .mkb-l-max-radius-l-top-first > *:first-child, .mkb-l-max-radius-l-top-last > *:last-child, .mkb-l-max-radius-l-top-odd > *:nth-child(odd), .mkb-l-max-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-top, .mkb-l-max-radius-xl-top-child > *, .mkb-l-max-radius-xl-top-first > *:first-child, .mkb-l-max-radius-xl-top-last > *:last-child, .mkb-l-max-radius-xl-top-odd > *:nth-child(odd), .mkb-l-max-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-top-left-none, .mkb-l-max-radius-top-left-none-child > *, .mkb-l-max-radius-top-left-none-first > *:first-child, .mkb-l-max-radius-top-left-none-last > *:last-child, .mkb-l-max-radius-top-left-none-odd > *:nth-child(odd), .mkb-l-max-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-l-max-radius-s-top-left, .mkb-l-max-radius-s-top-left-child > *, .mkb-l-max-radius-s-top-left-first > *:first-child, .mkb-l-max-radius-s-top-left-last > *:last-child, .mkb-l-max-radius-s-top-left-odd > *:nth-child(odd), .mkb-l-max-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-top-left, .mkb-l-max-radius-m-top-left-child > *, .mkb-l-max-radius-m-top-left-first > *:first-child, .mkb-l-max-radius-m-top-left-last > *:last-child, .mkb-l-max-radius-m-top-left-odd > *:nth-child(odd), .mkb-l-max-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-top-left, .mkb-l-max-radius-l-top-left-child > *, .mkb-l-max-radius-l-top-left-first > *:first-child, .mkb-l-max-radius-l-top-left-last > *:last-child, .mkb-l-max-radius-l-top-left-odd > *:nth-child(odd), .mkb-l-max-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-top-left, .mkb-l-max-radius-xl-top-left-child > *, .mkb-l-max-radius-xl-top-left-first > *:first-child, .mkb-l-max-radius-xl-top-left-last > *:last-child, .mkb-l-max-radius-xl-top-left-odd > *:nth-child(odd), .mkb-l-max-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-top-right-none, .mkb-l-max-radius-top-right-none-child > *, .mkb-l-max-radius-top-right-none-first > *:first-child, .mkb-l-max-radius-top-right-none-last > *:last-child, .mkb-l-max-radius-top-right-none-odd > *:nth-child(odd), .mkb-l-max-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-l-max-radius-s-top-right, .mkb-l-max-radius-s-top-right-child > *, .mkb-l-max-radius-s-top-right-first > *:first-child, .mkb-l-max-radius-s-top-right-last > *:last-child, .mkb-l-max-radius-s-top-right-odd > *:nth-child(odd), .mkb-l-max-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-top-right, .mkb-l-max-radius-m-top-right-child > *, .mkb-l-max-radius-m-top-right-first > *:first-child, .mkb-l-max-radius-m-top-right-last > *:last-child, .mkb-l-max-radius-m-top-right-odd > *:nth-child(odd), .mkb-l-max-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-top-right, .mkb-l-max-radius-l-top-right-child > *, .mkb-l-max-radius-l-top-right-first > *:first-child, .mkb-l-max-radius-l-top-right-last > *:last-child, .mkb-l-max-radius-l-top-right-odd > *:nth-child(odd), .mkb-l-max-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-top-right, .mkb-l-max-radius-xl-top-right-child > *, .mkb-l-max-radius-xl-top-right-first > *:first-child, .mkb-l-max-radius-xl-top-right-last > *:last-child, .mkb-l-max-radius-xl-top-right-odd > *:nth-child(odd), .mkb-l-max-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-bottom-none, .mkb-l-max-radius-bottom-none-child > *, .mkb-l-max-radius-bottom-none-first > *:first-child, .mkb-l-max-radius-bottom-none-last > *:last-child, .mkb-l-max-radius-bottom-none-odd > *:nth-child(odd), .mkb-l-max-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-l-max-radius-s-bottom, .mkb-l-max-radius-s-bottom-child > *, .mkb-l-max-radius-s-bottom-first > *:first-child, .mkb-l-max-radius-s-bottom-last > *:last-child, .mkb-l-max-radius-s-bottom-odd > *:nth-child(odd), .mkb-l-max-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-bottom, .mkb-l-max-radius-m-bottom-child > *, .mkb-l-max-radius-m-bottom-first > *:first-child, .mkb-l-max-radius-m-bottom-last > *:last-child, .mkb-l-max-radius-m-bottom-odd > *:nth-child(odd), .mkb-l-max-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-bottom, .mkb-l-max-radius-l-bottom-child > *, .mkb-l-max-radius-l-bottom-first > *:first-child, .mkb-l-max-radius-l-bottom-last > *:last-child, .mkb-l-max-radius-l-bottom-odd > *:nth-child(odd), .mkb-l-max-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-bottom, .mkb-l-max-radius-xl-bottom-child > *, .mkb-l-max-radius-xl-bottom-first > *:first-child, .mkb-l-max-radius-xl-bottom-last > *:last-child, .mkb-l-max-radius-xl-bottom-odd > *:nth-child(odd), .mkb-l-max-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-bottom-left-none, .mkb-l-max-radius-bottom-left-none-child > *, .mkb-l-max-radius-bottom-left-none-first > *:first-child, .mkb-l-max-radius-bottom-left-none-last > *:last-child, .mkb-l-max-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-l-max-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-l-max-radius-s-bottom-left, .mkb-l-max-radius-s-bottom-left-child > *, .mkb-l-max-radius-s-bottom-left-first > *:first-child, .mkb-l-max-radius-s-bottom-left-last > *:last-child, .mkb-l-max-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-l-max-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-bottom-left, .mkb-l-max-radius-m-bottom-left-child > *, .mkb-l-max-radius-m-bottom-left-first > *:first-child, .mkb-l-max-radius-m-bottom-left-last > *:last-child, .mkb-l-max-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-l-max-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-bottom-left, .mkb-l-max-radius-l-bottom-left-child > *, .mkb-l-max-radius-l-bottom-left-first > *:first-child, .mkb-l-max-radius-l-bottom-left-last > *:last-child, .mkb-l-max-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-l-max-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-bottom-left, .mkb-l-max-radius-xl-bottom-left-child > *, .mkb-l-max-radius-xl-bottom-left-first > *:first-child, .mkb-l-max-radius-xl-bottom-left-last > *:last-child, .mkb-l-max-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-l-max-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-l-max-radius-bottom-right-none, .mkb-l-max-radius-bottom-right-none-child > *, .mkb-l-max-radius-bottom-right-none-first > *:first-child, .mkb-l-max-radius-bottom-right-none-last > *:last-child, .mkb-l-max-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-l-max-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-l-max-radius-s-bottom-right, .mkb-l-max-radius-s-bottom-right-child > *, .mkb-l-max-radius-s-bottom-right-first > *:first-child, .mkb-l-max-radius-s-bottom-right-last > *:last-child, .mkb-l-max-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-l-max-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-l-max-radius-m-bottom-right, .mkb-l-max-radius-m-bottom-right-child > *, .mkb-l-max-radius-m-bottom-right-first > *:first-child, .mkb-l-max-radius-m-bottom-right-last > *:last-child, .mkb-l-max-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-l-max-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-l-max-radius-l-bottom-right, .mkb-l-max-radius-l-bottom-right-child > *, .mkb-l-max-radius-l-bottom-right-first > *:first-child, .mkb-l-max-radius-l-bottom-right-last > *:last-child, .mkb-l-max-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-l-max-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-l-max-radius-xl-bottom-right, .mkb-l-max-radius-xl-bottom-right-child > *, .mkb-l-max-radius-xl-bottom-right-first > *:first-child, .mkb-l-max-radius-xl-bottom-right-last > *:last-child, .mkb-l-max-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-l-max-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-l-max-offset-auto, .mkb-l-max-offset-auto-child > *, .mkb-l-max-offset-auto-first > *:first-child, .mkb-l-max-offset-auto-last > *:last-child, .mkb-l-max-offset-auto-odd > *:nth-child(odd), .mkb-l-max-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-l-max-offset-none, .mkb-l-max-offset-none-child > *, .mkb-l-max-offset-none-first > *:first-child, .mkb-l-max-offset-none-last > *:last-child, .mkb-l-max-offset-none-odd > *:nth-child(odd), .mkb-l-max-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-l-max-offset-inherit, .mkb-l-max-offset-inherit-child > *, .mkb-l-max-offset-inherit-first > *:first-child, .mkb-l-max-offset-inherit-last > *:last-child, .mkb-l-max-offset-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-l-max-offset-top-auto, .mkb-l-max-offset-top-auto-child > *, .mkb-l-max-offset-top-auto-first > *:first-child, .mkb-l-max-offset-top-auto-last > *:last-child, .mkb-l-max-offset-top-auto-odd > *:nth-child(odd), .mkb-l-max-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-l-max-offset-top-none, .mkb-l-max-offset-top-none-child > *, .mkb-l-max-offset-top-none-first > *:first-child, .mkb-l-max-offset-top-none-last > *:last-child, .mkb-l-max-offset-top-none-odd > *:nth-child(odd), .mkb-l-max-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-l-max-offset-top-inherit, .mkb-l-max-offset-top-inherit-child > *, .mkb-l-max-offset-top-inherit-first > *:first-child, .mkb-l-max-offset-top-inherit-last > *:last-child, .mkb-l-max-offset-top-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-l-max-offset-bottom-auto, .mkb-l-max-offset-bottom-auto-child > *, .mkb-l-max-offset-bottom-auto-first > *:first-child, .mkb-l-max-offset-bottom-auto-last > *:last-child, .mkb-l-max-offset-bottom-auto-odd > *:nth-child(odd), .mkb-l-max-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-l-max-offset-bottom-none, .mkb-l-max-offset-bottom-none-child > *, .mkb-l-max-offset-bottom-none-first > *:first-child, .mkb-l-max-offset-bottom-none-last > *:last-child, .mkb-l-max-offset-bottom-none-odd > *:nth-child(odd), .mkb-l-max-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-l-max-offset-bottom-inherit, .mkb-l-max-offset-bottom-inherit-child > *, .mkb-l-max-offset-bottom-inherit-first > *:first-child, .mkb-l-max-offset-bottom-inherit-last > *:last-child, .mkb-l-max-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-l-max-offset-left-auto, .mkb-l-max-offset-left-auto-child > *, .mkb-l-max-offset-left-auto-first > *:first-child, .mkb-l-max-offset-left-auto-last > *:last-child, .mkb-l-max-offset-left-auto-odd > *:nth-child(odd), .mkb-l-max-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-l-max-offset-left-none, .mkb-l-max-offset-left-none-child > *, .mkb-l-max-offset-left-none-first > *:first-child, .mkb-l-max-offset-left-none-last > *:last-child, .mkb-l-max-offset-left-none-odd > *:nth-child(odd), .mkb-l-max-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-l-max-offset-left-inherit, .mkb-l-max-offset-left-inherit-child > *, .mkb-l-max-offset-left-inherit-first > *:first-child, .mkb-l-max-offset-left-inherit-last > *:last-child, .mkb-l-max-offset-left-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-l-max-offset-right-auto, .mkb-l-max-offset-right-auto-child > *, .mkb-l-max-offset-right-auto-first > *:first-child, .mkb-l-max-offset-right-auto-last > *:last-child, .mkb-l-max-offset-right-auto-odd > *:nth-child(odd), .mkb-l-max-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-l-max-offset-right-none, .mkb-l-max-offset-right-none-child > *, .mkb-l-max-offset-right-none-first > *:first-child, .mkb-l-max-offset-right-none-last > *:last-child, .mkb-l-max-offset-right-none-odd > *:nth-child(odd), .mkb-l-max-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-l-max-offset-right-inherit, .mkb-l-max-offset-right-inherit-child > *, .mkb-l-max-offset-right-inherit-first > *:first-child, .mkb-l-max-offset-right-inherit-last > *:last-child, .mkb-l-max-offset-right-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-l-max-offset-vertical-auto, .mkb-l-max-offset-vertical-auto-child > *, .mkb-l-max-offset-vertical-auto-first > *:first-child, .mkb-l-max-offset-vertical-auto-last > *:last-child, .mkb-l-max-offset-vertical-auto-odd > *:nth-child(odd), .mkb-l-max-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-l-max-offset-horizontal-auto, .mkb-l-max-offset-horizontal-auto-child > *, .mkb-l-max-offset-horizontal-auto-first > *:first-child, .mkb-l-max-offset-horizontal-auto-last > *:last-child, .mkb-l-max-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-l-max-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-l-max-offset-vertical-none, .mkb-l-max-offset-vertical-none-child > *, .mkb-l-max-offset-vertical-none-first > *:first-child, .mkb-l-max-offset-vertical-none-last > *:last-child, .mkb-l-max-offset-vertical-none-odd > *:nth-child(odd), .mkb-l-max-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-l-max-offset-horizontal-none, .mkb-l-max-offset-horizontal-none-child > *, .mkb-l-max-offset-horizontal-none-first > *:first-child, .mkb-l-max-offset-horizontal-none-last > *:last-child, .mkb-l-max-offset-horizontal-none-odd > *:nth-child(odd), .mkb-l-max-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-l-max-offset-vertical-inherit, .mkb-l-max-offset-vertical-inherit-child > *, .mkb-l-max-offset-vertical-inherit-first > *:first-child, .mkb-l-max-offset-vertical-inherit-last > *:last-child, .mkb-l-max-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-l-max-offset-horizontal-inherit, .mkb-l-max-offset-horizontal-inherit-child > *, .mkb-l-max-offset-horizontal-inherit-first > *:first-child, .mkb-l-max-offset-horizontal-inherit-last > *:last-child, .mkb-l-max-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-max-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (min-width: 1281px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-l-min-container-s, .mkb-l-min-container-s-child > *, .mkb-l-min-container-s-first > *:first-child, .mkb-l-min-container-s-last > *:last-child, .mkb-l-min-container-s-odd > *:nth-child(odd), .mkb-l-min-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-min-container-m, .mkb-l-min-container-m-child > *, .mkb-l-min-container-m-first > *:first-child, .mkb-l-min-container-m-last > *:last-child, .mkb-l-min-container-m-odd > *:nth-child(odd), .mkb-l-min-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-min-container-l, .mkb-l-min-container-l-child > *, .mkb-l-min-container-l-first > *:first-child, .mkb-l-min-container-l-last > *:last-child, .mkb-l-min-container-l-odd > *:nth-child(odd), .mkb-l-min-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-min-container-xl, .mkb-l-min-container-xl-child > *, .mkb-l-min-container-xl-first > *:first-child, .mkb-l-min-container-xl-last > *:last-child, .mkb-l-min-container-xl-odd > *:nth-child(odd), .mkb-l-min-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-l-min-wrapper-pad, .mkb-l-min-wrapper-pad-child > *, .mkb-l-min-wrapper-pad-first > *:first-child, .mkb-l-min-wrapper-pad-last > *:last-child, .mkb-l-min-wrapper-pad-odd > *:nth-child(odd), .mkb-l-min-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-l-min-wrapper-pad-vertical, .mkb-l-min-wrapper-pad-vertical-child > *, .mkb-l-min-wrapper-pad-vertical-first > *:first-child, .mkb-l-min-wrapper-pad-vertical-last > *:last-child, .mkb-l-min-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-l-min-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-l-min-wrapper-pad-horizontal, .mkb-l-min-wrapper-pad-horizontal-child > *, .mkb-l-min-wrapper-pad-horizontal-first > *:first-child, .mkb-l-min-wrapper-pad-horizontal-last > *:last-child, .mkb-l-min-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-l-min-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-l-min-wrapper-gap, .mkb-l-min-wrapper-gap-child > *, .mkb-l-min-wrapper-gap-first > *:first-child, .mkb-l-min-wrapper-gap-last > *:last-child, .mkb-l-min-wrapper-gap-odd > *:nth-child(odd), .mkb-l-min-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-l-min-wrapper-gap-vertical, .mkb-l-min-wrapper-gap-vertical-child > *, .mkb-l-min-wrapper-gap-vertical-first > *:first-child, .mkb-l-min-wrapper-gap-vertical-last > *:last-child, .mkb-l-min-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-l-min-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-l-min-wrapper-gap-horizontal, .mkb-l-min-wrapper-gap-horizontal-child > *, .mkb-l-min-wrapper-gap-horizontal-first > *:first-child, .mkb-l-min-wrapper-gap-horizontal-last > *:last-child, .mkb-l-min-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-l-min-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-l-min-inline, .mkb-l-min-inline-child > *, .mkb-l-min-inline-first > *:first-child, .mkb-l-min-inline-last > *:last-child, .mkb-l-min-inline-odd > *:nth-child(odd), .mkb-l-min-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-l-min-inline-block, .mkb-l-min-inline-block-child > *, .mkb-l-min-inline-block-first > *:first-child, .mkb-l-min-inline-block-last > *:last-child, .mkb-l-min-inline-block-odd > *:nth-child(odd), .mkb-l-min-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-l-min-inline-table, .mkb-l-min-inline-table-child > *, .mkb-l-min-inline-table-first > *:first-child, .mkb-l-min-inline-table-last > *:last-child, .mkb-l-min-inline-table-odd > *:nth-child(odd), .mkb-l-min-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-l-min-inline-flex, .mkb-l-min-inline-flex-child > *, .mkb-l-min-inline-flex-first > *:first-child, .mkb-l-min-inline-flex-last > *:last-child, .mkb-l-min-inline-flex-odd > *:nth-child(odd), .mkb-l-min-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-l-min-inline-flex > *, .mkb-l-min-inline-flex-child > * > *, .mkb-l-min-inline-flex-first > *:first-child > *, .mkb-l-min-inline-flex-last > *:last-child > *, .mkb-l-min-inline-flex-odd > *:nth-child(odd) > *, .mkb-l-min-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-l-min-block, .mkb-l-min-block-child > *, .mkb-l-min-block-first > *:first-child, .mkb-l-min-block-last > *:last-child, .mkb-l-min-block-odd > *:nth-child(odd), .mkb-l-min-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-l-min-table, .mkb-l-min-table-child > *, .mkb-l-min-table-first > *:first-child, .mkb-l-min-table-last > *:last-child, .mkb-l-min-table-odd > *:nth-child(odd), .mkb-l-min-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-l-min-table-row, .mkb-l-min-table-row-child > *, .mkb-l-min-table-row-first > *:first-child, .mkb-l-min-table-row-last > *:last-child, .mkb-l-min-table-row-odd > *:nth-child(odd), .mkb-l-min-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-l-min-table-cell, .mkb-l-min-table-cell-child > *, .mkb-l-min-table-cell-first > *:first-child, .mkb-l-min-table-cell-last > *:last-child, .mkb-l-min-table-cell-odd > *:nth-child(odd), .mkb-l-min-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-l-min-flex, .mkb-l-min-flex-child > *, .mkb-l-min-flex-first > *:first-child, .mkb-l-min-flex-last > *:last-child, .mkb-l-min-flex-odd > *:nth-child(odd), .mkb-l-min-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-l-min-flex > *, .mkb-l-min-flex-child > * > *, .mkb-l-min-flex-first > *:first-child > *, .mkb-l-min-flex-last > *:last-child > *, .mkb-l-min-flex-odd > *:nth-child(odd) > *, .mkb-l-min-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-l-min-none, .mkb-l-min-none-child > *, .mkb-l-min-none-first > *:first-child, .mkb-l-min-none-last > *:last-child, .mkb-l-min-none-odd > *:nth-child(odd), .mkb-l-min-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-l-min-display-inherit, .mkb-l-min-display-inherit-child > *, .mkb-l-min-display-inherit-first > *:first-child, .mkb-l-min-display-inherit-last > *:last-child, .mkb-l-min-display-inherit-odd > *:nth-child(odd), .mkb-l-min-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-l-min-flex-row, .mkb-l-min-flex-row-child > *, .mkb-l-min-flex-row-first > *:first-child, .mkb-l-min-flex-row-last > *:last-child, .mkb-l-min-flex-row-odd > *:nth-child(odd), .mkb-l-min-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-l-min-flex-row-reverse, .mkb-l-min-flex-row-reverse-child > *, .mkb-l-min-flex-row-reverse-first > *:first-child, .mkb-l-min-flex-row-reverse-last > *:last-child, .mkb-l-min-flex-row-reverse-odd > *:nth-child(odd), .mkb-l-min-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-l-min-flex-column, .mkb-l-min-flex-column-child > *, .mkb-l-min-flex-column-first > *:first-child, .mkb-l-min-flex-column-last > *:last-child, .mkb-l-min-flex-column-odd > *:nth-child(odd), .mkb-l-min-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-l-min-flex-column-reverse, .mkb-l-min-flex-column-reverse-child > *, .mkb-l-min-flex-column-reverse-first > *:first-child, .mkb-l-min-flex-column-reverse-last > *:last-child, .mkb-l-min-flex-column-reverse-odd > *:nth-child(odd), .mkb-l-min-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-l-min-flex-direction-inherit, .mkb-l-min-flex-direction-inherit-child > *, .mkb-l-min-flex-direction-inherit-first > *:first-child, .mkb-l-min-flex-direction-inherit-last > *:last-child, .mkb-l-min-flex-direction-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-l-min-flex-wrap-none, .mkb-l-min-flex-wrap-none-child > *, .mkb-l-min-flex-wrap-none-first > *:first-child, .mkb-l-min-flex-wrap-none-last > *:last-child, .mkb-l-min-flex-wrap-none-odd > *:nth-child(odd), .mkb-l-min-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-l-min-flex-wrap, .mkb-l-min-flex-wrap-child > *, .mkb-l-min-flex-wrap-first > *:first-child, .mkb-l-min-flex-wrap-last > *:last-child, .mkb-l-min-flex-wrap-odd > *:nth-child(odd), .mkb-l-min-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-l-min-flex-wrap-reverse, .mkb-l-min-flex-wrap-reverse-child > *, .mkb-l-min-flex-wrap-reverse-first > *:first-child, .mkb-l-min-flex-wrap-reverse-last > *:last-child, .mkb-l-min-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-l-min-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-l-min-flex-wrap-inherit, .mkb-l-min-flex-wrap-inherit-child > *, .mkb-l-min-flex-wrap-inherit-first > *:first-child, .mkb-l-min-flex-wrap-inherit-last > *:last-child, .mkb-l-min-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-l-min-flex-left, .mkb-l-min-flex-left-child > *, .mkb-l-min-flex-left-first > *:first-child, .mkb-l-min-flex-left-last > *:last-child, .mkb-l-min-flex-left-odd > *:nth-child(odd), .mkb-l-min-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-l-min-flex-right, .mkb-l-min-flex-right-child > *, .mkb-l-min-flex-right-first > *:first-child, .mkb-l-min-flex-right-last > *:last-child, .mkb-l-min-flex-right-odd > *:nth-child(odd), .mkb-l-min-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-l-min-flex-center, .mkb-l-min-flex-center-child > *, .mkb-l-min-flex-center-first > *:first-child, .mkb-l-min-flex-center-last > *:last-child, .mkb-l-min-flex-center-odd > *:nth-child(odd), .mkb-l-min-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-l-min-flex-between, .mkb-l-min-flex-between-child > *, .mkb-l-min-flex-between-first > *:first-child, .mkb-l-min-flex-between-last > *:last-child, .mkb-l-min-flex-between-odd > *:nth-child(odd), .mkb-l-min-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-l-min-flex-around, .mkb-l-min-flex-around-child > *, .mkb-l-min-flex-around-first > *:first-child, .mkb-l-min-flex-around-last > *:last-child, .mkb-l-min-flex-around-odd > *:nth-child(odd), .mkb-l-min-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-l-min-flex-justify-inherit, .mkb-l-min-flex-justify-inherit-child > *, .mkb-l-min-flex-justify-inherit-first > *:first-child, .mkb-l-min-flex-justify-inherit-last > *:last-child, .mkb-l-min-flex-justify-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-l-min-flex-align-auto, .mkb-l-min-flex-align-auto-child > *, .mkb-l-min-flex-align-auto-first > *:first-child, .mkb-l-min-flex-align-auto-last > *:last-child, .mkb-l-min-flex-align-auto-odd > *:nth-child(odd), .mkb-l-min-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-l-min-flex-stretch, .mkb-l-min-flex-stretch-child > *, .mkb-l-min-flex-stretch-first > *:first-child, .mkb-l-min-flex-stretch-last > *:last-child, .mkb-l-min-flex-stretch-odd > *:nth-child(odd), .mkb-l-min-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-l-min-flex-middle, .mkb-l-min-flex-middle-child > *, .mkb-l-min-flex-middle-first > *:first-child, .mkb-l-min-flex-middle-last > *:last-child, .mkb-l-min-flex-middle-odd > *:nth-child(odd), .mkb-l-min-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-l-min-flex-top, .mkb-l-min-flex-top-child > *, .mkb-l-min-flex-top-first > *:first-child, .mkb-l-min-flex-top-last > *:last-child, .mkb-l-min-flex-top-odd > *:nth-child(odd), .mkb-l-min-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-l-min-flex-bottom, .mkb-l-min-flex-bottom-child > *, .mkb-l-min-flex-bottom-first > *:first-child, .mkb-l-min-flex-bottom-last > *:last-child, .mkb-l-min-flex-bottom-odd > *:nth-child(odd), .mkb-l-min-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-l-min-flex-baseline, .mkb-l-min-flex-baseline-child > *, .mkb-l-min-flex-baseline-first > *:first-child, .mkb-l-min-flex-baseline-last > *:last-child, .mkb-l-min-flex-baseline-odd > *:nth-child(odd), .mkb-l-min-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-l-min-flex-align-inherit, .mkb-l-min-flex-align-inherit-child > *, .mkb-l-min-flex-align-inherit-first > *:first-child, .mkb-l-min-flex-align-inherit-last > *:last-child, .mkb-l-min-flex-align-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-l-min-flex-self-auto, .mkb-l-min-flex-self-auto-child > *, .mkb-l-min-flex-self-auto-first > *:first-child, .mkb-l-min-flex-self-auto-last > *:last-child, .mkb-l-min-flex-self-auto-odd > *:nth-child(odd), .mkb-l-min-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-l-min-flex-self-stretch, .mkb-l-min-flex-self-stretch-child > *, .mkb-l-min-flex-self-stretch-first > *:first-child, .mkb-l-min-flex-self-stretch-last > *:last-child, .mkb-l-min-flex-self-stretch-odd > *:nth-child(odd), .mkb-l-min-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-l-min-flex-self-middle, .mkb-l-min-flex-self-middle-child > *, .mkb-l-min-flex-self-middle-first > *:first-child, .mkb-l-min-flex-self-middle-last > *:last-child, .mkb-l-min-flex-self-middle-odd > *:nth-child(odd), .mkb-l-min-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-l-min-flex-self-top, .mkb-l-min-flex-self-top-child > *, .mkb-l-min-flex-self-top-first > *:first-child, .mkb-l-min-flex-self-top-last > *:last-child, .mkb-l-min-flex-self-top-odd > *:nth-child(odd), .mkb-l-min-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-l-min-flex-self-bottom, .mkb-l-min-flex-self-bottom-child > *, .mkb-l-min-flex-self-bottom-first > *:first-child, .mkb-l-min-flex-self-bottom-last > *:last-child, .mkb-l-min-flex-self-bottom-odd > *:nth-child(odd), .mkb-l-min-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-l-min-flex-self-baseline, .mkb-l-min-flex-self-baseline-child > *, .mkb-l-min-flex-self-baseline-first > *:first-child, .mkb-l-min-flex-self-baseline-last > *:last-child, .mkb-l-min-flex-self-baseline-odd > *:nth-child(odd), .mkb-l-min-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-l-min-flex-self-inherit, .mkb-l-min-flex-self-inherit-child > *, .mkb-l-min-flex-self-inherit-first > *:first-child, .mkb-l-min-flex-self-inherit-last > *:last-child, .mkb-l-min-flex-self-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-l-min-flex-shrink-none, .mkb-l-min-flex-shrink-none-child > *, .mkb-l-min-flex-shrink-none-first > *:first-child, .mkb-l-min-flex-shrink-none-last > *:last-child, .mkb-l-min-flex-shrink-none-odd > *:nth-child(odd), .mkb-l-min-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-l-min-flex-shrink, .mkb-l-min-flex-shrink-child > *, .mkb-l-min-flex-shrink-first > *:first-child, .mkb-l-min-flex-shrink-last > *:last-child, .mkb-l-min-flex-shrink-odd > *:nth-child(odd), .mkb-l-min-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-l-min-flex-shrink-inherit, .mkb-l-min-flex-shrink-inherit-child > *, .mkb-l-min-flex-shrink-inherit-first > *:first-child, .mkb-l-min-flex-shrink-inherit-last > *:last-child, .mkb-l-min-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-l-min-flex-grow-none, .mkb-l-min-flex-grow-none-child > *, .mkb-l-min-flex-grow-none-first > *:first-child, .mkb-l-min-flex-grow-none-last > *:last-child, .mkb-l-min-flex-grow-none-odd > *:nth-child(odd), .mkb-l-min-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-l-min-flex-grow, .mkb-l-min-flex-grow-child > *, .mkb-l-min-flex-grow-first > *:first-child, .mkb-l-min-flex-grow-last > *:last-child, .mkb-l-min-flex-grow-odd > *:nth-child(odd), .mkb-l-min-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-l-min-flex-grow-inherit, .mkb-l-min-flex-grow-inherit-child > *, .mkb-l-min-flex-grow-inherit-first > *:first-child, .mkb-l-min-flex-grow-inherit-last > *:last-child, .mkb-l-min-flex-grow-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-l-min-flex-order-first, .mkb-l-min-flex-order-first-child > *, .mkb-l-min-flex-order-first-first > *:first-child, .mkb-l-min-flex-order-first-last > *:last-child, .mkb-l-min-flex-order-first-odd > *:nth-child(odd), .mkb-l-min-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-l-min-flex-order-last, .mkb-l-min-flex-order-last-child > *, .mkb-l-min-flex-order-last-first > *:first-child, .mkb-l-min-flex-order-last-last > *:last-child, .mkb-l-min-flex-order-last-odd > *:nth-child(odd), .mkb-l-min-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-l-min-flex-order-inherit, .mkb-l-min-flex-order-inherit-child > *, .mkb-l-min-flex-order-inherit-first > *:first-child, .mkb-l-min-flex-order-inherit-last > *:last-child, .mkb-l-min-flex-order-inherit-odd > *:nth-child(odd), .mkb-l-min-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-l-min-flex-order-0, .mkb-l-min-flex-order-0-child > *, .mkb-l-min-flex-order-0-first > *:first-child, .mkb-l-min-flex-order-0-last > *:last-child, .mkb-l-min-flex-order-0-odd > *:nth-child(odd), .mkb-l-min-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-l-min-flex-order-1, .mkb-l-min-flex-order-1-child > *, .mkb-l-min-flex-order-1-first > *:first-child, .mkb-l-min-flex-order-1-last > *:last-child, .mkb-l-min-flex-order-1-odd > *:nth-child(odd), .mkb-l-min-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-l-min-flex-order-2, .mkb-l-min-flex-order-2-child > *, .mkb-l-min-flex-order-2-first > *:first-child, .mkb-l-min-flex-order-2-last > *:last-child, .mkb-l-min-flex-order-2-odd > *:nth-child(odd), .mkb-l-min-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-l-min-flex-order-3, .mkb-l-min-flex-order-3-child > *, .mkb-l-min-flex-order-3-first > *:first-child, .mkb-l-min-flex-order-3-last > *:last-child, .mkb-l-min-flex-order-3-odd > *:nth-child(odd), .mkb-l-min-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-l-min-flex-order-4, .mkb-l-min-flex-order-4-child > *, .mkb-l-min-flex-order-4-first > *:first-child, .mkb-l-min-flex-order-4-last > *:last-child, .mkb-l-min-flex-order-4-odd > *:nth-child(odd), .mkb-l-min-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-l-min-flex-order-5, .mkb-l-min-flex-order-5-child > *, .mkb-l-min-flex-order-5-first > *:first-child, .mkb-l-min-flex-order-5-last > *:last-child, .mkb-l-min-flex-order-5-odd > *:nth-child(odd), .mkb-l-min-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-l-min-flex-order-6, .mkb-l-min-flex-order-6-child > *, .mkb-l-min-flex-order-6-first > *:first-child, .mkb-l-min-flex-order-6-last > *:last-child, .mkb-l-min-flex-order-6-odd > *:nth-child(odd), .mkb-l-min-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-l-min-flex-order-7, .mkb-l-min-flex-order-7-child > *, .mkb-l-min-flex-order-7-first > *:first-child, .mkb-l-min-flex-order-7-last > *:last-child, .mkb-l-min-flex-order-7-odd > *:nth-child(odd), .mkb-l-min-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-l-min-flex-order-8, .mkb-l-min-flex-order-8-child > *, .mkb-l-min-flex-order-8-first > *:first-child, .mkb-l-min-flex-order-8-last > *:last-child, .mkb-l-min-flex-order-8-odd > *:nth-child(odd), .mkb-l-min-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-l-min-flex-order-9, .mkb-l-min-flex-order-9-child > *, .mkb-l-min-flex-order-9-first > *:first-child, .mkb-l-min-flex-order-9-last > *:last-child, .mkb-l-min-flex-order-9-odd > *:nth-child(odd), .mkb-l-min-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-l-min-flex-order-10, .mkb-l-min-flex-order-10-child > *, .mkb-l-min-flex-order-10-first > *:first-child, .mkb-l-min-flex-order-10-last > *:last-child, .mkb-l-min-flex-order-10-odd > *:nth-child(odd), .mkb-l-min-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-l-min-flex-order-11, .mkb-l-min-flex-order-11-child > *, .mkb-l-min-flex-order-11-first > *:first-child, .mkb-l-min-flex-order-11-last > *:last-child, .mkb-l-min-flex-order-11-odd > *:nth-child(odd), .mkb-l-min-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-l-min-flex-order-12, .mkb-l-min-flex-order-12-child > *, .mkb-l-min-flex-order-12-first > *:first-child, .mkb-l-min-flex-order-12-last > *:last-child, .mkb-l-min-flex-order-12-odd > *:nth-child(odd), .mkb-l-min-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-l-min-table-layout-auto, .mkb-l-min-table-layout-auto-child > *, .mkb-l-min-table-layout-auto-first > *:first-child, .mkb-l-min-table-layout-auto-last > *:last-child, .mkb-l-min-table-layout-auto-odd > *:nth-child(odd), .mkb-l-min-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-l-min-table-fixed, .mkb-l-min-table-fixed-child > *, .mkb-l-min-table-fixed-first > *:first-child, .mkb-l-min-table-fixed-last > *:last-child, .mkb-l-min-table-fixed-odd > *:nth-child(odd), .mkb-l-min-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-l-min-table-layout-inherit, .mkb-l-min-table-layout-inherit-child > *, .mkb-l-min-table-layout-inherit-first > *:first-child, .mkb-l-min-table-layout-inherit-last > *:last-child, .mkb-l-min-table-layout-inherit-odd > *:nth-child(odd), .mkb-l-min-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-l-min-table-seperate, .mkb-l-min-table-seperate-child > *, .mkb-l-min-table-seperate-first > *:first-child, .mkb-l-min-table-seperate-last > *:last-child, .mkb-l-min-table-seperate-odd > *:nth-child(odd), .mkb-l-min-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-l-min-table-collapse, .mkb-l-min-table-collapse-child > *, .mkb-l-min-table-collapse-first > *:first-child, .mkb-l-min-table-collapse-last > *:last-child, .mkb-l-min-table-collapse-odd > *:nth-child(odd), .mkb-l-min-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-l-min-table-collapse-inherit, .mkb-l-min-table-collapse-inherit-child > *, .mkb-l-min-table-collapse-inherit-first > *:first-child, .mkb-l-min-table-collapse-inherit-last > *:last-child, .mkb-l-min-table-collapse-inherit-odd > *:nth-child(odd), .mkb-l-min-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-l-min-table-spacing-s, .mkb-l-min-table-spacing-s-child > *, .mkb-l-min-table-spacing-s-first > *:first-child, .mkb-l-min-table-spacing-s-last > *:last-child, .mkb-l-min-table-spacing-s-odd > *:nth-child(odd), .mkb-l-min-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-l-min-table-spacing-s-vertical, .mkb-l-min-table-spacing-s-vertical-child > *, .mkb-l-min-table-spacing-s-vertical-first > *:first-child, .mkb-l-min-table-spacing-s-vertical-last > *:last-child, .mkb-l-min-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-l-min-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-l-min-table-spacing-s-horizontal, .mkb-l-min-table-spacing-s-horizontal-child > *, .mkb-l-min-table-spacing-s-horizontal-first > *:first-child, .mkb-l-min-table-spacing-s-horizontal-last > *:last-child, .mkb-l-min-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-l-min-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-l-min-table-spacing-m, .mkb-l-min-table-spacing-m-child > *, .mkb-l-min-table-spacing-m-first > *:first-child, .mkb-l-min-table-spacing-m-last > *:last-child, .mkb-l-min-table-spacing-m-odd > *:nth-child(odd), .mkb-l-min-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-l-min-table-spacing-m-vertical, .mkb-l-min-table-spacing-m-vertical-child > *, .mkb-l-min-table-spacing-m-vertical-first > *:first-child, .mkb-l-min-table-spacing-m-vertical-last > *:last-child, .mkb-l-min-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-l-min-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-l-min-table-spacing-m-horizontal, .mkb-l-min-table-spacing-m-horizontal-child > *, .mkb-l-min-table-spacing-m-horizontal-first > *:first-child, .mkb-l-min-table-spacing-m-horizontal-last > *:last-child, .mkb-l-min-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-l-min-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-l-min-table-spacing-l, .mkb-l-min-table-spacing-l-child > *, .mkb-l-min-table-spacing-l-first > *:first-child, .mkb-l-min-table-spacing-l-last > *:last-child, .mkb-l-min-table-spacing-l-odd > *:nth-child(odd), .mkb-l-min-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-l-min-table-spacing-l-vertical, .mkb-l-min-table-spacing-l-vertical-child > *, .mkb-l-min-table-spacing-l-vertical-first > *:first-child, .mkb-l-min-table-spacing-l-vertical-last > *:last-child, .mkb-l-min-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-l-min-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-l-min-table-spacing-l-horizontal, .mkb-l-min-table-spacing-l-horizontal-child > *, .mkb-l-min-table-spacing-l-horizontal-first > *:first-child, .mkb-l-min-table-spacing-l-horizontal-last > *:last-child, .mkb-l-min-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-l-min-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-l-min-table-spacing-xl, .mkb-l-min-table-spacing-xl-child > *, .mkb-l-min-table-spacing-xl-first > *:first-child, .mkb-l-min-table-spacing-xl-last > *:last-child, .mkb-l-min-table-spacing-xl-odd > *:nth-child(odd), .mkb-l-min-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-l-min-table-spacing-xl-vertical, .mkb-l-min-table-spacing-xl-vertical-child > *, .mkb-l-min-table-spacing-xl-vertical-first > *:first-child, .mkb-l-min-table-spacing-xl-vertical-last > *:last-child, .mkb-l-min-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-l-min-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-l-min-table-spacing-xl-horizontal, .mkb-l-min-table-spacing-xl-horizontal-child > *, .mkb-l-min-table-spacing-xl-horizontal-first > *:first-child, .mkb-l-min-table-spacing-xl-horizontal-last > *:last-child, .mkb-l-min-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-l-min-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-l-min-table-spacing-inherit, .mkb-l-min-table-spacing-inherit-child > *, .mkb-l-min-table-spacing-inherit-first > *:first-child, .mkb-l-min-table-spacing-inherit-last > *:last-child, .mkb-l-min-table-spacing-inherit-odd > *:nth-child(odd), .mkb-l-min-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-l-min-column-2, .mkb-l-min-column-2-child > *, .mkb-l-min-column-2-first > *:first-child, .mkb-l-min-column-2-last > *:last-child, .mkb-l-min-column-2-odd > *:nth-child(odd), .mkb-l-min-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-l-min-column-3, .mkb-l-min-column-3-child > *, .mkb-l-min-column-3-first > *:first-child, .mkb-l-min-column-3-last > *:last-child, .mkb-l-min-column-3-odd > *:nth-child(odd), .mkb-l-min-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-l-min-column-4, .mkb-l-min-column-4-child > *, .mkb-l-min-column-4-first > *:first-child, .mkb-l-min-column-4-last > *:last-child, .mkb-l-min-column-4-odd > *:nth-child(odd), .mkb-l-min-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-l-min-column-5, .mkb-l-min-column-5-child > *, .mkb-l-min-column-5-first > *:first-child, .mkb-l-min-column-5-last > *:last-child, .mkb-l-min-column-5-odd > *:nth-child(odd), .mkb-l-min-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-l-min-column-6, .mkb-l-min-column-6-child > *, .mkb-l-min-column-6-first > *:first-child, .mkb-l-min-column-6-last > *:last-child, .mkb-l-min-column-6-odd > *:nth-child(odd), .mkb-l-min-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-l-min-column-7, .mkb-l-min-column-7-child > *, .mkb-l-min-column-7-first > *:first-child, .mkb-l-min-column-7-last > *:last-child, .mkb-l-min-column-7-odd > *:nth-child(odd), .mkb-l-min-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-l-min-column-8, .mkb-l-min-column-8-child > *, .mkb-l-min-column-8-first > *:first-child, .mkb-l-min-column-8-last > *:last-child, .mkb-l-min-column-8-odd > *:nth-child(odd), .mkb-l-min-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-l-min-column-9, .mkb-l-min-column-9-child > *, .mkb-l-min-column-9-first > *:first-child, .mkb-l-min-column-9-last > *:last-child, .mkb-l-min-column-9-odd > *:nth-child(odd), .mkb-l-min-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-l-min-column-10, .mkb-l-min-column-10-child > *, .mkb-l-min-column-10-first > *:first-child, .mkb-l-min-column-10-last > *:last-child, .mkb-l-min-column-10-odd > *:nth-child(odd), .mkb-l-min-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-l-min-column-11, .mkb-l-min-column-11-child > *, .mkb-l-min-column-11-first > *:first-child, .mkb-l-min-column-11-last > *:last-child, .mkb-l-min-column-11-odd > *:nth-child(odd), .mkb-l-min-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-l-min-column-12, .mkb-l-min-column-12-child > *, .mkb-l-min-column-12-first > *:first-child, .mkb-l-min-column-12-last > *:last-child, .mkb-l-min-column-12-odd > *:nth-child(odd), .mkb-l-min-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-l-min-column-gap-s, .mkb-l-min-column-gap-s-child > *, .mkb-l-min-column-gap-s-first > *:first-child, .mkb-l-min-column-gap-s-last > *:last-child, .mkb-l-min-column-gap-s-odd > *:nth-child(odd), .mkb-l-min-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-l-min-column-gap-m, .mkb-l-min-column-gap-m-child > *, .mkb-l-min-column-gap-m-first > *:first-child, .mkb-l-min-column-gap-m-last > *:last-child, .mkb-l-min-column-gap-m-odd > *:nth-child(odd), .mkb-l-min-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-l-min-column-gap-l, .mkb-l-min-column-gap-l-child > *, .mkb-l-min-column-gap-l-first > *:first-child, .mkb-l-min-column-gap-l-last > *:last-child, .mkb-l-min-column-gap-l-odd > *:nth-child(odd), .mkb-l-min-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-l-min-column-gap-xl, .mkb-l-min-column-gap-xl-child > *, .mkb-l-min-column-gap-xl-first > *:first-child, .mkb-l-min-column-gap-xl-last > *:last-child, .mkb-l-min-column-gap-xl-odd > *:nth-child(odd), .mkb-l-min-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-l-min-column-rule-thin, .mkb-l-min-column-rule-thin-child > *, .mkb-l-min-column-rule-thin-first > *:first-child, .mkb-l-min-column-rule-thin-last > *:last-child, .mkb-l-min-column-rule-thin-odd > *:nth-child(odd), .mkb-l-min-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-l-min-column-rule-medium, .mkb-l-min-column-rule-medium-child > *, .mkb-l-min-column-rule-medium-first > *:first-child, .mkb-l-min-column-rule-medium-last > *:last-child, .mkb-l-min-column-rule-medium-odd > *:nth-child(odd), .mkb-l-min-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-l-min-column-rule-thick, .mkb-l-min-column-rule-thick-child > *, .mkb-l-min-column-rule-thick-first > *:first-child, .mkb-l-min-column-rule-thick-last > *:last-child, .mkb-l-min-column-rule-thick-odd > *:nth-child(odd), .mkb-l-min-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-l-min-column-rule-s, .mkb-l-min-column-rule-s-child > *, .mkb-l-min-column-rule-s-first > *:first-child, .mkb-l-min-column-rule-s-last > *:last-child, .mkb-l-min-column-rule-s-odd > *:nth-child(odd), .mkb-l-min-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-l-min-column-rule-m, .mkb-l-min-column-rule-m-child > *, .mkb-l-min-column-rule-m-first > *:first-child, .mkb-l-min-column-rule-m-last > *:last-child, .mkb-l-min-column-rule-m-odd > *:nth-child(odd), .mkb-l-min-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-l-min-column-rule-l, .mkb-l-min-column-rule-l-child > *, .mkb-l-min-column-rule-l-first > *:first-child, .mkb-l-min-column-rule-l-last > *:last-child, .mkb-l-min-column-rule-l-odd > *:nth-child(odd), .mkb-l-min-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-l-min-column-rule-xl, .mkb-l-min-column-rule-xl-child > *, .mkb-l-min-column-rule-xl-first > *:first-child, .mkb-l-min-column-rule-xl-last > *:last-child, .mkb-l-min-column-rule-xl-odd > *:nth-child(odd), .mkb-l-min-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-l-min-column-rule-dotted, .mkb-l-min-column-rule-dotted-child > *, .mkb-l-min-column-rule-dotted-first > *:first-child, .mkb-l-min-column-rule-dotted-last > *:last-child, .mkb-l-min-column-rule-dotted-odd > *:nth-child(odd), .mkb-l-min-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-l-min-column-rule-dashed, .mkb-l-min-column-rule-dashed-child > *, .mkb-l-min-column-rule-dashed-first > *:first-child, .mkb-l-min-column-rule-dashed-last > *:last-child, .mkb-l-min-column-rule-dashed-odd > *:nth-child(odd), .mkb-l-min-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-l-min-column-rule-solid, .mkb-l-min-column-rule-solid-child > *, .mkb-l-min-column-rule-solid-first > *:first-child, .mkb-l-min-column-rule-solid-last > *:last-child, .mkb-l-min-column-rule-solid-odd > *:nth-child(odd), .mkb-l-min-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-l-min-column-rule-double, .mkb-l-min-column-rule-double-child > *, .mkb-l-min-column-rule-double-first > *:first-child, .mkb-l-min-column-rule-double-last > *:last-child, .mkb-l-min-column-rule-double-odd > *:nth-child(odd), .mkb-l-min-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-l-min-column-rule-groove, .mkb-l-min-column-rule-groove-child > *, .mkb-l-min-column-rule-groove-first > *:first-child, .mkb-l-min-column-rule-groove-last > *:last-child, .mkb-l-min-column-rule-groove-odd > *:nth-child(odd), .mkb-l-min-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-l-min-column-rule-ridge, .mkb-l-min-column-rule-ridge-child > *, .mkb-l-min-column-rule-ridge-first > *:first-child, .mkb-l-min-column-rule-ridge-last > *:last-child, .mkb-l-min-column-rule-ridge-odd > *:nth-child(odd), .mkb-l-min-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-l-min-column-rule-inset, .mkb-l-min-column-rule-inset-child > *, .mkb-l-min-column-rule-inset-first > *:first-child, .mkb-l-min-column-rule-inset-last > *:last-child, .mkb-l-min-column-rule-inset-odd > *:nth-child(odd), .mkb-l-min-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-l-min-column-rule-outset, .mkb-l-min-column-rule-outset-child > *, .mkb-l-min-column-rule-outset-first > *:first-child, .mkb-l-min-column-rule-outset-last > *:last-child, .mkb-l-min-column-rule-outset-odd > *:nth-child(odd), .mkb-l-min-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-l-min-static, .mkb-l-min-static-child > *, .mkb-l-min-static-first > *:first-child, .mkb-l-min-static-last > *:last-child, .mkb-l-min-static-odd > *:nth-child(odd), .mkb-l-min-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-l-min-absolute, .mkb-l-min-absolute-child > *, .mkb-l-min-absolute-first > *:first-child, .mkb-l-min-absolute-last > *:last-child, .mkb-l-min-absolute-odd > *:nth-child(odd), .mkb-l-min-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-l-min-fixed, .mkb-l-min-fixed-child > *, .mkb-l-min-fixed-first > *:first-child, .mkb-l-min-fixed-last > *:last-child, .mkb-l-min-fixed-odd > *:nth-child(odd), .mkb-l-min-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-l-min-relative, .mkb-l-min-relative-child > *, .mkb-l-min-relative-first > *:first-child, .mkb-l-min-relative-last > *:last-child, .mkb-l-min-relative-odd > *:nth-child(odd), .mkb-l-min-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-l-min-position-inherit, .mkb-l-min-position-inherit-child > *, .mkb-l-min-position-inherit-first > *:first-child, .mkb-l-min-position-inherit-last > *:last-child, .mkb-l-min-position-inherit-odd > *:nth-child(odd), .mkb-l-min-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-l-min-float-none, .mkb-l-min-float-none-child > *, .mkb-l-min-float-none-first > *:first-child, .mkb-l-min-float-none-last > *:last-child, .mkb-l-min-float-none-odd > *:nth-child(odd), .mkb-l-min-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-l-min-float-left, .mkb-l-min-float-left-child > *, .mkb-l-min-float-left-first > *:first-child, .mkb-l-min-float-left-last > *:last-child, .mkb-l-min-float-left-odd > *:nth-child(odd), .mkb-l-min-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-l-min-float-right, .mkb-l-min-float-right-child > *, .mkb-l-min-float-right-first > *:first-child, .mkb-l-min-float-right-last > *:last-child, .mkb-l-min-float-right-odd > *:nth-child(odd), .mkb-l-min-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-l-min-float-inherit, .mkb-l-min-float-inherit-child > *, .mkb-l-min-float-inherit-first > *:first-child, .mkb-l-min-float-inherit-last > *:last-child, .mkb-l-min-float-inherit-odd > *:nth-child(odd), .mkb-l-min-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-l-min-clear-none, .mkb-l-min-clear-none-child > *, .mkb-l-min-clear-none-first > *:first-child, .mkb-l-min-clear-none-last > *:last-child, .mkb-l-min-clear-none-odd > *:nth-child(odd), .mkb-l-min-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-l-min-clear-left, .mkb-l-min-clear-left-child > *, .mkb-l-min-clear-left-first > *:first-child, .mkb-l-min-clear-left-last > *:last-child, .mkb-l-min-clear-left-odd > *:nth-child(odd), .mkb-l-min-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-l-min-clear-right, .mkb-l-min-clear-right-child > *, .mkb-l-min-clear-right-first > *:first-child, .mkb-l-min-clear-right-last > *:last-child, .mkb-l-min-clear-right-odd > *:nth-child(odd), .mkb-l-min-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-l-min-clear-both, .mkb-l-min-clear-both-child > *, .mkb-l-min-clear-both-first > *:first-child, .mkb-l-min-clear-both-last > *:last-child, .mkb-l-min-clear-both-odd > *:nth-child(odd), .mkb-l-min-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-l-min-clear-inherit, .mkb-l-min-clear-inherit-child > *, .mkb-l-min-clear-inherit-first > *:first-child, .mkb-l-min-clear-inherit-last > *:last-child, .mkb-l-min-clear-inherit-odd > *:nth-child(odd), .mkb-l-min-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-l-min-visible, .mkb-l-min-visible-child > *, .mkb-l-min-visible-first > *:first-child, .mkb-l-min-visible-last > *:last-child, .mkb-l-min-visible-odd > *:nth-child(odd), .mkb-l-min-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-l-min-hidden, .mkb-l-min-hidden-child > *, .mkb-l-min-hidden-first > *:first-child, .mkb-l-min-hidden-last > *:last-child, .mkb-l-min-hidden-odd > *:nth-child(odd), .mkb-l-min-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-l-min-collapse, .mkb-l-min-collapse-child > *, .mkb-l-min-collapse-first > *:first-child, .mkb-l-min-collapse-last > *:last-child, .mkb-l-min-collapse-odd > *:nth-child(odd), .mkb-l-min-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-l-min-inherit, .mkb-l-min-inherit-child > *, .mkb-l-min-inherit-first > *:first-child, .mkb-l-min-inherit-last > *:last-child, .mkb-l-min-inherit-odd > *:nth-child(odd), .mkb-l-min-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-l-min-opacity, .mkb-l-min-opacity-child > *, .mkb-l-min-opacity-first > *:first-child, .mkb-l-min-opacity-last > *:last-child, .mkb-l-min-opacity-odd > *:nth-child(odd), .mkb-l-min-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-l-min-opacity-none, .mkb-l-min-opacity-none-child > *, .mkb-l-min-opacity-none-first > *:first-child, .mkb-l-min-opacity-none-last > *:last-child, .mkb-l-min-opacity-none-odd > *:nth-child(odd), .mkb-l-min-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-l-min-overflow-visible, .mkb-l-min-overflow-visible-child > *, .mkb-l-min-overflow-visible-first > *:first-child, .mkb-l-min-overflow-visible-last > *:last-child, .mkb-l-min-overflow-visible-odd > *:nth-child(odd), .mkb-l-min-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-l-min-overflow-x-visible, .mkb-l-min-overflow-x-visible-child > *, .mkb-l-min-overflow-x-visible-first > *:first-child, .mkb-l-min-overflow-x-visible-last > *:last-child, .mkb-l-min-overflow-x-visible-odd > *:nth-child(odd), .mkb-l-min-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-l-min-overflow-y-visible, .mkb-l-min-overflow-y-visible-child > *, .mkb-l-min-overflow-y-visible-first > *:first-child, .mkb-l-min-overflow-y-visible-last > *:last-child, .mkb-l-min-overflow-y-visible-odd > *:nth-child(odd), .mkb-l-min-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-l-min-overflow-hidden, .mkb-l-min-overflow-hidden-child > *, .mkb-l-min-overflow-hidden-first > *:first-child, .mkb-l-min-overflow-hidden-last > *:last-child, .mkb-l-min-overflow-hidden-odd > *:nth-child(odd), .mkb-l-min-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-l-min-overflow-x-hidden, .mkb-l-min-overflow-x-hidden-child > *, .mkb-l-min-overflow-x-hidden-first > *:first-child, .mkb-l-min-overflow-x-hidden-last > *:last-child, .mkb-l-min-overflow-x-hidden-odd > *:nth-child(odd), .mkb-l-min-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-l-min-overflow-y-hidden, .mkb-l-min-overflow-y-hidden-child > *, .mkb-l-min-overflow-y-hidden-first > *:first-child, .mkb-l-min-overflow-y-hidden-last > *:last-child, .mkb-l-min-overflow-y-hidden-odd > *:nth-child(odd), .mkb-l-min-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-l-min-overflow-scroll, .mkb-l-min-overflow-scroll-child > *, .mkb-l-min-overflow-scroll-first > *:first-child, .mkb-l-min-overflow-scroll-last > *:last-child, .mkb-l-min-overflow-scroll-odd > *:nth-child(odd), .mkb-l-min-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-l-min-overflow-x-scroll, .mkb-l-min-overflow-x-scroll-child > *, .mkb-l-min-overflow-x-scroll-first > *:first-child, .mkb-l-min-overflow-x-scroll-last > *:last-child, .mkb-l-min-overflow-x-scroll-odd > *:nth-child(odd), .mkb-l-min-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-l-min-overflow-y-scroll, .mkb-l-min-overflow-y-scroll-child > *, .mkb-l-min-overflow-y-scroll-first > *:first-child, .mkb-l-min-overflow-y-scroll-last > *:last-child, .mkb-l-min-overflow-y-scroll-odd > *:nth-child(odd), .mkb-l-min-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-l-min-overflow-auto, .mkb-l-min-overflow-auto-child > *, .mkb-l-min-overflow-auto-first > *:first-child, .mkb-l-min-overflow-auto-last > *:last-child, .mkb-l-min-overflow-auto-odd > *:nth-child(odd), .mkb-l-min-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-l-min-overflow-x-auto, .mkb-l-min-overflow-x-auto-child > *, .mkb-l-min-overflow-x-auto-first > *:first-child, .mkb-l-min-overflow-x-auto-last > *:last-child, .mkb-l-min-overflow-x-auto-odd > *:nth-child(odd), .mkb-l-min-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-l-min-overflow-y-auto, .mkb-l-min-overflow-y-auto-child > *, .mkb-l-min-overflow-y-auto-first > *:first-child, .mkb-l-min-overflow-y-auto-last > *:last-child, .mkb-l-min-overflow-y-auto-odd > *:nth-child(odd), .mkb-l-min-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-l-min-overflow-inherit, .mkb-l-min-overflow-inherit-child > *, .mkb-l-min-overflow-inherit-first > *:first-child, .mkb-l-min-overflow-inherit-last > *:last-child, .mkb-l-min-overflow-inherit-odd > *:nth-child(odd), .mkb-l-min-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-l-min-overflow-x-inherit, .mkb-l-min-overflow-x-inherit-child > *, .mkb-l-min-overflow-x-inherit-first > *:first-child, .mkb-l-min-overflow-x-inherit-last > *:last-child, .mkb-l-min-overflow-x-inherit-odd > *:nth-child(odd), .mkb-l-min-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-l-min-overflow-y-inherit, .mkb-l-min-overflow-y-inherit-child > *, .mkb-l-min-overflow-y-inherit-first > *:first-child, .mkb-l-min-overflow-y-inherit-last > *:last-child, .mkb-l-min-overflow-y-inherit-odd > *:nth-child(odd), .mkb-l-min-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-l-min-align-baseline, .mkb-l-min-align-baseline-child > *, .mkb-l-min-align-baseline-first > *:first-child, .mkb-l-min-align-baseline-last > *:last-child, .mkb-l-min-align-baseline-odd > *:nth-child(odd), .mkb-l-min-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-l-min-align-length, .mkb-l-min-align-length-child > *, .mkb-l-min-align-length-first > *:first-child, .mkb-l-min-align-length-last > *:last-child, .mkb-l-min-align-length-odd > *:nth-child(odd), .mkb-l-min-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-l-min-align-sub, .mkb-l-min-align-sub-child > *, .mkb-l-min-align-sub-first > *:first-child, .mkb-l-min-align-sub-last > *:last-child, .mkb-l-min-align-sub-odd > *:nth-child(odd), .mkb-l-min-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-l-min-align-super, .mkb-l-min-align-super-child > *, .mkb-l-min-align-super-first > *:first-child, .mkb-l-min-align-super-last > *:last-child, .mkb-l-min-align-super-odd > *:nth-child(odd), .mkb-l-min-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-l-min-align-top, .mkb-l-min-align-top-child > *, .mkb-l-min-align-top-first > *:first-child, .mkb-l-min-align-top-last > *:last-child, .mkb-l-min-align-top-odd > *:nth-child(odd), .mkb-l-min-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-l-min-align-text-top, .mkb-l-min-align-text-top-child > *, .mkb-l-min-align-text-top-first > *:first-child, .mkb-l-min-align-text-top-last > *:last-child, .mkb-l-min-align-text-top-odd > *:nth-child(odd), .mkb-l-min-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-l-min-align-middle, .mkb-l-min-align-middle-child > *, .mkb-l-min-align-middle-first > *:first-child, .mkb-l-min-align-middle-last > *:last-child, .mkb-l-min-align-middle-odd > *:nth-child(odd), .mkb-l-min-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-l-min-align-bottom, .mkb-l-min-align-bottom-child > *, .mkb-l-min-align-bottom-first > *:first-child, .mkb-l-min-align-bottom-last > *:last-child, .mkb-l-min-align-bottom-odd > *:nth-child(odd), .mkb-l-min-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-l-min-align-text-bottom, .mkb-l-min-align-text-bottom-child > *, .mkb-l-min-align-text-bottom-first > *:first-child, .mkb-l-min-align-text-bottom-last > *:last-child, .mkb-l-min-align-text-bottom-odd > *:nth-child(odd), .mkb-l-min-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-l-min-align-inherit, .mkb-l-min-align-inherit-child > *, .mkb-l-min-align-inherit-first > *:first-child, .mkb-l-min-align-inherit-last > *:last-child, .mkb-l-min-align-inherit-odd > *:nth-child(odd), .mkb-l-min-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-l-min-zindex-first, .mkb-l-min-zindex-first-child > *, .mkb-l-min-zindex-first-first > *:first-child, .mkb-l-min-zindex-first-last > *:last-child, .mkb-l-min-zindex-first-odd > *:nth-child(odd), .mkb-l-min-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-l-min-zindex-last, .mkb-l-min-zindex-last-child > *, .mkb-l-min-zindex-last-first > *:first-child, .mkb-l-min-zindex-last-last > *:last-child, .mkb-l-min-zindex-last-odd > *:nth-child(odd), .mkb-l-min-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-l-min-zindex-inherit, .mkb-l-min-zindex-inherit-child > *, .mkb-l-min-zindex-inherit-first > *:first-child, .mkb-l-min-zindex-inherit-last > *:last-child, .mkb-l-min-zindex-inherit-odd > *:nth-child(odd), .mkb-l-min-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-l-min-zindex-0, .mkb-l-min-zindex-0-child > *, .mkb-l-min-zindex-0-first > *:first-child, .mkb-l-min-zindex-0-last > *:last-child, .mkb-l-min-zindex-0-odd > *:nth-child(odd), .mkb-l-min-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-l-min-zindex-1, .mkb-l-min-zindex-1-child > *, .mkb-l-min-zindex-1-first > *:first-child, .mkb-l-min-zindex-1-last > *:last-child, .mkb-l-min-zindex-1-odd > *:nth-child(odd), .mkb-l-min-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-l-min-zindex-2, .mkb-l-min-zindex-2-child > *, .mkb-l-min-zindex-2-first > *:first-child, .mkb-l-min-zindex-2-last > *:last-child, .mkb-l-min-zindex-2-odd > *:nth-child(odd), .mkb-l-min-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-l-min-zindex-3, .mkb-l-min-zindex-3-child > *, .mkb-l-min-zindex-3-first > *:first-child, .mkb-l-min-zindex-3-last > *:last-child, .mkb-l-min-zindex-3-odd > *:nth-child(odd), .mkb-l-min-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-l-min-zindex-4, .mkb-l-min-zindex-4-child > *, .mkb-l-min-zindex-4-first > *:first-child, .mkb-l-min-zindex-4-last > *:last-child, .mkb-l-min-zindex-4-odd > *:nth-child(odd), .mkb-l-min-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-l-min-zindex-5, .mkb-l-min-zindex-5-child > *, .mkb-l-min-zindex-5-first > *:first-child, .mkb-l-min-zindex-5-last > *:last-child, .mkb-l-min-zindex-5-odd > *:nth-child(odd), .mkb-l-min-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-l-min-zindex-6, .mkb-l-min-zindex-6-child > *, .mkb-l-min-zindex-6-first > *:first-child, .mkb-l-min-zindex-6-last > *:last-child, .mkb-l-min-zindex-6-odd > *:nth-child(odd), .mkb-l-min-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-l-min-zindex-7, .mkb-l-min-zindex-7-child > *, .mkb-l-min-zindex-7-first > *:first-child, .mkb-l-min-zindex-7-last > *:last-child, .mkb-l-min-zindex-7-odd > *:nth-child(odd), .mkb-l-min-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-l-min-zindex-8, .mkb-l-min-zindex-8-child > *, .mkb-l-min-zindex-8-first > *:first-child, .mkb-l-min-zindex-8-last > *:last-child, .mkb-l-min-zindex-8-odd > *:nth-child(odd), .mkb-l-min-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-l-min-zindex-9, .mkb-l-min-zindex-9-child > *, .mkb-l-min-zindex-9-first > *:first-child, .mkb-l-min-zindex-9-last > *:last-child, .mkb-l-min-zindex-9-odd > *:nth-child(odd), .mkb-l-min-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-l-min-zindex-10, .mkb-l-min-zindex-10-child > *, .mkb-l-min-zindex-10-first > *:first-child, .mkb-l-min-zindex-10-last > *:last-child, .mkb-l-min-zindex-10-odd > *:nth-child(odd), .mkb-l-min-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-l-min-zindex-11, .mkb-l-min-zindex-11-child > *, .mkb-l-min-zindex-11-first > *:first-child, .mkb-l-min-zindex-11-last > *:last-child, .mkb-l-min-zindex-11-odd > *:nth-child(odd), .mkb-l-min-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-l-min-zindex-12, .mkb-l-min-zindex-12-child > *, .mkb-l-min-zindex-12-first > *:first-child, .mkb-l-min-zindex-12-last > *:last-child, .mkb-l-min-zindex-12-odd > *:nth-child(odd), .mkb-l-min-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-l-min-list-none, .mkb-l-min-list-none-child > *, .mkb-l-min-list-none-first > *:first-child, .mkb-l-min-list-none-last > *:last-child, .mkb-l-min-list-none-odd > *:nth-child(odd), .mkb-l-min-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-l-min-list-reset, .mkb-l-min-list-reset-child > *, .mkb-l-min-list-reset-first > *:first-child, .mkb-l-min-list-reset-last > *:last-child, .mkb-l-min-list-reset-odd > *:nth-child(odd), .mkb-l-min-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-l-min-list-circle, .mkb-l-min-list-circle-child > *, .mkb-l-min-list-circle-first > *:first-child, .mkb-l-min-list-circle-last > *:last-child, .mkb-l-min-list-circle-odd > *:nth-child(odd), .mkb-l-min-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-l-min-list-decimal, .mkb-l-min-list-decimal-child > *, .mkb-l-min-list-decimal-first > *:first-child, .mkb-l-min-list-decimal-last > *:last-child, .mkb-l-min-list-decimal-odd > *:nth-child(odd), .mkb-l-min-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-l-min-list-decimal-zero, .mkb-l-min-list-decimal-zero-child > *, .mkb-l-min-list-decimal-zero-first > *:first-child, .mkb-l-min-list-decimal-zero-last > *:last-child, .mkb-l-min-list-decimal-zero-odd > *:nth-child(odd), .mkb-l-min-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-l-min-list-disc, .mkb-l-min-list-disc-child > *, .mkb-l-min-list-disc-first > *:first-child, .mkb-l-min-list-disc-last > *:last-child, .mkb-l-min-list-disc-odd > *:nth-child(odd), .mkb-l-min-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-l-min-list-lower-alpha, .mkb-l-min-list-lower-alpha-child > *, .mkb-l-min-list-lower-alpha-first > *:first-child, .mkb-l-min-list-lower-alpha-last > *:last-child, .mkb-l-min-list-lower-alpha-odd > *:nth-child(odd), .mkb-l-min-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-l-min-list-lower-roman, .mkb-l-min-list-lower-roman-child > *, .mkb-l-min-list-lower-roman-first > *:first-child, .mkb-l-min-list-lower-roman-last > *:last-child, .mkb-l-min-list-lower-roman-odd > *:nth-child(odd), .mkb-l-min-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-l-min-list-upper-alpha, .mkb-l-min-list-upper-alpha-child > *, .mkb-l-min-list-upper-alpha-first > *:first-child, .mkb-l-min-list-upper-alpha-last > *:last-child, .mkb-l-min-list-upper-alpha-odd > *:nth-child(odd), .mkb-l-min-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-l-min-list-upper-roman, .mkb-l-min-list-upper-roman-child > *, .mkb-l-min-list-upper-roman-first > *:first-child, .mkb-l-min-list-upper-roman-last > *:last-child, .mkb-l-min-list-upper-roman-odd > *:nth-child(odd), .mkb-l-min-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-l-min-list-square, .mkb-l-min-list-square-child > *, .mkb-l-min-list-square-first > *:first-child, .mkb-l-min-list-square-last > *:last-child, .mkb-l-min-list-square-odd > *:nth-child(odd), .mkb-l-min-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-l-min-list-style-inherit, .mkb-l-min-list-style-inherit-child > *, .mkb-l-min-list-style-inherit-first > *:first-child, .mkb-l-min-list-style-inherit-last > *:last-child, .mkb-l-min-list-style-inherit-odd > *:nth-child(odd), .mkb-l-min-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-l-min-h1,
  .mkb-l-min-h2,
  .mkb-l-min-h3,
  .mkb-l-min-h4,
  .mkb-l-min-h5,
  .mkb-l-min-h6 {
    font-weight: bold;
  }
  .mkb-l-min-h1 {
    font-size: 2.31693rem;
  }
  .mkb-l-min-h2 {
    font-size: 2.0595rem;
  }
  .mkb-l-min-h3 {
    font-size: 1.83064rem;
  }
  .mkb-l-min-h4 {
    font-size: 1.62721rem;
  }
  .mkb-l-min-h5 {
    font-size: 1.44643rem;
  }
  .mkb-l-min-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-l-min-text-left, .mkb-l-min-text-left-child > *, .mkb-l-min-text-left-first > *:first-child, .mkb-l-min-text-left-last > *:last-child, .mkb-l-min-text-left-odd > *:nth-child(odd), .mkb-l-min-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-l-min-text-center, .mkb-l-min-text-center-child > *, .mkb-l-min-text-center-first > *:first-child, .mkb-l-min-text-center-last > *:last-child, .mkb-l-min-text-center-odd > *:nth-child(odd), .mkb-l-min-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-l-min-text-right, .mkb-l-min-text-right-child > *, .mkb-l-min-text-right-first > *:first-child, .mkb-l-min-text-right-last > *:last-child, .mkb-l-min-text-right-odd > *:nth-child(odd), .mkb-l-min-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-l-min-text-justify, .mkb-l-min-text-justify-child > *, .mkb-l-min-text-justify-first > *:first-child, .mkb-l-min-text-justify-last > *:last-child, .mkb-l-min-text-justify-odd > *:nth-child(odd), .mkb-l-min-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-l-min-text-align-inherit, .mkb-l-min-text-align-inherit-child > *, .mkb-l-min-text-align-inherit-first > *:first-child, .mkb-l-min-text-align-inherit-last > *:last-child, .mkb-l-min-text-align-inherit-odd > *:nth-child(odd), .mkb-l-min-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-l-min-text-decoration-none, .mkb-l-min-text-decoration-none-child > *, .mkb-l-min-text-decoration-none-first > *:first-child, .mkb-l-min-text-decoration-none-last > *:last-child, .mkb-l-min-text-decoration-none-odd > *:nth-child(odd), .mkb-l-min-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-l-min-text-underline, .mkb-l-min-text-underline-child > *, .mkb-l-min-text-underline-first > *:first-child, .mkb-l-min-text-underline-last > *:last-child, .mkb-l-min-text-underline-odd > *:nth-child(odd), .mkb-l-min-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-l-min-text-overline, .mkb-l-min-text-overline-child > *, .mkb-l-min-text-overline-first > *:first-child, .mkb-l-min-text-overline-last > *:last-child, .mkb-l-min-text-overline-odd > *:nth-child(odd), .mkb-l-min-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-l-min-text-line-through, .mkb-l-min-text-line-through-child > *, .mkb-l-min-text-line-through-first > *:first-child, .mkb-l-min-text-line-through-last > *:last-child, .mkb-l-min-text-line-through-odd > *:nth-child(odd), .mkb-l-min-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-l-min-text-decoration-inherit, .mkb-l-min-text-decoration-inherit-child > *, .mkb-l-min-text-decoration-inherit-first > *:first-child, .mkb-l-min-text-decoration-inherit-last > *:last-child, .mkb-l-min-text-decoration-inherit-odd > *:nth-child(odd), .mkb-l-min-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-l-min-text-clip, .mkb-l-min-text-clip-child > *, .mkb-l-min-text-clip-first > *:first-child, .mkb-l-min-text-clip-last > *:last-child, .mkb-l-min-text-clip-odd > *:nth-child(odd), .mkb-l-min-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-l-min-text-ellipsis, .mkb-l-min-text-ellipsis-child > *, .mkb-l-min-text-ellipsis-first > *:first-child, .mkb-l-min-text-ellipsis-last > *:last-child, .mkb-l-min-text-ellipsis-odd > *:nth-child(odd), .mkb-l-min-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-l-min-text-overflow-inherit, .mkb-l-min-text-overflow-inherit-child > *, .mkb-l-min-text-overflow-inherit-first > *:first-child, .mkb-l-min-text-overflow-inherit-last > *:last-child, .mkb-l-min-text-overflow-inherit-odd > *:nth-child(odd), .mkb-l-min-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-l-min-text-transform-none, .mkb-l-min-text-transform-none-child > *, .mkb-l-min-text-transform-none-first > *:first-child, .mkb-l-min-text-transform-none-last > *:last-child, .mkb-l-min-text-transform-none-odd > *:nth-child(odd), .mkb-l-min-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-l-min-text-capitalize, .mkb-l-min-text-capitalize-child > *, .mkb-l-min-text-capitalize-first > *:first-child, .mkb-l-min-text-capitalize-last > *:last-child, .mkb-l-min-text-capitalize-odd > *:nth-child(odd), .mkb-l-min-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-l-min-text-uppercase, .mkb-l-min-text-uppercase-child > *, .mkb-l-min-text-uppercase-first > *:first-child, .mkb-l-min-text-uppercase-last > *:last-child, .mkb-l-min-text-uppercase-odd > *:nth-child(odd), .mkb-l-min-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-l-min-text-lowercase, .mkb-l-min-text-lowercase-child > *, .mkb-l-min-text-lowercase-first > *:first-child, .mkb-l-min-text-lowercase-last > *:last-child, .mkb-l-min-text-lowercase-odd > *:nth-child(odd), .mkb-l-min-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-l-min-text-transform-inherit, .mkb-l-min-text-transform-inherit-child > *, .mkb-l-min-text-transform-inherit-first > *:first-child, .mkb-l-min-text-transform-inherit-last > *:last-child, .mkb-l-min-text-transform-inherit-odd > *:nth-child(odd), .mkb-l-min-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-l-min-text-nowrap, .mkb-l-min-text-nowrap-child > *, .mkb-l-min-text-nowrap-first > *:first-child, .mkb-l-min-text-nowrap-last > *:last-child, .mkb-l-min-text-nowrap-odd > *:nth-child(odd), .mkb-l-min-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-l-min-text-pre, .mkb-l-min-text-pre-child > *, .mkb-l-min-text-pre-first > *:first-child, .mkb-l-min-text-pre-last > *:last-child, .mkb-l-min-text-pre-odd > *:nth-child(odd), .mkb-l-min-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-l-min-text-pre-line, .mkb-l-min-text-pre-line-child > *, .mkb-l-min-text-pre-line-first > *:first-child, .mkb-l-min-text-pre-line-last > *:last-child, .mkb-l-min-text-pre-line-odd > *:nth-child(odd), .mkb-l-min-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-l-min-text-pre-wrap, .mkb-l-min-text-pre-wrap-child > *, .mkb-l-min-text-pre-wrap-first > *:first-child, .mkb-l-min-text-pre-wrap-last > *:last-child, .mkb-l-min-text-pre-wrap-odd > *:nth-child(odd), .mkb-l-min-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-l-min-text-break-all, .mkb-l-min-text-break-all-child > *, .mkb-l-min-text-break-all-first > *:first-child, .mkb-l-min-text-break-all-last > *:last-child, .mkb-l-min-text-break-all-odd > *:nth-child(odd), .mkb-l-min-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-l-min-text-keep-all, .mkb-l-min-text-keep-all-child > *, .mkb-l-min-text-keep-all-first > *:first-child, .mkb-l-min-text-keep-all-last > *:last-child, .mkb-l-min-text-keep-all-odd > *:nth-child(odd), .mkb-l-min-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-l-min-text-break-word, .mkb-l-min-text-break-word-child > *, .mkb-l-min-text-break-word-first > *:first-child, .mkb-l-min-text-break-word-last > *:last-child, .mkb-l-min-text-break-word-odd > *:nth-child(odd), .mkb-l-min-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-l-min-text-style-normal, .mkb-l-min-text-style-normal-child > *, .mkb-l-min-text-style-normal-first > *:first-child, .mkb-l-min-text-style-normal-last > *:last-child, .mkb-l-min-text-style-normal-odd > *:nth-child(odd), .mkb-l-min-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-l-min-text-italic, .mkb-l-min-text-italic-child > *, .mkb-l-min-text-italic-first > *:first-child, .mkb-l-min-text-italic-last > *:last-child, .mkb-l-min-text-italic-odd > *:nth-child(odd), .mkb-l-min-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-l-min-text-oblique, .mkb-l-min-text-oblique-child > *, .mkb-l-min-text-oblique-first > *:first-child, .mkb-l-min-text-oblique-last > *:last-child, .mkb-l-min-text-oblique-odd > *:nth-child(odd), .mkb-l-min-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-l-min-text-weight-normal, .mkb-l-min-text-weight-normal-child > *, .mkb-l-min-text-weight-normal-first > *:first-child, .mkb-l-min-text-weight-normal-last > *:last-child, .mkb-l-min-text-weight-normal-odd > *:nth-child(odd), .mkb-l-min-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-l-min-text-bold, .mkb-l-min-text-bold-child > *, .mkb-l-min-text-bold-first > *:first-child, .mkb-l-min-text-bold-last > *:last-child, .mkb-l-min-text-bold-odd > *:nth-child(odd), .mkb-l-min-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-l-min-text-bolder, .mkb-l-min-text-bolder-child > *, .mkb-l-min-text-bolder-first > *:first-child, .mkb-l-min-text-bolder-last > *:last-child, .mkb-l-min-text-bolder-odd > *:nth-child(odd), .mkb-l-min-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-l-min-text-lighter, .mkb-l-min-text-lighter-child > *, .mkb-l-min-text-lighter-first > *:first-child, .mkb-l-min-text-lighter-last > *:last-child, .mkb-l-min-text-lighter-odd > *:nth-child(odd), .mkb-l-min-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-l-min-text-variant-normal, .mkb-l-min-text-variant-normal-child > *, .mkb-l-min-text-variant-normal-first > *:first-child, .mkb-l-min-text-variant-normal-last > *:last-child, .mkb-l-min-text-variant-normal-odd > *:nth-child(odd), .mkb-l-min-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-l-min-text-small-caps, .mkb-l-min-text-small-caps-child > *, .mkb-l-min-text-small-caps-first > *:first-child, .mkb-l-min-text-small-caps-last > *:last-child, .mkb-l-min-text-small-caps-odd > *:nth-child(odd), .mkb-l-min-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-l-min-text-weight-100, .mkb-l-min-text-weight-10-child > *, .mkb-l-min-text-weight-10-first > *:first-child, .mkb-l-min-text-weight-10-last > *:last-child, .mkb-l-min-text-weight-10-odd > *:nth-child(odd), .mkb-l-min-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-l-min-text-weight-200, .mkb-l-min-text-weight-20-child > *, .mkb-l-min-text-weight-20-first > *:first-child, .mkb-l-min-text-weight-20-last > *:last-child, .mkb-l-min-text-weight-20-odd > *:nth-child(odd), .mkb-l-min-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-l-min-text-weight-300, .mkb-l-min-text-weight-30-child > *, .mkb-l-min-text-weight-30-first > *:first-child, .mkb-l-min-text-weight-30-last > *:last-child, .mkb-l-min-text-weight-30-odd > *:nth-child(odd), .mkb-l-min-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-l-min-text-weight-400, .mkb-l-min-text-weight-40-child > *, .mkb-l-min-text-weight-40-first > *:first-child, .mkb-l-min-text-weight-40-last > *:last-child, .mkb-l-min-text-weight-40-odd > *:nth-child(odd), .mkb-l-min-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-l-min-text-weight-500, .mkb-l-min-text-weight-50-child > *, .mkb-l-min-text-weight-50-first > *:first-child, .mkb-l-min-text-weight-50-last > *:last-child, .mkb-l-min-text-weight-50-odd > *:nth-child(odd), .mkb-l-min-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-l-min-text-weight-600, .mkb-l-min-text-weight-60-child > *, .mkb-l-min-text-weight-60-first > *:first-child, .mkb-l-min-text-weight-60-last > *:last-child, .mkb-l-min-text-weight-60-odd > *:nth-child(odd), .mkb-l-min-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-l-min-text-weight-700, .mkb-l-min-text-weight-70-child > *, .mkb-l-min-text-weight-70-first > *:first-child, .mkb-l-min-text-weight-70-last > *:last-child, .mkb-l-min-text-weight-70-odd > *:nth-child(odd), .mkb-l-min-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-l-min-text-weight-800, .mkb-l-min-text-weight-80-child > *, .mkb-l-min-text-weight-80-first > *:first-child, .mkb-l-min-text-weight-80-last > *:last-child, .mkb-l-min-text-weight-80-odd > *:nth-child(odd), .mkb-l-min-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-l-min-text-weight-900, .mkb-l-min-text-weight-90-child > *, .mkb-l-min-text-weight-90-first > *:first-child, .mkb-l-min-text-weight-90-last > *:last-child, .mkb-l-min-text-weight-90-odd > *:nth-child(odd), .mkb-l-min-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-l-min-background-scroll, .mkb-l-min-background-scroll-child > *, .mkb-l-min-background-scroll-first > *:first-child, .mkb-l-min-background-scroll-last > *:last-child, .mkb-l-min-background-scroll-odd > *:nth-child(odd), .mkb-l-min-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-l-min-background-fixed, .mkb-l-min-background-fixed-child > *, .mkb-l-min-background-fixed-first > *:first-child, .mkb-l-min-background-fixed-last > *:last-child, .mkb-l-min-background-fixed-odd > *:nth-child(odd), .mkb-l-min-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-l-min-background-local, .mkb-l-min-background-local-child > *, .mkb-l-min-background-local-first > *:first-child, .mkb-l-min-background-local-last > *:last-child, .mkb-l-min-background-local-odd > *:nth-child(odd), .mkb-l-min-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-l-min-background-attachment-inherit, .mkb-l-min-background-attachment-inherit-child > *, .mkb-l-min-background-attachment-inherit-first > *:first-child, .mkb-l-min-background-attachment-inherit-last > *:last-child, .mkb-l-min-background-attachment-inherit-odd > *:nth-child(odd), .mkb-l-min-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-l-min-background-size-auto, .mkb-l-min-background-size-auto-child > *, .mkb-l-min-background-size-auto-first > *:first-child, .mkb-l-min-background-size-auto-last > *:last-child, .mkb-l-min-background-size-auto-odd > *:nth-child(odd), .mkb-l-min-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-l-min-background-length, .mkb-l-min-background-length-child > *, .mkb-l-min-background-length-first > *:first-child, .mkb-l-min-background-length-last > *:last-child, .mkb-l-min-background-length-odd > *:nth-child(odd), .mkb-l-min-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-l-min-background-cover, .mkb-l-min-background-cover-child > *, .mkb-l-min-background-cover-first > *:first-child, .mkb-l-min-background-cover-last > *:last-child, .mkb-l-min-background-cover-odd > *:nth-child(odd), .mkb-l-min-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-l-min-background-contain, .mkb-l-min-background-contain-child > *, .mkb-l-min-background-contain-first > *:first-child, .mkb-l-min-background-contain-last > *:last-child, .mkb-l-min-background-contain-odd > *:nth-child(odd), .mkb-l-min-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-l-min-background-size-inherit, .mkb-l-min-background-size-inherit-child > *, .mkb-l-min-background-size-inherit-first > *:first-child, .mkb-l-min-background-size-inherit-last > *:last-child, .mkb-l-min-background-size-inherit-odd > *:nth-child(odd), .mkb-l-min-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-l-min-background-repeat, .mkb-l-min-background-repeat-child > *, .mkb-l-min-background-repeat-first > *:first-child, .mkb-l-min-background-repeat-last > *:last-child, .mkb-l-min-background-repeat-odd > *:nth-child(odd), .mkb-l-min-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-l-min-background-repeat-x, .mkb-l-min-background-repeat-x-child > *, .mkb-l-min-background-repeat-x-first > *:first-child, .mkb-l-min-background-repeat-x-last > *:last-child, .mkb-l-min-background-repeat-x-odd > *:nth-child(odd), .mkb-l-min-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-l-min-background-repeat-y, .mkb-l-min-background-repeat-y-child > *, .mkb-l-min-background-repeat-y-first > *:first-child, .mkb-l-min-background-repeat-y-last > *:last-child, .mkb-l-min-background-repeat-y-odd > *:nth-child(odd), .mkb-l-min-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-l-min-background-repeat-none, .mkb-l-min-background-repeat-none-child > *, .mkb-l-min-background-repeat-none-first > *:first-child, .mkb-l-min-background-repeat-none-last > *:last-child, .mkb-l-min-background-repeat-none-odd > *:nth-child(odd), .mkb-l-min-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-l-min-background-repeat-inherit, .mkb-l-min-background-repeat-inherit-child > *, .mkb-l-min-background-repeat-inherit-first > *:first-child, .mkb-l-min-background-repeat-inherit-last > *:last-child, .mkb-l-min-background-repeat-inherit-odd > *:nth-child(odd), .mkb-l-min-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-l-min-background-left-top, .mkb-l-min-background-left-top-child > *, .mkb-l-min-background-left-top-first > *:first-child, .mkb-l-min-background-left-top-last > *:last-child, .mkb-l-min-background-left-top-odd > *:nth-child(odd), .mkb-l-min-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-l-min-background-left-center, .mkb-l-min-background-left-center-child > *, .mkb-l-min-background-left-center-first > *:first-child, .mkb-l-min-background-left-center-last > *:last-child, .mkb-l-min-background-left-center-odd > *:nth-child(odd), .mkb-l-min-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-l-min-background-left-bottom, .mkb-l-min-background-left-bottom-child > *, .mkb-l-min-background-left-bottom-first > *:first-child, .mkb-l-min-background-left-bottom-last > *:last-child, .mkb-l-min-background-left-bottom-odd > *:nth-child(odd), .mkb-l-min-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-l-min-background-right-top, .mkb-l-min-background-right-top-child > *, .mkb-l-min-background-right-top-first > *:first-child, .mkb-l-min-background-right-top-last > *:last-child, .mkb-l-min-background-right-top-odd > *:nth-child(odd), .mkb-l-min-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-l-min-background-right-center, .mkb-l-min-background-right-center-child > *, .mkb-l-min-background-right-center-first > *:first-child, .mkb-l-min-background-right-center-last > *:last-child, .mkb-l-min-background-right-center-odd > *:nth-child(odd), .mkb-l-min-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-l-min-background-right-bottom, .mkb-l-min-background-right-bottom-child > *, .mkb-l-min-background-right-bottom-first > *:first-child, .mkb-l-min-background-right-bottom-last > *:last-child, .mkb-l-min-background-right-bottom-odd > *:nth-child(odd), .mkb-l-min-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-l-min-background-center-top, .mkb-l-min-background-center-top-child > *, .mkb-l-min-background-center-top-first > *:first-child, .mkb-l-min-background-center-top-last > *:last-child, .mkb-l-min-background-center-top-odd > *:nth-child(odd), .mkb-l-min-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-l-min-background-center-center, .mkb-l-min-background-center-center-child > *, .mkb-l-min-background-center-center-first > *:first-child, .mkb-l-min-background-center-center-last > *:last-child, .mkb-l-min-background-center-center-odd > *:nth-child(odd), .mkb-l-min-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-l-min-background-center-bottom, .mkb-l-min-background-center-bottom-child > *, .mkb-l-min-background-center-bottom-first > *:first-child, .mkb-l-min-background-center-bottom-last > *:last-child, .mkb-l-min-background-center-bottom-odd > *:nth-child(odd), .mkb-l-min-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-l-min-background-position-inherit, .mkb-l-min-background-position-inherit-child > *, .mkb-l-min-background-position-inherit-first > *:first-child, .mkb-l-min-background-position-inherit-last > *:last-child, .mkb-l-min-background-position-inherit-odd > *:nth-child(odd), .mkb-l-min-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-l-min-background-clip-border, .mkb-l-min-background-clip-border-child > *, .mkb-l-min-background-clip-border-first > *:first-child, .mkb-l-min-background-clip-border-last > *:last-child, .mkb-l-min-background-clip-border-odd > *:nth-child(odd), .mkb-l-min-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-l-min-background-clip-padding, .mkb-l-min-background-clip-padding-child > *, .mkb-l-min-background-clip-padding-first > *:first-child, .mkb-l-min-background-clip-padding-last > *:last-child, .mkb-l-min-background-clip-padding-odd > *:nth-child(odd), .mkb-l-min-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-l-min-background-clip-content, .mkb-l-min-background-clip-content-child > *, .mkb-l-min-background-clip-content-first > *:first-child, .mkb-l-min-background-clip-content-last > *:last-child, .mkb-l-min-background-clip-content-odd > *:nth-child(odd), .mkb-l-min-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-l-min-background-clip-inherit, .mkb-l-min-background-clip-inherit-child > *, .mkb-l-min-background-clip-inherit-first > *:first-child, .mkb-l-min-background-clip-inherit-last > *:last-child, .mkb-l-min-background-clip-inherit-odd > *:nth-child(odd), .mkb-l-min-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-l-min-background-origin-padding, .mkb-l-min-background-origin-padding-child > *, .mkb-l-min-background-origin-padding-first > *:first-child, .mkb-l-min-background-origin-padding-last > *:last-child, .mkb-l-min-background-origin-padding-odd > *:nth-child(odd), .mkb-l-min-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-l-min-background-origin-border, .mkb-l-min-background-origin-border-child > *, .mkb-l-min-background-origin-border-first > *:first-child, .mkb-l-min-background-origin-border-last > *:last-child, .mkb-l-min-background-origin-border-odd > *:nth-child(odd), .mkb-l-min-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-l-min-background-origin-content, .mkb-l-min-background-origin-content-child > *, .mkb-l-min-background-origin-content-first > *:first-child, .mkb-l-min-background-origin-content-last > *:last-child, .mkb-l-min-background-origin-content-odd > *:nth-child(odd), .mkb-l-min-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-l-min-background-origin-inherit, .mkb-l-min-background-origin-inherit-child > *, .mkb-l-min-background-origin-inherit-first > *:first-child, .mkb-l-min-background-origin-inherit-last > *:last-child, .mkb-l-min-background-origin-inherit-odd > *:nth-child(odd), .mkb-l-min-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-l-min-width, .mkb-l-min-width-child > *, .mkb-l-min-width-first > *:first-child, .mkb-l-min-width-last > *:last-child, .mkb-l-min-width-odd > *:nth-child(odd), .mkb-l-min-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-min-width-1-8, .mkb-l-min-width-1-8-child > *, .mkb-l-min-width-1-8-first > *:first-child, .mkb-l-min-width-1-8-last > *:last-child, .mkb-l-min-width-1-8-odd > *:nth-child(odd), .mkb-l-min-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-l-min-width-2-8, .mkb-l-min-width-2-8-child > *, .mkb-l-min-width-2-8-first > *:first-child, .mkb-l-min-width-2-8-last > *:last-child, .mkb-l-min-width-2-8-odd > *:nth-child(odd), .mkb-l-min-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-l-min-width-3-8, .mkb-l-min-width-3-8-child > *, .mkb-l-min-width-3-8-first > *:first-child, .mkb-l-min-width-3-8-last > *:last-child, .mkb-l-min-width-3-8-odd > *:nth-child(odd), .mkb-l-min-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-l-min-width-4-8, .mkb-l-min-width-4-8-child > *, .mkb-l-min-width-4-8-first > *:first-child, .mkb-l-min-width-4-8-last > *:last-child, .mkb-l-min-width-4-8-odd > *:nth-child(odd), .mkb-l-min-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-min-width-5-8, .mkb-l-min-width-5-8-child > *, .mkb-l-min-width-5-8-first > *:first-child, .mkb-l-min-width-5-8-last > *:last-child, .mkb-l-min-width-5-8-odd > *:nth-child(odd), .mkb-l-min-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-l-min-width-6-8, .mkb-l-min-width-6-8-child > *, .mkb-l-min-width-6-8-first > *:first-child, .mkb-l-min-width-6-8-last > *:last-child, .mkb-l-min-width-6-8-odd > *:nth-child(odd), .mkb-l-min-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-l-min-width-7-8, .mkb-l-min-width-7-8-child > *, .mkb-l-min-width-7-8-first > *:first-child, .mkb-l-min-width-7-8-last > *:last-child, .mkb-l-min-width-7-8-odd > *:nth-child(odd), .mkb-l-min-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-l-min-width-8-8, .mkb-l-min-width-8-8-child > *, .mkb-l-min-width-8-8-first > *:first-child, .mkb-l-min-width-8-8-last > *:last-child, .mkb-l-min-width-8-8-odd > *:nth-child(odd), .mkb-l-min-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-min-width-1-10, .mkb-l-min-width-1-10-child > *, .mkb-l-min-width-1-10-first > *:first-child, .mkb-l-min-width-1-10-last > *:last-child, .mkb-l-min-width-1-10-odd > *:nth-child(odd), .mkb-l-min-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-l-min-width-2-10, .mkb-l-min-width-2-10-child > *, .mkb-l-min-width-2-10-first > *:first-child, .mkb-l-min-width-2-10-last > *:last-child, .mkb-l-min-width-2-10-odd > *:nth-child(odd), .mkb-l-min-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-l-min-width-3-10, .mkb-l-min-width-3-10-child > *, .mkb-l-min-width-3-10-first > *:first-child, .mkb-l-min-width-3-10-last > *:last-child, .mkb-l-min-width-3-10-odd > *:nth-child(odd), .mkb-l-min-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-l-min-width-4-10, .mkb-l-min-width-4-10-child > *, .mkb-l-min-width-4-10-first > *:first-child, .mkb-l-min-width-4-10-last > *:last-child, .mkb-l-min-width-4-10-odd > *:nth-child(odd), .mkb-l-min-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-l-min-width-5-10, .mkb-l-min-width-5-10-child > *, .mkb-l-min-width-5-10-first > *:first-child, .mkb-l-min-width-5-10-last > *:last-child, .mkb-l-min-width-5-10-odd > *:nth-child(odd), .mkb-l-min-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-min-width-6-10, .mkb-l-min-width-6-10-child > *, .mkb-l-min-width-6-10-first > *:first-child, .mkb-l-min-width-6-10-last > *:last-child, .mkb-l-min-width-6-10-odd > *:nth-child(odd), .mkb-l-min-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-l-min-width-7-10, .mkb-l-min-width-7-10-child > *, .mkb-l-min-width-7-10-first > *:first-child, .mkb-l-min-width-7-10-last > *:last-child, .mkb-l-min-width-7-10-odd > *:nth-child(odd), .mkb-l-min-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-l-min-width-8-10, .mkb-l-min-width-8-10-child > *, .mkb-l-min-width-8-10-first > *:first-child, .mkb-l-min-width-8-10-last > *:last-child, .mkb-l-min-width-8-10-odd > *:nth-child(odd), .mkb-l-min-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-l-min-width-9-10, .mkb-l-min-width-9-10-child > *, .mkb-l-min-width-9-10-first > *:first-child, .mkb-l-min-width-9-10-last > *:last-child, .mkb-l-min-width-9-10-odd > *:nth-child(odd), .mkb-l-min-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-l-min-width-10-10, .mkb-l-min-width-10-10-child > *, .mkb-l-min-width-10-10-first > *:first-child, .mkb-l-min-width-10-10-last > *:last-child, .mkb-l-min-width-10-10-odd > *:nth-child(odd), .mkb-l-min-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-min-width-1-12, .mkb-l-min-width-1-12-child > *, .mkb-l-min-width-1-12-first > *:first-child, .mkb-l-min-width-1-12-last > *:last-child, .mkb-l-min-width-1-12-odd > *:nth-child(odd), .mkb-l-min-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-l-min-width-2-12, .mkb-l-min-width-2-12-child > *, .mkb-l-min-width-2-12-first > *:first-child, .mkb-l-min-width-2-12-last > *:last-child, .mkb-l-min-width-2-12-odd > *:nth-child(odd), .mkb-l-min-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-l-min-width-3-12, .mkb-l-min-width-3-12-child > *, .mkb-l-min-width-3-12-first > *:first-child, .mkb-l-min-width-3-12-last > *:last-child, .mkb-l-min-width-3-12-odd > *:nth-child(odd), .mkb-l-min-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-l-min-width-4-12, .mkb-l-min-width-4-12-child > *, .mkb-l-min-width-4-12-first > *:first-child, .mkb-l-min-width-4-12-last > *:last-child, .mkb-l-min-width-4-12-odd > *:nth-child(odd), .mkb-l-min-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-l-min-width-5-12, .mkb-l-min-width-5-12-child > *, .mkb-l-min-width-5-12-first > *:first-child, .mkb-l-min-width-5-12-last > *:last-child, .mkb-l-min-width-5-12-odd > *:nth-child(odd), .mkb-l-min-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-l-min-width-6-12, .mkb-l-min-width-6-12-child > *, .mkb-l-min-width-6-12-first > *:first-child, .mkb-l-min-width-6-12-last > *:last-child, .mkb-l-min-width-6-12-odd > *:nth-child(odd), .mkb-l-min-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-l-min-width-7-12, .mkb-l-min-width-7-12-child > *, .mkb-l-min-width-7-12-first > *:first-child, .mkb-l-min-width-7-12-last > *:last-child, .mkb-l-min-width-7-12-odd > *:nth-child(odd), .mkb-l-min-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-l-min-width-8-12, .mkb-l-min-width-8-12-child > *, .mkb-l-min-width-8-12-first > *:first-child, .mkb-l-min-width-8-12-last > *:last-child, .mkb-l-min-width-8-12-odd > *:nth-child(odd), .mkb-l-min-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-l-min-width-9-12, .mkb-l-min-width-9-12-child > *, .mkb-l-min-width-9-12-first > *:first-child, .mkb-l-min-width-9-12-last > *:last-child, .mkb-l-min-width-9-12-odd > *:nth-child(odd), .mkb-l-min-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-l-min-width-10-12, .mkb-l-min-width-10-12-child > *, .mkb-l-min-width-10-12-first > *:first-child, .mkb-l-min-width-10-12-last > *:last-child, .mkb-l-min-width-10-12-odd > *:nth-child(odd), .mkb-l-min-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-l-min-width-11-12, .mkb-l-min-width-11-12-child > *, .mkb-l-min-width-11-12-first > *:first-child, .mkb-l-min-width-11-12-last > *:last-child, .mkb-l-min-width-11-12-odd > *:nth-child(odd), .mkb-l-min-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-l-min-width-12-12, .mkb-l-min-width-12-12-child > *, .mkb-l-min-width-12-12-first > *:first-child, .mkb-l-min-width-12-12-last > *:last-child, .mkb-l-min-width-12-12-odd > *:nth-child(odd), .mkb-l-min-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-l-min-width-none, .mkb-l-min-width-none-child > *, .mkb-l-min-width-none-first > *:first-child, .mkb-l-min-width-none-last > *:last-child, .mkb-l-min-width-none-odd > *:nth-child(odd), .mkb-l-min-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-l-min-width-auto, .mkb-l-min-width-auto-child > *, .mkb-l-min-width-auto-first > *:first-child, .mkb-l-min-width-auto-last > *:last-child, .mkb-l-min-width-auto-odd > *:nth-child(odd), .mkb-l-min-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-l-min-width-min, .mkb-l-min-width-min-child > *, .mkb-l-min-width-min-first > *:first-child, .mkb-l-min-width-min-last > *:last-child, .mkb-l-min-width-min-odd > *:nth-child(odd), .mkb-l-min-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-min-width-min-1-8, .mkb-l-min-width-min-1-8-child > *, .mkb-l-min-width-min-1-8-first > *:first-child, .mkb-l-min-width-min-1-8-last > *:last-child, .mkb-l-min-width-min-1-8-odd > *:nth-child(odd), .mkb-l-min-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-l-min-width-min-2-8, .mkb-l-min-width-min-2-8-child > *, .mkb-l-min-width-min-2-8-first > *:first-child, .mkb-l-min-width-min-2-8-last > *:last-child, .mkb-l-min-width-min-2-8-odd > *:nth-child(odd), .mkb-l-min-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-l-min-width-min-3-8, .mkb-l-min-width-min-3-8-child > *, .mkb-l-min-width-min-3-8-first > *:first-child, .mkb-l-min-width-min-3-8-last > *:last-child, .mkb-l-min-width-min-3-8-odd > *:nth-child(odd), .mkb-l-min-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-l-min-width-min-4-8, .mkb-l-min-width-min-4-8-child > *, .mkb-l-min-width-min-4-8-first > *:first-child, .mkb-l-min-width-min-4-8-last > *:last-child, .mkb-l-min-width-min-4-8-odd > *:nth-child(odd), .mkb-l-min-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-min-width-min-5-8, .mkb-l-min-width-min-5-8-child > *, .mkb-l-min-width-min-5-8-first > *:first-child, .mkb-l-min-width-min-5-8-last > *:last-child, .mkb-l-min-width-min-5-8-odd > *:nth-child(odd), .mkb-l-min-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-l-min-width-min-6-8, .mkb-l-min-width-min-6-8-child > *, .mkb-l-min-width-min-6-8-first > *:first-child, .mkb-l-min-width-min-6-8-last > *:last-child, .mkb-l-min-width-min-6-8-odd > *:nth-child(odd), .mkb-l-min-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-l-min-width-min-7-8, .mkb-l-min-width-min-7-8-child > *, .mkb-l-min-width-min-7-8-first > *:first-child, .mkb-l-min-width-min-7-8-last > *:last-child, .mkb-l-min-width-min-7-8-odd > *:nth-child(odd), .mkb-l-min-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-l-min-width-min-8-8, .mkb-l-min-width-min-8-8-child > *, .mkb-l-min-width-min-8-8-first > *:first-child, .mkb-l-min-width-min-8-8-last > *:last-child, .mkb-l-min-width-min-8-8-odd > *:nth-child(odd), .mkb-l-min-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-min-width-min-1-10, .mkb-l-min-width-min-1-10-child > *, .mkb-l-min-width-min-1-10-first > *:first-child, .mkb-l-min-width-min-1-10-last > *:last-child, .mkb-l-min-width-min-1-10-odd > *:nth-child(odd), .mkb-l-min-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-l-min-width-min-2-10, .mkb-l-min-width-min-2-10-child > *, .mkb-l-min-width-min-2-10-first > *:first-child, .mkb-l-min-width-min-2-10-last > *:last-child, .mkb-l-min-width-min-2-10-odd > *:nth-child(odd), .mkb-l-min-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-l-min-width-min-3-10, .mkb-l-min-width-min-3-10-child > *, .mkb-l-min-width-min-3-10-first > *:first-child, .mkb-l-min-width-min-3-10-last > *:last-child, .mkb-l-min-width-min-3-10-odd > *:nth-child(odd), .mkb-l-min-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-l-min-width-min-4-10, .mkb-l-min-width-min-4-10-child > *, .mkb-l-min-width-min-4-10-first > *:first-child, .mkb-l-min-width-min-4-10-last > *:last-child, .mkb-l-min-width-min-4-10-odd > *:nth-child(odd), .mkb-l-min-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-l-min-width-min-5-10, .mkb-l-min-width-min-5-10-child > *, .mkb-l-min-width-min-5-10-first > *:first-child, .mkb-l-min-width-min-5-10-last > *:last-child, .mkb-l-min-width-min-5-10-odd > *:nth-child(odd), .mkb-l-min-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-min-width-min-6-10, .mkb-l-min-width-min-6-10-child > *, .mkb-l-min-width-min-6-10-first > *:first-child, .mkb-l-min-width-min-6-10-last > *:last-child, .mkb-l-min-width-min-6-10-odd > *:nth-child(odd), .mkb-l-min-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-l-min-width-min-7-10, .mkb-l-min-width-min-7-10-child > *, .mkb-l-min-width-min-7-10-first > *:first-child, .mkb-l-min-width-min-7-10-last > *:last-child, .mkb-l-min-width-min-7-10-odd > *:nth-child(odd), .mkb-l-min-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-l-min-width-min-8-10, .mkb-l-min-width-min-8-10-child > *, .mkb-l-min-width-min-8-10-first > *:first-child, .mkb-l-min-width-min-8-10-last > *:last-child, .mkb-l-min-width-min-8-10-odd > *:nth-child(odd), .mkb-l-min-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-l-min-width-min-9-10, .mkb-l-min-width-min-9-10-child > *, .mkb-l-min-width-min-9-10-first > *:first-child, .mkb-l-min-width-min-9-10-last > *:last-child, .mkb-l-min-width-min-9-10-odd > *:nth-child(odd), .mkb-l-min-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-l-min-width-min-10-10, .mkb-l-min-width-min-10-10-child > *, .mkb-l-min-width-min-10-10-first > *:first-child, .mkb-l-min-width-min-10-10-last > *:last-child, .mkb-l-min-width-min-10-10-odd > *:nth-child(odd), .mkb-l-min-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-min-width-min-1-12, .mkb-l-min-width-min-1-12-child > *, .mkb-l-min-width-min-1-12-first > *:first-child, .mkb-l-min-width-min-1-12-last > *:last-child, .mkb-l-min-width-min-1-12-odd > *:nth-child(odd), .mkb-l-min-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-l-min-width-min-2-12, .mkb-l-min-width-min-2-12-child > *, .mkb-l-min-width-min-2-12-first > *:first-child, .mkb-l-min-width-min-2-12-last > *:last-child, .mkb-l-min-width-min-2-12-odd > *:nth-child(odd), .mkb-l-min-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-l-min-width-min-3-12, .mkb-l-min-width-min-3-12-child > *, .mkb-l-min-width-min-3-12-first > *:first-child, .mkb-l-min-width-min-3-12-last > *:last-child, .mkb-l-min-width-min-3-12-odd > *:nth-child(odd), .mkb-l-min-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-l-min-width-min-4-12, .mkb-l-min-width-min-4-12-child > *, .mkb-l-min-width-min-4-12-first > *:first-child, .mkb-l-min-width-min-4-12-last > *:last-child, .mkb-l-min-width-min-4-12-odd > *:nth-child(odd), .mkb-l-min-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-l-min-width-min-5-12, .mkb-l-min-width-min-5-12-child > *, .mkb-l-min-width-min-5-12-first > *:first-child, .mkb-l-min-width-min-5-12-last > *:last-child, .mkb-l-min-width-min-5-12-odd > *:nth-child(odd), .mkb-l-min-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-l-min-width-min-6-12, .mkb-l-min-width-min-6-12-child > *, .mkb-l-min-width-min-6-12-first > *:first-child, .mkb-l-min-width-min-6-12-last > *:last-child, .mkb-l-min-width-min-6-12-odd > *:nth-child(odd), .mkb-l-min-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-l-min-width-min-7-12, .mkb-l-min-width-min-7-12-child > *, .mkb-l-min-width-min-7-12-first > *:first-child, .mkb-l-min-width-min-7-12-last > *:last-child, .mkb-l-min-width-min-7-12-odd > *:nth-child(odd), .mkb-l-min-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-l-min-width-min-8-12, .mkb-l-min-width-min-8-12-child > *, .mkb-l-min-width-min-8-12-first > *:first-child, .mkb-l-min-width-min-8-12-last > *:last-child, .mkb-l-min-width-min-8-12-odd > *:nth-child(odd), .mkb-l-min-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-l-min-width-min-9-12, .mkb-l-min-width-min-9-12-child > *, .mkb-l-min-width-min-9-12-first > *:first-child, .mkb-l-min-width-min-9-12-last > *:last-child, .mkb-l-min-width-min-9-12-odd > *:nth-child(odd), .mkb-l-min-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-l-min-width-min-10-12, .mkb-l-min-width-min-10-12-child > *, .mkb-l-min-width-min-10-12-first > *:first-child, .mkb-l-min-width-min-10-12-last > *:last-child, .mkb-l-min-width-min-10-12-odd > *:nth-child(odd), .mkb-l-min-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-l-min-width-min-11-12, .mkb-l-min-width-min-11-12-child > *, .mkb-l-min-width-min-11-12-first > *:first-child, .mkb-l-min-width-min-11-12-last > *:last-child, .mkb-l-min-width-min-11-12-odd > *:nth-child(odd), .mkb-l-min-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-l-min-width-min-12-12, .mkb-l-min-width-min-12-12-child > *, .mkb-l-min-width-min-12-12-first > *:first-child, .mkb-l-min-width-min-12-12-last > *:last-child, .mkb-l-min-width-min-12-12-odd > *:nth-child(odd), .mkb-l-min-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-l-min-width-max, .mkb-l-min-width-max-child > *, .mkb-l-min-width-max-first > *:first-child, .mkb-l-min-width-max-last > *:last-child, .mkb-l-min-width-max-odd > *:nth-child(odd), .mkb-l-min-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-min-width-max-1-8, .mkb-l-min-width-max-1-8-child > *, .mkb-l-min-width-max-1-8-first > *:first-child, .mkb-l-min-width-max-1-8-last > *:last-child, .mkb-l-min-width-max-1-8-odd > *:nth-child(odd), .mkb-l-min-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-l-min-width-max-2-8, .mkb-l-min-width-max-2-8-child > *, .mkb-l-min-width-max-2-8-first > *:first-child, .mkb-l-min-width-max-2-8-last > *:last-child, .mkb-l-min-width-max-2-8-odd > *:nth-child(odd), .mkb-l-min-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-l-min-width-max-3-8, .mkb-l-min-width-max-3-8-child > *, .mkb-l-min-width-max-3-8-first > *:first-child, .mkb-l-min-width-max-3-8-last > *:last-child, .mkb-l-min-width-max-3-8-odd > *:nth-child(odd), .mkb-l-min-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-l-min-width-max-4-8, .mkb-l-min-width-max-4-8-child > *, .mkb-l-min-width-max-4-8-first > *:first-child, .mkb-l-min-width-max-4-8-last > *:last-child, .mkb-l-min-width-max-4-8-odd > *:nth-child(odd), .mkb-l-min-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-min-width-max-5-8, .mkb-l-min-width-max-5-8-child > *, .mkb-l-min-width-max-5-8-first > *:first-child, .mkb-l-min-width-max-5-8-last > *:last-child, .mkb-l-min-width-max-5-8-odd > *:nth-child(odd), .mkb-l-min-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-l-min-width-max-6-8, .mkb-l-min-width-max-6-8-child > *, .mkb-l-min-width-max-6-8-first > *:first-child, .mkb-l-min-width-max-6-8-last > *:last-child, .mkb-l-min-width-max-6-8-odd > *:nth-child(odd), .mkb-l-min-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-l-min-width-max-7-8, .mkb-l-min-width-max-7-8-child > *, .mkb-l-min-width-max-7-8-first > *:first-child, .mkb-l-min-width-max-7-8-last > *:last-child, .mkb-l-min-width-max-7-8-odd > *:nth-child(odd), .mkb-l-min-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-l-min-width-max-8-8, .mkb-l-min-width-max-8-8-child > *, .mkb-l-min-width-max-8-8-first > *:first-child, .mkb-l-min-width-max-8-8-last > *:last-child, .mkb-l-min-width-max-8-8-odd > *:nth-child(odd), .mkb-l-min-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-min-width-max-1-10, .mkb-l-min-width-max-1-10-child > *, .mkb-l-min-width-max-1-10-first > *:first-child, .mkb-l-min-width-max-1-10-last > *:last-child, .mkb-l-min-width-max-1-10-odd > *:nth-child(odd), .mkb-l-min-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-l-min-width-max-2-10, .mkb-l-min-width-max-2-10-child > *, .mkb-l-min-width-max-2-10-first > *:first-child, .mkb-l-min-width-max-2-10-last > *:last-child, .mkb-l-min-width-max-2-10-odd > *:nth-child(odd), .mkb-l-min-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-l-min-width-max-3-10, .mkb-l-min-width-max-3-10-child > *, .mkb-l-min-width-max-3-10-first > *:first-child, .mkb-l-min-width-max-3-10-last > *:last-child, .mkb-l-min-width-max-3-10-odd > *:nth-child(odd), .mkb-l-min-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-l-min-width-max-4-10, .mkb-l-min-width-max-4-10-child > *, .mkb-l-min-width-max-4-10-first > *:first-child, .mkb-l-min-width-max-4-10-last > *:last-child, .mkb-l-min-width-max-4-10-odd > *:nth-child(odd), .mkb-l-min-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-l-min-width-max-5-10, .mkb-l-min-width-max-5-10-child > *, .mkb-l-min-width-max-5-10-first > *:first-child, .mkb-l-min-width-max-5-10-last > *:last-child, .mkb-l-min-width-max-5-10-odd > *:nth-child(odd), .mkb-l-min-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-min-width-max-6-10, .mkb-l-min-width-max-6-10-child > *, .mkb-l-min-width-max-6-10-first > *:first-child, .mkb-l-min-width-max-6-10-last > *:last-child, .mkb-l-min-width-max-6-10-odd > *:nth-child(odd), .mkb-l-min-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-l-min-width-max-7-10, .mkb-l-min-width-max-7-10-child > *, .mkb-l-min-width-max-7-10-first > *:first-child, .mkb-l-min-width-max-7-10-last > *:last-child, .mkb-l-min-width-max-7-10-odd > *:nth-child(odd), .mkb-l-min-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-l-min-width-max-8-10, .mkb-l-min-width-max-8-10-child > *, .mkb-l-min-width-max-8-10-first > *:first-child, .mkb-l-min-width-max-8-10-last > *:last-child, .mkb-l-min-width-max-8-10-odd > *:nth-child(odd), .mkb-l-min-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-l-min-width-max-9-10, .mkb-l-min-width-max-9-10-child > *, .mkb-l-min-width-max-9-10-first > *:first-child, .mkb-l-min-width-max-9-10-last > *:last-child, .mkb-l-min-width-max-9-10-odd > *:nth-child(odd), .mkb-l-min-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-l-min-width-max-10-10, .mkb-l-min-width-max-10-10-child > *, .mkb-l-min-width-max-10-10-first > *:first-child, .mkb-l-min-width-max-10-10-last > *:last-child, .mkb-l-min-width-max-10-10-odd > *:nth-child(odd), .mkb-l-min-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-l-min-width-max-1-12, .mkb-l-min-width-max-1-12-child > *, .mkb-l-min-width-max-1-12-first > *:first-child, .mkb-l-min-width-max-1-12-last > *:last-child, .mkb-l-min-width-max-1-12-odd > *:nth-child(odd), .mkb-l-min-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-l-min-width-max-2-12, .mkb-l-min-width-max-2-12-child > *, .mkb-l-min-width-max-2-12-first > *:first-child, .mkb-l-min-width-max-2-12-last > *:last-child, .mkb-l-min-width-max-2-12-odd > *:nth-child(odd), .mkb-l-min-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-l-min-width-max-3-12, .mkb-l-min-width-max-3-12-child > *, .mkb-l-min-width-max-3-12-first > *:first-child, .mkb-l-min-width-max-3-12-last > *:last-child, .mkb-l-min-width-max-3-12-odd > *:nth-child(odd), .mkb-l-min-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-l-min-width-max-4-12, .mkb-l-min-width-max-4-12-child > *, .mkb-l-min-width-max-4-12-first > *:first-child, .mkb-l-min-width-max-4-12-last > *:last-child, .mkb-l-min-width-max-4-12-odd > *:nth-child(odd), .mkb-l-min-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-l-min-width-max-5-12, .mkb-l-min-width-max-5-12-child > *, .mkb-l-min-width-max-5-12-first > *:first-child, .mkb-l-min-width-max-5-12-last > *:last-child, .mkb-l-min-width-max-5-12-odd > *:nth-child(odd), .mkb-l-min-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-l-min-width-max-6-12, .mkb-l-min-width-max-6-12-child > *, .mkb-l-min-width-max-6-12-first > *:first-child, .mkb-l-min-width-max-6-12-last > *:last-child, .mkb-l-min-width-max-6-12-odd > *:nth-child(odd), .mkb-l-min-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-l-min-width-max-7-12, .mkb-l-min-width-max-7-12-child > *, .mkb-l-min-width-max-7-12-first > *:first-child, .mkb-l-min-width-max-7-12-last > *:last-child, .mkb-l-min-width-max-7-12-odd > *:nth-child(odd), .mkb-l-min-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-l-min-width-max-8-12, .mkb-l-min-width-max-8-12-child > *, .mkb-l-min-width-max-8-12-first > *:first-child, .mkb-l-min-width-max-8-12-last > *:last-child, .mkb-l-min-width-max-8-12-odd > *:nth-child(odd), .mkb-l-min-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-l-min-width-max-9-12, .mkb-l-min-width-max-9-12-child > *, .mkb-l-min-width-max-9-12-first > *:first-child, .mkb-l-min-width-max-9-12-last > *:last-child, .mkb-l-min-width-max-9-12-odd > *:nth-child(odd), .mkb-l-min-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-l-min-width-max-10-12, .mkb-l-min-width-max-10-12-child > *, .mkb-l-min-width-max-10-12-first > *:first-child, .mkb-l-min-width-max-10-12-last > *:last-child, .mkb-l-min-width-max-10-12-odd > *:nth-child(odd), .mkb-l-min-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-l-min-width-max-11-12, .mkb-l-min-width-max-11-12-child > *, .mkb-l-min-width-max-11-12-first > *:first-child, .mkb-l-min-width-max-11-12-last > *:last-child, .mkb-l-min-width-max-11-12-odd > *:nth-child(odd), .mkb-l-min-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-l-min-width-max-12-12, .mkb-l-min-width-max-12-12-child > *, .mkb-l-min-width-max-12-12-first > *:first-child, .mkb-l-min-width-max-12-12-last > *:last-child, .mkb-l-min-width-max-12-12-odd > *:nth-child(odd), .mkb-l-min-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-l-min-height, .mkb-l-min-height-child > *, .mkb-l-min-height-first > *:first-child, .mkb-l-min-height-last > *:last-child, .mkb-l-min-height-odd > *:nth-child(odd), .mkb-l-min-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-l-min-height-none, .mkb-l-min-height-none-child > *, .mkb-l-min-height-none-first > *:first-child, .mkb-l-min-height-none-last > *:last-child, .mkb-l-min-height-none-odd > *:nth-child(odd), .mkb-l-min-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-l-min-height-auto, .mkb-l-min-height-auto-child > *, .mkb-l-min-height-auto-first > *:first-child, .mkb-l-min-height-auto-last > *:last-child, .mkb-l-min-height-auto-odd > *:nth-child(odd), .mkb-l-min-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-l-min-height-min, .mkb-l-min-height-min-child > *, .mkb-l-min-height-min-first > *:first-child, .mkb-l-min-height-min-last > *:last-child, .mkb-l-min-height-min-odd > *:nth-child(odd), .mkb-l-min-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-l-min-height-max, .mkb-l-min-height-max-child > *, .mkb-l-min-height-max-first > *:first-child, .mkb-l-min-height-max-last > *:last-child, .mkb-l-min-height-max-odd > *:nth-child(odd), .mkb-l-min-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-l-min-pad-none, .mkb-l-min-pad-none-child > *, .mkb-l-min-pad-none-first > *:first-child, .mkb-l-min-pad-none-last > *:last-child, .mkb-l-min-pad-none-odd > *:nth-child(odd), .mkb-l-min-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-l-min-pad-top-none, .mkb-l-min-pad-top-none-child > *, .mkb-l-min-pad-top-none-first > *:first-child, .mkb-l-min-pad-top-none-last > *:last-child, .mkb-l-min-pad-top-none-odd > *:nth-child(odd), .mkb-l-min-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-l-min-pad-bottom-none, .mkb-l-min-pad-bottom-none-child > *, .mkb-l-min-pad-bottom-none-first > *:first-child, .mkb-l-min-pad-bottom-none-last > *:last-child, .mkb-l-min-pad-bottom-none-odd > *:nth-child(odd), .mkb-l-min-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-l-min-pad-left-none, .mkb-l-min-pad-left-none-child > *, .mkb-l-min-pad-left-none-first > *:first-child, .mkb-l-min-pad-left-none-last > *:last-child, .mkb-l-min-pad-left-none-odd > *:nth-child(odd), .mkb-l-min-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-l-min-pad-right-none, .mkb-l-min-pad-right-none-child > *, .mkb-l-min-pad-right-none-first > *:first-child, .mkb-l-min-pad-right-none-last > *:last-child, .mkb-l-min-pad-right-none-odd > *:nth-child(odd), .mkb-l-min-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-l-min-pad-vertical-none, .mkb-l-min-pad-vertical-none-child > *, .mkb-l-min-pad-vertical-none-first > *:first-child, .mkb-l-min-pad-vertical-none-last > *:last-child, .mkb-l-min-pad-vertical-none-odd > *:nth-child(odd), .mkb-l-min-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-l-min-pad-horizontal-none, .mkb-l-min-pad-horizontal-none-child > *, .mkb-l-min-pad-horizontal-none-first > *:first-child, .mkb-l-min-pad-horizontal-none-last > *:last-child, .mkb-l-min-pad-horizontal-none-odd > *:nth-child(odd), .mkb-l-min-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-l-min-pad-s, .mkb-l-min-pad-s-child > *, .mkb-l-min-pad-s-first > *:first-child, .mkb-l-min-pad-s-last > *:last-child, .mkb-l-min-pad-s-odd > *:nth-child(odd), .mkb-l-min-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-top, .mkb-l-min-pad-s-top-child > *, .mkb-l-min-pad-s-top-first > *:first-child, .mkb-l-min-pad-s-top-last > *:last-child, .mkb-l-min-pad-s-top-odd > *:nth-child(odd), .mkb-l-min-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-bottom, .mkb-l-min-pad-s-bottom-child > *, .mkb-l-min-pad-s-bottom-first > *:first-child, .mkb-l-min-pad-s-bottom-last > *:last-child, .mkb-l-min-pad-s-bottom-odd > *:nth-child(odd), .mkb-l-min-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-left, .mkb-l-min-pad-s-left-child > *, .mkb-l-min-pad-s-left-first > *:first-child, .mkb-l-min-pad-s-left-last > *:last-child, .mkb-l-min-pad-s-left-odd > *:nth-child(odd), .mkb-l-min-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-right, .mkb-l-min-pad-s-right-child > *, .mkb-l-min-pad-s-right-first > *:first-child, .mkb-l-min-pad-s-right-last > *:last-child, .mkb-l-min-pad-s-right-odd > *:nth-child(odd), .mkb-l-min-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-vertical, .mkb-l-min-pad-s-vertical-child > *, .mkb-l-min-pad-s-vertical-first > *:first-child, .mkb-l-min-pad-s-vertical-last > *:last-child, .mkb-l-min-pad-s-vertical-odd > *:nth-child(odd), .mkb-l-min-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-l-min-pad-s-horizontal, .mkb-l-min-pad-s-horizontal-child > *, .mkb-l-min-pad-s-horizontal-first > *:first-child, .mkb-l-min-pad-s-horizontal-last > *:last-child, .mkb-l-min-pad-s-horizontal-odd > *:nth-child(odd), .mkb-l-min-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-l-min-pad-m, .mkb-l-min-pad-m-child > *, .mkb-l-min-pad-m-first > *:first-child, .mkb-l-min-pad-m-last > *:last-child, .mkb-l-min-pad-m-odd > *:nth-child(odd), .mkb-l-min-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-top, .mkb-l-min-pad-m-top-child > *, .mkb-l-min-pad-m-top-first > *:first-child, .mkb-l-min-pad-m-top-last > *:last-child, .mkb-l-min-pad-m-top-odd > *:nth-child(odd), .mkb-l-min-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-bottom, .mkb-l-min-pad-m-bottom-child > *, .mkb-l-min-pad-m-bottom-first > *:first-child, .mkb-l-min-pad-m-bottom-last > *:last-child, .mkb-l-min-pad-m-bottom-odd > *:nth-child(odd), .mkb-l-min-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-left, .mkb-l-min-pad-m-left-child > *, .mkb-l-min-pad-m-left-first > *:first-child, .mkb-l-min-pad-m-left-last > *:last-child, .mkb-l-min-pad-m-left-odd > *:nth-child(odd), .mkb-l-min-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-right, .mkb-l-min-pad-m-right-child > *, .mkb-l-min-pad-m-right-first > *:first-child, .mkb-l-min-pad-m-right-last > *:last-child, .mkb-l-min-pad-m-right-odd > *:nth-child(odd), .mkb-l-min-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-vertical, .mkb-l-min-pad-m-vertical-child > *, .mkb-l-min-pad-m-vertical-first > *:first-child, .mkb-l-min-pad-m-vertical-last > *:last-child, .mkb-l-min-pad-m-vertical-odd > *:nth-child(odd), .mkb-l-min-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-l-min-pad-m-horizontal, .mkb-l-min-pad-m-horizontal-child > *, .mkb-l-min-pad-m-horizontal-first > *:first-child, .mkb-l-min-pad-m-horizontal-last > *:last-child, .mkb-l-min-pad-m-horizontal-odd > *:nth-child(odd), .mkb-l-min-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-l-min-pad-l, .mkb-l-min-pad-l-child > *, .mkb-l-min-pad-l-first > *:first-child, .mkb-l-min-pad-l-last > *:last-child, .mkb-l-min-pad-l-odd > *:nth-child(odd), .mkb-l-min-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-top, .mkb-l-min-pad-l-top-child > *, .mkb-l-min-pad-l-top-first > *:first-child, .mkb-l-min-pad-l-top-last > *:last-child, .mkb-l-min-pad-l-top-odd > *:nth-child(odd), .mkb-l-min-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-bottom, .mkb-l-min-pad-l-bottom-child > *, .mkb-l-min-pad-l-bottom-first > *:first-child, .mkb-l-min-pad-l-bottom-last > *:last-child, .mkb-l-min-pad-l-bottom-odd > *:nth-child(odd), .mkb-l-min-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-left, .mkb-l-min-pad-l-left-child > *, .mkb-l-min-pad-l-left-first > *:first-child, .mkb-l-min-pad-l-left-last > *:last-child, .mkb-l-min-pad-l-left-odd > *:nth-child(odd), .mkb-l-min-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-right, .mkb-l-min-pad-l-right-child > *, .mkb-l-min-pad-l-right-first > *:first-child, .mkb-l-min-pad-l-right-last > *:last-child, .mkb-l-min-pad-l-right-odd > *:nth-child(odd), .mkb-l-min-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-vertical, .mkb-l-min-pad-l-vertical-child > *, .mkb-l-min-pad-l-vertical-first > *:first-child, .mkb-l-min-pad-l-vertical-last > *:last-child, .mkb-l-min-pad-l-vertical-odd > *:nth-child(odd), .mkb-l-min-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-l-min-pad-l-horizontal, .mkb-l-min-pad-l-horizontal-child > *, .mkb-l-min-pad-l-horizontal-first > *:first-child, .mkb-l-min-pad-l-horizontal-last > *:last-child, .mkb-l-min-pad-l-horizontal-odd > *:nth-child(odd), .mkb-l-min-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-l-min-pad-xl, .mkb-l-min-pad-xl-child > *, .mkb-l-min-pad-xl-first > *:first-child, .mkb-l-min-pad-xl-last > *:last-child, .mkb-l-min-pad-xl-odd > *:nth-child(odd), .mkb-l-min-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-top, .mkb-l-min-pad-xl-top-child > *, .mkb-l-min-pad-xl-top-first > *:first-child, .mkb-l-min-pad-xl-top-last > *:last-child, .mkb-l-min-pad-xl-top-odd > *:nth-child(odd), .mkb-l-min-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-bottom, .mkb-l-min-pad-xl-bottom-child > *, .mkb-l-min-pad-xl-bottom-first > *:first-child, .mkb-l-min-pad-xl-bottom-last > *:last-child, .mkb-l-min-pad-xl-bottom-odd > *:nth-child(odd), .mkb-l-min-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-left, .mkb-l-min-pad-xl-left-child > *, .mkb-l-min-pad-xl-left-first > *:first-child, .mkb-l-min-pad-xl-left-last > *:last-child, .mkb-l-min-pad-xl-left-odd > *:nth-child(odd), .mkb-l-min-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-right, .mkb-l-min-pad-xl-right-child > *, .mkb-l-min-pad-xl-right-first > *:first-child, .mkb-l-min-pad-xl-right-last > *:last-child, .mkb-l-min-pad-xl-right-odd > *:nth-child(odd), .mkb-l-min-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-vertical, .mkb-l-min-pad-xl-vertical-child > *, .mkb-l-min-pad-xl-vertical-first > *:first-child, .mkb-l-min-pad-xl-vertical-last > *:last-child, .mkb-l-min-pad-xl-vertical-odd > *:nth-child(odd), .mkb-l-min-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-l-min-pad-xl-horizontal, .mkb-l-min-pad-xl-horizontal-child > *, .mkb-l-min-pad-xl-horizontal-first > *:first-child, .mkb-l-min-pad-xl-horizontal-last > *:last-child, .mkb-l-min-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-l-min-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-l-min-gap-auto, .mkb-l-min-gap-auto-child > *, .mkb-l-min-gap-auto-first > *:first-child, .mkb-l-min-gap-auto-last > *:last-child, .mkb-l-min-gap-auto-odd > *:nth-child(odd), .mkb-l-min-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-l-min-gap-top-auto, .mkb-l-min-gap-top-auto-child > *, .mkb-l-min-gap-top-auto-first > *:first-child, .mkb-l-min-gap-top-auto-last > *:last-child, .mkb-l-min-gap-top-auto-odd > *:nth-child(odd), .mkb-l-min-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-l-min-gap-bottom-auto, .mkb-l-min-gap-bottom-auto-child > *, .mkb-l-min-gap-bottom-auto-first > *:first-child, .mkb-l-min-gap-bottom-auto-last > *:last-child, .mkb-l-min-gap-bottom-auto-odd > *:nth-child(odd), .mkb-l-min-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-l-min-gap-left-auto, .mkb-l-min-gap-left-auto-child > *, .mkb-l-min-gap-left-auto-first > *:first-child, .mkb-l-min-gap-left-auto-last > *:last-child, .mkb-l-min-gap-left-auto-odd > *:nth-child(odd), .mkb-l-min-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-l-min-gap-right-auto, .mkb-l-min-gap-right-auto-child > *, .mkb-l-min-gap-right-auto-first > *:first-child, .mkb-l-min-gap-right-auto-last > *:last-child, .mkb-l-min-gap-right-auto-odd > *:nth-child(odd), .mkb-l-min-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-l-min-gap-vertical-auto, .mkb-l-min-gap-vertical-auto-child > *, .mkb-l-min-gap-vertical-auto-first > *:first-child, .mkb-l-min-gap-vertical-auto-last > *:last-child, .mkb-l-min-gap-vertical-auto-odd > *:nth-child(odd), .mkb-l-min-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-l-min-gap-horizontal-auto, .mkb-l-min-gap-horizontal-auto-child > *, .mkb-l-min-gap-horizontal-auto-first > *:first-child, .mkb-l-min-gap-horizontal-auto-last > *:last-child, .mkb-l-min-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-l-min-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-l-min-gap-none, .mkb-l-min-gap-none-child > *, .mkb-l-min-gap-none-first > *:first-child, .mkb-l-min-gap-none-last > *:last-child, .mkb-l-min-gap-none-odd > *:nth-child(odd), .mkb-l-min-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-l-min-gap-top-none, .mkb-l-min-gap-top-none-child > *, .mkb-l-min-gap-top-none-first > *:first-child, .mkb-l-min-gap-top-none-last > *:last-child, .mkb-l-min-gap-top-none-odd > *:nth-child(odd), .mkb-l-min-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-l-min-gap-bottom-none, .mkb-l-min-gap-bottom-none-child > *, .mkb-l-min-gap-bottom-none-first > *:first-child, .mkb-l-min-gap-bottom-none-last > *:last-child, .mkb-l-min-gap-bottom-none-odd > *:nth-child(odd), .mkb-l-min-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-l-min-gap-left-none, .mkb-l-min-gap-left-none-child > *, .mkb-l-min-gap-left-none-first > *:first-child, .mkb-l-min-gap-left-none-last > *:last-child, .mkb-l-min-gap-left-none-odd > *:nth-child(odd), .mkb-l-min-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-l-min-gap-right-none, .mkb-l-min-gap-right-none-child > *, .mkb-l-min-gap-right-none-first > *:first-child, .mkb-l-min-gap-right-none-last > *:last-child, .mkb-l-min-gap-right-none-odd > *:nth-child(odd), .mkb-l-min-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-l-min-gap-vertical-none, .mkb-l-min-gap-vertical-none-child > *, .mkb-l-min-gap-vertical-none-first > *:first-child, .mkb-l-min-gap-vertical-none-last > *:last-child, .mkb-l-min-gap-vertical-none-odd > *:nth-child(odd), .mkb-l-min-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-l-min-gap-horizontal-none, .mkb-l-min-gap-horizontal-none-child > *, .mkb-l-min-gap-horizontal-none-first > *:first-child, .mkb-l-min-gap-horizontal-none-last > *:last-child, .mkb-l-min-gap-horizontal-none-odd > *:nth-child(odd), .mkb-l-min-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-l-min-gap-inherit, .mkb-l-min-gap-inherit-child > *, .mkb-l-min-gap-inherit-first > *:first-child, .mkb-l-min-gap-inherit-last > *:last-child, .mkb-l-min-gap-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-l-min-gap-top-inherit, .mkb-l-min-gap-top-inherit-child > *, .mkb-l-min-gap-top-inherit-first > *:first-child, .mkb-l-min-gap-top-inherit-last > *:last-child, .mkb-l-min-gap-top-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-l-min-gap-bottom-inherit, .mkb-l-min-gap-bottom-inherit-child > *, .mkb-l-min-gap-bottom-inherit-first > *:first-child, .mkb-l-min-gap-bottom-inherit-last > *:last-child, .mkb-l-min-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-l-min-gap-left-inherit, .mkb-l-min-gap-left-inherit-child > *, .mkb-l-min-gap-left-inherit-first > *:first-child, .mkb-l-min-gap-left-inherit-last > *:last-child, .mkb-l-min-gap-left-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-l-min-gap-right-inherit, .mkb-l-min-gap-right-inherit-child > *, .mkb-l-min-gap-right-inherit-first > *:first-child, .mkb-l-min-gap-right-inherit-last > *:last-child, .mkb-l-min-gap-right-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-l-min-gap-vertical-inherit, .mkb-l-min-gap-vertical-inherit-child > *, .mkb-l-min-gap-vertical-inherit-first > *:first-child, .mkb-l-min-gap-vertical-inherit-last > *:last-child, .mkb-l-min-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-l-min-gap-horizontal-inherit, .mkb-l-min-gap-horizontal-inherit-child > *, .mkb-l-min-gap-horizontal-inherit-first > *:first-child, .mkb-l-min-gap-horizontal-inherit-last > *:last-child, .mkb-l-min-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-min-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-l-min-gap-s, .mkb-l-min-gap-s-child > *, .mkb-l-min-gap-s-first > *:first-child, .mkb-l-min-gap-s-last > *:last-child, .mkb-l-min-gap-s-odd > *:nth-child(odd), .mkb-l-min-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s, .mkb-l-min-gapn-s-child > *, .mkb-l-min-gapn-s-first > *:first-child, .mkb-l-min-gapn-s-last > *:last-child, .mkb-l-min-gapn-s-odd > *:nth-child(odd), .mkb-l-min-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-top, .mkb-l-min-gap-s-top-child > *, .mkb-l-min-gap-s-top-first > *:first-child, .mkb-l-min-gap-s-top-last > *:last-child, .mkb-l-min-gap-s-top-odd > *:nth-child(odd), .mkb-l-min-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-top, .mkb-l-min-gapn-s-top-child > *, .mkb-l-min-gapn-s-top-first > *:first-child, .mkb-l-min-gapn-s-top-last > *:last-child, .mkb-l-min-gapn-s-top-odd > *:nth-child(odd), .mkb-l-min-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-bottom, .mkb-l-min-gap-s-bottom-child > *, .mkb-l-min-gap-s-bottom-first > *:first-child, .mkb-l-min-gap-s-bottom-last > *:last-child, .mkb-l-min-gap-s-bottom-odd > *:nth-child(odd), .mkb-l-min-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-bottom, .mkb-l-min-gapn-s-bottom-child > *, .mkb-l-min-gapn-s-bottom-first > *:first-child, .mkb-l-min-gapn-s-bottom-last > *:last-child, .mkb-l-min-gapn-s-bottom-odd > *:nth-child(odd), .mkb-l-min-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-left, .mkb-l-min-gap-s-left-child > *, .mkb-l-min-gap-s-left-first > *:first-child, .mkb-l-min-gap-s-left-last > *:last-child, .mkb-l-min-gap-s-left-odd > *:nth-child(odd), .mkb-l-min-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-left, .mkb-l-min-gapn-s-left-child > *, .mkb-l-min-gapn-s-left-first > *:first-child, .mkb-l-min-gapn-s-left-last > *:last-child, .mkb-l-min-gapn-s-left-odd > *:nth-child(odd), .mkb-l-min-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-right, .mkb-l-min-gap-s-right-child > *, .mkb-l-min-gap-s-right-first > *:first-child, .mkb-l-min-gap-s-right-last > *:last-child, .mkb-l-min-gap-s-right-odd > *:nth-child(odd), .mkb-l-min-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-right, .mkb-l-min-gapn-s-right-child > *, .mkb-l-min-gapn-s-right-first > *:first-child, .mkb-l-min-gapn-s-right-last > *:last-child, .mkb-l-min-gapn-s-right-odd > *:nth-child(odd), .mkb-l-min-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-vertical, .mkb-l-min-gap-s-vertical-child > *, .mkb-l-min-gap-s-vertical-first > *:first-child, .mkb-l-min-gap-s-vertical-last > *:last-child, .mkb-l-min-gap-s-vertical-odd > *:nth-child(odd), .mkb-l-min-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-vertical, .mkb-l-min-gapn-s-vertical-child > *, .mkb-l-min-gapn-s-vertical-first > *:first-child, .mkb-l-min-gapn-s-vertical-last > *:last-child, .mkb-l-min-gapn-s-vertical-odd > *:nth-child(odd), .mkb-l-min-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-l-min-gap-s-horizontal, .mkb-l-min-gap-s-horizontal-child > *, .mkb-l-min-gap-s-horizontal-first > *:first-child, .mkb-l-min-gap-s-horizontal-last > *:last-child, .mkb-l-min-gap-s-horizontal-odd > *:nth-child(odd), .mkb-l-min-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-l-min-gapn-s-horizontal, .mkb-l-min-gapn-s-horizontal-child > *, .mkb-l-min-gapn-s-horizontal-first > *:first-child, .mkb-l-min-gapn-s-horizontal-last > *:last-child, .mkb-l-min-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-l-min-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-l-min-gap-m, .mkb-l-min-gap-m-child > *, .mkb-l-min-gap-m-first > *:first-child, .mkb-l-min-gap-m-last > *:last-child, .mkb-l-min-gap-m-odd > *:nth-child(odd), .mkb-l-min-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m, .mkb-l-min-gapn-m-child > *, .mkb-l-min-gapn-m-first > *:first-child, .mkb-l-min-gapn-m-last > *:last-child, .mkb-l-min-gapn-m-odd > *:nth-child(odd), .mkb-l-min-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-top, .mkb-l-min-gap-m-top-child > *, .mkb-l-min-gap-m-top-first > *:first-child, .mkb-l-min-gap-m-top-last > *:last-child, .mkb-l-min-gap-m-top-odd > *:nth-child(odd), .mkb-l-min-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-top, .mkb-l-min-gapn-m-top-child > *, .mkb-l-min-gapn-m-top-first > *:first-child, .mkb-l-min-gapn-m-top-last > *:last-child, .mkb-l-min-gapn-m-top-odd > *:nth-child(odd), .mkb-l-min-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-bottom, .mkb-l-min-gap-m-bottom-child > *, .mkb-l-min-gap-m-bottom-first > *:first-child, .mkb-l-min-gap-m-bottom-last > *:last-child, .mkb-l-min-gap-m-bottom-odd > *:nth-child(odd), .mkb-l-min-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-bottom, .mkb-l-min-gapn-m-bottom-child > *, .mkb-l-min-gapn-m-bottom-first > *:first-child, .mkb-l-min-gapn-m-bottom-last > *:last-child, .mkb-l-min-gapn-m-bottom-odd > *:nth-child(odd), .mkb-l-min-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-left, .mkb-l-min-gap-m-left-child > *, .mkb-l-min-gap-m-left-first > *:first-child, .mkb-l-min-gap-m-left-last > *:last-child, .mkb-l-min-gap-m-left-odd > *:nth-child(odd), .mkb-l-min-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-left, .mkb-l-min-gapn-m-left-child > *, .mkb-l-min-gapn-m-left-first > *:first-child, .mkb-l-min-gapn-m-left-last > *:last-child, .mkb-l-min-gapn-m-left-odd > *:nth-child(odd), .mkb-l-min-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-right, .mkb-l-min-gap-m-right-child > *, .mkb-l-min-gap-m-right-first > *:first-child, .mkb-l-min-gap-m-right-last > *:last-child, .mkb-l-min-gap-m-right-odd > *:nth-child(odd), .mkb-l-min-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-right, .mkb-l-min-gapn-m-right-child > *, .mkb-l-min-gapn-m-right-first > *:first-child, .mkb-l-min-gapn-m-right-last > *:last-child, .mkb-l-min-gapn-m-right-odd > *:nth-child(odd), .mkb-l-min-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-vertical, .mkb-l-min-gap-m-vertical-child > *, .mkb-l-min-gap-m-vertical-first > *:first-child, .mkb-l-min-gap-m-vertical-last > *:last-child, .mkb-l-min-gap-m-vertical-odd > *:nth-child(odd), .mkb-l-min-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-vertical, .mkb-l-min-gapn-m-vertical-child > *, .mkb-l-min-gapn-m-vertical-first > *:first-child, .mkb-l-min-gapn-m-vertical-last > *:last-child, .mkb-l-min-gapn-m-vertical-odd > *:nth-child(odd), .mkb-l-min-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-l-min-gap-m-horizontal, .mkb-l-min-gap-m-horizontal-child > *, .mkb-l-min-gap-m-horizontal-first > *:first-child, .mkb-l-min-gap-m-horizontal-last > *:last-child, .mkb-l-min-gap-m-horizontal-odd > *:nth-child(odd), .mkb-l-min-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-l-min-gapn-m-horizontal, .mkb-l-min-gapn-m-horizontal-child > *, .mkb-l-min-gapn-m-horizontal-first > *:first-child, .mkb-l-min-gapn-m-horizontal-last > *:last-child, .mkb-l-min-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-l-min-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-l-min-gap-l, .mkb-l-min-gap-l-child > *, .mkb-l-min-gap-l-first > *:first-child, .mkb-l-min-gap-l-last > *:last-child, .mkb-l-min-gap-l-odd > *:nth-child(odd), .mkb-l-min-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l, .mkb-l-min-gapn-l-child > *, .mkb-l-min-gapn-l-first > *:first-child, .mkb-l-min-gapn-l-last > *:last-child, .mkb-l-min-gapn-l-odd > *:nth-child(odd), .mkb-l-min-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-top, .mkb-l-min-gap-l-top-child > *, .mkb-l-min-gap-l-top-first > *:first-child, .mkb-l-min-gap-l-top-last > *:last-child, .mkb-l-min-gap-l-top-odd > *:nth-child(odd), .mkb-l-min-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-top, .mkb-l-min-gapn-l-top-child > *, .mkb-l-min-gapn-l-top-first > *:first-child, .mkb-l-min-gapn-l-top-last > *:last-child, .mkb-l-min-gapn-l-top-odd > *:nth-child(odd), .mkb-l-min-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-bottom, .mkb-l-min-gap-l-bottom-child > *, .mkb-l-min-gap-l-bottom-first > *:first-child, .mkb-l-min-gap-l-bottom-last > *:last-child, .mkb-l-min-gap-l-bottom-odd > *:nth-child(odd), .mkb-l-min-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-bottom, .mkb-l-min-gapn-l-bottom-child > *, .mkb-l-min-gapn-l-bottom-first > *:first-child, .mkb-l-min-gapn-l-bottom-last > *:last-child, .mkb-l-min-gapn-l-bottom-odd > *:nth-child(odd), .mkb-l-min-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-left, .mkb-l-min-gap-l-left-child > *, .mkb-l-min-gap-l-left-first > *:first-child, .mkb-l-min-gap-l-left-last > *:last-child, .mkb-l-min-gap-l-left-odd > *:nth-child(odd), .mkb-l-min-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-left, .mkb-l-min-gapn-l-left-child > *, .mkb-l-min-gapn-l-left-first > *:first-child, .mkb-l-min-gapn-l-left-last > *:last-child, .mkb-l-min-gapn-l-left-odd > *:nth-child(odd), .mkb-l-min-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-right, .mkb-l-min-gap-l-right-child > *, .mkb-l-min-gap-l-right-first > *:first-child, .mkb-l-min-gap-l-right-last > *:last-child, .mkb-l-min-gap-l-right-odd > *:nth-child(odd), .mkb-l-min-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-right, .mkb-l-min-gapn-l-right-child > *, .mkb-l-min-gapn-l-right-first > *:first-child, .mkb-l-min-gapn-l-right-last > *:last-child, .mkb-l-min-gapn-l-right-odd > *:nth-child(odd), .mkb-l-min-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-vertical, .mkb-l-min-gap-l-vertical-child > *, .mkb-l-min-gap-l-vertical-first > *:first-child, .mkb-l-min-gap-l-vertical-last > *:last-child, .mkb-l-min-gap-l-vertical-odd > *:nth-child(odd), .mkb-l-min-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-vertical, .mkb-l-min-gapn-l-vertical-child > *, .mkb-l-min-gapn-l-vertical-first > *:first-child, .mkb-l-min-gapn-l-vertical-last > *:last-child, .mkb-l-min-gapn-l-vertical-odd > *:nth-child(odd), .mkb-l-min-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-l-min-gap-l-horizontal, .mkb-l-min-gap-l-horizontal-child > *, .mkb-l-min-gap-l-horizontal-first > *:first-child, .mkb-l-min-gap-l-horizontal-last > *:last-child, .mkb-l-min-gap-l-horizontal-odd > *:nth-child(odd), .mkb-l-min-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-l-min-gapn-l-horizontal, .mkb-l-min-gapn-l-horizontal-child > *, .mkb-l-min-gapn-l-horizontal-first > *:first-child, .mkb-l-min-gapn-l-horizontal-last > *:last-child, .mkb-l-min-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-l-min-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-l-min-gap-xl, .mkb-l-min-gap-xl-child > *, .mkb-l-min-gap-xl-first > *:first-child, .mkb-l-min-gap-xl-last > *:last-child, .mkb-l-min-gap-xl-odd > *:nth-child(odd), .mkb-l-min-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl, .mkb-l-min-gapn-xl-child > *, .mkb-l-min-gapn-xl-first > *:first-child, .mkb-l-min-gapn-xl-last > *:last-child, .mkb-l-min-gapn-xl-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-top, .mkb-l-min-gap-xl-top-child > *, .mkb-l-min-gap-xl-top-first > *:first-child, .mkb-l-min-gap-xl-top-last > *:last-child, .mkb-l-min-gap-xl-top-odd > *:nth-child(odd), .mkb-l-min-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-top, .mkb-l-min-gapn-xl-top-child > *, .mkb-l-min-gapn-xl-top-first > *:first-child, .mkb-l-min-gapn-xl-top-last > *:last-child, .mkb-l-min-gapn-xl-top-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-bottom, .mkb-l-min-gap-xl-bottom-child > *, .mkb-l-min-gap-xl-bottom-first > *:first-child, .mkb-l-min-gap-xl-bottom-last > *:last-child, .mkb-l-min-gap-xl-bottom-odd > *:nth-child(odd), .mkb-l-min-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-bottom, .mkb-l-min-gapn-xl-bottom-child > *, .mkb-l-min-gapn-xl-bottom-first > *:first-child, .mkb-l-min-gapn-xl-bottom-last > *:last-child, .mkb-l-min-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-left, .mkb-l-min-gap-xl-left-child > *, .mkb-l-min-gap-xl-left-first > *:first-child, .mkb-l-min-gap-xl-left-last > *:last-child, .mkb-l-min-gap-xl-left-odd > *:nth-child(odd), .mkb-l-min-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-left, .mkb-l-min-gapn-xl-left-child > *, .mkb-l-min-gapn-xl-left-first > *:first-child, .mkb-l-min-gapn-xl-left-last > *:last-child, .mkb-l-min-gapn-xl-left-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-right, .mkb-l-min-gap-xl-right-child > *, .mkb-l-min-gap-xl-right-first > *:first-child, .mkb-l-min-gap-xl-right-last > *:last-child, .mkb-l-min-gap-xl-right-odd > *:nth-child(odd), .mkb-l-min-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-right, .mkb-l-min-gapn-xl-right-child > *, .mkb-l-min-gapn-xl-right-first > *:first-child, .mkb-l-min-gapn-xl-right-last > *:last-child, .mkb-l-min-gapn-xl-right-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-vertical, .mkb-l-min-gap-xl-vertical-child > *, .mkb-l-min-gap-xl-vertical-first > *:first-child, .mkb-l-min-gap-xl-vertical-last > *:last-child, .mkb-l-min-gap-xl-vertical-odd > *:nth-child(odd), .mkb-l-min-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-vertical, .mkb-l-min-gapn-xl-vertical-child > *, .mkb-l-min-gapn-xl-vertical-first > *:first-child, .mkb-l-min-gapn-xl-vertical-last > *:last-child, .mkb-l-min-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-l-min-gap-xl-horizontal, .mkb-l-min-gap-xl-horizontal-child > *, .mkb-l-min-gap-xl-horizontal-first > *:first-child, .mkb-l-min-gap-xl-horizontal-last > *:last-child, .mkb-l-min-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-l-min-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-l-min-gapn-xl-horizontal, .mkb-l-min-gapn-xl-horizontal-child > *, .mkb-l-min-gapn-xl-horizontal-first > *:first-child, .mkb-l-min-gapn-xl-horizontal-last > *:last-child, .mkb-l-min-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-l-min-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-l-min-edge-none, .mkb-l-min-edge-none-child > *, .mkb-l-min-edge-none-first > *:first-child, .mkb-l-min-edge-none-last > *:last-child, .mkb-l-min-edge-none-odd > *:nth-child(odd), .mkb-l-min-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-l-min-edge-top-none, .mkb-l-min-edge-top-none-child > *, .mkb-l-min-edge-top-none-first > *:first-child, .mkb-l-min-edge-top-none-last > *:last-child, .mkb-l-min-edge-top-none-odd > *:nth-child(odd), .mkb-l-min-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-l-min-edge-bottom-none, .mkb-l-min-edge-bottom-none-child > *, .mkb-l-min-edge-bottom-none-first > *:first-child, .mkb-l-min-edge-bottom-none-last > *:last-child, .mkb-l-min-edge-bottom-none-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-l-min-edge-left-none, .mkb-l-min-edge-left-none-child > *, .mkb-l-min-edge-left-none-first > *:first-child, .mkb-l-min-edge-left-none-last > *:last-child, .mkb-l-min-edge-left-none-odd > *:nth-child(odd), .mkb-l-min-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-l-min-edge-right-none, .mkb-l-min-edge-right-none-child > *, .mkb-l-min-edge-right-none-first > *:first-child, .mkb-l-min-edge-right-none-last > *:last-child, .mkb-l-min-edge-right-none-odd > *:nth-child(odd), .mkb-l-min-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-l-min-edge-vertical-none, .mkb-l-min-edge-vertical-none-child > *, .mkb-l-min-edge-vertical-none-first > *:first-child, .mkb-l-min-edge-vertical-none-last > *:last-child, .mkb-l-min-edge-vertical-none-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-l-min-edge-horizontal-none, .mkb-l-min-edge-horizontal-none-child > *, .mkb-l-min-edge-horizontal-none-first > *:first-child, .mkb-l-min-edge-horizontal-none-last > *:last-child, .mkb-l-min-edge-horizontal-none-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-l-min-edge-inherit, .mkb-l-min-edge-inherit-child > *, .mkb-l-min-edge-inherit-first > *:first-child, .mkb-l-min-edge-inherit-last > *:last-child, .mkb-l-min-edge-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-l-min-edge-top-inherit, .mkb-l-min-edge-top-inherit-child > *, .mkb-l-min-edge-top-inherit-first > *:first-child, .mkb-l-min-edge-top-inherit-last > *:last-child, .mkb-l-min-edge-top-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-l-min-edge-bottom-inherit, .mkb-l-min-edge-bottom-inherit-child > *, .mkb-l-min-edge-bottom-inherit-first > *:first-child, .mkb-l-min-edge-bottom-inherit-last > *:last-child, .mkb-l-min-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-l-min-edge-left-inherit, .mkb-l-min-edge-left-inherit-child > *, .mkb-l-min-edge-left-inherit-first > *:first-child, .mkb-l-min-edge-left-inherit-last > *:last-child, .mkb-l-min-edge-left-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-l-min-edge-right-inherit, .mkb-l-min-edge-right-inherit-child > *, .mkb-l-min-edge-right-inherit-first > *:first-child, .mkb-l-min-edge-right-inherit-last > *:last-child, .mkb-l-min-edge-right-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-l-min-edge-vertical-inherit, .mkb-l-min-edge-vertical-inherit-child > *, .mkb-l-min-edge-vertical-inherit-first > *:first-child, .mkb-l-min-edge-vertical-inherit-last > *:last-child, .mkb-l-min-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-l-min-edge-horizontal-inherit, .mkb-l-min-edge-horizontal-inherit-child > *, .mkb-l-min-edge-horizontal-inherit-first > *:first-child, .mkb-l-min-edge-horizontal-inherit-last > *:last-child, .mkb-l-min-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-l-min-edge-s, .mkb-l-min-edge-s-child > *, .mkb-l-min-edge-s-first > *:first-child, .mkb-l-min-edge-s-last > *:last-child, .mkb-l-min-edge-s-odd > *:nth-child(odd), .mkb-l-min-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-top, .mkb-l-min-edge-s-top-child > *, .mkb-l-min-edge-s-top-first > *:first-child, .mkb-l-min-edge-s-top-last > *:last-child, .mkb-l-min-edge-s-top-odd > *:nth-child(odd), .mkb-l-min-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-bottom, .mkb-l-min-edge-s-bottom-child > *, .mkb-l-min-edge-s-bottom-first > *:first-child, .mkb-l-min-edge-s-bottom-last > *:last-child, .mkb-l-min-edge-s-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-left, .mkb-l-min-edge-s-left-child > *, .mkb-l-min-edge-s-left-first > *:first-child, .mkb-l-min-edge-s-left-last > *:last-child, .mkb-l-min-edge-s-left-odd > *:nth-child(odd), .mkb-l-min-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-right, .mkb-l-min-edge-s-right-child > *, .mkb-l-min-edge-s-right-first > *:first-child, .mkb-l-min-edge-s-right-last > *:last-child, .mkb-l-min-edge-s-right-odd > *:nth-child(odd), .mkb-l-min-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-vertical, .mkb-l-min-edge-s-vertical-child > *, .mkb-l-min-edge-s-vertical-first > *:first-child, .mkb-l-min-edge-s-vertical-last > *:last-child, .mkb-l-min-edge-s-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-s-horizontal, .mkb-l-min-edge-s-horizontal-child > *, .mkb-l-min-edge-s-horizontal-first > *:first-child, .mkb-l-min-edge-s-horizontal-last > *:last-child, .mkb-l-min-edge-s-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-l-min-edge-m, .mkb-l-min-edge-m-child > *, .mkb-l-min-edge-m-first > *:first-child, .mkb-l-min-edge-m-last > *:last-child, .mkb-l-min-edge-m-odd > *:nth-child(odd), .mkb-l-min-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-top, .mkb-l-min-edge-m-top-child > *, .mkb-l-min-edge-m-top-first > *:first-child, .mkb-l-min-edge-m-top-last > *:last-child, .mkb-l-min-edge-m-top-odd > *:nth-child(odd), .mkb-l-min-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-bottom, .mkb-l-min-edge-m-bottom-child > *, .mkb-l-min-edge-m-bottom-first > *:first-child, .mkb-l-min-edge-m-bottom-last > *:last-child, .mkb-l-min-edge-m-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-left, .mkb-l-min-edge-m-left-child > *, .mkb-l-min-edge-m-left-first > *:first-child, .mkb-l-min-edge-m-left-last > *:last-child, .mkb-l-min-edge-m-left-odd > *:nth-child(odd), .mkb-l-min-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-right, .mkb-l-min-edge-m-right-child > *, .mkb-l-min-edge-m-right-first > *:first-child, .mkb-l-min-edge-m-right-last > *:last-child, .mkb-l-min-edge-m-right-odd > *:nth-child(odd), .mkb-l-min-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-vertical, .mkb-l-min-edge-m-vertical-child > *, .mkb-l-min-edge-m-vertical-first > *:first-child, .mkb-l-min-edge-m-vertical-last > *:last-child, .mkb-l-min-edge-m-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-m-horizontal, .mkb-l-min-edge-m-horizontal-child > *, .mkb-l-min-edge-m-horizontal-first > *:first-child, .mkb-l-min-edge-m-horizontal-last > *:last-child, .mkb-l-min-edge-m-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-l-min-edge-l, .mkb-l-min-edge-l-child > *, .mkb-l-min-edge-l-first > *:first-child, .mkb-l-min-edge-l-last > *:last-child, .mkb-l-min-edge-l-odd > *:nth-child(odd), .mkb-l-min-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-top, .mkb-l-min-edge-l-top-child > *, .mkb-l-min-edge-l-top-first > *:first-child, .mkb-l-min-edge-l-top-last > *:last-child, .mkb-l-min-edge-l-top-odd > *:nth-child(odd), .mkb-l-min-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-bottom, .mkb-l-min-edge-l-bottom-child > *, .mkb-l-min-edge-l-bottom-first > *:first-child, .mkb-l-min-edge-l-bottom-last > *:last-child, .mkb-l-min-edge-l-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-left, .mkb-l-min-edge-l-left-child > *, .mkb-l-min-edge-l-left-first > *:first-child, .mkb-l-min-edge-l-left-last > *:last-child, .mkb-l-min-edge-l-left-odd > *:nth-child(odd), .mkb-l-min-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-right, .mkb-l-min-edge-l-right-child > *, .mkb-l-min-edge-l-right-first > *:first-child, .mkb-l-min-edge-l-right-last > *:last-child, .mkb-l-min-edge-l-right-odd > *:nth-child(odd), .mkb-l-min-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-vertical, .mkb-l-min-edge-l-vertical-child > *, .mkb-l-min-edge-l-vertical-first > *:first-child, .mkb-l-min-edge-l-vertical-last > *:last-child, .mkb-l-min-edge-l-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-l-horizontal, .mkb-l-min-edge-l-horizontal-child > *, .mkb-l-min-edge-l-horizontal-first > *:first-child, .mkb-l-min-edge-l-horizontal-last > *:last-child, .mkb-l-min-edge-l-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-l-min-edge-xl, .mkb-l-min-edge-xl-child > *, .mkb-l-min-edge-xl-first > *:first-child, .mkb-l-min-edge-xl-last > *:last-child, .mkb-l-min-edge-xl-odd > *:nth-child(odd), .mkb-l-min-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-top, .mkb-l-min-edge-xl-top-child > *, .mkb-l-min-edge-xl-top-first > *:first-child, .mkb-l-min-edge-xl-top-last > *:last-child, .mkb-l-min-edge-xl-top-odd > *:nth-child(odd), .mkb-l-min-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-bottom, .mkb-l-min-edge-xl-bottom-child > *, .mkb-l-min-edge-xl-bottom-first > *:first-child, .mkb-l-min-edge-xl-bottom-last > *:last-child, .mkb-l-min-edge-xl-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-left, .mkb-l-min-edge-xl-left-child > *, .mkb-l-min-edge-xl-left-first > *:first-child, .mkb-l-min-edge-xl-left-last > *:last-child, .mkb-l-min-edge-xl-left-odd > *:nth-child(odd), .mkb-l-min-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-right, .mkb-l-min-edge-xl-right-child > *, .mkb-l-min-edge-xl-right-first > *:first-child, .mkb-l-min-edge-xl-right-last > *:last-child, .mkb-l-min-edge-xl-right-odd > *:nth-child(odd), .mkb-l-min-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-vertical, .mkb-l-min-edge-xl-vertical-child > *, .mkb-l-min-edge-xl-vertical-first > *:first-child, .mkb-l-min-edge-xl-vertical-last > *:last-child, .mkb-l-min-edge-xl-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-xl-horizontal, .mkb-l-min-edge-xl-horizontal-child > *, .mkb-l-min-edge-xl-horizontal-first > *:first-child, .mkb-l-min-edge-xl-horizontal-last > *:last-child, .mkb-l-min-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-l-min-edge-thin, .mkb-l-min-edge-thin-child > *, .mkb-l-min-edge-thin-first > *:first-child, .mkb-l-min-edge-thin-last > *:last-child, .mkb-l-min-edge-thin-odd > *:nth-child(odd), .mkb-l-min-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-l-min-edge-thin-top, .mkb-l-min-edge-thin-top-child > *, .mkb-l-min-edge-thin-top-first > *:first-child, .mkb-l-min-edge-thin-top-last > *:last-child, .mkb-l-min-edge-thin-top-odd > *:nth-child(odd), .mkb-l-min-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-l-min-edge-thin-bottom, .mkb-l-min-edge-thin-bottom-child > *, .mkb-l-min-edge-thin-bottom-first > *:first-child, .mkb-l-min-edge-thin-bottom-last > *:last-child, .mkb-l-min-edge-thin-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-l-min-edge-thin-left, .mkb-l-min-edge-thin-left-child > *, .mkb-l-min-edge-thin-left-first > *:first-child, .mkb-l-min-edge-thin-left-last > *:last-child, .mkb-l-min-edge-thin-left-odd > *:nth-child(odd), .mkb-l-min-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-l-min-edge-thin-right, .mkb-l-min-edge-thin-right-child > *, .mkb-l-min-edge-thin-right-first > *:first-child, .mkb-l-min-edge-thin-right-last > *:last-child, .mkb-l-min-edge-thin-right-odd > *:nth-child(odd), .mkb-l-min-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-l-min-edge-thin-vertical, .mkb-l-min-edge-thin-vertical-child > *, .mkb-l-min-edge-thin-vertical-first > *:first-child, .mkb-l-min-edge-thin-vertical-last > *:last-child, .mkb-l-min-edge-thin-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-l-min-edge-thin-horizontal, .mkb-l-min-edge-thin-horizontal-child > *, .mkb-l-min-edge-thin-horizontal-first > *:first-child, .mkb-l-min-edge-thin-horizontal-last > *:last-child, .mkb-l-min-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-l-min-edge-medium, .mkb-l-min-edge-medium-child > *, .mkb-l-min-edge-medium-first > *:first-child, .mkb-l-min-edge-medium-last > *:last-child, .mkb-l-min-edge-medium-odd > *:nth-child(odd), .mkb-l-min-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-l-min-edge-medium-top, .mkb-l-min-edge-medium-top-child > *, .mkb-l-min-edge-medium-top-first > *:first-child, .mkb-l-min-edge-medium-top-last > *:last-child, .mkb-l-min-edge-medium-top-odd > *:nth-child(odd), .mkb-l-min-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-l-min-edge-medium-bottom, .mkb-l-min-edge-medium-bottom-child > *, .mkb-l-min-edge-medium-bottom-first > *:first-child, .mkb-l-min-edge-medium-bottom-last > *:last-child, .mkb-l-min-edge-medium-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-l-min-edge-medium-left, .mkb-l-min-edge-medium-left-child > *, .mkb-l-min-edge-medium-left-first > *:first-child, .mkb-l-min-edge-medium-left-last > *:last-child, .mkb-l-min-edge-medium-left-odd > *:nth-child(odd), .mkb-l-min-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-l-min-edge-medium-right, .mkb-l-min-edge-medium-right-child > *, .mkb-l-min-edge-medium-right-first > *:first-child, .mkb-l-min-edge-medium-right-last > *:last-child, .mkb-l-min-edge-medium-right-odd > *:nth-child(odd), .mkb-l-min-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-l-min-edge-medium-vertical, .mkb-l-min-edge-medium-vertical-child > *, .mkb-l-min-edge-medium-vertical-first > *:first-child, .mkb-l-min-edge-medium-vertical-last > *:last-child, .mkb-l-min-edge-medium-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-l-min-edge-medium-horizontal, .mkb-l-min-edge-medium-horizontal-child > *, .mkb-l-min-edge-medium-horizontal-first > *:first-child, .mkb-l-min-edge-medium-horizontal-last > *:last-child, .mkb-l-min-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-l-min-edge-thick, .mkb-l-min-edge-thick-child > *, .mkb-l-min-edge-thick-first > *:first-child, .mkb-l-min-edge-thick-last > *:last-child, .mkb-l-min-edge-thick-odd > *:nth-child(odd), .mkb-l-min-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-l-min-edge-thick-top, .mkb-l-min-edge-thick-top-child > *, .mkb-l-min-edge-thick-top-first > *:first-child, .mkb-l-min-edge-thick-top-last > *:last-child, .mkb-l-min-edge-thick-top-odd > *:nth-child(odd), .mkb-l-min-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-l-min-edge-thick-bottom, .mkb-l-min-edge-thick-bottom-child > *, .mkb-l-min-edge-thick-bottom-first > *:first-child, .mkb-l-min-edge-thick-bottom-last > *:last-child, .mkb-l-min-edge-thick-bottom-odd > *:nth-child(odd), .mkb-l-min-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-l-min-edge-thick-left, .mkb-l-min-edge-thick-left-child > *, .mkb-l-min-edge-thick-left-first > *:first-child, .mkb-l-min-edge-thick-left-last > *:last-child, .mkb-l-min-edge-thick-left-odd > *:nth-child(odd), .mkb-l-min-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-l-min-edge-thick-right, .mkb-l-min-edge-thick-right-child > *, .mkb-l-min-edge-thick-right-first > *:first-child, .mkb-l-min-edge-thick-right-last > *:last-child, .mkb-l-min-edge-thick-right-odd > *:nth-child(odd), .mkb-l-min-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-l-min-edge-thick-vertical, .mkb-l-min-edge-thick-vertical-child > *, .mkb-l-min-edge-thick-vertical-first > *:first-child, .mkb-l-min-edge-thick-vertical-last > *:last-child, .mkb-l-min-edge-thick-vertical-odd > *:nth-child(odd), .mkb-l-min-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-l-min-edge-thick-horizontal, .mkb-l-min-edge-thick-horizontal-child > *, .mkb-l-min-edge-thick-horizontal-first > *:first-child, .mkb-l-min-edge-thick-horizontal-last > *:last-child, .mkb-l-min-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-l-min-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-l-min-edge-transparent, .mkb-l-min-edge-transparent-child > *, .mkb-l-min-edge-transparent-first > *:first-child, .mkb-l-min-edge-transparent-last > *:last-child, .mkb-l-min-edge-transparent-odd > *:nth-child(odd), .mkb-l-min-edge-transparent-even > *:nth-child(even), .mkb-l-min-edge-hover-transparent:hover, .mkb-l-min-edge-hover-transparent-child:hover > *, .mkb-l-min-edge-hover-transparent-first:hover > *:first-child, .mkb-l-min-edge-hover-transparent-last:hover > *:last-child, .mkb-l-min-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-transparent-child > *:hover, .mkb-l-min-edge-child-hover-transparent-first > *:first-child:hover, .mkb-l-min-edge-child-hover-transparent-last > *:last-child:hover, .mkb-l-min-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-black, .mkb-l-min-edge-black-child > *, .mkb-l-min-edge-black-first > *:first-child, .mkb-l-min-edge-black-last > *:last-child, .mkb-l-min-edge-black-odd > *:nth-child(odd), .mkb-l-min-edge-black-even > *:nth-child(even), .mkb-l-min-edge-hover-black:hover, .mkb-l-min-edge-hover-black-child:hover > *, .mkb-l-min-edge-hover-black-first:hover > *:first-child, .mkb-l-min-edge-hover-black-last:hover > *:last-child, .mkb-l-min-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-black-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-black-child > *:hover, .mkb-l-min-edge-child-hover-black-first > *:first-child:hover, .mkb-l-min-edge-child-hover-black-last > *:last-child:hover, .mkb-l-min-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-white, .mkb-l-min-edge-white-child > *, .mkb-l-min-edge-white-first > *:first-child, .mkb-l-min-edge-white-last > *:last-child, .mkb-l-min-edge-white-odd > *:nth-child(odd), .mkb-l-min-edge-white-even > *:nth-child(even), .mkb-l-min-edge-hover-white:hover, .mkb-l-min-edge-hover-white-child:hover > *, .mkb-l-min-edge-hover-white-first:hover > *:first-child, .mkb-l-min-edge-hover-white-last:hover > *:last-child, .mkb-l-min-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-white-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-white-child > *:hover, .mkb-l-min-edge-child-hover-white-first > *:first-child:hover, .mkb-l-min-edge-child-hover-white-last > *:last-child:hover, .mkb-l-min-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-red, .mkb-l-min-edge-red-child > *, .mkb-l-min-edge-red-first > *:first-child, .mkb-l-min-edge-red-last > *:last-child, .mkb-l-min-edge-red-odd > *:nth-child(odd), .mkb-l-min-edge-red-even > *:nth-child(even), .mkb-l-min-edge-hover-red:hover, .mkb-l-min-edge-hover-red-child:hover > *, .mkb-l-min-edge-hover-red-first:hover > *:first-child, .mkb-l-min-edge-hover-red-last:hover > *:last-child, .mkb-l-min-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-red-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-red-child > *:hover, .mkb-l-min-edge-child-hover-red-first > *:first-child:hover, .mkb-l-min-edge-child-hover-red-last > *:last-child:hover, .mkb-l-min-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-green, .mkb-l-min-edge-green-child > *, .mkb-l-min-edge-green-first > *:first-child, .mkb-l-min-edge-green-last > *:last-child, .mkb-l-min-edge-green-odd > *:nth-child(odd), .mkb-l-min-edge-green-even > *:nth-child(even), .mkb-l-min-edge-hover-green:hover, .mkb-l-min-edge-hover-green-child:hover > *, .mkb-l-min-edge-hover-green-first:hover > *:first-child, .mkb-l-min-edge-hover-green-last:hover > *:last-child, .mkb-l-min-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-green-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-green-child > *:hover, .mkb-l-min-edge-child-hover-green-first > *:first-child:hover, .mkb-l-min-edge-child-hover-green-last > *:last-child:hover, .mkb-l-min-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-blue, .mkb-l-min-edge-blue-child > *, .mkb-l-min-edge-blue-first > *:first-child, .mkb-l-min-edge-blue-last > *:last-child, .mkb-l-min-edge-blue-odd > *:nth-child(odd), .mkb-l-min-edge-blue-even > *:nth-child(even), .mkb-l-min-edge-hover-blue:hover, .mkb-l-min-edge-hover-blue-child:hover > *, .mkb-l-min-edge-hover-blue-first:hover > *:first-child, .mkb-l-min-edge-hover-blue-last:hover > *:last-child, .mkb-l-min-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-blue-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-blue-child > *:hover, .mkb-l-min-edge-child-hover-blue-first > *:first-child:hover, .mkb-l-min-edge-child-hover-blue-last > *:last-child:hover, .mkb-l-min-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-yellow, .mkb-l-min-edge-yellow-child > *, .mkb-l-min-edge-yellow-first > *:first-child, .mkb-l-min-edge-yellow-last > *:last-child, .mkb-l-min-edge-yellow-odd > *:nth-child(odd), .mkb-l-min-edge-yellow-even > *:nth-child(even), .mkb-l-min-edge-hover-yellow:hover, .mkb-l-min-edge-hover-yellow-child:hover > *, .mkb-l-min-edge-hover-yellow-first:hover > *:first-child, .mkb-l-min-edge-hover-yellow-last:hover > *:last-child, .mkb-l-min-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-yellow-child > *:hover, .mkb-l-min-edge-child-hover-yellow-first > *:first-child:hover, .mkb-l-min-edge-child-hover-yellow-last > *:last-child:hover, .mkb-l-min-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-orange, .mkb-l-min-edge-orange-child > *, .mkb-l-min-edge-orange-first > *:first-child, .mkb-l-min-edge-orange-last > *:last-child, .mkb-l-min-edge-orange-odd > *:nth-child(odd), .mkb-l-min-edge-orange-even > *:nth-child(even), .mkb-l-min-edge-hover-orange:hover, .mkb-l-min-edge-hover-orange-child:hover > *, .mkb-l-min-edge-hover-orange-first:hover > *:first-child, .mkb-l-min-edge-hover-orange-last:hover > *:last-child, .mkb-l-min-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-orange-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-orange-child > *:hover, .mkb-l-min-edge-child-hover-orange-first > *:first-child:hover, .mkb-l-min-edge-child-hover-orange-last > *:last-child:hover, .mkb-l-min-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-brown, .mkb-l-min-edge-brown-child > *, .mkb-l-min-edge-brown-first > *:first-child, .mkb-l-min-edge-brown-last > *:last-child, .mkb-l-min-edge-brown-odd > *:nth-child(odd), .mkb-l-min-edge-brown-even > *:nth-child(even), .mkb-l-min-edge-hover-brown:hover, .mkb-l-min-edge-hover-brown-child:hover > *, .mkb-l-min-edge-hover-brown-first:hover > *:first-child, .mkb-l-min-edge-hover-brown-last:hover > *:last-child, .mkb-l-min-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-brown-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-brown-child > *:hover, .mkb-l-min-edge-child-hover-brown-first > *:first-child:hover, .mkb-l-min-edge-child-hover-brown-last > *:last-child:hover, .mkb-l-min-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-gray, .mkb-l-min-edge-gray-child > *, .mkb-l-min-edge-gray-first > *:first-child, .mkb-l-min-edge-gray-last > *:last-child, .mkb-l-min-edge-gray-odd > *:nth-child(odd), .mkb-l-min-edge-gray-even > *:nth-child(even), .mkb-l-min-edge-hover-gray:hover, .mkb-l-min-edge-hover-gray-child:hover > *, .mkb-l-min-edge-hover-gray-first:hover > *:first-child, .mkb-l-min-edge-hover-gray-last:hover > *:last-child, .mkb-l-min-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-gray-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-gray-child > *:hover, .mkb-l-min-edge-child-hover-gray-first > *:first-child:hover, .mkb-l-min-edge-child-hover-gray-last > *:last-child:hover, .mkb-l-min-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-pink, .mkb-l-min-edge-pink-child > *, .mkb-l-min-edge-pink-first > *:first-child, .mkb-l-min-edge-pink-last > *:last-child, .mkb-l-min-edge-pink-odd > *:nth-child(odd), .mkb-l-min-edge-pink-even > *:nth-child(even), .mkb-l-min-edge-hover-pink:hover, .mkb-l-min-edge-hover-pink-child:hover > *, .mkb-l-min-edge-hover-pink-first:hover > *:first-child, .mkb-l-min-edge-hover-pink-last:hover > *:last-child, .mkb-l-min-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-pink-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-pink-child > *:hover, .mkb-l-min-edge-child-hover-pink-first > *:first-child:hover, .mkb-l-min-edge-child-hover-pink-last > *:last-child:hover, .mkb-l-min-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-purple, .mkb-l-min-edge-purple-child > *, .mkb-l-min-edge-purple-first > *:first-child, .mkb-l-min-edge-purple-last > *:last-child, .mkb-l-min-edge-purple-odd > *:nth-child(odd), .mkb-l-min-edge-purple-even > *:nth-child(even), .mkb-l-min-edge-hover-purple:hover, .mkb-l-min-edge-hover-purple-child:hover > *, .mkb-l-min-edge-hover-purple-first:hover > *:first-child, .mkb-l-min-edge-hover-purple-last:hover > *:last-child, .mkb-l-min-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-purple-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-purple-child > *:hover, .mkb-l-min-edge-child-hover-purple-first > *:first-child:hover, .mkb-l-min-edge-child-hover-purple-last > *:last-child:hover, .mkb-l-min-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-deep-purple, .mkb-l-min-edge-deep-purple-child > *, .mkb-l-min-edge-deep-purple-first > *:first-child, .mkb-l-min-edge-deep-purple-last > *:last-child, .mkb-l-min-edge-deep-purple-odd > *:nth-child(odd), .mkb-l-min-edge-deep-purple-even > *:nth-child(even), .mkb-l-min-edge-hover-deep-purple:hover, .mkb-l-min-edge-hover-deep-purple-child:hover > *, .mkb-l-min-edge-hover-deep-purple-first:hover > *:first-child, .mkb-l-min-edge-hover-deep-purple-last:hover > *:last-child, .mkb-l-min-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-deep-purple-child > *:hover, .mkb-l-min-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-l-min-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-l-min-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-indigo, .mkb-l-min-edge-indigo-child > *, .mkb-l-min-edge-indigo-first > *:first-child, .mkb-l-min-edge-indigo-last > *:last-child, .mkb-l-min-edge-indigo-odd > *:nth-child(odd), .mkb-l-min-edge-indigo-even > *:nth-child(even), .mkb-l-min-edge-hover-indigo:hover, .mkb-l-min-edge-hover-indigo-child:hover > *, .mkb-l-min-edge-hover-indigo-first:hover > *:first-child, .mkb-l-min-edge-hover-indigo-last:hover > *:last-child, .mkb-l-min-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-indigo-child > *:hover, .mkb-l-min-edge-child-hover-indigo-first > *:first-child:hover, .mkb-l-min-edge-child-hover-indigo-last > *:last-child:hover, .mkb-l-min-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-light-blue, .mkb-l-min-edge-light-blue-child > *, .mkb-l-min-edge-light-blue-first > *:first-child, .mkb-l-min-edge-light-blue-last > *:last-child, .mkb-l-min-edge-light-blue-odd > *:nth-child(odd), .mkb-l-min-edge-light-blue-even > *:nth-child(even), .mkb-l-min-edge-hover-light-blue:hover, .mkb-l-min-edge-hover-light-blue-child:hover > *, .mkb-l-min-edge-hover-light-blue-first:hover > *:first-child, .mkb-l-min-edge-hover-light-blue-last:hover > *:last-child, .mkb-l-min-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-light-blue-child > *:hover, .mkb-l-min-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-l-min-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-l-min-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-cyan, .mkb-l-min-edge-cyan-child > *, .mkb-l-min-edge-cyan-first > *:first-child, .mkb-l-min-edge-cyan-last > *:last-child, .mkb-l-min-edge-cyan-odd > *:nth-child(odd), .mkb-l-min-edge-cyan-even > *:nth-child(even), .mkb-l-min-edge-hover-cyan:hover, .mkb-l-min-edge-hover-cyan-child:hover > *, .mkb-l-min-edge-hover-cyan-first:hover > *:first-child, .mkb-l-min-edge-hover-cyan-last:hover > *:last-child, .mkb-l-min-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-cyan-child > *:hover, .mkb-l-min-edge-child-hover-cyan-first > *:first-child:hover, .mkb-l-min-edge-child-hover-cyan-last > *:last-child:hover, .mkb-l-min-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-teal, .mkb-l-min-edge-teal-child > *, .mkb-l-min-edge-teal-first > *:first-child, .mkb-l-min-edge-teal-last > *:last-child, .mkb-l-min-edge-teal-odd > *:nth-child(odd), .mkb-l-min-edge-teal-even > *:nth-child(even), .mkb-l-min-edge-hover-teal:hover, .mkb-l-min-edge-hover-teal-child:hover > *, .mkb-l-min-edge-hover-teal-first:hover > *:first-child, .mkb-l-min-edge-hover-teal-last:hover > *:last-child, .mkb-l-min-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-teal-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-teal-child > *:hover, .mkb-l-min-edge-child-hover-teal-first > *:first-child:hover, .mkb-l-min-edge-child-hover-teal-last > *:last-child:hover, .mkb-l-min-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-light-green, .mkb-l-min-edge-light-green-child > *, .mkb-l-min-edge-light-green-first > *:first-child, .mkb-l-min-edge-light-green-last > *:last-child, .mkb-l-min-edge-light-green-odd > *:nth-child(odd), .mkb-l-min-edge-light-green-even > *:nth-child(even), .mkb-l-min-edge-hover-light-green:hover, .mkb-l-min-edge-hover-light-green-child:hover > *, .mkb-l-min-edge-hover-light-green-first:hover > *:first-child, .mkb-l-min-edge-hover-light-green-last:hover > *:last-child, .mkb-l-min-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-light-green-child > *:hover, .mkb-l-min-edge-child-hover-light-green-first > *:first-child:hover, .mkb-l-min-edge-child-hover-light-green-last > *:last-child:hover, .mkb-l-min-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-lime, .mkb-l-min-edge-lime-child > *, .mkb-l-min-edge-lime-first > *:first-child, .mkb-l-min-edge-lime-last > *:last-child, .mkb-l-min-edge-lime-odd > *:nth-child(odd), .mkb-l-min-edge-lime-even > *:nth-child(even), .mkb-l-min-edge-hover-lime:hover, .mkb-l-min-edge-hover-lime-child:hover > *, .mkb-l-min-edge-hover-lime-first:hover > *:first-child, .mkb-l-min-edge-hover-lime-last:hover > *:last-child, .mkb-l-min-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-lime-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-lime-child > *:hover, .mkb-l-min-edge-child-hover-lime-first > *:first-child:hover, .mkb-l-min-edge-child-hover-lime-last > *:last-child:hover, .mkb-l-min-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-amber, .mkb-l-min-edge-amber-child > *, .mkb-l-min-edge-amber-first > *:first-child, .mkb-l-min-edge-amber-last > *:last-child, .mkb-l-min-edge-amber-odd > *:nth-child(odd), .mkb-l-min-edge-amber-even > *:nth-child(even), .mkb-l-min-edge-hover-amber:hover, .mkb-l-min-edge-hover-amber-child:hover > *, .mkb-l-min-edge-hover-amber-first:hover > *:first-child, .mkb-l-min-edge-hover-amber-last:hover > *:last-child, .mkb-l-min-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-amber-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-amber-child > *:hover, .mkb-l-min-edge-child-hover-amber-first > *:first-child:hover, .mkb-l-min-edge-child-hover-amber-last > *:last-child:hover, .mkb-l-min-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-deep-orange, .mkb-l-min-edge-deep-orange-child > *, .mkb-l-min-edge-deep-orange-first > *:first-child, .mkb-l-min-edge-deep-orange-last > *:last-child, .mkb-l-min-edge-deep-orange-odd > *:nth-child(odd), .mkb-l-min-edge-deep-orange-even > *:nth-child(even), .mkb-l-min-edge-hover-deep-orange:hover, .mkb-l-min-edge-hover-deep-orange-child:hover > *, .mkb-l-min-edge-hover-deep-orange-first:hover > *:first-child, .mkb-l-min-edge-hover-deep-orange-last:hover > *:last-child, .mkb-l-min-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-deep-orange-child > *:hover, .mkb-l-min-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-l-min-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-l-min-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-blue-gray, .mkb-l-min-edge-blue-gray-child > *, .mkb-l-min-edge-blue-gray-first > *:first-child, .mkb-l-min-edge-blue-gray-last > *:last-child, .mkb-l-min-edge-blue-gray-odd > *:nth-child(odd), .mkb-l-min-edge-blue-gray-even > *:nth-child(even), .mkb-l-min-edge-hover-blue-gray:hover, .mkb-l-min-edge-hover-blue-gray-child:hover > *, .mkb-l-min-edge-hover-blue-gray-first:hover > *:first-child, .mkb-l-min-edge-hover-blue-gray-last:hover > *:last-child, .mkb-l-min-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-l-min-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-l-min-edge-child-hover-blue-gray-child > *:hover, .mkb-l-min-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-l-min-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-l-min-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-l-min-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-l-min-edge-dotted, .mkb-l-min-edge-dotted-child > *, .mkb-l-min-edge-dotted-first > *:first-child, .mkb-l-min-edge-dotted-last > *:last-child, .mkb-l-min-edge-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-l-min-edge-top-dotted, .mkb-l-min-edge-top-dotted-child > *, .mkb-l-min-edge-top-dotted-first > *:first-child, .mkb-l-min-edge-top-dotted-last > *:last-child, .mkb-l-min-edge-top-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-l-min-edge-bottom-dotted, .mkb-l-min-edge-bottom-dotted-child > *, .mkb-l-min-edge-bottom-dotted-first > *:first-child, .mkb-l-min-edge-bottom-dotted-last > *:last-child, .mkb-l-min-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-l-min-edge-left-dotted, .mkb-l-min-edge-left-dotted-child > *, .mkb-l-min-edge-left-dotted-first > *:first-child, .mkb-l-min-edge-left-dotted-last > *:last-child, .mkb-l-min-edge-left-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-l-min-edge-right-dotted, .mkb-l-min-edge-right-dotted-child > *, .mkb-l-min-edge-right-dotted-first > *:first-child, .mkb-l-min-edge-right-dotted-last > *:last-child, .mkb-l-min-edge-right-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-l-min-edge-vertical-dotted, .mkb-l-min-edge-vertical-dotted-child > *, .mkb-l-min-edge-vertical-dotted-first > *:first-child, .mkb-l-min-edge-vertical-dotted-last > *:last-child, .mkb-l-min-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-l-min-edge-horizontal-dotted, .mkb-l-min-edge-horizontal-dotted-child > *, .mkb-l-min-edge-horizontal-dotted-first > *:first-child, .mkb-l-min-edge-horizontal-dotted-last > *:last-child, .mkb-l-min-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-l-min-edge-dashed, .mkb-l-min-edge-dashed-child > *, .mkb-l-min-edge-dashed-first > *:first-child, .mkb-l-min-edge-dashed-last > *:last-child, .mkb-l-min-edge-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-l-min-edge-top-dashed, .mkb-l-min-edge-top-dashed-child > *, .mkb-l-min-edge-top-dashed-first > *:first-child, .mkb-l-min-edge-top-dashed-last > *:last-child, .mkb-l-min-edge-top-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-l-min-edge-bottom-dashed, .mkb-l-min-edge-bottom-dashed-child > *, .mkb-l-min-edge-bottom-dashed-first > *:first-child, .mkb-l-min-edge-bottom-dashed-last > *:last-child, .mkb-l-min-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-l-min-edge-left-dashed, .mkb-l-min-edge-left-dashed-child > *, .mkb-l-min-edge-left-dashed-first > *:first-child, .mkb-l-min-edge-left-dashed-last > *:last-child, .mkb-l-min-edge-left-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-l-min-edge-right-dashed, .mkb-l-min-edge-right-dashed-child > *, .mkb-l-min-edge-right-dashed-first > *:first-child, .mkb-l-min-edge-right-dashed-last > *:last-child, .mkb-l-min-edge-right-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-l-min-edge-vertical-dashed, .mkb-l-min-edge-vertical-dashed-child > *, .mkb-l-min-edge-vertical-dashed-first > *:first-child, .mkb-l-min-edge-vertical-dashed-last > *:last-child, .mkb-l-min-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-l-min-edge-horizontal-dashed, .mkb-l-min-edge-horizontal-dashed-child > *, .mkb-l-min-edge-horizontal-dashed-first > *:first-child, .mkb-l-min-edge-horizontal-dashed-last > *:last-child, .mkb-l-min-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-l-min-edge-solid, .mkb-l-min-edge-solid-child > *, .mkb-l-min-edge-solid-first > *:first-child, .mkb-l-min-edge-solid-last > *:last-child, .mkb-l-min-edge-solid-odd > *:nth-child(odd), .mkb-l-min-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-l-min-edge-top-solid, .mkb-l-min-edge-top-solid-child > *, .mkb-l-min-edge-top-solid-first > *:first-child, .mkb-l-min-edge-top-solid-last > *:last-child, .mkb-l-min-edge-top-solid-odd > *:nth-child(odd), .mkb-l-min-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-l-min-edge-bottom-solid, .mkb-l-min-edge-bottom-solid-child > *, .mkb-l-min-edge-bottom-solid-first > *:first-child, .mkb-l-min-edge-bottom-solid-last > *:last-child, .mkb-l-min-edge-bottom-solid-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-l-min-edge-left-solid, .mkb-l-min-edge-left-solid-child > *, .mkb-l-min-edge-left-solid-first > *:first-child, .mkb-l-min-edge-left-solid-last > *:last-child, .mkb-l-min-edge-left-solid-odd > *:nth-child(odd), .mkb-l-min-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-l-min-edge-right-solid, .mkb-l-min-edge-right-solid-child > *, .mkb-l-min-edge-right-solid-first > *:first-child, .mkb-l-min-edge-right-solid-last > *:last-child, .mkb-l-min-edge-right-solid-odd > *:nth-child(odd), .mkb-l-min-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-l-min-edge-vertical-solid, .mkb-l-min-edge-vertical-solid-child > *, .mkb-l-min-edge-vertical-solid-first > *:first-child, .mkb-l-min-edge-vertical-solid-last > *:last-child, .mkb-l-min-edge-vertical-solid-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-l-min-edge-horizontal-solid, .mkb-l-min-edge-horizontal-solid-child > *, .mkb-l-min-edge-horizontal-solid-first > *:first-child, .mkb-l-min-edge-horizontal-solid-last > *:last-child, .mkb-l-min-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-l-min-edge-double, .mkb-l-min-edge-double-child > *, .mkb-l-min-edge-double-first > *:first-child, .mkb-l-min-edge-double-last > *:last-child, .mkb-l-min-edge-double-odd > *:nth-child(odd), .mkb-l-min-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-l-min-edge-top-double, .mkb-l-min-edge-top-double-child > *, .mkb-l-min-edge-top-double-first > *:first-child, .mkb-l-min-edge-top-double-last > *:last-child, .mkb-l-min-edge-top-double-odd > *:nth-child(odd), .mkb-l-min-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-l-min-edge-bottom-double, .mkb-l-min-edge-bottom-double-child > *, .mkb-l-min-edge-bottom-double-first > *:first-child, .mkb-l-min-edge-bottom-double-last > *:last-child, .mkb-l-min-edge-bottom-double-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-l-min-edge-left-double, .mkb-l-min-edge-left-double-child > *, .mkb-l-min-edge-left-double-first > *:first-child, .mkb-l-min-edge-left-double-last > *:last-child, .mkb-l-min-edge-left-double-odd > *:nth-child(odd), .mkb-l-min-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-l-min-edge-right-double, .mkb-l-min-edge-right-double-child > *, .mkb-l-min-edge-right-double-first > *:first-child, .mkb-l-min-edge-right-double-last > *:last-child, .mkb-l-min-edge-right-double-odd > *:nth-child(odd), .mkb-l-min-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-l-min-edge-vertical-double, .mkb-l-min-edge-vertical-double-child > *, .mkb-l-min-edge-vertical-double-first > *:first-child, .mkb-l-min-edge-vertical-double-last > *:last-child, .mkb-l-min-edge-vertical-double-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-l-min-edge-horizontal-double, .mkb-l-min-edge-horizontal-double-child > *, .mkb-l-min-edge-horizontal-double-first > *:first-child, .mkb-l-min-edge-horizontal-double-last > *:last-child, .mkb-l-min-edge-horizontal-double-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-l-min-edge-groove, .mkb-l-min-edge-groove-child > *, .mkb-l-min-edge-groove-first > *:first-child, .mkb-l-min-edge-groove-last > *:last-child, .mkb-l-min-edge-groove-odd > *:nth-child(odd), .mkb-l-min-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-l-min-edge-top-groove, .mkb-l-min-edge-top-groove-child > *, .mkb-l-min-edge-top-groove-first > *:first-child, .mkb-l-min-edge-top-groove-last > *:last-child, .mkb-l-min-edge-top-groove-odd > *:nth-child(odd), .mkb-l-min-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-l-min-edge-bottom-groove, .mkb-l-min-edge-bottom-groove-child > *, .mkb-l-min-edge-bottom-groove-first > *:first-child, .mkb-l-min-edge-bottom-groove-last > *:last-child, .mkb-l-min-edge-bottom-groove-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-l-min-edge-left-groove, .mkb-l-min-edge-left-groove-child > *, .mkb-l-min-edge-left-groove-first > *:first-child, .mkb-l-min-edge-left-groove-last > *:last-child, .mkb-l-min-edge-left-groove-odd > *:nth-child(odd), .mkb-l-min-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-l-min-edge-right-groove, .mkb-l-min-edge-right-groove-child > *, .mkb-l-min-edge-right-groove-first > *:first-child, .mkb-l-min-edge-right-groove-last > *:last-child, .mkb-l-min-edge-right-groove-odd > *:nth-child(odd), .mkb-l-min-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-l-min-edge-vertical-groove, .mkb-l-min-edge-vertical-groove-child > *, .mkb-l-min-edge-vertical-groove-first > *:first-child, .mkb-l-min-edge-vertical-groove-last > *:last-child, .mkb-l-min-edge-vertical-groove-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-l-min-edge-horizontal-groove, .mkb-l-min-edge-horizontal-groove-child > *, .mkb-l-min-edge-horizontal-groove-first > *:first-child, .mkb-l-min-edge-horizontal-groove-last > *:last-child, .mkb-l-min-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-l-min-edge-ridge, .mkb-l-min-edge-ridge-child > *, .mkb-l-min-edge-ridge-first > *:first-child, .mkb-l-min-edge-ridge-last > *:last-child, .mkb-l-min-edge-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-l-min-edge-top-ridge, .mkb-l-min-edge-top-ridge-child > *, .mkb-l-min-edge-top-ridge-first > *:first-child, .mkb-l-min-edge-top-ridge-last > *:last-child, .mkb-l-min-edge-top-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-l-min-edge-bottom-ridge, .mkb-l-min-edge-bottom-ridge-child > *, .mkb-l-min-edge-bottom-ridge-first > *:first-child, .mkb-l-min-edge-bottom-ridge-last > *:last-child, .mkb-l-min-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-l-min-edge-left-ridge, .mkb-l-min-edge-left-ridge-child > *, .mkb-l-min-edge-left-ridge-first > *:first-child, .mkb-l-min-edge-left-ridge-last > *:last-child, .mkb-l-min-edge-left-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-l-min-edge-right-ridge, .mkb-l-min-edge-right-ridge-child > *, .mkb-l-min-edge-right-ridge-first > *:first-child, .mkb-l-min-edge-right-ridge-last > *:last-child, .mkb-l-min-edge-right-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-l-min-edge-vertical-ridge, .mkb-l-min-edge-vertical-ridge-child > *, .mkb-l-min-edge-vertical-ridge-first > *:first-child, .mkb-l-min-edge-vertical-ridge-last > *:last-child, .mkb-l-min-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-l-min-edge-horizontal-ridge, .mkb-l-min-edge-horizontal-ridge-child > *, .mkb-l-min-edge-horizontal-ridge-first > *:first-child, .mkb-l-min-edge-horizontal-ridge-last > *:last-child, .mkb-l-min-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-l-min-edge-inset, .mkb-l-min-edge-inset-child > *, .mkb-l-min-edge-inset-first > *:first-child, .mkb-l-min-edge-inset-last > *:last-child, .mkb-l-min-edge-inset-odd > *:nth-child(odd), .mkb-l-min-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-l-min-edge-top-inset, .mkb-l-min-edge-top-inset-child > *, .mkb-l-min-edge-top-inset-first > *:first-child, .mkb-l-min-edge-top-inset-last > *:last-child, .mkb-l-min-edge-top-inset-odd > *:nth-child(odd), .mkb-l-min-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-l-min-edge-bottom-inset, .mkb-l-min-edge-bottom-inset-child > *, .mkb-l-min-edge-bottom-inset-first > *:first-child, .mkb-l-min-edge-bottom-inset-last > *:last-child, .mkb-l-min-edge-bottom-inset-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-l-min-edge-left-inset, .mkb-l-min-edge-left-inset-child > *, .mkb-l-min-edge-left-inset-first > *:first-child, .mkb-l-min-edge-left-inset-last > *:last-child, .mkb-l-min-edge-left-inset-odd > *:nth-child(odd), .mkb-l-min-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-l-min-edge-right-inset, .mkb-l-min-edge-right-inset-child > *, .mkb-l-min-edge-right-inset-first > *:first-child, .mkb-l-min-edge-right-inset-last > *:last-child, .mkb-l-min-edge-right-inset-odd > *:nth-child(odd), .mkb-l-min-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-l-min-edge-vertical-inset, .mkb-l-min-edge-vertical-inset-child > *, .mkb-l-min-edge-vertical-inset-first > *:first-child, .mkb-l-min-edge-vertical-inset-last > *:last-child, .mkb-l-min-edge-vertical-inset-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-l-min-edge-horizontal-inset, .mkb-l-min-edge-horizontal-inset-child > *, .mkb-l-min-edge-horizontal-inset-first > *:first-child, .mkb-l-min-edge-horizontal-inset-last > *:last-child, .mkb-l-min-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-l-min-edge-outset, .mkb-l-min-edge-outset-child > *, .mkb-l-min-edge-outset-first > *:first-child, .mkb-l-min-edge-outset-last > *:last-child, .mkb-l-min-edge-outset-odd > *:nth-child(odd), .mkb-l-min-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-l-min-edge-top-outset, .mkb-l-min-edge-top-outset-child > *, .mkb-l-min-edge-top-outset-first > *:first-child, .mkb-l-min-edge-top-outset-last > *:last-child, .mkb-l-min-edge-top-outset-odd > *:nth-child(odd), .mkb-l-min-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-l-min-edge-bottom-outset, .mkb-l-min-edge-bottom-outset-child > *, .mkb-l-min-edge-bottom-outset-first > *:first-child, .mkb-l-min-edge-bottom-outset-last > *:last-child, .mkb-l-min-edge-bottom-outset-odd > *:nth-child(odd), .mkb-l-min-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-l-min-edge-left-outset, .mkb-l-min-edge-left-outset-child > *, .mkb-l-min-edge-left-outset-first > *:first-child, .mkb-l-min-edge-left-outset-last > *:last-child, .mkb-l-min-edge-left-outset-odd > *:nth-child(odd), .mkb-l-min-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-l-min-edge-right-outset, .mkb-l-min-edge-right-outset-child > *, .mkb-l-min-edge-right-outset-first > *:first-child, .mkb-l-min-edge-right-outset-last > *:last-child, .mkb-l-min-edge-right-outset-odd > *:nth-child(odd), .mkb-l-min-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-l-min-edge-vertical-outset, .mkb-l-min-edge-vertical-outset-child > *, .mkb-l-min-edge-vertical-outset-first > *:first-child, .mkb-l-min-edge-vertical-outset-last > *:last-child, .mkb-l-min-edge-vertical-outset-odd > *:nth-child(odd), .mkb-l-min-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-l-min-edge-horizontal-outset, .mkb-l-min-edge-horizontal-outset-child > *, .mkb-l-min-edge-horizontal-outset-first > *:first-child, .mkb-l-min-edge-horizontal-outset-last > *:last-child, .mkb-l-min-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-l-min-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-l-min-radius-none, .mkb-l-min-radius-none-child > *, .mkb-l-min-radius-none-first > *:first-child, .mkb-l-min-radius-none-last > *:last-child, .mkb-l-min-radius-none-odd > *:nth-child(odd), .mkb-l-min-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-l-min-radius-s, .mkb-l-min-radius-s-child > *, .mkb-l-min-radius-s-first > *:first-child, .mkb-l-min-radius-s-last > *:last-child, .mkb-l-min-radius-s-odd > *:nth-child(odd), .mkb-l-min-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m, .mkb-l-min-radius-m-child > *, .mkb-l-min-radius-m-first > *:first-child, .mkb-l-min-radius-m-last > *:last-child, .mkb-l-min-radius-m-odd > *:nth-child(odd), .mkb-l-min-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l, .mkb-l-min-radius-l-child > *, .mkb-l-min-radius-l-first > *:first-child, .mkb-l-min-radius-l-last > *:last-child, .mkb-l-min-radius-l-odd > *:nth-child(odd), .mkb-l-min-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl, .mkb-l-min-radius-xl-child > *, .mkb-l-min-radius-xl-first > *:first-child, .mkb-l-min-radius-xl-last > *:last-child, .mkb-l-min-radius-xl-odd > *:nth-child(odd), .mkb-l-min-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-top-none, .mkb-l-min-radius-top-none-child > *, .mkb-l-min-radius-top-none-first > *:first-child, .mkb-l-min-radius-top-none-last > *:last-child, .mkb-l-min-radius-top-none-odd > *:nth-child(odd), .mkb-l-min-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-l-min-radius-s-top, .mkb-l-min-radius-s-top-child > *, .mkb-l-min-radius-s-top-first > *:first-child, .mkb-l-min-radius-s-top-last > *:last-child, .mkb-l-min-radius-s-top-odd > *:nth-child(odd), .mkb-l-min-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-top, .mkb-l-min-radius-m-top-child > *, .mkb-l-min-radius-m-top-first > *:first-child, .mkb-l-min-radius-m-top-last > *:last-child, .mkb-l-min-radius-m-top-odd > *:nth-child(odd), .mkb-l-min-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-top, .mkb-l-min-radius-l-top-child > *, .mkb-l-min-radius-l-top-first > *:first-child, .mkb-l-min-radius-l-top-last > *:last-child, .mkb-l-min-radius-l-top-odd > *:nth-child(odd), .mkb-l-min-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-top, .mkb-l-min-radius-xl-top-child > *, .mkb-l-min-radius-xl-top-first > *:first-child, .mkb-l-min-radius-xl-top-last > *:last-child, .mkb-l-min-radius-xl-top-odd > *:nth-child(odd), .mkb-l-min-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-top-left-none, .mkb-l-min-radius-top-left-none-child > *, .mkb-l-min-radius-top-left-none-first > *:first-child, .mkb-l-min-radius-top-left-none-last > *:last-child, .mkb-l-min-radius-top-left-none-odd > *:nth-child(odd), .mkb-l-min-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-l-min-radius-s-top-left, .mkb-l-min-radius-s-top-left-child > *, .mkb-l-min-radius-s-top-left-first > *:first-child, .mkb-l-min-radius-s-top-left-last > *:last-child, .mkb-l-min-radius-s-top-left-odd > *:nth-child(odd), .mkb-l-min-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-top-left, .mkb-l-min-radius-m-top-left-child > *, .mkb-l-min-radius-m-top-left-first > *:first-child, .mkb-l-min-radius-m-top-left-last > *:last-child, .mkb-l-min-radius-m-top-left-odd > *:nth-child(odd), .mkb-l-min-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-top-left, .mkb-l-min-radius-l-top-left-child > *, .mkb-l-min-radius-l-top-left-first > *:first-child, .mkb-l-min-radius-l-top-left-last > *:last-child, .mkb-l-min-radius-l-top-left-odd > *:nth-child(odd), .mkb-l-min-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-top-left, .mkb-l-min-radius-xl-top-left-child > *, .mkb-l-min-radius-xl-top-left-first > *:first-child, .mkb-l-min-radius-xl-top-left-last > *:last-child, .mkb-l-min-radius-xl-top-left-odd > *:nth-child(odd), .mkb-l-min-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-top-right-none, .mkb-l-min-radius-top-right-none-child > *, .mkb-l-min-radius-top-right-none-first > *:first-child, .mkb-l-min-radius-top-right-none-last > *:last-child, .mkb-l-min-radius-top-right-none-odd > *:nth-child(odd), .mkb-l-min-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-l-min-radius-s-top-right, .mkb-l-min-radius-s-top-right-child > *, .mkb-l-min-radius-s-top-right-first > *:first-child, .mkb-l-min-radius-s-top-right-last > *:last-child, .mkb-l-min-radius-s-top-right-odd > *:nth-child(odd), .mkb-l-min-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-top-right, .mkb-l-min-radius-m-top-right-child > *, .mkb-l-min-radius-m-top-right-first > *:first-child, .mkb-l-min-radius-m-top-right-last > *:last-child, .mkb-l-min-radius-m-top-right-odd > *:nth-child(odd), .mkb-l-min-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-top-right, .mkb-l-min-radius-l-top-right-child > *, .mkb-l-min-radius-l-top-right-first > *:first-child, .mkb-l-min-radius-l-top-right-last > *:last-child, .mkb-l-min-radius-l-top-right-odd > *:nth-child(odd), .mkb-l-min-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-top-right, .mkb-l-min-radius-xl-top-right-child > *, .mkb-l-min-radius-xl-top-right-first > *:first-child, .mkb-l-min-radius-xl-top-right-last > *:last-child, .mkb-l-min-radius-xl-top-right-odd > *:nth-child(odd), .mkb-l-min-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-bottom-none, .mkb-l-min-radius-bottom-none-child > *, .mkb-l-min-radius-bottom-none-first > *:first-child, .mkb-l-min-radius-bottom-none-last > *:last-child, .mkb-l-min-radius-bottom-none-odd > *:nth-child(odd), .mkb-l-min-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-l-min-radius-s-bottom, .mkb-l-min-radius-s-bottom-child > *, .mkb-l-min-radius-s-bottom-first > *:first-child, .mkb-l-min-radius-s-bottom-last > *:last-child, .mkb-l-min-radius-s-bottom-odd > *:nth-child(odd), .mkb-l-min-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-bottom, .mkb-l-min-radius-m-bottom-child > *, .mkb-l-min-radius-m-bottom-first > *:first-child, .mkb-l-min-radius-m-bottom-last > *:last-child, .mkb-l-min-radius-m-bottom-odd > *:nth-child(odd), .mkb-l-min-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-bottom, .mkb-l-min-radius-l-bottom-child > *, .mkb-l-min-radius-l-bottom-first > *:first-child, .mkb-l-min-radius-l-bottom-last > *:last-child, .mkb-l-min-radius-l-bottom-odd > *:nth-child(odd), .mkb-l-min-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-bottom, .mkb-l-min-radius-xl-bottom-child > *, .mkb-l-min-radius-xl-bottom-first > *:first-child, .mkb-l-min-radius-xl-bottom-last > *:last-child, .mkb-l-min-radius-xl-bottom-odd > *:nth-child(odd), .mkb-l-min-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-bottom-left-none, .mkb-l-min-radius-bottom-left-none-child > *, .mkb-l-min-radius-bottom-left-none-first > *:first-child, .mkb-l-min-radius-bottom-left-none-last > *:last-child, .mkb-l-min-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-l-min-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-l-min-radius-s-bottom-left, .mkb-l-min-radius-s-bottom-left-child > *, .mkb-l-min-radius-s-bottom-left-first > *:first-child, .mkb-l-min-radius-s-bottom-left-last > *:last-child, .mkb-l-min-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-l-min-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-bottom-left, .mkb-l-min-radius-m-bottom-left-child > *, .mkb-l-min-radius-m-bottom-left-first > *:first-child, .mkb-l-min-radius-m-bottom-left-last > *:last-child, .mkb-l-min-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-l-min-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-bottom-left, .mkb-l-min-radius-l-bottom-left-child > *, .mkb-l-min-radius-l-bottom-left-first > *:first-child, .mkb-l-min-radius-l-bottom-left-last > *:last-child, .mkb-l-min-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-l-min-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-bottom-left, .mkb-l-min-radius-xl-bottom-left-child > *, .mkb-l-min-radius-xl-bottom-left-first > *:first-child, .mkb-l-min-radius-xl-bottom-left-last > *:last-child, .mkb-l-min-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-l-min-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-l-min-radius-bottom-right-none, .mkb-l-min-radius-bottom-right-none-child > *, .mkb-l-min-radius-bottom-right-none-first > *:first-child, .mkb-l-min-radius-bottom-right-none-last > *:last-child, .mkb-l-min-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-l-min-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-l-min-radius-s-bottom-right, .mkb-l-min-radius-s-bottom-right-child > *, .mkb-l-min-radius-s-bottom-right-first > *:first-child, .mkb-l-min-radius-s-bottom-right-last > *:last-child, .mkb-l-min-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-l-min-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-l-min-radius-m-bottom-right, .mkb-l-min-radius-m-bottom-right-child > *, .mkb-l-min-radius-m-bottom-right-first > *:first-child, .mkb-l-min-radius-m-bottom-right-last > *:last-child, .mkb-l-min-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-l-min-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-l-min-radius-l-bottom-right, .mkb-l-min-radius-l-bottom-right-child > *, .mkb-l-min-radius-l-bottom-right-first > *:first-child, .mkb-l-min-radius-l-bottom-right-last > *:last-child, .mkb-l-min-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-l-min-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-l-min-radius-xl-bottom-right, .mkb-l-min-radius-xl-bottom-right-child > *, .mkb-l-min-radius-xl-bottom-right-first > *:first-child, .mkb-l-min-radius-xl-bottom-right-last > *:last-child, .mkb-l-min-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-l-min-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-l-min-offset-auto, .mkb-l-min-offset-auto-child > *, .mkb-l-min-offset-auto-first > *:first-child, .mkb-l-min-offset-auto-last > *:last-child, .mkb-l-min-offset-auto-odd > *:nth-child(odd), .mkb-l-min-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-l-min-offset-none, .mkb-l-min-offset-none-child > *, .mkb-l-min-offset-none-first > *:first-child, .mkb-l-min-offset-none-last > *:last-child, .mkb-l-min-offset-none-odd > *:nth-child(odd), .mkb-l-min-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-l-min-offset-inherit, .mkb-l-min-offset-inherit-child > *, .mkb-l-min-offset-inherit-first > *:first-child, .mkb-l-min-offset-inherit-last > *:last-child, .mkb-l-min-offset-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-l-min-offset-top-auto, .mkb-l-min-offset-top-auto-child > *, .mkb-l-min-offset-top-auto-first > *:first-child, .mkb-l-min-offset-top-auto-last > *:last-child, .mkb-l-min-offset-top-auto-odd > *:nth-child(odd), .mkb-l-min-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-l-min-offset-top-none, .mkb-l-min-offset-top-none-child > *, .mkb-l-min-offset-top-none-first > *:first-child, .mkb-l-min-offset-top-none-last > *:last-child, .mkb-l-min-offset-top-none-odd > *:nth-child(odd), .mkb-l-min-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-l-min-offset-top-inherit, .mkb-l-min-offset-top-inherit-child > *, .mkb-l-min-offset-top-inherit-first > *:first-child, .mkb-l-min-offset-top-inherit-last > *:last-child, .mkb-l-min-offset-top-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-l-min-offset-bottom-auto, .mkb-l-min-offset-bottom-auto-child > *, .mkb-l-min-offset-bottom-auto-first > *:first-child, .mkb-l-min-offset-bottom-auto-last > *:last-child, .mkb-l-min-offset-bottom-auto-odd > *:nth-child(odd), .mkb-l-min-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-l-min-offset-bottom-none, .mkb-l-min-offset-bottom-none-child > *, .mkb-l-min-offset-bottom-none-first > *:first-child, .mkb-l-min-offset-bottom-none-last > *:last-child, .mkb-l-min-offset-bottom-none-odd > *:nth-child(odd), .mkb-l-min-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-l-min-offset-bottom-inherit, .mkb-l-min-offset-bottom-inherit-child > *, .mkb-l-min-offset-bottom-inherit-first > *:first-child, .mkb-l-min-offset-bottom-inherit-last > *:last-child, .mkb-l-min-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-l-min-offset-left-auto, .mkb-l-min-offset-left-auto-child > *, .mkb-l-min-offset-left-auto-first > *:first-child, .mkb-l-min-offset-left-auto-last > *:last-child, .mkb-l-min-offset-left-auto-odd > *:nth-child(odd), .mkb-l-min-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-l-min-offset-left-none, .mkb-l-min-offset-left-none-child > *, .mkb-l-min-offset-left-none-first > *:first-child, .mkb-l-min-offset-left-none-last > *:last-child, .mkb-l-min-offset-left-none-odd > *:nth-child(odd), .mkb-l-min-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-l-min-offset-left-inherit, .mkb-l-min-offset-left-inherit-child > *, .mkb-l-min-offset-left-inherit-first > *:first-child, .mkb-l-min-offset-left-inherit-last > *:last-child, .mkb-l-min-offset-left-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-l-min-offset-right-auto, .mkb-l-min-offset-right-auto-child > *, .mkb-l-min-offset-right-auto-first > *:first-child, .mkb-l-min-offset-right-auto-last > *:last-child, .mkb-l-min-offset-right-auto-odd > *:nth-child(odd), .mkb-l-min-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-l-min-offset-right-none, .mkb-l-min-offset-right-none-child > *, .mkb-l-min-offset-right-none-first > *:first-child, .mkb-l-min-offset-right-none-last > *:last-child, .mkb-l-min-offset-right-none-odd > *:nth-child(odd), .mkb-l-min-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-l-min-offset-right-inherit, .mkb-l-min-offset-right-inherit-child > *, .mkb-l-min-offset-right-inherit-first > *:first-child, .mkb-l-min-offset-right-inherit-last > *:last-child, .mkb-l-min-offset-right-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-l-min-offset-vertical-auto, .mkb-l-min-offset-vertical-auto-child > *, .mkb-l-min-offset-vertical-auto-first > *:first-child, .mkb-l-min-offset-vertical-auto-last > *:last-child, .mkb-l-min-offset-vertical-auto-odd > *:nth-child(odd), .mkb-l-min-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-l-min-offset-horizontal-auto, .mkb-l-min-offset-horizontal-auto-child > *, .mkb-l-min-offset-horizontal-auto-first > *:first-child, .mkb-l-min-offset-horizontal-auto-last > *:last-child, .mkb-l-min-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-l-min-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-l-min-offset-vertical-none, .mkb-l-min-offset-vertical-none-child > *, .mkb-l-min-offset-vertical-none-first > *:first-child, .mkb-l-min-offset-vertical-none-last > *:last-child, .mkb-l-min-offset-vertical-none-odd > *:nth-child(odd), .mkb-l-min-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-l-min-offset-horizontal-none, .mkb-l-min-offset-horizontal-none-child > *, .mkb-l-min-offset-horizontal-none-first > *:first-child, .mkb-l-min-offset-horizontal-none-last > *:last-child, .mkb-l-min-offset-horizontal-none-odd > *:nth-child(odd), .mkb-l-min-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-l-min-offset-vertical-inherit, .mkb-l-min-offset-vertical-inherit-child > *, .mkb-l-min-offset-vertical-inherit-first > *:first-child, .mkb-l-min-offset-vertical-inherit-last > *:last-child, .mkb-l-min-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-l-min-offset-horizontal-inherit, .mkb-l-min-offset-horizontal-inherit-child > *, .mkb-l-min-offset-horizontal-inherit-first > *:first-child, .mkb-l-min-offset-horizontal-inherit-last > *:last-child, .mkb-l-min-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-l-min-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (max-width: 1536px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-xl-max-container-s, .mkb-xl-max-container-s-child > *, .mkb-xl-max-container-s-first > *:first-child, .mkb-xl-max-container-s-last > *:last-child, .mkb-xl-max-container-s-odd > *:nth-child(odd), .mkb-xl-max-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-max-container-m, .mkb-xl-max-container-m-child > *, .mkb-xl-max-container-m-first > *:first-child, .mkb-xl-max-container-m-last > *:last-child, .mkb-xl-max-container-m-odd > *:nth-child(odd), .mkb-xl-max-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-max-container-l, .mkb-xl-max-container-l-child > *, .mkb-xl-max-container-l-first > *:first-child, .mkb-xl-max-container-l-last > *:last-child, .mkb-xl-max-container-l-odd > *:nth-child(odd), .mkb-xl-max-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-max-container-xl, .mkb-xl-max-container-xl-child > *, .mkb-xl-max-container-xl-first > *:first-child, .mkb-xl-max-container-xl-last > *:last-child, .mkb-xl-max-container-xl-odd > *:nth-child(odd), .mkb-xl-max-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-xl-max-wrapper-pad, .mkb-xl-max-wrapper-pad-child > *, .mkb-xl-max-wrapper-pad-first > *:first-child, .mkb-xl-max-wrapper-pad-last > *:last-child, .mkb-xl-max-wrapper-pad-odd > *:nth-child(odd), .mkb-xl-max-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-xl-max-wrapper-pad-vertical, .mkb-xl-max-wrapper-pad-vertical-child > *, .mkb-xl-max-wrapper-pad-vertical-first > *:first-child, .mkb-xl-max-wrapper-pad-vertical-last > *:last-child, .mkb-xl-max-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-xl-max-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-xl-max-wrapper-pad-horizontal, .mkb-xl-max-wrapper-pad-horizontal-child > *, .mkb-xl-max-wrapper-pad-horizontal-first > *:first-child, .mkb-xl-max-wrapper-pad-horizontal-last > *:last-child, .mkb-xl-max-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-xl-max-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-xl-max-wrapper-gap, .mkb-xl-max-wrapper-gap-child > *, .mkb-xl-max-wrapper-gap-first > *:first-child, .mkb-xl-max-wrapper-gap-last > *:last-child, .mkb-xl-max-wrapper-gap-odd > *:nth-child(odd), .mkb-xl-max-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-xl-max-wrapper-gap-vertical, .mkb-xl-max-wrapper-gap-vertical-child > *, .mkb-xl-max-wrapper-gap-vertical-first > *:first-child, .mkb-xl-max-wrapper-gap-vertical-last > *:last-child, .mkb-xl-max-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-xl-max-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-xl-max-wrapper-gap-horizontal, .mkb-xl-max-wrapper-gap-horizontal-child > *, .mkb-xl-max-wrapper-gap-horizontal-first > *:first-child, .mkb-xl-max-wrapper-gap-horizontal-last > *:last-child, .mkb-xl-max-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-xl-max-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-xl-max-inline, .mkb-xl-max-inline-child > *, .mkb-xl-max-inline-first > *:first-child, .mkb-xl-max-inline-last > *:last-child, .mkb-xl-max-inline-odd > *:nth-child(odd), .mkb-xl-max-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-xl-max-inline-block, .mkb-xl-max-inline-block-child > *, .mkb-xl-max-inline-block-first > *:first-child, .mkb-xl-max-inline-block-last > *:last-child, .mkb-xl-max-inline-block-odd > *:nth-child(odd), .mkb-xl-max-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-xl-max-inline-table, .mkb-xl-max-inline-table-child > *, .mkb-xl-max-inline-table-first > *:first-child, .mkb-xl-max-inline-table-last > *:last-child, .mkb-xl-max-inline-table-odd > *:nth-child(odd), .mkb-xl-max-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-xl-max-inline-flex, .mkb-xl-max-inline-flex-child > *, .mkb-xl-max-inline-flex-first > *:first-child, .mkb-xl-max-inline-flex-last > *:last-child, .mkb-xl-max-inline-flex-odd > *:nth-child(odd), .mkb-xl-max-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-xl-max-inline-flex > *, .mkb-xl-max-inline-flex-child > * > *, .mkb-xl-max-inline-flex-first > *:first-child > *, .mkb-xl-max-inline-flex-last > *:last-child > *, .mkb-xl-max-inline-flex-odd > *:nth-child(odd) > *, .mkb-xl-max-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-xl-max-block, .mkb-xl-max-block-child > *, .mkb-xl-max-block-first > *:first-child, .mkb-xl-max-block-last > *:last-child, .mkb-xl-max-block-odd > *:nth-child(odd), .mkb-xl-max-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-xl-max-table, .mkb-xl-max-table-child > *, .mkb-xl-max-table-first > *:first-child, .mkb-xl-max-table-last > *:last-child, .mkb-xl-max-table-odd > *:nth-child(odd), .mkb-xl-max-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-xl-max-table-row, .mkb-xl-max-table-row-child > *, .mkb-xl-max-table-row-first > *:first-child, .mkb-xl-max-table-row-last > *:last-child, .mkb-xl-max-table-row-odd > *:nth-child(odd), .mkb-xl-max-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-xl-max-table-cell, .mkb-xl-max-table-cell-child > *, .mkb-xl-max-table-cell-first > *:first-child, .mkb-xl-max-table-cell-last > *:last-child, .mkb-xl-max-table-cell-odd > *:nth-child(odd), .mkb-xl-max-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-xl-max-flex, .mkb-xl-max-flex-child > *, .mkb-xl-max-flex-first > *:first-child, .mkb-xl-max-flex-last > *:last-child, .mkb-xl-max-flex-odd > *:nth-child(odd), .mkb-xl-max-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-xl-max-flex > *, .mkb-xl-max-flex-child > * > *, .mkb-xl-max-flex-first > *:first-child > *, .mkb-xl-max-flex-last > *:last-child > *, .mkb-xl-max-flex-odd > *:nth-child(odd) > *, .mkb-xl-max-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-xl-max-none, .mkb-xl-max-none-child > *, .mkb-xl-max-none-first > *:first-child, .mkb-xl-max-none-last > *:last-child, .mkb-xl-max-none-odd > *:nth-child(odd), .mkb-xl-max-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-xl-max-display-inherit, .mkb-xl-max-display-inherit-child > *, .mkb-xl-max-display-inherit-first > *:first-child, .mkb-xl-max-display-inherit-last > *:last-child, .mkb-xl-max-display-inherit-odd > *:nth-child(odd), .mkb-xl-max-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-xl-max-flex-row, .mkb-xl-max-flex-row-child > *, .mkb-xl-max-flex-row-first > *:first-child, .mkb-xl-max-flex-row-last > *:last-child, .mkb-xl-max-flex-row-odd > *:nth-child(odd), .mkb-xl-max-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-xl-max-flex-row-reverse, .mkb-xl-max-flex-row-reverse-child > *, .mkb-xl-max-flex-row-reverse-first > *:first-child, .mkb-xl-max-flex-row-reverse-last > *:last-child, .mkb-xl-max-flex-row-reverse-odd > *:nth-child(odd), .mkb-xl-max-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-xl-max-flex-column, .mkb-xl-max-flex-column-child > *, .mkb-xl-max-flex-column-first > *:first-child, .mkb-xl-max-flex-column-last > *:last-child, .mkb-xl-max-flex-column-odd > *:nth-child(odd), .mkb-xl-max-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-xl-max-flex-column-reverse, .mkb-xl-max-flex-column-reverse-child > *, .mkb-xl-max-flex-column-reverse-first > *:first-child, .mkb-xl-max-flex-column-reverse-last > *:last-child, .mkb-xl-max-flex-column-reverse-odd > *:nth-child(odd), .mkb-xl-max-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-xl-max-flex-direction-inherit, .mkb-xl-max-flex-direction-inherit-child > *, .mkb-xl-max-flex-direction-inherit-first > *:first-child, .mkb-xl-max-flex-direction-inherit-last > *:last-child, .mkb-xl-max-flex-direction-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-xl-max-flex-wrap-none, .mkb-xl-max-flex-wrap-none-child > *, .mkb-xl-max-flex-wrap-none-first > *:first-child, .mkb-xl-max-flex-wrap-none-last > *:last-child, .mkb-xl-max-flex-wrap-none-odd > *:nth-child(odd), .mkb-xl-max-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-xl-max-flex-wrap, .mkb-xl-max-flex-wrap-child > *, .mkb-xl-max-flex-wrap-first > *:first-child, .mkb-xl-max-flex-wrap-last > *:last-child, .mkb-xl-max-flex-wrap-odd > *:nth-child(odd), .mkb-xl-max-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-xl-max-flex-wrap-reverse, .mkb-xl-max-flex-wrap-reverse-child > *, .mkb-xl-max-flex-wrap-reverse-first > *:first-child, .mkb-xl-max-flex-wrap-reverse-last > *:last-child, .mkb-xl-max-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-xl-max-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-xl-max-flex-wrap-inherit, .mkb-xl-max-flex-wrap-inherit-child > *, .mkb-xl-max-flex-wrap-inherit-first > *:first-child, .mkb-xl-max-flex-wrap-inherit-last > *:last-child, .mkb-xl-max-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-xl-max-flex-left, .mkb-xl-max-flex-left-child > *, .mkb-xl-max-flex-left-first > *:first-child, .mkb-xl-max-flex-left-last > *:last-child, .mkb-xl-max-flex-left-odd > *:nth-child(odd), .mkb-xl-max-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-xl-max-flex-right, .mkb-xl-max-flex-right-child > *, .mkb-xl-max-flex-right-first > *:first-child, .mkb-xl-max-flex-right-last > *:last-child, .mkb-xl-max-flex-right-odd > *:nth-child(odd), .mkb-xl-max-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-xl-max-flex-center, .mkb-xl-max-flex-center-child > *, .mkb-xl-max-flex-center-first > *:first-child, .mkb-xl-max-flex-center-last > *:last-child, .mkb-xl-max-flex-center-odd > *:nth-child(odd), .mkb-xl-max-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-xl-max-flex-between, .mkb-xl-max-flex-between-child > *, .mkb-xl-max-flex-between-first > *:first-child, .mkb-xl-max-flex-between-last > *:last-child, .mkb-xl-max-flex-between-odd > *:nth-child(odd), .mkb-xl-max-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-xl-max-flex-around, .mkb-xl-max-flex-around-child > *, .mkb-xl-max-flex-around-first > *:first-child, .mkb-xl-max-flex-around-last > *:last-child, .mkb-xl-max-flex-around-odd > *:nth-child(odd), .mkb-xl-max-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-xl-max-flex-justify-inherit, .mkb-xl-max-flex-justify-inherit-child > *, .mkb-xl-max-flex-justify-inherit-first > *:first-child, .mkb-xl-max-flex-justify-inherit-last > *:last-child, .mkb-xl-max-flex-justify-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-xl-max-flex-align-auto, .mkb-xl-max-flex-align-auto-child > *, .mkb-xl-max-flex-align-auto-first > *:first-child, .mkb-xl-max-flex-align-auto-last > *:last-child, .mkb-xl-max-flex-align-auto-odd > *:nth-child(odd), .mkb-xl-max-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-xl-max-flex-stretch, .mkb-xl-max-flex-stretch-child > *, .mkb-xl-max-flex-stretch-first > *:first-child, .mkb-xl-max-flex-stretch-last > *:last-child, .mkb-xl-max-flex-stretch-odd > *:nth-child(odd), .mkb-xl-max-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-xl-max-flex-middle, .mkb-xl-max-flex-middle-child > *, .mkb-xl-max-flex-middle-first > *:first-child, .mkb-xl-max-flex-middle-last > *:last-child, .mkb-xl-max-flex-middle-odd > *:nth-child(odd), .mkb-xl-max-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-xl-max-flex-top, .mkb-xl-max-flex-top-child > *, .mkb-xl-max-flex-top-first > *:first-child, .mkb-xl-max-flex-top-last > *:last-child, .mkb-xl-max-flex-top-odd > *:nth-child(odd), .mkb-xl-max-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-xl-max-flex-bottom, .mkb-xl-max-flex-bottom-child > *, .mkb-xl-max-flex-bottom-first > *:first-child, .mkb-xl-max-flex-bottom-last > *:last-child, .mkb-xl-max-flex-bottom-odd > *:nth-child(odd), .mkb-xl-max-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-xl-max-flex-baseline, .mkb-xl-max-flex-baseline-child > *, .mkb-xl-max-flex-baseline-first > *:first-child, .mkb-xl-max-flex-baseline-last > *:last-child, .mkb-xl-max-flex-baseline-odd > *:nth-child(odd), .mkb-xl-max-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-xl-max-flex-align-inherit, .mkb-xl-max-flex-align-inherit-child > *, .mkb-xl-max-flex-align-inherit-first > *:first-child, .mkb-xl-max-flex-align-inherit-last > *:last-child, .mkb-xl-max-flex-align-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-xl-max-flex-self-auto, .mkb-xl-max-flex-self-auto-child > *, .mkb-xl-max-flex-self-auto-first > *:first-child, .mkb-xl-max-flex-self-auto-last > *:last-child, .mkb-xl-max-flex-self-auto-odd > *:nth-child(odd), .mkb-xl-max-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-xl-max-flex-self-stretch, .mkb-xl-max-flex-self-stretch-child > *, .mkb-xl-max-flex-self-stretch-first > *:first-child, .mkb-xl-max-flex-self-stretch-last > *:last-child, .mkb-xl-max-flex-self-stretch-odd > *:nth-child(odd), .mkb-xl-max-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-xl-max-flex-self-middle, .mkb-xl-max-flex-self-middle-child > *, .mkb-xl-max-flex-self-middle-first > *:first-child, .mkb-xl-max-flex-self-middle-last > *:last-child, .mkb-xl-max-flex-self-middle-odd > *:nth-child(odd), .mkb-xl-max-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-xl-max-flex-self-top, .mkb-xl-max-flex-self-top-child > *, .mkb-xl-max-flex-self-top-first > *:first-child, .mkb-xl-max-flex-self-top-last > *:last-child, .mkb-xl-max-flex-self-top-odd > *:nth-child(odd), .mkb-xl-max-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-xl-max-flex-self-bottom, .mkb-xl-max-flex-self-bottom-child > *, .mkb-xl-max-flex-self-bottom-first > *:first-child, .mkb-xl-max-flex-self-bottom-last > *:last-child, .mkb-xl-max-flex-self-bottom-odd > *:nth-child(odd), .mkb-xl-max-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-xl-max-flex-self-baseline, .mkb-xl-max-flex-self-baseline-child > *, .mkb-xl-max-flex-self-baseline-first > *:first-child, .mkb-xl-max-flex-self-baseline-last > *:last-child, .mkb-xl-max-flex-self-baseline-odd > *:nth-child(odd), .mkb-xl-max-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-xl-max-flex-self-inherit, .mkb-xl-max-flex-self-inherit-child > *, .mkb-xl-max-flex-self-inherit-first > *:first-child, .mkb-xl-max-flex-self-inherit-last > *:last-child, .mkb-xl-max-flex-self-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-xl-max-flex-shrink-none, .mkb-xl-max-flex-shrink-none-child > *, .mkb-xl-max-flex-shrink-none-first > *:first-child, .mkb-xl-max-flex-shrink-none-last > *:last-child, .mkb-xl-max-flex-shrink-none-odd > *:nth-child(odd), .mkb-xl-max-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-xl-max-flex-shrink, .mkb-xl-max-flex-shrink-child > *, .mkb-xl-max-flex-shrink-first > *:first-child, .mkb-xl-max-flex-shrink-last > *:last-child, .mkb-xl-max-flex-shrink-odd > *:nth-child(odd), .mkb-xl-max-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-xl-max-flex-shrink-inherit, .mkb-xl-max-flex-shrink-inherit-child > *, .mkb-xl-max-flex-shrink-inherit-first > *:first-child, .mkb-xl-max-flex-shrink-inherit-last > *:last-child, .mkb-xl-max-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-xl-max-flex-grow-none, .mkb-xl-max-flex-grow-none-child > *, .mkb-xl-max-flex-grow-none-first > *:first-child, .mkb-xl-max-flex-grow-none-last > *:last-child, .mkb-xl-max-flex-grow-none-odd > *:nth-child(odd), .mkb-xl-max-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-xl-max-flex-grow, .mkb-xl-max-flex-grow-child > *, .mkb-xl-max-flex-grow-first > *:first-child, .mkb-xl-max-flex-grow-last > *:last-child, .mkb-xl-max-flex-grow-odd > *:nth-child(odd), .mkb-xl-max-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-xl-max-flex-grow-inherit, .mkb-xl-max-flex-grow-inherit-child > *, .mkb-xl-max-flex-grow-inherit-first > *:first-child, .mkb-xl-max-flex-grow-inherit-last > *:last-child, .mkb-xl-max-flex-grow-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-xl-max-flex-order-first, .mkb-xl-max-flex-order-first-child > *, .mkb-xl-max-flex-order-first-first > *:first-child, .mkb-xl-max-flex-order-first-last > *:last-child, .mkb-xl-max-flex-order-first-odd > *:nth-child(odd), .mkb-xl-max-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-xl-max-flex-order-last, .mkb-xl-max-flex-order-last-child > *, .mkb-xl-max-flex-order-last-first > *:first-child, .mkb-xl-max-flex-order-last-last > *:last-child, .mkb-xl-max-flex-order-last-odd > *:nth-child(odd), .mkb-xl-max-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-xl-max-flex-order-inherit, .mkb-xl-max-flex-order-inherit-child > *, .mkb-xl-max-flex-order-inherit-first > *:first-child, .mkb-xl-max-flex-order-inherit-last > *:last-child, .mkb-xl-max-flex-order-inherit-odd > *:nth-child(odd), .mkb-xl-max-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-xl-max-flex-order-0, .mkb-xl-max-flex-order-0-child > *, .mkb-xl-max-flex-order-0-first > *:first-child, .mkb-xl-max-flex-order-0-last > *:last-child, .mkb-xl-max-flex-order-0-odd > *:nth-child(odd), .mkb-xl-max-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-xl-max-flex-order-1, .mkb-xl-max-flex-order-1-child > *, .mkb-xl-max-flex-order-1-first > *:first-child, .mkb-xl-max-flex-order-1-last > *:last-child, .mkb-xl-max-flex-order-1-odd > *:nth-child(odd), .mkb-xl-max-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-xl-max-flex-order-2, .mkb-xl-max-flex-order-2-child > *, .mkb-xl-max-flex-order-2-first > *:first-child, .mkb-xl-max-flex-order-2-last > *:last-child, .mkb-xl-max-flex-order-2-odd > *:nth-child(odd), .mkb-xl-max-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-xl-max-flex-order-3, .mkb-xl-max-flex-order-3-child > *, .mkb-xl-max-flex-order-3-first > *:first-child, .mkb-xl-max-flex-order-3-last > *:last-child, .mkb-xl-max-flex-order-3-odd > *:nth-child(odd), .mkb-xl-max-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-xl-max-flex-order-4, .mkb-xl-max-flex-order-4-child > *, .mkb-xl-max-flex-order-4-first > *:first-child, .mkb-xl-max-flex-order-4-last > *:last-child, .mkb-xl-max-flex-order-4-odd > *:nth-child(odd), .mkb-xl-max-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-xl-max-flex-order-5, .mkb-xl-max-flex-order-5-child > *, .mkb-xl-max-flex-order-5-first > *:first-child, .mkb-xl-max-flex-order-5-last > *:last-child, .mkb-xl-max-flex-order-5-odd > *:nth-child(odd), .mkb-xl-max-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-xl-max-flex-order-6, .mkb-xl-max-flex-order-6-child > *, .mkb-xl-max-flex-order-6-first > *:first-child, .mkb-xl-max-flex-order-6-last > *:last-child, .mkb-xl-max-flex-order-6-odd > *:nth-child(odd), .mkb-xl-max-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-xl-max-flex-order-7, .mkb-xl-max-flex-order-7-child > *, .mkb-xl-max-flex-order-7-first > *:first-child, .mkb-xl-max-flex-order-7-last > *:last-child, .mkb-xl-max-flex-order-7-odd > *:nth-child(odd), .mkb-xl-max-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-xl-max-flex-order-8, .mkb-xl-max-flex-order-8-child > *, .mkb-xl-max-flex-order-8-first > *:first-child, .mkb-xl-max-flex-order-8-last > *:last-child, .mkb-xl-max-flex-order-8-odd > *:nth-child(odd), .mkb-xl-max-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-xl-max-flex-order-9, .mkb-xl-max-flex-order-9-child > *, .mkb-xl-max-flex-order-9-first > *:first-child, .mkb-xl-max-flex-order-9-last > *:last-child, .mkb-xl-max-flex-order-9-odd > *:nth-child(odd), .mkb-xl-max-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-xl-max-flex-order-10, .mkb-xl-max-flex-order-10-child > *, .mkb-xl-max-flex-order-10-first > *:first-child, .mkb-xl-max-flex-order-10-last > *:last-child, .mkb-xl-max-flex-order-10-odd > *:nth-child(odd), .mkb-xl-max-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-xl-max-flex-order-11, .mkb-xl-max-flex-order-11-child > *, .mkb-xl-max-flex-order-11-first > *:first-child, .mkb-xl-max-flex-order-11-last > *:last-child, .mkb-xl-max-flex-order-11-odd > *:nth-child(odd), .mkb-xl-max-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-xl-max-flex-order-12, .mkb-xl-max-flex-order-12-child > *, .mkb-xl-max-flex-order-12-first > *:first-child, .mkb-xl-max-flex-order-12-last > *:last-child, .mkb-xl-max-flex-order-12-odd > *:nth-child(odd), .mkb-xl-max-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-xl-max-table-layout-auto, .mkb-xl-max-table-layout-auto-child > *, .mkb-xl-max-table-layout-auto-first > *:first-child, .mkb-xl-max-table-layout-auto-last > *:last-child, .mkb-xl-max-table-layout-auto-odd > *:nth-child(odd), .mkb-xl-max-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-xl-max-table-fixed, .mkb-xl-max-table-fixed-child > *, .mkb-xl-max-table-fixed-first > *:first-child, .mkb-xl-max-table-fixed-last > *:last-child, .mkb-xl-max-table-fixed-odd > *:nth-child(odd), .mkb-xl-max-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-xl-max-table-layout-inherit, .mkb-xl-max-table-layout-inherit-child > *, .mkb-xl-max-table-layout-inherit-first > *:first-child, .mkb-xl-max-table-layout-inherit-last > *:last-child, .mkb-xl-max-table-layout-inherit-odd > *:nth-child(odd), .mkb-xl-max-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-xl-max-table-seperate, .mkb-xl-max-table-seperate-child > *, .mkb-xl-max-table-seperate-first > *:first-child, .mkb-xl-max-table-seperate-last > *:last-child, .mkb-xl-max-table-seperate-odd > *:nth-child(odd), .mkb-xl-max-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-xl-max-table-collapse, .mkb-xl-max-table-collapse-child > *, .mkb-xl-max-table-collapse-first > *:first-child, .mkb-xl-max-table-collapse-last > *:last-child, .mkb-xl-max-table-collapse-odd > *:nth-child(odd), .mkb-xl-max-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-xl-max-table-collapse-inherit, .mkb-xl-max-table-collapse-inherit-child > *, .mkb-xl-max-table-collapse-inherit-first > *:first-child, .mkb-xl-max-table-collapse-inherit-last > *:last-child, .mkb-xl-max-table-collapse-inherit-odd > *:nth-child(odd), .mkb-xl-max-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-xl-max-table-spacing-s, .mkb-xl-max-table-spacing-s-child > *, .mkb-xl-max-table-spacing-s-first > *:first-child, .mkb-xl-max-table-spacing-s-last > *:last-child, .mkb-xl-max-table-spacing-s-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-xl-max-table-spacing-s-vertical, .mkb-xl-max-table-spacing-s-vertical-child > *, .mkb-xl-max-table-spacing-s-vertical-first > *:first-child, .mkb-xl-max-table-spacing-s-vertical-last > *:last-child, .mkb-xl-max-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-xl-max-table-spacing-s-horizontal, .mkb-xl-max-table-spacing-s-horizontal-child > *, .mkb-xl-max-table-spacing-s-horizontal-first > *:first-child, .mkb-xl-max-table-spacing-s-horizontal-last > *:last-child, .mkb-xl-max-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-xl-max-table-spacing-m, .mkb-xl-max-table-spacing-m-child > *, .mkb-xl-max-table-spacing-m-first > *:first-child, .mkb-xl-max-table-spacing-m-last > *:last-child, .mkb-xl-max-table-spacing-m-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-xl-max-table-spacing-m-vertical, .mkb-xl-max-table-spacing-m-vertical-child > *, .mkb-xl-max-table-spacing-m-vertical-first > *:first-child, .mkb-xl-max-table-spacing-m-vertical-last > *:last-child, .mkb-xl-max-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-xl-max-table-spacing-m-horizontal, .mkb-xl-max-table-spacing-m-horizontal-child > *, .mkb-xl-max-table-spacing-m-horizontal-first > *:first-child, .mkb-xl-max-table-spacing-m-horizontal-last > *:last-child, .mkb-xl-max-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-xl-max-table-spacing-l, .mkb-xl-max-table-spacing-l-child > *, .mkb-xl-max-table-spacing-l-first > *:first-child, .mkb-xl-max-table-spacing-l-last > *:last-child, .mkb-xl-max-table-spacing-l-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-xl-max-table-spacing-l-vertical, .mkb-xl-max-table-spacing-l-vertical-child > *, .mkb-xl-max-table-spacing-l-vertical-first > *:first-child, .mkb-xl-max-table-spacing-l-vertical-last > *:last-child, .mkb-xl-max-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-xl-max-table-spacing-l-horizontal, .mkb-xl-max-table-spacing-l-horizontal-child > *, .mkb-xl-max-table-spacing-l-horizontal-first > *:first-child, .mkb-xl-max-table-spacing-l-horizontal-last > *:last-child, .mkb-xl-max-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-xl-max-table-spacing-xl, .mkb-xl-max-table-spacing-xl-child > *, .mkb-xl-max-table-spacing-xl-first > *:first-child, .mkb-xl-max-table-spacing-xl-last > *:last-child, .mkb-xl-max-table-spacing-xl-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-xl-max-table-spacing-xl-vertical, .mkb-xl-max-table-spacing-xl-vertical-child > *, .mkb-xl-max-table-spacing-xl-vertical-first > *:first-child, .mkb-xl-max-table-spacing-xl-vertical-last > *:last-child, .mkb-xl-max-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-xl-max-table-spacing-xl-horizontal, .mkb-xl-max-table-spacing-xl-horizontal-child > *, .mkb-xl-max-table-spacing-xl-horizontal-first > *:first-child, .mkb-xl-max-table-spacing-xl-horizontal-last > *:last-child, .mkb-xl-max-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-xl-max-table-spacing-inherit, .mkb-xl-max-table-spacing-inherit-child > *, .mkb-xl-max-table-spacing-inherit-first > *:first-child, .mkb-xl-max-table-spacing-inherit-last > *:last-child, .mkb-xl-max-table-spacing-inherit-odd > *:nth-child(odd), .mkb-xl-max-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-xl-max-column-2, .mkb-xl-max-column-2-child > *, .mkb-xl-max-column-2-first > *:first-child, .mkb-xl-max-column-2-last > *:last-child, .mkb-xl-max-column-2-odd > *:nth-child(odd), .mkb-xl-max-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-xl-max-column-3, .mkb-xl-max-column-3-child > *, .mkb-xl-max-column-3-first > *:first-child, .mkb-xl-max-column-3-last > *:last-child, .mkb-xl-max-column-3-odd > *:nth-child(odd), .mkb-xl-max-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-xl-max-column-4, .mkb-xl-max-column-4-child > *, .mkb-xl-max-column-4-first > *:first-child, .mkb-xl-max-column-4-last > *:last-child, .mkb-xl-max-column-4-odd > *:nth-child(odd), .mkb-xl-max-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-xl-max-column-5, .mkb-xl-max-column-5-child > *, .mkb-xl-max-column-5-first > *:first-child, .mkb-xl-max-column-5-last > *:last-child, .mkb-xl-max-column-5-odd > *:nth-child(odd), .mkb-xl-max-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-xl-max-column-6, .mkb-xl-max-column-6-child > *, .mkb-xl-max-column-6-first > *:first-child, .mkb-xl-max-column-6-last > *:last-child, .mkb-xl-max-column-6-odd > *:nth-child(odd), .mkb-xl-max-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-xl-max-column-7, .mkb-xl-max-column-7-child > *, .mkb-xl-max-column-7-first > *:first-child, .mkb-xl-max-column-7-last > *:last-child, .mkb-xl-max-column-7-odd > *:nth-child(odd), .mkb-xl-max-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-xl-max-column-8, .mkb-xl-max-column-8-child > *, .mkb-xl-max-column-8-first > *:first-child, .mkb-xl-max-column-8-last > *:last-child, .mkb-xl-max-column-8-odd > *:nth-child(odd), .mkb-xl-max-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-xl-max-column-9, .mkb-xl-max-column-9-child > *, .mkb-xl-max-column-9-first > *:first-child, .mkb-xl-max-column-9-last > *:last-child, .mkb-xl-max-column-9-odd > *:nth-child(odd), .mkb-xl-max-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-xl-max-column-10, .mkb-xl-max-column-10-child > *, .mkb-xl-max-column-10-first > *:first-child, .mkb-xl-max-column-10-last > *:last-child, .mkb-xl-max-column-10-odd > *:nth-child(odd), .mkb-xl-max-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-xl-max-column-11, .mkb-xl-max-column-11-child > *, .mkb-xl-max-column-11-first > *:first-child, .mkb-xl-max-column-11-last > *:last-child, .mkb-xl-max-column-11-odd > *:nth-child(odd), .mkb-xl-max-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-xl-max-column-12, .mkb-xl-max-column-12-child > *, .mkb-xl-max-column-12-first > *:first-child, .mkb-xl-max-column-12-last > *:last-child, .mkb-xl-max-column-12-odd > *:nth-child(odd), .mkb-xl-max-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-xl-max-column-gap-s, .mkb-xl-max-column-gap-s-child > *, .mkb-xl-max-column-gap-s-first > *:first-child, .mkb-xl-max-column-gap-s-last > *:last-child, .mkb-xl-max-column-gap-s-odd > *:nth-child(odd), .mkb-xl-max-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-xl-max-column-gap-m, .mkb-xl-max-column-gap-m-child > *, .mkb-xl-max-column-gap-m-first > *:first-child, .mkb-xl-max-column-gap-m-last > *:last-child, .mkb-xl-max-column-gap-m-odd > *:nth-child(odd), .mkb-xl-max-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-xl-max-column-gap-l, .mkb-xl-max-column-gap-l-child > *, .mkb-xl-max-column-gap-l-first > *:first-child, .mkb-xl-max-column-gap-l-last > *:last-child, .mkb-xl-max-column-gap-l-odd > *:nth-child(odd), .mkb-xl-max-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-xl-max-column-gap-xl, .mkb-xl-max-column-gap-xl-child > *, .mkb-xl-max-column-gap-xl-first > *:first-child, .mkb-xl-max-column-gap-xl-last > *:last-child, .mkb-xl-max-column-gap-xl-odd > *:nth-child(odd), .mkb-xl-max-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-xl-max-column-rule-thin, .mkb-xl-max-column-rule-thin-child > *, .mkb-xl-max-column-rule-thin-first > *:first-child, .mkb-xl-max-column-rule-thin-last > *:last-child, .mkb-xl-max-column-rule-thin-odd > *:nth-child(odd), .mkb-xl-max-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-xl-max-column-rule-medium, .mkb-xl-max-column-rule-medium-child > *, .mkb-xl-max-column-rule-medium-first > *:first-child, .mkb-xl-max-column-rule-medium-last > *:last-child, .mkb-xl-max-column-rule-medium-odd > *:nth-child(odd), .mkb-xl-max-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-xl-max-column-rule-thick, .mkb-xl-max-column-rule-thick-child > *, .mkb-xl-max-column-rule-thick-first > *:first-child, .mkb-xl-max-column-rule-thick-last > *:last-child, .mkb-xl-max-column-rule-thick-odd > *:nth-child(odd), .mkb-xl-max-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-xl-max-column-rule-s, .mkb-xl-max-column-rule-s-child > *, .mkb-xl-max-column-rule-s-first > *:first-child, .mkb-xl-max-column-rule-s-last > *:last-child, .mkb-xl-max-column-rule-s-odd > *:nth-child(odd), .mkb-xl-max-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-xl-max-column-rule-m, .mkb-xl-max-column-rule-m-child > *, .mkb-xl-max-column-rule-m-first > *:first-child, .mkb-xl-max-column-rule-m-last > *:last-child, .mkb-xl-max-column-rule-m-odd > *:nth-child(odd), .mkb-xl-max-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-xl-max-column-rule-l, .mkb-xl-max-column-rule-l-child > *, .mkb-xl-max-column-rule-l-first > *:first-child, .mkb-xl-max-column-rule-l-last > *:last-child, .mkb-xl-max-column-rule-l-odd > *:nth-child(odd), .mkb-xl-max-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-xl-max-column-rule-xl, .mkb-xl-max-column-rule-xl-child > *, .mkb-xl-max-column-rule-xl-first > *:first-child, .mkb-xl-max-column-rule-xl-last > *:last-child, .mkb-xl-max-column-rule-xl-odd > *:nth-child(odd), .mkb-xl-max-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-xl-max-column-rule-dotted, .mkb-xl-max-column-rule-dotted-child > *, .mkb-xl-max-column-rule-dotted-first > *:first-child, .mkb-xl-max-column-rule-dotted-last > *:last-child, .mkb-xl-max-column-rule-dotted-odd > *:nth-child(odd), .mkb-xl-max-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-xl-max-column-rule-dashed, .mkb-xl-max-column-rule-dashed-child > *, .mkb-xl-max-column-rule-dashed-first > *:first-child, .mkb-xl-max-column-rule-dashed-last > *:last-child, .mkb-xl-max-column-rule-dashed-odd > *:nth-child(odd), .mkb-xl-max-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-xl-max-column-rule-solid, .mkb-xl-max-column-rule-solid-child > *, .mkb-xl-max-column-rule-solid-first > *:first-child, .mkb-xl-max-column-rule-solid-last > *:last-child, .mkb-xl-max-column-rule-solid-odd > *:nth-child(odd), .mkb-xl-max-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-xl-max-column-rule-double, .mkb-xl-max-column-rule-double-child > *, .mkb-xl-max-column-rule-double-first > *:first-child, .mkb-xl-max-column-rule-double-last > *:last-child, .mkb-xl-max-column-rule-double-odd > *:nth-child(odd), .mkb-xl-max-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-xl-max-column-rule-groove, .mkb-xl-max-column-rule-groove-child > *, .mkb-xl-max-column-rule-groove-first > *:first-child, .mkb-xl-max-column-rule-groove-last > *:last-child, .mkb-xl-max-column-rule-groove-odd > *:nth-child(odd), .mkb-xl-max-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-xl-max-column-rule-ridge, .mkb-xl-max-column-rule-ridge-child > *, .mkb-xl-max-column-rule-ridge-first > *:first-child, .mkb-xl-max-column-rule-ridge-last > *:last-child, .mkb-xl-max-column-rule-ridge-odd > *:nth-child(odd), .mkb-xl-max-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-xl-max-column-rule-inset, .mkb-xl-max-column-rule-inset-child > *, .mkb-xl-max-column-rule-inset-first > *:first-child, .mkb-xl-max-column-rule-inset-last > *:last-child, .mkb-xl-max-column-rule-inset-odd > *:nth-child(odd), .mkb-xl-max-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-xl-max-column-rule-outset, .mkb-xl-max-column-rule-outset-child > *, .mkb-xl-max-column-rule-outset-first > *:first-child, .mkb-xl-max-column-rule-outset-last > *:last-child, .mkb-xl-max-column-rule-outset-odd > *:nth-child(odd), .mkb-xl-max-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-xl-max-static, .mkb-xl-max-static-child > *, .mkb-xl-max-static-first > *:first-child, .mkb-xl-max-static-last > *:last-child, .mkb-xl-max-static-odd > *:nth-child(odd), .mkb-xl-max-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-xl-max-absolute, .mkb-xl-max-absolute-child > *, .mkb-xl-max-absolute-first > *:first-child, .mkb-xl-max-absolute-last > *:last-child, .mkb-xl-max-absolute-odd > *:nth-child(odd), .mkb-xl-max-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-xl-max-fixed, .mkb-xl-max-fixed-child > *, .mkb-xl-max-fixed-first > *:first-child, .mkb-xl-max-fixed-last > *:last-child, .mkb-xl-max-fixed-odd > *:nth-child(odd), .mkb-xl-max-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-xl-max-relative, .mkb-xl-max-relative-child > *, .mkb-xl-max-relative-first > *:first-child, .mkb-xl-max-relative-last > *:last-child, .mkb-xl-max-relative-odd > *:nth-child(odd), .mkb-xl-max-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-xl-max-position-inherit, .mkb-xl-max-position-inherit-child > *, .mkb-xl-max-position-inherit-first > *:first-child, .mkb-xl-max-position-inherit-last > *:last-child, .mkb-xl-max-position-inherit-odd > *:nth-child(odd), .mkb-xl-max-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-xl-max-float-none, .mkb-xl-max-float-none-child > *, .mkb-xl-max-float-none-first > *:first-child, .mkb-xl-max-float-none-last > *:last-child, .mkb-xl-max-float-none-odd > *:nth-child(odd), .mkb-xl-max-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-xl-max-float-left, .mkb-xl-max-float-left-child > *, .mkb-xl-max-float-left-first > *:first-child, .mkb-xl-max-float-left-last > *:last-child, .mkb-xl-max-float-left-odd > *:nth-child(odd), .mkb-xl-max-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-xl-max-float-right, .mkb-xl-max-float-right-child > *, .mkb-xl-max-float-right-first > *:first-child, .mkb-xl-max-float-right-last > *:last-child, .mkb-xl-max-float-right-odd > *:nth-child(odd), .mkb-xl-max-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-xl-max-float-inherit, .mkb-xl-max-float-inherit-child > *, .mkb-xl-max-float-inherit-first > *:first-child, .mkb-xl-max-float-inherit-last > *:last-child, .mkb-xl-max-float-inherit-odd > *:nth-child(odd), .mkb-xl-max-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-xl-max-clear-none, .mkb-xl-max-clear-none-child > *, .mkb-xl-max-clear-none-first > *:first-child, .mkb-xl-max-clear-none-last > *:last-child, .mkb-xl-max-clear-none-odd > *:nth-child(odd), .mkb-xl-max-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-xl-max-clear-left, .mkb-xl-max-clear-left-child > *, .mkb-xl-max-clear-left-first > *:first-child, .mkb-xl-max-clear-left-last > *:last-child, .mkb-xl-max-clear-left-odd > *:nth-child(odd), .mkb-xl-max-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-xl-max-clear-right, .mkb-xl-max-clear-right-child > *, .mkb-xl-max-clear-right-first > *:first-child, .mkb-xl-max-clear-right-last > *:last-child, .mkb-xl-max-clear-right-odd > *:nth-child(odd), .mkb-xl-max-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-xl-max-clear-both, .mkb-xl-max-clear-both-child > *, .mkb-xl-max-clear-both-first > *:first-child, .mkb-xl-max-clear-both-last > *:last-child, .mkb-xl-max-clear-both-odd > *:nth-child(odd), .mkb-xl-max-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-xl-max-clear-inherit, .mkb-xl-max-clear-inherit-child > *, .mkb-xl-max-clear-inherit-first > *:first-child, .mkb-xl-max-clear-inherit-last > *:last-child, .mkb-xl-max-clear-inherit-odd > *:nth-child(odd), .mkb-xl-max-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-xl-max-visible, .mkb-xl-max-visible-child > *, .mkb-xl-max-visible-first > *:first-child, .mkb-xl-max-visible-last > *:last-child, .mkb-xl-max-visible-odd > *:nth-child(odd), .mkb-xl-max-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-xl-max-hidden, .mkb-xl-max-hidden-child > *, .mkb-xl-max-hidden-first > *:first-child, .mkb-xl-max-hidden-last > *:last-child, .mkb-xl-max-hidden-odd > *:nth-child(odd), .mkb-xl-max-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-xl-max-collapse, .mkb-xl-max-collapse-child > *, .mkb-xl-max-collapse-first > *:first-child, .mkb-xl-max-collapse-last > *:last-child, .mkb-xl-max-collapse-odd > *:nth-child(odd), .mkb-xl-max-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-xl-max-inherit, .mkb-xl-max-inherit-child > *, .mkb-xl-max-inherit-first > *:first-child, .mkb-xl-max-inherit-last > *:last-child, .mkb-xl-max-inherit-odd > *:nth-child(odd), .mkb-xl-max-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-xl-max-opacity, .mkb-xl-max-opacity-child > *, .mkb-xl-max-opacity-first > *:first-child, .mkb-xl-max-opacity-last > *:last-child, .mkb-xl-max-opacity-odd > *:nth-child(odd), .mkb-xl-max-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-xl-max-opacity-none, .mkb-xl-max-opacity-none-child > *, .mkb-xl-max-opacity-none-first > *:first-child, .mkb-xl-max-opacity-none-last > *:last-child, .mkb-xl-max-opacity-none-odd > *:nth-child(odd), .mkb-xl-max-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-xl-max-overflow-visible, .mkb-xl-max-overflow-visible-child > *, .mkb-xl-max-overflow-visible-first > *:first-child, .mkb-xl-max-overflow-visible-last > *:last-child, .mkb-xl-max-overflow-visible-odd > *:nth-child(odd), .mkb-xl-max-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-xl-max-overflow-x-visible, .mkb-xl-max-overflow-x-visible-child > *, .mkb-xl-max-overflow-x-visible-first > *:first-child, .mkb-xl-max-overflow-x-visible-last > *:last-child, .mkb-xl-max-overflow-x-visible-odd > *:nth-child(odd), .mkb-xl-max-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-xl-max-overflow-y-visible, .mkb-xl-max-overflow-y-visible-child > *, .mkb-xl-max-overflow-y-visible-first > *:first-child, .mkb-xl-max-overflow-y-visible-last > *:last-child, .mkb-xl-max-overflow-y-visible-odd > *:nth-child(odd), .mkb-xl-max-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-xl-max-overflow-hidden, .mkb-xl-max-overflow-hidden-child > *, .mkb-xl-max-overflow-hidden-first > *:first-child, .mkb-xl-max-overflow-hidden-last > *:last-child, .mkb-xl-max-overflow-hidden-odd > *:nth-child(odd), .mkb-xl-max-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-xl-max-overflow-x-hidden, .mkb-xl-max-overflow-x-hidden-child > *, .mkb-xl-max-overflow-x-hidden-first > *:first-child, .mkb-xl-max-overflow-x-hidden-last > *:last-child, .mkb-xl-max-overflow-x-hidden-odd > *:nth-child(odd), .mkb-xl-max-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-xl-max-overflow-y-hidden, .mkb-xl-max-overflow-y-hidden-child > *, .mkb-xl-max-overflow-y-hidden-first > *:first-child, .mkb-xl-max-overflow-y-hidden-last > *:last-child, .mkb-xl-max-overflow-y-hidden-odd > *:nth-child(odd), .mkb-xl-max-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-xl-max-overflow-scroll, .mkb-xl-max-overflow-scroll-child > *, .mkb-xl-max-overflow-scroll-first > *:first-child, .mkb-xl-max-overflow-scroll-last > *:last-child, .mkb-xl-max-overflow-scroll-odd > *:nth-child(odd), .mkb-xl-max-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-xl-max-overflow-x-scroll, .mkb-xl-max-overflow-x-scroll-child > *, .mkb-xl-max-overflow-x-scroll-first > *:first-child, .mkb-xl-max-overflow-x-scroll-last > *:last-child, .mkb-xl-max-overflow-x-scroll-odd > *:nth-child(odd), .mkb-xl-max-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-xl-max-overflow-y-scroll, .mkb-xl-max-overflow-y-scroll-child > *, .mkb-xl-max-overflow-y-scroll-first > *:first-child, .mkb-xl-max-overflow-y-scroll-last > *:last-child, .mkb-xl-max-overflow-y-scroll-odd > *:nth-child(odd), .mkb-xl-max-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-xl-max-overflow-auto, .mkb-xl-max-overflow-auto-child > *, .mkb-xl-max-overflow-auto-first > *:first-child, .mkb-xl-max-overflow-auto-last > *:last-child, .mkb-xl-max-overflow-auto-odd > *:nth-child(odd), .mkb-xl-max-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-xl-max-overflow-x-auto, .mkb-xl-max-overflow-x-auto-child > *, .mkb-xl-max-overflow-x-auto-first > *:first-child, .mkb-xl-max-overflow-x-auto-last > *:last-child, .mkb-xl-max-overflow-x-auto-odd > *:nth-child(odd), .mkb-xl-max-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-xl-max-overflow-y-auto, .mkb-xl-max-overflow-y-auto-child > *, .mkb-xl-max-overflow-y-auto-first > *:first-child, .mkb-xl-max-overflow-y-auto-last > *:last-child, .mkb-xl-max-overflow-y-auto-odd > *:nth-child(odd), .mkb-xl-max-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-xl-max-overflow-inherit, .mkb-xl-max-overflow-inherit-child > *, .mkb-xl-max-overflow-inherit-first > *:first-child, .mkb-xl-max-overflow-inherit-last > *:last-child, .mkb-xl-max-overflow-inherit-odd > *:nth-child(odd), .mkb-xl-max-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-xl-max-overflow-x-inherit, .mkb-xl-max-overflow-x-inherit-child > *, .mkb-xl-max-overflow-x-inherit-first > *:first-child, .mkb-xl-max-overflow-x-inherit-last > *:last-child, .mkb-xl-max-overflow-x-inherit-odd > *:nth-child(odd), .mkb-xl-max-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-xl-max-overflow-y-inherit, .mkb-xl-max-overflow-y-inherit-child > *, .mkb-xl-max-overflow-y-inherit-first > *:first-child, .mkb-xl-max-overflow-y-inherit-last > *:last-child, .mkb-xl-max-overflow-y-inherit-odd > *:nth-child(odd), .mkb-xl-max-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-xl-max-align-baseline, .mkb-xl-max-align-baseline-child > *, .mkb-xl-max-align-baseline-first > *:first-child, .mkb-xl-max-align-baseline-last > *:last-child, .mkb-xl-max-align-baseline-odd > *:nth-child(odd), .mkb-xl-max-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-xl-max-align-length, .mkb-xl-max-align-length-child > *, .mkb-xl-max-align-length-first > *:first-child, .mkb-xl-max-align-length-last > *:last-child, .mkb-xl-max-align-length-odd > *:nth-child(odd), .mkb-xl-max-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-xl-max-align-sub, .mkb-xl-max-align-sub-child > *, .mkb-xl-max-align-sub-first > *:first-child, .mkb-xl-max-align-sub-last > *:last-child, .mkb-xl-max-align-sub-odd > *:nth-child(odd), .mkb-xl-max-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-xl-max-align-super, .mkb-xl-max-align-super-child > *, .mkb-xl-max-align-super-first > *:first-child, .mkb-xl-max-align-super-last > *:last-child, .mkb-xl-max-align-super-odd > *:nth-child(odd), .mkb-xl-max-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-xl-max-align-top, .mkb-xl-max-align-top-child > *, .mkb-xl-max-align-top-first > *:first-child, .mkb-xl-max-align-top-last > *:last-child, .mkb-xl-max-align-top-odd > *:nth-child(odd), .mkb-xl-max-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-xl-max-align-text-top, .mkb-xl-max-align-text-top-child > *, .mkb-xl-max-align-text-top-first > *:first-child, .mkb-xl-max-align-text-top-last > *:last-child, .mkb-xl-max-align-text-top-odd > *:nth-child(odd), .mkb-xl-max-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-xl-max-align-middle, .mkb-xl-max-align-middle-child > *, .mkb-xl-max-align-middle-first > *:first-child, .mkb-xl-max-align-middle-last > *:last-child, .mkb-xl-max-align-middle-odd > *:nth-child(odd), .mkb-xl-max-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-xl-max-align-bottom, .mkb-xl-max-align-bottom-child > *, .mkb-xl-max-align-bottom-first > *:first-child, .mkb-xl-max-align-bottom-last > *:last-child, .mkb-xl-max-align-bottom-odd > *:nth-child(odd), .mkb-xl-max-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-xl-max-align-text-bottom, .mkb-xl-max-align-text-bottom-child > *, .mkb-xl-max-align-text-bottom-first > *:first-child, .mkb-xl-max-align-text-bottom-last > *:last-child, .mkb-xl-max-align-text-bottom-odd > *:nth-child(odd), .mkb-xl-max-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-xl-max-align-inherit, .mkb-xl-max-align-inherit-child > *, .mkb-xl-max-align-inherit-first > *:first-child, .mkb-xl-max-align-inherit-last > *:last-child, .mkb-xl-max-align-inherit-odd > *:nth-child(odd), .mkb-xl-max-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-xl-max-zindex-first, .mkb-xl-max-zindex-first-child > *, .mkb-xl-max-zindex-first-first > *:first-child, .mkb-xl-max-zindex-first-last > *:last-child, .mkb-xl-max-zindex-first-odd > *:nth-child(odd), .mkb-xl-max-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-xl-max-zindex-last, .mkb-xl-max-zindex-last-child > *, .mkb-xl-max-zindex-last-first > *:first-child, .mkb-xl-max-zindex-last-last > *:last-child, .mkb-xl-max-zindex-last-odd > *:nth-child(odd), .mkb-xl-max-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-xl-max-zindex-inherit, .mkb-xl-max-zindex-inherit-child > *, .mkb-xl-max-zindex-inherit-first > *:first-child, .mkb-xl-max-zindex-inherit-last > *:last-child, .mkb-xl-max-zindex-inherit-odd > *:nth-child(odd), .mkb-xl-max-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-xl-max-zindex-0, .mkb-xl-max-zindex-0-child > *, .mkb-xl-max-zindex-0-first > *:first-child, .mkb-xl-max-zindex-0-last > *:last-child, .mkb-xl-max-zindex-0-odd > *:nth-child(odd), .mkb-xl-max-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-xl-max-zindex-1, .mkb-xl-max-zindex-1-child > *, .mkb-xl-max-zindex-1-first > *:first-child, .mkb-xl-max-zindex-1-last > *:last-child, .mkb-xl-max-zindex-1-odd > *:nth-child(odd), .mkb-xl-max-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-xl-max-zindex-2, .mkb-xl-max-zindex-2-child > *, .mkb-xl-max-zindex-2-first > *:first-child, .mkb-xl-max-zindex-2-last > *:last-child, .mkb-xl-max-zindex-2-odd > *:nth-child(odd), .mkb-xl-max-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-xl-max-zindex-3, .mkb-xl-max-zindex-3-child > *, .mkb-xl-max-zindex-3-first > *:first-child, .mkb-xl-max-zindex-3-last > *:last-child, .mkb-xl-max-zindex-3-odd > *:nth-child(odd), .mkb-xl-max-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-xl-max-zindex-4, .mkb-xl-max-zindex-4-child > *, .mkb-xl-max-zindex-4-first > *:first-child, .mkb-xl-max-zindex-4-last > *:last-child, .mkb-xl-max-zindex-4-odd > *:nth-child(odd), .mkb-xl-max-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-xl-max-zindex-5, .mkb-xl-max-zindex-5-child > *, .mkb-xl-max-zindex-5-first > *:first-child, .mkb-xl-max-zindex-5-last > *:last-child, .mkb-xl-max-zindex-5-odd > *:nth-child(odd), .mkb-xl-max-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-xl-max-zindex-6, .mkb-xl-max-zindex-6-child > *, .mkb-xl-max-zindex-6-first > *:first-child, .mkb-xl-max-zindex-6-last > *:last-child, .mkb-xl-max-zindex-6-odd > *:nth-child(odd), .mkb-xl-max-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-xl-max-zindex-7, .mkb-xl-max-zindex-7-child > *, .mkb-xl-max-zindex-7-first > *:first-child, .mkb-xl-max-zindex-7-last > *:last-child, .mkb-xl-max-zindex-7-odd > *:nth-child(odd), .mkb-xl-max-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-xl-max-zindex-8, .mkb-xl-max-zindex-8-child > *, .mkb-xl-max-zindex-8-first > *:first-child, .mkb-xl-max-zindex-8-last > *:last-child, .mkb-xl-max-zindex-8-odd > *:nth-child(odd), .mkb-xl-max-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-xl-max-zindex-9, .mkb-xl-max-zindex-9-child > *, .mkb-xl-max-zindex-9-first > *:first-child, .mkb-xl-max-zindex-9-last > *:last-child, .mkb-xl-max-zindex-9-odd > *:nth-child(odd), .mkb-xl-max-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-xl-max-zindex-10, .mkb-xl-max-zindex-10-child > *, .mkb-xl-max-zindex-10-first > *:first-child, .mkb-xl-max-zindex-10-last > *:last-child, .mkb-xl-max-zindex-10-odd > *:nth-child(odd), .mkb-xl-max-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-xl-max-zindex-11, .mkb-xl-max-zindex-11-child > *, .mkb-xl-max-zindex-11-first > *:first-child, .mkb-xl-max-zindex-11-last > *:last-child, .mkb-xl-max-zindex-11-odd > *:nth-child(odd), .mkb-xl-max-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-xl-max-zindex-12, .mkb-xl-max-zindex-12-child > *, .mkb-xl-max-zindex-12-first > *:first-child, .mkb-xl-max-zindex-12-last > *:last-child, .mkb-xl-max-zindex-12-odd > *:nth-child(odd), .mkb-xl-max-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-xl-max-list-none, .mkb-xl-max-list-none-child > *, .mkb-xl-max-list-none-first > *:first-child, .mkb-xl-max-list-none-last > *:last-child, .mkb-xl-max-list-none-odd > *:nth-child(odd), .mkb-xl-max-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-xl-max-list-reset, .mkb-xl-max-list-reset-child > *, .mkb-xl-max-list-reset-first > *:first-child, .mkb-xl-max-list-reset-last > *:last-child, .mkb-xl-max-list-reset-odd > *:nth-child(odd), .mkb-xl-max-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-xl-max-list-circle, .mkb-xl-max-list-circle-child > *, .mkb-xl-max-list-circle-first > *:first-child, .mkb-xl-max-list-circle-last > *:last-child, .mkb-xl-max-list-circle-odd > *:nth-child(odd), .mkb-xl-max-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-xl-max-list-decimal, .mkb-xl-max-list-decimal-child > *, .mkb-xl-max-list-decimal-first > *:first-child, .mkb-xl-max-list-decimal-last > *:last-child, .mkb-xl-max-list-decimal-odd > *:nth-child(odd), .mkb-xl-max-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-xl-max-list-decimal-zero, .mkb-xl-max-list-decimal-zero-child > *, .mkb-xl-max-list-decimal-zero-first > *:first-child, .mkb-xl-max-list-decimal-zero-last > *:last-child, .mkb-xl-max-list-decimal-zero-odd > *:nth-child(odd), .mkb-xl-max-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-xl-max-list-disc, .mkb-xl-max-list-disc-child > *, .mkb-xl-max-list-disc-first > *:first-child, .mkb-xl-max-list-disc-last > *:last-child, .mkb-xl-max-list-disc-odd > *:nth-child(odd), .mkb-xl-max-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-xl-max-list-lower-alpha, .mkb-xl-max-list-lower-alpha-child > *, .mkb-xl-max-list-lower-alpha-first > *:first-child, .mkb-xl-max-list-lower-alpha-last > *:last-child, .mkb-xl-max-list-lower-alpha-odd > *:nth-child(odd), .mkb-xl-max-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-xl-max-list-lower-roman, .mkb-xl-max-list-lower-roman-child > *, .mkb-xl-max-list-lower-roman-first > *:first-child, .mkb-xl-max-list-lower-roman-last > *:last-child, .mkb-xl-max-list-lower-roman-odd > *:nth-child(odd), .mkb-xl-max-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-xl-max-list-upper-alpha, .mkb-xl-max-list-upper-alpha-child > *, .mkb-xl-max-list-upper-alpha-first > *:first-child, .mkb-xl-max-list-upper-alpha-last > *:last-child, .mkb-xl-max-list-upper-alpha-odd > *:nth-child(odd), .mkb-xl-max-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-xl-max-list-upper-roman, .mkb-xl-max-list-upper-roman-child > *, .mkb-xl-max-list-upper-roman-first > *:first-child, .mkb-xl-max-list-upper-roman-last > *:last-child, .mkb-xl-max-list-upper-roman-odd > *:nth-child(odd), .mkb-xl-max-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-xl-max-list-square, .mkb-xl-max-list-square-child > *, .mkb-xl-max-list-square-first > *:first-child, .mkb-xl-max-list-square-last > *:last-child, .mkb-xl-max-list-square-odd > *:nth-child(odd), .mkb-xl-max-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-xl-max-list-style-inherit, .mkb-xl-max-list-style-inherit-child > *, .mkb-xl-max-list-style-inherit-first > *:first-child, .mkb-xl-max-list-style-inherit-last > *:last-child, .mkb-xl-max-list-style-inherit-odd > *:nth-child(odd), .mkb-xl-max-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-xl-max-h1,
  .mkb-xl-max-h2,
  .mkb-xl-max-h3,
  .mkb-xl-max-h4,
  .mkb-xl-max-h5,
  .mkb-xl-max-h6 {
    font-weight: bold;
  }
  .mkb-xl-max-h1 {
    font-size: 2.31693rem;
  }
  .mkb-xl-max-h2 {
    font-size: 2.0595rem;
  }
  .mkb-xl-max-h3 {
    font-size: 1.83064rem;
  }
  .mkb-xl-max-h4 {
    font-size: 1.62721rem;
  }
  .mkb-xl-max-h5 {
    font-size: 1.44643rem;
  }
  .mkb-xl-max-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-xl-max-text-left, .mkb-xl-max-text-left-child > *, .mkb-xl-max-text-left-first > *:first-child, .mkb-xl-max-text-left-last > *:last-child, .mkb-xl-max-text-left-odd > *:nth-child(odd), .mkb-xl-max-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-xl-max-text-center, .mkb-xl-max-text-center-child > *, .mkb-xl-max-text-center-first > *:first-child, .mkb-xl-max-text-center-last > *:last-child, .mkb-xl-max-text-center-odd > *:nth-child(odd), .mkb-xl-max-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-xl-max-text-right, .mkb-xl-max-text-right-child > *, .mkb-xl-max-text-right-first > *:first-child, .mkb-xl-max-text-right-last > *:last-child, .mkb-xl-max-text-right-odd > *:nth-child(odd), .mkb-xl-max-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-xl-max-text-justify, .mkb-xl-max-text-justify-child > *, .mkb-xl-max-text-justify-first > *:first-child, .mkb-xl-max-text-justify-last > *:last-child, .mkb-xl-max-text-justify-odd > *:nth-child(odd), .mkb-xl-max-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-xl-max-text-align-inherit, .mkb-xl-max-text-align-inherit-child > *, .mkb-xl-max-text-align-inherit-first > *:first-child, .mkb-xl-max-text-align-inherit-last > *:last-child, .mkb-xl-max-text-align-inherit-odd > *:nth-child(odd), .mkb-xl-max-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-xl-max-text-decoration-none, .mkb-xl-max-text-decoration-none-child > *, .mkb-xl-max-text-decoration-none-first > *:first-child, .mkb-xl-max-text-decoration-none-last > *:last-child, .mkb-xl-max-text-decoration-none-odd > *:nth-child(odd), .mkb-xl-max-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-xl-max-text-underline, .mkb-xl-max-text-underline-child > *, .mkb-xl-max-text-underline-first > *:first-child, .mkb-xl-max-text-underline-last > *:last-child, .mkb-xl-max-text-underline-odd > *:nth-child(odd), .mkb-xl-max-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-xl-max-text-overline, .mkb-xl-max-text-overline-child > *, .mkb-xl-max-text-overline-first > *:first-child, .mkb-xl-max-text-overline-last > *:last-child, .mkb-xl-max-text-overline-odd > *:nth-child(odd), .mkb-xl-max-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-xl-max-text-line-through, .mkb-xl-max-text-line-through-child > *, .mkb-xl-max-text-line-through-first > *:first-child, .mkb-xl-max-text-line-through-last > *:last-child, .mkb-xl-max-text-line-through-odd > *:nth-child(odd), .mkb-xl-max-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-xl-max-text-decoration-inherit, .mkb-xl-max-text-decoration-inherit-child > *, .mkb-xl-max-text-decoration-inherit-first > *:first-child, .mkb-xl-max-text-decoration-inherit-last > *:last-child, .mkb-xl-max-text-decoration-inherit-odd > *:nth-child(odd), .mkb-xl-max-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-xl-max-text-clip, .mkb-xl-max-text-clip-child > *, .mkb-xl-max-text-clip-first > *:first-child, .mkb-xl-max-text-clip-last > *:last-child, .mkb-xl-max-text-clip-odd > *:nth-child(odd), .mkb-xl-max-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-xl-max-text-ellipsis, .mkb-xl-max-text-ellipsis-child > *, .mkb-xl-max-text-ellipsis-first > *:first-child, .mkb-xl-max-text-ellipsis-last > *:last-child, .mkb-xl-max-text-ellipsis-odd > *:nth-child(odd), .mkb-xl-max-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-xl-max-text-overflow-inherit, .mkb-xl-max-text-overflow-inherit-child > *, .mkb-xl-max-text-overflow-inherit-first > *:first-child, .mkb-xl-max-text-overflow-inherit-last > *:last-child, .mkb-xl-max-text-overflow-inherit-odd > *:nth-child(odd), .mkb-xl-max-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-xl-max-text-transform-none, .mkb-xl-max-text-transform-none-child > *, .mkb-xl-max-text-transform-none-first > *:first-child, .mkb-xl-max-text-transform-none-last > *:last-child, .mkb-xl-max-text-transform-none-odd > *:nth-child(odd), .mkb-xl-max-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-xl-max-text-capitalize, .mkb-xl-max-text-capitalize-child > *, .mkb-xl-max-text-capitalize-first > *:first-child, .mkb-xl-max-text-capitalize-last > *:last-child, .mkb-xl-max-text-capitalize-odd > *:nth-child(odd), .mkb-xl-max-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-xl-max-text-uppercase, .mkb-xl-max-text-uppercase-child > *, .mkb-xl-max-text-uppercase-first > *:first-child, .mkb-xl-max-text-uppercase-last > *:last-child, .mkb-xl-max-text-uppercase-odd > *:nth-child(odd), .mkb-xl-max-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-xl-max-text-lowercase, .mkb-xl-max-text-lowercase-child > *, .mkb-xl-max-text-lowercase-first > *:first-child, .mkb-xl-max-text-lowercase-last > *:last-child, .mkb-xl-max-text-lowercase-odd > *:nth-child(odd), .mkb-xl-max-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-xl-max-text-transform-inherit, .mkb-xl-max-text-transform-inherit-child > *, .mkb-xl-max-text-transform-inherit-first > *:first-child, .mkb-xl-max-text-transform-inherit-last > *:last-child, .mkb-xl-max-text-transform-inherit-odd > *:nth-child(odd), .mkb-xl-max-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-xl-max-text-nowrap, .mkb-xl-max-text-nowrap-child > *, .mkb-xl-max-text-nowrap-first > *:first-child, .mkb-xl-max-text-nowrap-last > *:last-child, .mkb-xl-max-text-nowrap-odd > *:nth-child(odd), .mkb-xl-max-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-xl-max-text-pre, .mkb-xl-max-text-pre-child > *, .mkb-xl-max-text-pre-first > *:first-child, .mkb-xl-max-text-pre-last > *:last-child, .mkb-xl-max-text-pre-odd > *:nth-child(odd), .mkb-xl-max-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-xl-max-text-pre-line, .mkb-xl-max-text-pre-line-child > *, .mkb-xl-max-text-pre-line-first > *:first-child, .mkb-xl-max-text-pre-line-last > *:last-child, .mkb-xl-max-text-pre-line-odd > *:nth-child(odd), .mkb-xl-max-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-xl-max-text-pre-wrap, .mkb-xl-max-text-pre-wrap-child > *, .mkb-xl-max-text-pre-wrap-first > *:first-child, .mkb-xl-max-text-pre-wrap-last > *:last-child, .mkb-xl-max-text-pre-wrap-odd > *:nth-child(odd), .mkb-xl-max-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-xl-max-text-break-all, .mkb-xl-max-text-break-all-child > *, .mkb-xl-max-text-break-all-first > *:first-child, .mkb-xl-max-text-break-all-last > *:last-child, .mkb-xl-max-text-break-all-odd > *:nth-child(odd), .mkb-xl-max-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-xl-max-text-keep-all, .mkb-xl-max-text-keep-all-child > *, .mkb-xl-max-text-keep-all-first > *:first-child, .mkb-xl-max-text-keep-all-last > *:last-child, .mkb-xl-max-text-keep-all-odd > *:nth-child(odd), .mkb-xl-max-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-xl-max-text-break-word, .mkb-xl-max-text-break-word-child > *, .mkb-xl-max-text-break-word-first > *:first-child, .mkb-xl-max-text-break-word-last > *:last-child, .mkb-xl-max-text-break-word-odd > *:nth-child(odd), .mkb-xl-max-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-xl-max-text-style-normal, .mkb-xl-max-text-style-normal-child > *, .mkb-xl-max-text-style-normal-first > *:first-child, .mkb-xl-max-text-style-normal-last > *:last-child, .mkb-xl-max-text-style-normal-odd > *:nth-child(odd), .mkb-xl-max-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-xl-max-text-italic, .mkb-xl-max-text-italic-child > *, .mkb-xl-max-text-italic-first > *:first-child, .mkb-xl-max-text-italic-last > *:last-child, .mkb-xl-max-text-italic-odd > *:nth-child(odd), .mkb-xl-max-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-xl-max-text-oblique, .mkb-xl-max-text-oblique-child > *, .mkb-xl-max-text-oblique-first > *:first-child, .mkb-xl-max-text-oblique-last > *:last-child, .mkb-xl-max-text-oblique-odd > *:nth-child(odd), .mkb-xl-max-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-xl-max-text-weight-normal, .mkb-xl-max-text-weight-normal-child > *, .mkb-xl-max-text-weight-normal-first > *:first-child, .mkb-xl-max-text-weight-normal-last > *:last-child, .mkb-xl-max-text-weight-normal-odd > *:nth-child(odd), .mkb-xl-max-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-xl-max-text-bold, .mkb-xl-max-text-bold-child > *, .mkb-xl-max-text-bold-first > *:first-child, .mkb-xl-max-text-bold-last > *:last-child, .mkb-xl-max-text-bold-odd > *:nth-child(odd), .mkb-xl-max-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-xl-max-text-bolder, .mkb-xl-max-text-bolder-child > *, .mkb-xl-max-text-bolder-first > *:first-child, .mkb-xl-max-text-bolder-last > *:last-child, .mkb-xl-max-text-bolder-odd > *:nth-child(odd), .mkb-xl-max-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-xl-max-text-lighter, .mkb-xl-max-text-lighter-child > *, .mkb-xl-max-text-lighter-first > *:first-child, .mkb-xl-max-text-lighter-last > *:last-child, .mkb-xl-max-text-lighter-odd > *:nth-child(odd), .mkb-xl-max-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-xl-max-text-variant-normal, .mkb-xl-max-text-variant-normal-child > *, .mkb-xl-max-text-variant-normal-first > *:first-child, .mkb-xl-max-text-variant-normal-last > *:last-child, .mkb-xl-max-text-variant-normal-odd > *:nth-child(odd), .mkb-xl-max-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-xl-max-text-small-caps, .mkb-xl-max-text-small-caps-child > *, .mkb-xl-max-text-small-caps-first > *:first-child, .mkb-xl-max-text-small-caps-last > *:last-child, .mkb-xl-max-text-small-caps-odd > *:nth-child(odd), .mkb-xl-max-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-xl-max-text-weight-100, .mkb-xl-max-text-weight-10-child > *, .mkb-xl-max-text-weight-10-first > *:first-child, .mkb-xl-max-text-weight-10-last > *:last-child, .mkb-xl-max-text-weight-10-odd > *:nth-child(odd), .mkb-xl-max-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-xl-max-text-weight-200, .mkb-xl-max-text-weight-20-child > *, .mkb-xl-max-text-weight-20-first > *:first-child, .mkb-xl-max-text-weight-20-last > *:last-child, .mkb-xl-max-text-weight-20-odd > *:nth-child(odd), .mkb-xl-max-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-xl-max-text-weight-300, .mkb-xl-max-text-weight-30-child > *, .mkb-xl-max-text-weight-30-first > *:first-child, .mkb-xl-max-text-weight-30-last > *:last-child, .mkb-xl-max-text-weight-30-odd > *:nth-child(odd), .mkb-xl-max-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-xl-max-text-weight-400, .mkb-xl-max-text-weight-40-child > *, .mkb-xl-max-text-weight-40-first > *:first-child, .mkb-xl-max-text-weight-40-last > *:last-child, .mkb-xl-max-text-weight-40-odd > *:nth-child(odd), .mkb-xl-max-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-xl-max-text-weight-500, .mkb-xl-max-text-weight-50-child > *, .mkb-xl-max-text-weight-50-first > *:first-child, .mkb-xl-max-text-weight-50-last > *:last-child, .mkb-xl-max-text-weight-50-odd > *:nth-child(odd), .mkb-xl-max-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-xl-max-text-weight-600, .mkb-xl-max-text-weight-60-child > *, .mkb-xl-max-text-weight-60-first > *:first-child, .mkb-xl-max-text-weight-60-last > *:last-child, .mkb-xl-max-text-weight-60-odd > *:nth-child(odd), .mkb-xl-max-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-xl-max-text-weight-700, .mkb-xl-max-text-weight-70-child > *, .mkb-xl-max-text-weight-70-first > *:first-child, .mkb-xl-max-text-weight-70-last > *:last-child, .mkb-xl-max-text-weight-70-odd > *:nth-child(odd), .mkb-xl-max-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-xl-max-text-weight-800, .mkb-xl-max-text-weight-80-child > *, .mkb-xl-max-text-weight-80-first > *:first-child, .mkb-xl-max-text-weight-80-last > *:last-child, .mkb-xl-max-text-weight-80-odd > *:nth-child(odd), .mkb-xl-max-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-xl-max-text-weight-900, .mkb-xl-max-text-weight-90-child > *, .mkb-xl-max-text-weight-90-first > *:first-child, .mkb-xl-max-text-weight-90-last > *:last-child, .mkb-xl-max-text-weight-90-odd > *:nth-child(odd), .mkb-xl-max-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-xl-max-background-scroll, .mkb-xl-max-background-scroll-child > *, .mkb-xl-max-background-scroll-first > *:first-child, .mkb-xl-max-background-scroll-last > *:last-child, .mkb-xl-max-background-scroll-odd > *:nth-child(odd), .mkb-xl-max-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-xl-max-background-fixed, .mkb-xl-max-background-fixed-child > *, .mkb-xl-max-background-fixed-first > *:first-child, .mkb-xl-max-background-fixed-last > *:last-child, .mkb-xl-max-background-fixed-odd > *:nth-child(odd), .mkb-xl-max-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-xl-max-background-local, .mkb-xl-max-background-local-child > *, .mkb-xl-max-background-local-first > *:first-child, .mkb-xl-max-background-local-last > *:last-child, .mkb-xl-max-background-local-odd > *:nth-child(odd), .mkb-xl-max-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-xl-max-background-attachment-inherit, .mkb-xl-max-background-attachment-inherit-child > *, .mkb-xl-max-background-attachment-inherit-first > *:first-child, .mkb-xl-max-background-attachment-inherit-last > *:last-child, .mkb-xl-max-background-attachment-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-xl-max-background-size-auto, .mkb-xl-max-background-size-auto-child > *, .mkb-xl-max-background-size-auto-first > *:first-child, .mkb-xl-max-background-size-auto-last > *:last-child, .mkb-xl-max-background-size-auto-odd > *:nth-child(odd), .mkb-xl-max-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-xl-max-background-length, .mkb-xl-max-background-length-child > *, .mkb-xl-max-background-length-first > *:first-child, .mkb-xl-max-background-length-last > *:last-child, .mkb-xl-max-background-length-odd > *:nth-child(odd), .mkb-xl-max-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-xl-max-background-cover, .mkb-xl-max-background-cover-child > *, .mkb-xl-max-background-cover-first > *:first-child, .mkb-xl-max-background-cover-last > *:last-child, .mkb-xl-max-background-cover-odd > *:nth-child(odd), .mkb-xl-max-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-xl-max-background-contain, .mkb-xl-max-background-contain-child > *, .mkb-xl-max-background-contain-first > *:first-child, .mkb-xl-max-background-contain-last > *:last-child, .mkb-xl-max-background-contain-odd > *:nth-child(odd), .mkb-xl-max-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-xl-max-background-size-inherit, .mkb-xl-max-background-size-inherit-child > *, .mkb-xl-max-background-size-inherit-first > *:first-child, .mkb-xl-max-background-size-inherit-last > *:last-child, .mkb-xl-max-background-size-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-xl-max-background-repeat, .mkb-xl-max-background-repeat-child > *, .mkb-xl-max-background-repeat-first > *:first-child, .mkb-xl-max-background-repeat-last > *:last-child, .mkb-xl-max-background-repeat-odd > *:nth-child(odd), .mkb-xl-max-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-xl-max-background-repeat-x, .mkb-xl-max-background-repeat-x-child > *, .mkb-xl-max-background-repeat-x-first > *:first-child, .mkb-xl-max-background-repeat-x-last > *:last-child, .mkb-xl-max-background-repeat-x-odd > *:nth-child(odd), .mkb-xl-max-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-xl-max-background-repeat-y, .mkb-xl-max-background-repeat-y-child > *, .mkb-xl-max-background-repeat-y-first > *:first-child, .mkb-xl-max-background-repeat-y-last > *:last-child, .mkb-xl-max-background-repeat-y-odd > *:nth-child(odd), .mkb-xl-max-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-xl-max-background-repeat-none, .mkb-xl-max-background-repeat-none-child > *, .mkb-xl-max-background-repeat-none-first > *:first-child, .mkb-xl-max-background-repeat-none-last > *:last-child, .mkb-xl-max-background-repeat-none-odd > *:nth-child(odd), .mkb-xl-max-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-xl-max-background-repeat-inherit, .mkb-xl-max-background-repeat-inherit-child > *, .mkb-xl-max-background-repeat-inherit-first > *:first-child, .mkb-xl-max-background-repeat-inherit-last > *:last-child, .mkb-xl-max-background-repeat-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-xl-max-background-left-top, .mkb-xl-max-background-left-top-child > *, .mkb-xl-max-background-left-top-first > *:first-child, .mkb-xl-max-background-left-top-last > *:last-child, .mkb-xl-max-background-left-top-odd > *:nth-child(odd), .mkb-xl-max-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-xl-max-background-left-center, .mkb-xl-max-background-left-center-child > *, .mkb-xl-max-background-left-center-first > *:first-child, .mkb-xl-max-background-left-center-last > *:last-child, .mkb-xl-max-background-left-center-odd > *:nth-child(odd), .mkb-xl-max-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-xl-max-background-left-bottom, .mkb-xl-max-background-left-bottom-child > *, .mkb-xl-max-background-left-bottom-first > *:first-child, .mkb-xl-max-background-left-bottom-last > *:last-child, .mkb-xl-max-background-left-bottom-odd > *:nth-child(odd), .mkb-xl-max-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-xl-max-background-right-top, .mkb-xl-max-background-right-top-child > *, .mkb-xl-max-background-right-top-first > *:first-child, .mkb-xl-max-background-right-top-last > *:last-child, .mkb-xl-max-background-right-top-odd > *:nth-child(odd), .mkb-xl-max-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-xl-max-background-right-center, .mkb-xl-max-background-right-center-child > *, .mkb-xl-max-background-right-center-first > *:first-child, .mkb-xl-max-background-right-center-last > *:last-child, .mkb-xl-max-background-right-center-odd > *:nth-child(odd), .mkb-xl-max-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-xl-max-background-right-bottom, .mkb-xl-max-background-right-bottom-child > *, .mkb-xl-max-background-right-bottom-first > *:first-child, .mkb-xl-max-background-right-bottom-last > *:last-child, .mkb-xl-max-background-right-bottom-odd > *:nth-child(odd), .mkb-xl-max-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-xl-max-background-center-top, .mkb-xl-max-background-center-top-child > *, .mkb-xl-max-background-center-top-first > *:first-child, .mkb-xl-max-background-center-top-last > *:last-child, .mkb-xl-max-background-center-top-odd > *:nth-child(odd), .mkb-xl-max-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-xl-max-background-center-center, .mkb-xl-max-background-center-center-child > *, .mkb-xl-max-background-center-center-first > *:first-child, .mkb-xl-max-background-center-center-last > *:last-child, .mkb-xl-max-background-center-center-odd > *:nth-child(odd), .mkb-xl-max-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-xl-max-background-center-bottom, .mkb-xl-max-background-center-bottom-child > *, .mkb-xl-max-background-center-bottom-first > *:first-child, .mkb-xl-max-background-center-bottom-last > *:last-child, .mkb-xl-max-background-center-bottom-odd > *:nth-child(odd), .mkb-xl-max-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-xl-max-background-position-inherit, .mkb-xl-max-background-position-inherit-child > *, .mkb-xl-max-background-position-inherit-first > *:first-child, .mkb-xl-max-background-position-inherit-last > *:last-child, .mkb-xl-max-background-position-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-xl-max-background-clip-border, .mkb-xl-max-background-clip-border-child > *, .mkb-xl-max-background-clip-border-first > *:first-child, .mkb-xl-max-background-clip-border-last > *:last-child, .mkb-xl-max-background-clip-border-odd > *:nth-child(odd), .mkb-xl-max-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-xl-max-background-clip-padding, .mkb-xl-max-background-clip-padding-child > *, .mkb-xl-max-background-clip-padding-first > *:first-child, .mkb-xl-max-background-clip-padding-last > *:last-child, .mkb-xl-max-background-clip-padding-odd > *:nth-child(odd), .mkb-xl-max-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-xl-max-background-clip-content, .mkb-xl-max-background-clip-content-child > *, .mkb-xl-max-background-clip-content-first > *:first-child, .mkb-xl-max-background-clip-content-last > *:last-child, .mkb-xl-max-background-clip-content-odd > *:nth-child(odd), .mkb-xl-max-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-xl-max-background-clip-inherit, .mkb-xl-max-background-clip-inherit-child > *, .mkb-xl-max-background-clip-inherit-first > *:first-child, .mkb-xl-max-background-clip-inherit-last > *:last-child, .mkb-xl-max-background-clip-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-xl-max-background-origin-padding, .mkb-xl-max-background-origin-padding-child > *, .mkb-xl-max-background-origin-padding-first > *:first-child, .mkb-xl-max-background-origin-padding-last > *:last-child, .mkb-xl-max-background-origin-padding-odd > *:nth-child(odd), .mkb-xl-max-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-xl-max-background-origin-border, .mkb-xl-max-background-origin-border-child > *, .mkb-xl-max-background-origin-border-first > *:first-child, .mkb-xl-max-background-origin-border-last > *:last-child, .mkb-xl-max-background-origin-border-odd > *:nth-child(odd), .mkb-xl-max-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-xl-max-background-origin-content, .mkb-xl-max-background-origin-content-child > *, .mkb-xl-max-background-origin-content-first > *:first-child, .mkb-xl-max-background-origin-content-last > *:last-child, .mkb-xl-max-background-origin-content-odd > *:nth-child(odd), .mkb-xl-max-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-xl-max-background-origin-inherit, .mkb-xl-max-background-origin-inherit-child > *, .mkb-xl-max-background-origin-inherit-first > *:first-child, .mkb-xl-max-background-origin-inherit-last > *:last-child, .mkb-xl-max-background-origin-inherit-odd > *:nth-child(odd), .mkb-xl-max-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-xl-max-width, .mkb-xl-max-width-child > *, .mkb-xl-max-width-first > *:first-child, .mkb-xl-max-width-last > *:last-child, .mkb-xl-max-width-odd > *:nth-child(odd), .mkb-xl-max-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-max-width-1-8, .mkb-xl-max-width-1-8-child > *, .mkb-xl-max-width-1-8-first > *:first-child, .mkb-xl-max-width-1-8-last > *:last-child, .mkb-xl-max-width-1-8-odd > *:nth-child(odd), .mkb-xl-max-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-xl-max-width-2-8, .mkb-xl-max-width-2-8-child > *, .mkb-xl-max-width-2-8-first > *:first-child, .mkb-xl-max-width-2-8-last > *:last-child, .mkb-xl-max-width-2-8-odd > *:nth-child(odd), .mkb-xl-max-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-xl-max-width-3-8, .mkb-xl-max-width-3-8-child > *, .mkb-xl-max-width-3-8-first > *:first-child, .mkb-xl-max-width-3-8-last > *:last-child, .mkb-xl-max-width-3-8-odd > *:nth-child(odd), .mkb-xl-max-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-xl-max-width-4-8, .mkb-xl-max-width-4-8-child > *, .mkb-xl-max-width-4-8-first > *:first-child, .mkb-xl-max-width-4-8-last > *:last-child, .mkb-xl-max-width-4-8-odd > *:nth-child(odd), .mkb-xl-max-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-max-width-5-8, .mkb-xl-max-width-5-8-child > *, .mkb-xl-max-width-5-8-first > *:first-child, .mkb-xl-max-width-5-8-last > *:last-child, .mkb-xl-max-width-5-8-odd > *:nth-child(odd), .mkb-xl-max-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-xl-max-width-6-8, .mkb-xl-max-width-6-8-child > *, .mkb-xl-max-width-6-8-first > *:first-child, .mkb-xl-max-width-6-8-last > *:last-child, .mkb-xl-max-width-6-8-odd > *:nth-child(odd), .mkb-xl-max-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-xl-max-width-7-8, .mkb-xl-max-width-7-8-child > *, .mkb-xl-max-width-7-8-first > *:first-child, .mkb-xl-max-width-7-8-last > *:last-child, .mkb-xl-max-width-7-8-odd > *:nth-child(odd), .mkb-xl-max-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-xl-max-width-8-8, .mkb-xl-max-width-8-8-child > *, .mkb-xl-max-width-8-8-first > *:first-child, .mkb-xl-max-width-8-8-last > *:last-child, .mkb-xl-max-width-8-8-odd > *:nth-child(odd), .mkb-xl-max-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-max-width-1-10, .mkb-xl-max-width-1-10-child > *, .mkb-xl-max-width-1-10-first > *:first-child, .mkb-xl-max-width-1-10-last > *:last-child, .mkb-xl-max-width-1-10-odd > *:nth-child(odd), .mkb-xl-max-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-xl-max-width-2-10, .mkb-xl-max-width-2-10-child > *, .mkb-xl-max-width-2-10-first > *:first-child, .mkb-xl-max-width-2-10-last > *:last-child, .mkb-xl-max-width-2-10-odd > *:nth-child(odd), .mkb-xl-max-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-xl-max-width-3-10, .mkb-xl-max-width-3-10-child > *, .mkb-xl-max-width-3-10-first > *:first-child, .mkb-xl-max-width-3-10-last > *:last-child, .mkb-xl-max-width-3-10-odd > *:nth-child(odd), .mkb-xl-max-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-xl-max-width-4-10, .mkb-xl-max-width-4-10-child > *, .mkb-xl-max-width-4-10-first > *:first-child, .mkb-xl-max-width-4-10-last > *:last-child, .mkb-xl-max-width-4-10-odd > *:nth-child(odd), .mkb-xl-max-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-xl-max-width-5-10, .mkb-xl-max-width-5-10-child > *, .mkb-xl-max-width-5-10-first > *:first-child, .mkb-xl-max-width-5-10-last > *:last-child, .mkb-xl-max-width-5-10-odd > *:nth-child(odd), .mkb-xl-max-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-max-width-6-10, .mkb-xl-max-width-6-10-child > *, .mkb-xl-max-width-6-10-first > *:first-child, .mkb-xl-max-width-6-10-last > *:last-child, .mkb-xl-max-width-6-10-odd > *:nth-child(odd), .mkb-xl-max-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-xl-max-width-7-10, .mkb-xl-max-width-7-10-child > *, .mkb-xl-max-width-7-10-first > *:first-child, .mkb-xl-max-width-7-10-last > *:last-child, .mkb-xl-max-width-7-10-odd > *:nth-child(odd), .mkb-xl-max-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-xl-max-width-8-10, .mkb-xl-max-width-8-10-child > *, .mkb-xl-max-width-8-10-first > *:first-child, .mkb-xl-max-width-8-10-last > *:last-child, .mkb-xl-max-width-8-10-odd > *:nth-child(odd), .mkb-xl-max-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-xl-max-width-9-10, .mkb-xl-max-width-9-10-child > *, .mkb-xl-max-width-9-10-first > *:first-child, .mkb-xl-max-width-9-10-last > *:last-child, .mkb-xl-max-width-9-10-odd > *:nth-child(odd), .mkb-xl-max-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-xl-max-width-10-10, .mkb-xl-max-width-10-10-child > *, .mkb-xl-max-width-10-10-first > *:first-child, .mkb-xl-max-width-10-10-last > *:last-child, .mkb-xl-max-width-10-10-odd > *:nth-child(odd), .mkb-xl-max-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-max-width-1-12, .mkb-xl-max-width-1-12-child > *, .mkb-xl-max-width-1-12-first > *:first-child, .mkb-xl-max-width-1-12-last > *:last-child, .mkb-xl-max-width-1-12-odd > *:nth-child(odd), .mkb-xl-max-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-xl-max-width-2-12, .mkb-xl-max-width-2-12-child > *, .mkb-xl-max-width-2-12-first > *:first-child, .mkb-xl-max-width-2-12-last > *:last-child, .mkb-xl-max-width-2-12-odd > *:nth-child(odd), .mkb-xl-max-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-xl-max-width-3-12, .mkb-xl-max-width-3-12-child > *, .mkb-xl-max-width-3-12-first > *:first-child, .mkb-xl-max-width-3-12-last > *:last-child, .mkb-xl-max-width-3-12-odd > *:nth-child(odd), .mkb-xl-max-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-xl-max-width-4-12, .mkb-xl-max-width-4-12-child > *, .mkb-xl-max-width-4-12-first > *:first-child, .mkb-xl-max-width-4-12-last > *:last-child, .mkb-xl-max-width-4-12-odd > *:nth-child(odd), .mkb-xl-max-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-xl-max-width-5-12, .mkb-xl-max-width-5-12-child > *, .mkb-xl-max-width-5-12-first > *:first-child, .mkb-xl-max-width-5-12-last > *:last-child, .mkb-xl-max-width-5-12-odd > *:nth-child(odd), .mkb-xl-max-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-xl-max-width-6-12, .mkb-xl-max-width-6-12-child > *, .mkb-xl-max-width-6-12-first > *:first-child, .mkb-xl-max-width-6-12-last > *:last-child, .mkb-xl-max-width-6-12-odd > *:nth-child(odd), .mkb-xl-max-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-max-width-7-12, .mkb-xl-max-width-7-12-child > *, .mkb-xl-max-width-7-12-first > *:first-child, .mkb-xl-max-width-7-12-last > *:last-child, .mkb-xl-max-width-7-12-odd > *:nth-child(odd), .mkb-xl-max-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-xl-max-width-8-12, .mkb-xl-max-width-8-12-child > *, .mkb-xl-max-width-8-12-first > *:first-child, .mkb-xl-max-width-8-12-last > *:last-child, .mkb-xl-max-width-8-12-odd > *:nth-child(odd), .mkb-xl-max-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-xl-max-width-9-12, .mkb-xl-max-width-9-12-child > *, .mkb-xl-max-width-9-12-first > *:first-child, .mkb-xl-max-width-9-12-last > *:last-child, .mkb-xl-max-width-9-12-odd > *:nth-child(odd), .mkb-xl-max-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-xl-max-width-10-12, .mkb-xl-max-width-10-12-child > *, .mkb-xl-max-width-10-12-first > *:first-child, .mkb-xl-max-width-10-12-last > *:last-child, .mkb-xl-max-width-10-12-odd > *:nth-child(odd), .mkb-xl-max-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-xl-max-width-11-12, .mkb-xl-max-width-11-12-child > *, .mkb-xl-max-width-11-12-first > *:first-child, .mkb-xl-max-width-11-12-last > *:last-child, .mkb-xl-max-width-11-12-odd > *:nth-child(odd), .mkb-xl-max-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-xl-max-width-12-12, .mkb-xl-max-width-12-12-child > *, .mkb-xl-max-width-12-12-first > *:first-child, .mkb-xl-max-width-12-12-last > *:last-child, .mkb-xl-max-width-12-12-odd > *:nth-child(odd), .mkb-xl-max-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-max-width-none, .mkb-xl-max-width-none-child > *, .mkb-xl-max-width-none-first > *:first-child, .mkb-xl-max-width-none-last > *:last-child, .mkb-xl-max-width-none-odd > *:nth-child(odd), .mkb-xl-max-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-xl-max-width-auto, .mkb-xl-max-width-auto-child > *, .mkb-xl-max-width-auto-first > *:first-child, .mkb-xl-max-width-auto-last > *:last-child, .mkb-xl-max-width-auto-odd > *:nth-child(odd), .mkb-xl-max-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-xl-max-width-min, .mkb-xl-max-width-min-child > *, .mkb-xl-max-width-min-first > *:first-child, .mkb-xl-max-width-min-last > *:last-child, .mkb-xl-max-width-min-odd > *:nth-child(odd), .mkb-xl-max-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-max-width-min-1-8, .mkb-xl-max-width-min-1-8-child > *, .mkb-xl-max-width-min-1-8-first > *:first-child, .mkb-xl-max-width-min-1-8-last > *:last-child, .mkb-xl-max-width-min-1-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-xl-max-width-min-2-8, .mkb-xl-max-width-min-2-8-child > *, .mkb-xl-max-width-min-2-8-first > *:first-child, .mkb-xl-max-width-min-2-8-last > *:last-child, .mkb-xl-max-width-min-2-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-xl-max-width-min-3-8, .mkb-xl-max-width-min-3-8-child > *, .mkb-xl-max-width-min-3-8-first > *:first-child, .mkb-xl-max-width-min-3-8-last > *:last-child, .mkb-xl-max-width-min-3-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-xl-max-width-min-4-8, .mkb-xl-max-width-min-4-8-child > *, .mkb-xl-max-width-min-4-8-first > *:first-child, .mkb-xl-max-width-min-4-8-last > *:last-child, .mkb-xl-max-width-min-4-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-max-width-min-5-8, .mkb-xl-max-width-min-5-8-child > *, .mkb-xl-max-width-min-5-8-first > *:first-child, .mkb-xl-max-width-min-5-8-last > *:last-child, .mkb-xl-max-width-min-5-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-xl-max-width-min-6-8, .mkb-xl-max-width-min-6-8-child > *, .mkb-xl-max-width-min-6-8-first > *:first-child, .mkb-xl-max-width-min-6-8-last > *:last-child, .mkb-xl-max-width-min-6-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-xl-max-width-min-7-8, .mkb-xl-max-width-min-7-8-child > *, .mkb-xl-max-width-min-7-8-first > *:first-child, .mkb-xl-max-width-min-7-8-last > *:last-child, .mkb-xl-max-width-min-7-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-xl-max-width-min-8-8, .mkb-xl-max-width-min-8-8-child > *, .mkb-xl-max-width-min-8-8-first > *:first-child, .mkb-xl-max-width-min-8-8-last > *:last-child, .mkb-xl-max-width-min-8-8-odd > *:nth-child(odd), .mkb-xl-max-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-max-width-min-1-10, .mkb-xl-max-width-min-1-10-child > *, .mkb-xl-max-width-min-1-10-first > *:first-child, .mkb-xl-max-width-min-1-10-last > *:last-child, .mkb-xl-max-width-min-1-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-xl-max-width-min-2-10, .mkb-xl-max-width-min-2-10-child > *, .mkb-xl-max-width-min-2-10-first > *:first-child, .mkb-xl-max-width-min-2-10-last > *:last-child, .mkb-xl-max-width-min-2-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-xl-max-width-min-3-10, .mkb-xl-max-width-min-3-10-child > *, .mkb-xl-max-width-min-3-10-first > *:first-child, .mkb-xl-max-width-min-3-10-last > *:last-child, .mkb-xl-max-width-min-3-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-xl-max-width-min-4-10, .mkb-xl-max-width-min-4-10-child > *, .mkb-xl-max-width-min-4-10-first > *:first-child, .mkb-xl-max-width-min-4-10-last > *:last-child, .mkb-xl-max-width-min-4-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-xl-max-width-min-5-10, .mkb-xl-max-width-min-5-10-child > *, .mkb-xl-max-width-min-5-10-first > *:first-child, .mkb-xl-max-width-min-5-10-last > *:last-child, .mkb-xl-max-width-min-5-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-max-width-min-6-10, .mkb-xl-max-width-min-6-10-child > *, .mkb-xl-max-width-min-6-10-first > *:first-child, .mkb-xl-max-width-min-6-10-last > *:last-child, .mkb-xl-max-width-min-6-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-xl-max-width-min-7-10, .mkb-xl-max-width-min-7-10-child > *, .mkb-xl-max-width-min-7-10-first > *:first-child, .mkb-xl-max-width-min-7-10-last > *:last-child, .mkb-xl-max-width-min-7-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-xl-max-width-min-8-10, .mkb-xl-max-width-min-8-10-child > *, .mkb-xl-max-width-min-8-10-first > *:first-child, .mkb-xl-max-width-min-8-10-last > *:last-child, .mkb-xl-max-width-min-8-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-xl-max-width-min-9-10, .mkb-xl-max-width-min-9-10-child > *, .mkb-xl-max-width-min-9-10-first > *:first-child, .mkb-xl-max-width-min-9-10-last > *:last-child, .mkb-xl-max-width-min-9-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-xl-max-width-min-10-10, .mkb-xl-max-width-min-10-10-child > *, .mkb-xl-max-width-min-10-10-first > *:first-child, .mkb-xl-max-width-min-10-10-last > *:last-child, .mkb-xl-max-width-min-10-10-odd > *:nth-child(odd), .mkb-xl-max-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-max-width-min-1-12, .mkb-xl-max-width-min-1-12-child > *, .mkb-xl-max-width-min-1-12-first > *:first-child, .mkb-xl-max-width-min-1-12-last > *:last-child, .mkb-xl-max-width-min-1-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-xl-max-width-min-2-12, .mkb-xl-max-width-min-2-12-child > *, .mkb-xl-max-width-min-2-12-first > *:first-child, .mkb-xl-max-width-min-2-12-last > *:last-child, .mkb-xl-max-width-min-2-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-xl-max-width-min-3-12, .mkb-xl-max-width-min-3-12-child > *, .mkb-xl-max-width-min-3-12-first > *:first-child, .mkb-xl-max-width-min-3-12-last > *:last-child, .mkb-xl-max-width-min-3-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-xl-max-width-min-4-12, .mkb-xl-max-width-min-4-12-child > *, .mkb-xl-max-width-min-4-12-first > *:first-child, .mkb-xl-max-width-min-4-12-last > *:last-child, .mkb-xl-max-width-min-4-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-xl-max-width-min-5-12, .mkb-xl-max-width-min-5-12-child > *, .mkb-xl-max-width-min-5-12-first > *:first-child, .mkb-xl-max-width-min-5-12-last > *:last-child, .mkb-xl-max-width-min-5-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-xl-max-width-min-6-12, .mkb-xl-max-width-min-6-12-child > *, .mkb-xl-max-width-min-6-12-first > *:first-child, .mkb-xl-max-width-min-6-12-last > *:last-child, .mkb-xl-max-width-min-6-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-max-width-min-7-12, .mkb-xl-max-width-min-7-12-child > *, .mkb-xl-max-width-min-7-12-first > *:first-child, .mkb-xl-max-width-min-7-12-last > *:last-child, .mkb-xl-max-width-min-7-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-xl-max-width-min-8-12, .mkb-xl-max-width-min-8-12-child > *, .mkb-xl-max-width-min-8-12-first > *:first-child, .mkb-xl-max-width-min-8-12-last > *:last-child, .mkb-xl-max-width-min-8-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-xl-max-width-min-9-12, .mkb-xl-max-width-min-9-12-child > *, .mkb-xl-max-width-min-9-12-first > *:first-child, .mkb-xl-max-width-min-9-12-last > *:last-child, .mkb-xl-max-width-min-9-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-xl-max-width-min-10-12, .mkb-xl-max-width-min-10-12-child > *, .mkb-xl-max-width-min-10-12-first > *:first-child, .mkb-xl-max-width-min-10-12-last > *:last-child, .mkb-xl-max-width-min-10-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-xl-max-width-min-11-12, .mkb-xl-max-width-min-11-12-child > *, .mkb-xl-max-width-min-11-12-first > *:first-child, .mkb-xl-max-width-min-11-12-last > *:last-child, .mkb-xl-max-width-min-11-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-xl-max-width-min-12-12, .mkb-xl-max-width-min-12-12-child > *, .mkb-xl-max-width-min-12-12-first > *:first-child, .mkb-xl-max-width-min-12-12-last > *:last-child, .mkb-xl-max-width-min-12-12-odd > *:nth-child(odd), .mkb-xl-max-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-max-width-max, .mkb-xl-max-width-max-child > *, .mkb-xl-max-width-max-first > *:first-child, .mkb-xl-max-width-max-last > *:last-child, .mkb-xl-max-width-max-odd > *:nth-child(odd), .mkb-xl-max-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-max-width-max-1-8, .mkb-xl-max-width-max-1-8-child > *, .mkb-xl-max-width-max-1-8-first > *:first-child, .mkb-xl-max-width-max-1-8-last > *:last-child, .mkb-xl-max-width-max-1-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-xl-max-width-max-2-8, .mkb-xl-max-width-max-2-8-child > *, .mkb-xl-max-width-max-2-8-first > *:first-child, .mkb-xl-max-width-max-2-8-last > *:last-child, .mkb-xl-max-width-max-2-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-xl-max-width-max-3-8, .mkb-xl-max-width-max-3-8-child > *, .mkb-xl-max-width-max-3-8-first > *:first-child, .mkb-xl-max-width-max-3-8-last > *:last-child, .mkb-xl-max-width-max-3-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-xl-max-width-max-4-8, .mkb-xl-max-width-max-4-8-child > *, .mkb-xl-max-width-max-4-8-first > *:first-child, .mkb-xl-max-width-max-4-8-last > *:last-child, .mkb-xl-max-width-max-4-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-max-width-max-5-8, .mkb-xl-max-width-max-5-8-child > *, .mkb-xl-max-width-max-5-8-first > *:first-child, .mkb-xl-max-width-max-5-8-last > *:last-child, .mkb-xl-max-width-max-5-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-xl-max-width-max-6-8, .mkb-xl-max-width-max-6-8-child > *, .mkb-xl-max-width-max-6-8-first > *:first-child, .mkb-xl-max-width-max-6-8-last > *:last-child, .mkb-xl-max-width-max-6-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-xl-max-width-max-7-8, .mkb-xl-max-width-max-7-8-child > *, .mkb-xl-max-width-max-7-8-first > *:first-child, .mkb-xl-max-width-max-7-8-last > *:last-child, .mkb-xl-max-width-max-7-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-xl-max-width-max-8-8, .mkb-xl-max-width-max-8-8-child > *, .mkb-xl-max-width-max-8-8-first > *:first-child, .mkb-xl-max-width-max-8-8-last > *:last-child, .mkb-xl-max-width-max-8-8-odd > *:nth-child(odd), .mkb-xl-max-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-max-width-max-1-10, .mkb-xl-max-width-max-1-10-child > *, .mkb-xl-max-width-max-1-10-first > *:first-child, .mkb-xl-max-width-max-1-10-last > *:last-child, .mkb-xl-max-width-max-1-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-xl-max-width-max-2-10, .mkb-xl-max-width-max-2-10-child > *, .mkb-xl-max-width-max-2-10-first > *:first-child, .mkb-xl-max-width-max-2-10-last > *:last-child, .mkb-xl-max-width-max-2-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-xl-max-width-max-3-10, .mkb-xl-max-width-max-3-10-child > *, .mkb-xl-max-width-max-3-10-first > *:first-child, .mkb-xl-max-width-max-3-10-last > *:last-child, .mkb-xl-max-width-max-3-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-xl-max-width-max-4-10, .mkb-xl-max-width-max-4-10-child > *, .mkb-xl-max-width-max-4-10-first > *:first-child, .mkb-xl-max-width-max-4-10-last > *:last-child, .mkb-xl-max-width-max-4-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-xl-max-width-max-5-10, .mkb-xl-max-width-max-5-10-child > *, .mkb-xl-max-width-max-5-10-first > *:first-child, .mkb-xl-max-width-max-5-10-last > *:last-child, .mkb-xl-max-width-max-5-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-max-width-max-6-10, .mkb-xl-max-width-max-6-10-child > *, .mkb-xl-max-width-max-6-10-first > *:first-child, .mkb-xl-max-width-max-6-10-last > *:last-child, .mkb-xl-max-width-max-6-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-xl-max-width-max-7-10, .mkb-xl-max-width-max-7-10-child > *, .mkb-xl-max-width-max-7-10-first > *:first-child, .mkb-xl-max-width-max-7-10-last > *:last-child, .mkb-xl-max-width-max-7-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-xl-max-width-max-8-10, .mkb-xl-max-width-max-8-10-child > *, .mkb-xl-max-width-max-8-10-first > *:first-child, .mkb-xl-max-width-max-8-10-last > *:last-child, .mkb-xl-max-width-max-8-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-xl-max-width-max-9-10, .mkb-xl-max-width-max-9-10-child > *, .mkb-xl-max-width-max-9-10-first > *:first-child, .mkb-xl-max-width-max-9-10-last > *:last-child, .mkb-xl-max-width-max-9-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-xl-max-width-max-10-10, .mkb-xl-max-width-max-10-10-child > *, .mkb-xl-max-width-max-10-10-first > *:first-child, .mkb-xl-max-width-max-10-10-last > *:last-child, .mkb-xl-max-width-max-10-10-odd > *:nth-child(odd), .mkb-xl-max-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-max-width-max-1-12, .mkb-xl-max-width-max-1-12-child > *, .mkb-xl-max-width-max-1-12-first > *:first-child, .mkb-xl-max-width-max-1-12-last > *:last-child, .mkb-xl-max-width-max-1-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-xl-max-width-max-2-12, .mkb-xl-max-width-max-2-12-child > *, .mkb-xl-max-width-max-2-12-first > *:first-child, .mkb-xl-max-width-max-2-12-last > *:last-child, .mkb-xl-max-width-max-2-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-xl-max-width-max-3-12, .mkb-xl-max-width-max-3-12-child > *, .mkb-xl-max-width-max-3-12-first > *:first-child, .mkb-xl-max-width-max-3-12-last > *:last-child, .mkb-xl-max-width-max-3-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-xl-max-width-max-4-12, .mkb-xl-max-width-max-4-12-child > *, .mkb-xl-max-width-max-4-12-first > *:first-child, .mkb-xl-max-width-max-4-12-last > *:last-child, .mkb-xl-max-width-max-4-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-xl-max-width-max-5-12, .mkb-xl-max-width-max-5-12-child > *, .mkb-xl-max-width-max-5-12-first > *:first-child, .mkb-xl-max-width-max-5-12-last > *:last-child, .mkb-xl-max-width-max-5-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-xl-max-width-max-6-12, .mkb-xl-max-width-max-6-12-child > *, .mkb-xl-max-width-max-6-12-first > *:first-child, .mkb-xl-max-width-max-6-12-last > *:last-child, .mkb-xl-max-width-max-6-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-max-width-max-7-12, .mkb-xl-max-width-max-7-12-child > *, .mkb-xl-max-width-max-7-12-first > *:first-child, .mkb-xl-max-width-max-7-12-last > *:last-child, .mkb-xl-max-width-max-7-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-xl-max-width-max-8-12, .mkb-xl-max-width-max-8-12-child > *, .mkb-xl-max-width-max-8-12-first > *:first-child, .mkb-xl-max-width-max-8-12-last > *:last-child, .mkb-xl-max-width-max-8-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-xl-max-width-max-9-12, .mkb-xl-max-width-max-9-12-child > *, .mkb-xl-max-width-max-9-12-first > *:first-child, .mkb-xl-max-width-max-9-12-last > *:last-child, .mkb-xl-max-width-max-9-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-xl-max-width-max-10-12, .mkb-xl-max-width-max-10-12-child > *, .mkb-xl-max-width-max-10-12-first > *:first-child, .mkb-xl-max-width-max-10-12-last > *:last-child, .mkb-xl-max-width-max-10-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-xl-max-width-max-11-12, .mkb-xl-max-width-max-11-12-child > *, .mkb-xl-max-width-max-11-12-first > *:first-child, .mkb-xl-max-width-max-11-12-last > *:last-child, .mkb-xl-max-width-max-11-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-xl-max-width-max-12-12, .mkb-xl-max-width-max-12-12-child > *, .mkb-xl-max-width-max-12-12-first > *:first-child, .mkb-xl-max-width-max-12-12-last > *:last-child, .mkb-xl-max-width-max-12-12-odd > *:nth-child(odd), .mkb-xl-max-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-xl-max-height, .mkb-xl-max-height-child > *, .mkb-xl-max-height-first > *:first-child, .mkb-xl-max-height-last > *:last-child, .mkb-xl-max-height-odd > *:nth-child(odd), .mkb-xl-max-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-xl-max-height-none, .mkb-xl-max-height-none-child > *, .mkb-xl-max-height-none-first > *:first-child, .mkb-xl-max-height-none-last > *:last-child, .mkb-xl-max-height-none-odd > *:nth-child(odd), .mkb-xl-max-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-xl-max-height-auto, .mkb-xl-max-height-auto-child > *, .mkb-xl-max-height-auto-first > *:first-child, .mkb-xl-max-height-auto-last > *:last-child, .mkb-xl-max-height-auto-odd > *:nth-child(odd), .mkb-xl-max-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-xl-max-height-min, .mkb-xl-max-height-min-child > *, .mkb-xl-max-height-min-first > *:first-child, .mkb-xl-max-height-min-last > *:last-child, .mkb-xl-max-height-min-odd > *:nth-child(odd), .mkb-xl-max-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-xl-max-height-max, .mkb-xl-max-height-max-child > *, .mkb-xl-max-height-max-first > *:first-child, .mkb-xl-max-height-max-last > *:last-child, .mkb-xl-max-height-max-odd > *:nth-child(odd), .mkb-xl-max-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-xl-max-pad-none, .mkb-xl-max-pad-none-child > *, .mkb-xl-max-pad-none-first > *:first-child, .mkb-xl-max-pad-none-last > *:last-child, .mkb-xl-max-pad-none-odd > *:nth-child(odd), .mkb-xl-max-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-xl-max-pad-top-none, .mkb-xl-max-pad-top-none-child > *, .mkb-xl-max-pad-top-none-first > *:first-child, .mkb-xl-max-pad-top-none-last > *:last-child, .mkb-xl-max-pad-top-none-odd > *:nth-child(odd), .mkb-xl-max-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-xl-max-pad-bottom-none, .mkb-xl-max-pad-bottom-none-child > *, .mkb-xl-max-pad-bottom-none-first > *:first-child, .mkb-xl-max-pad-bottom-none-last > *:last-child, .mkb-xl-max-pad-bottom-none-odd > *:nth-child(odd), .mkb-xl-max-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-xl-max-pad-left-none, .mkb-xl-max-pad-left-none-child > *, .mkb-xl-max-pad-left-none-first > *:first-child, .mkb-xl-max-pad-left-none-last > *:last-child, .mkb-xl-max-pad-left-none-odd > *:nth-child(odd), .mkb-xl-max-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-xl-max-pad-right-none, .mkb-xl-max-pad-right-none-child > *, .mkb-xl-max-pad-right-none-first > *:first-child, .mkb-xl-max-pad-right-none-last > *:last-child, .mkb-xl-max-pad-right-none-odd > *:nth-child(odd), .mkb-xl-max-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-xl-max-pad-vertical-none, .mkb-xl-max-pad-vertical-none-child > *, .mkb-xl-max-pad-vertical-none-first > *:first-child, .mkb-xl-max-pad-vertical-none-last > *:last-child, .mkb-xl-max-pad-vertical-none-odd > *:nth-child(odd), .mkb-xl-max-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-xl-max-pad-horizontal-none, .mkb-xl-max-pad-horizontal-none-child > *, .mkb-xl-max-pad-horizontal-none-first > *:first-child, .mkb-xl-max-pad-horizontal-none-last > *:last-child, .mkb-xl-max-pad-horizontal-none-odd > *:nth-child(odd), .mkb-xl-max-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-xl-max-pad-s, .mkb-xl-max-pad-s-child > *, .mkb-xl-max-pad-s-first > *:first-child, .mkb-xl-max-pad-s-last > *:last-child, .mkb-xl-max-pad-s-odd > *:nth-child(odd), .mkb-xl-max-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-top, .mkb-xl-max-pad-s-top-child > *, .mkb-xl-max-pad-s-top-first > *:first-child, .mkb-xl-max-pad-s-top-last > *:last-child, .mkb-xl-max-pad-s-top-odd > *:nth-child(odd), .mkb-xl-max-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-bottom, .mkb-xl-max-pad-s-bottom-child > *, .mkb-xl-max-pad-s-bottom-first > *:first-child, .mkb-xl-max-pad-s-bottom-last > *:last-child, .mkb-xl-max-pad-s-bottom-odd > *:nth-child(odd), .mkb-xl-max-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-left, .mkb-xl-max-pad-s-left-child > *, .mkb-xl-max-pad-s-left-first > *:first-child, .mkb-xl-max-pad-s-left-last > *:last-child, .mkb-xl-max-pad-s-left-odd > *:nth-child(odd), .mkb-xl-max-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-right, .mkb-xl-max-pad-s-right-child > *, .mkb-xl-max-pad-s-right-first > *:first-child, .mkb-xl-max-pad-s-right-last > *:last-child, .mkb-xl-max-pad-s-right-odd > *:nth-child(odd), .mkb-xl-max-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-vertical, .mkb-xl-max-pad-s-vertical-child > *, .mkb-xl-max-pad-s-vertical-first > *:first-child, .mkb-xl-max-pad-s-vertical-last > *:last-child, .mkb-xl-max-pad-s-vertical-odd > *:nth-child(odd), .mkb-xl-max-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-xl-max-pad-s-horizontal, .mkb-xl-max-pad-s-horizontal-child > *, .mkb-xl-max-pad-s-horizontal-first > *:first-child, .mkb-xl-max-pad-s-horizontal-last > *:last-child, .mkb-xl-max-pad-s-horizontal-odd > *:nth-child(odd), .mkb-xl-max-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-xl-max-pad-m, .mkb-xl-max-pad-m-child > *, .mkb-xl-max-pad-m-first > *:first-child, .mkb-xl-max-pad-m-last > *:last-child, .mkb-xl-max-pad-m-odd > *:nth-child(odd), .mkb-xl-max-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-top, .mkb-xl-max-pad-m-top-child > *, .mkb-xl-max-pad-m-top-first > *:first-child, .mkb-xl-max-pad-m-top-last > *:last-child, .mkb-xl-max-pad-m-top-odd > *:nth-child(odd), .mkb-xl-max-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-bottom, .mkb-xl-max-pad-m-bottom-child > *, .mkb-xl-max-pad-m-bottom-first > *:first-child, .mkb-xl-max-pad-m-bottom-last > *:last-child, .mkb-xl-max-pad-m-bottom-odd > *:nth-child(odd), .mkb-xl-max-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-left, .mkb-xl-max-pad-m-left-child > *, .mkb-xl-max-pad-m-left-first > *:first-child, .mkb-xl-max-pad-m-left-last > *:last-child, .mkb-xl-max-pad-m-left-odd > *:nth-child(odd), .mkb-xl-max-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-right, .mkb-xl-max-pad-m-right-child > *, .mkb-xl-max-pad-m-right-first > *:first-child, .mkb-xl-max-pad-m-right-last > *:last-child, .mkb-xl-max-pad-m-right-odd > *:nth-child(odd), .mkb-xl-max-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-vertical, .mkb-xl-max-pad-m-vertical-child > *, .mkb-xl-max-pad-m-vertical-first > *:first-child, .mkb-xl-max-pad-m-vertical-last > *:last-child, .mkb-xl-max-pad-m-vertical-odd > *:nth-child(odd), .mkb-xl-max-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-xl-max-pad-m-horizontal, .mkb-xl-max-pad-m-horizontal-child > *, .mkb-xl-max-pad-m-horizontal-first > *:first-child, .mkb-xl-max-pad-m-horizontal-last > *:last-child, .mkb-xl-max-pad-m-horizontal-odd > *:nth-child(odd), .mkb-xl-max-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-xl-max-pad-l, .mkb-xl-max-pad-l-child > *, .mkb-xl-max-pad-l-first > *:first-child, .mkb-xl-max-pad-l-last > *:last-child, .mkb-xl-max-pad-l-odd > *:nth-child(odd), .mkb-xl-max-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-top, .mkb-xl-max-pad-l-top-child > *, .mkb-xl-max-pad-l-top-first > *:first-child, .mkb-xl-max-pad-l-top-last > *:last-child, .mkb-xl-max-pad-l-top-odd > *:nth-child(odd), .mkb-xl-max-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-bottom, .mkb-xl-max-pad-l-bottom-child > *, .mkb-xl-max-pad-l-bottom-first > *:first-child, .mkb-xl-max-pad-l-bottom-last > *:last-child, .mkb-xl-max-pad-l-bottom-odd > *:nth-child(odd), .mkb-xl-max-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-left, .mkb-xl-max-pad-l-left-child > *, .mkb-xl-max-pad-l-left-first > *:first-child, .mkb-xl-max-pad-l-left-last > *:last-child, .mkb-xl-max-pad-l-left-odd > *:nth-child(odd), .mkb-xl-max-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-right, .mkb-xl-max-pad-l-right-child > *, .mkb-xl-max-pad-l-right-first > *:first-child, .mkb-xl-max-pad-l-right-last > *:last-child, .mkb-xl-max-pad-l-right-odd > *:nth-child(odd), .mkb-xl-max-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-vertical, .mkb-xl-max-pad-l-vertical-child > *, .mkb-xl-max-pad-l-vertical-first > *:first-child, .mkb-xl-max-pad-l-vertical-last > *:last-child, .mkb-xl-max-pad-l-vertical-odd > *:nth-child(odd), .mkb-xl-max-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-xl-max-pad-l-horizontal, .mkb-xl-max-pad-l-horizontal-child > *, .mkb-xl-max-pad-l-horizontal-first > *:first-child, .mkb-xl-max-pad-l-horizontal-last > *:last-child, .mkb-xl-max-pad-l-horizontal-odd > *:nth-child(odd), .mkb-xl-max-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-xl-max-pad-xl, .mkb-xl-max-pad-xl-child > *, .mkb-xl-max-pad-xl-first > *:first-child, .mkb-xl-max-pad-xl-last > *:last-child, .mkb-xl-max-pad-xl-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-top, .mkb-xl-max-pad-xl-top-child > *, .mkb-xl-max-pad-xl-top-first > *:first-child, .mkb-xl-max-pad-xl-top-last > *:last-child, .mkb-xl-max-pad-xl-top-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-bottom, .mkb-xl-max-pad-xl-bottom-child > *, .mkb-xl-max-pad-xl-bottom-first > *:first-child, .mkb-xl-max-pad-xl-bottom-last > *:last-child, .mkb-xl-max-pad-xl-bottom-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-left, .mkb-xl-max-pad-xl-left-child > *, .mkb-xl-max-pad-xl-left-first > *:first-child, .mkb-xl-max-pad-xl-left-last > *:last-child, .mkb-xl-max-pad-xl-left-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-right, .mkb-xl-max-pad-xl-right-child > *, .mkb-xl-max-pad-xl-right-first > *:first-child, .mkb-xl-max-pad-xl-right-last > *:last-child, .mkb-xl-max-pad-xl-right-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-vertical, .mkb-xl-max-pad-xl-vertical-child > *, .mkb-xl-max-pad-xl-vertical-first > *:first-child, .mkb-xl-max-pad-xl-vertical-last > *:last-child, .mkb-xl-max-pad-xl-vertical-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-xl-max-pad-xl-horizontal, .mkb-xl-max-pad-xl-horizontal-child > *, .mkb-xl-max-pad-xl-horizontal-first > *:first-child, .mkb-xl-max-pad-xl-horizontal-last > *:last-child, .mkb-xl-max-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-max-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-xl-max-gap-auto, .mkb-xl-max-gap-auto-child > *, .mkb-xl-max-gap-auto-first > *:first-child, .mkb-xl-max-gap-auto-last > *:last-child, .mkb-xl-max-gap-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-xl-max-gap-top-auto, .mkb-xl-max-gap-top-auto-child > *, .mkb-xl-max-gap-top-auto-first > *:first-child, .mkb-xl-max-gap-top-auto-last > *:last-child, .mkb-xl-max-gap-top-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-xl-max-gap-bottom-auto, .mkb-xl-max-gap-bottom-auto-child > *, .mkb-xl-max-gap-bottom-auto-first > *:first-child, .mkb-xl-max-gap-bottom-auto-last > *:last-child, .mkb-xl-max-gap-bottom-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-xl-max-gap-left-auto, .mkb-xl-max-gap-left-auto-child > *, .mkb-xl-max-gap-left-auto-first > *:first-child, .mkb-xl-max-gap-left-auto-last > *:last-child, .mkb-xl-max-gap-left-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-xl-max-gap-right-auto, .mkb-xl-max-gap-right-auto-child > *, .mkb-xl-max-gap-right-auto-first > *:first-child, .mkb-xl-max-gap-right-auto-last > *:last-child, .mkb-xl-max-gap-right-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-xl-max-gap-vertical-auto, .mkb-xl-max-gap-vertical-auto-child > *, .mkb-xl-max-gap-vertical-auto-first > *:first-child, .mkb-xl-max-gap-vertical-auto-last > *:last-child, .mkb-xl-max-gap-vertical-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-xl-max-gap-horizontal-auto, .mkb-xl-max-gap-horizontal-auto-child > *, .mkb-xl-max-gap-horizontal-auto-first > *:first-child, .mkb-xl-max-gap-horizontal-auto-last > *:last-child, .mkb-xl-max-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-xl-max-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-max-gap-none, .mkb-xl-max-gap-none-child > *, .mkb-xl-max-gap-none-first > *:first-child, .mkb-xl-max-gap-none-last > *:last-child, .mkb-xl-max-gap-none-odd > *:nth-child(odd), .mkb-xl-max-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-xl-max-gap-top-none, .mkb-xl-max-gap-top-none-child > *, .mkb-xl-max-gap-top-none-first > *:first-child, .mkb-xl-max-gap-top-none-last > *:last-child, .mkb-xl-max-gap-top-none-odd > *:nth-child(odd), .mkb-xl-max-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-xl-max-gap-bottom-none, .mkb-xl-max-gap-bottom-none-child > *, .mkb-xl-max-gap-bottom-none-first > *:first-child, .mkb-xl-max-gap-bottom-none-last > *:last-child, .mkb-xl-max-gap-bottom-none-odd > *:nth-child(odd), .mkb-xl-max-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-xl-max-gap-left-none, .mkb-xl-max-gap-left-none-child > *, .mkb-xl-max-gap-left-none-first > *:first-child, .mkb-xl-max-gap-left-none-last > *:last-child, .mkb-xl-max-gap-left-none-odd > *:nth-child(odd), .mkb-xl-max-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-xl-max-gap-right-none, .mkb-xl-max-gap-right-none-child > *, .mkb-xl-max-gap-right-none-first > *:first-child, .mkb-xl-max-gap-right-none-last > *:last-child, .mkb-xl-max-gap-right-none-odd > *:nth-child(odd), .mkb-xl-max-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-xl-max-gap-vertical-none, .mkb-xl-max-gap-vertical-none-child > *, .mkb-xl-max-gap-vertical-none-first > *:first-child, .mkb-xl-max-gap-vertical-none-last > *:last-child, .mkb-xl-max-gap-vertical-none-odd > *:nth-child(odd), .mkb-xl-max-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-xl-max-gap-horizontal-none, .mkb-xl-max-gap-horizontal-none-child > *, .mkb-xl-max-gap-horizontal-none-first > *:first-child, .mkb-xl-max-gap-horizontal-none-last > *:last-child, .mkb-xl-max-gap-horizontal-none-odd > *:nth-child(odd), .mkb-xl-max-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-xl-max-gap-inherit, .mkb-xl-max-gap-inherit-child > *, .mkb-xl-max-gap-inherit-first > *:first-child, .mkb-xl-max-gap-inherit-last > *:last-child, .mkb-xl-max-gap-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-xl-max-gap-top-inherit, .mkb-xl-max-gap-top-inherit-child > *, .mkb-xl-max-gap-top-inherit-first > *:first-child, .mkb-xl-max-gap-top-inherit-last > *:last-child, .mkb-xl-max-gap-top-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-xl-max-gap-bottom-inherit, .mkb-xl-max-gap-bottom-inherit-child > *, .mkb-xl-max-gap-bottom-inherit-first > *:first-child, .mkb-xl-max-gap-bottom-inherit-last > *:last-child, .mkb-xl-max-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-xl-max-gap-left-inherit, .mkb-xl-max-gap-left-inherit-child > *, .mkb-xl-max-gap-left-inherit-first > *:first-child, .mkb-xl-max-gap-left-inherit-last > *:last-child, .mkb-xl-max-gap-left-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-xl-max-gap-right-inherit, .mkb-xl-max-gap-right-inherit-child > *, .mkb-xl-max-gap-right-inherit-first > *:first-child, .mkb-xl-max-gap-right-inherit-last > *:last-child, .mkb-xl-max-gap-right-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-xl-max-gap-vertical-inherit, .mkb-xl-max-gap-vertical-inherit-child > *, .mkb-xl-max-gap-vertical-inherit-first > *:first-child, .mkb-xl-max-gap-vertical-inherit-last > *:last-child, .mkb-xl-max-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-xl-max-gap-horizontal-inherit, .mkb-xl-max-gap-horizontal-inherit-child > *, .mkb-xl-max-gap-horizontal-inherit-first > *:first-child, .mkb-xl-max-gap-horizontal-inherit-last > *:last-child, .mkb-xl-max-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-max-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-xl-max-gap-s, .mkb-xl-max-gap-s-child > *, .mkb-xl-max-gap-s-first > *:first-child, .mkb-xl-max-gap-s-last > *:last-child, .mkb-xl-max-gap-s-odd > *:nth-child(odd), .mkb-xl-max-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s, .mkb-xl-max-gapn-s-child > *, .mkb-xl-max-gapn-s-first > *:first-child, .mkb-xl-max-gapn-s-last > *:last-child, .mkb-xl-max-gapn-s-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-top, .mkb-xl-max-gap-s-top-child > *, .mkb-xl-max-gap-s-top-first > *:first-child, .mkb-xl-max-gap-s-top-last > *:last-child, .mkb-xl-max-gap-s-top-odd > *:nth-child(odd), .mkb-xl-max-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-top, .mkb-xl-max-gapn-s-top-child > *, .mkb-xl-max-gapn-s-top-first > *:first-child, .mkb-xl-max-gapn-s-top-last > *:last-child, .mkb-xl-max-gapn-s-top-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-bottom, .mkb-xl-max-gap-s-bottom-child > *, .mkb-xl-max-gap-s-bottom-first > *:first-child, .mkb-xl-max-gap-s-bottom-last > *:last-child, .mkb-xl-max-gap-s-bottom-odd > *:nth-child(odd), .mkb-xl-max-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-bottom, .mkb-xl-max-gapn-s-bottom-child > *, .mkb-xl-max-gapn-s-bottom-first > *:first-child, .mkb-xl-max-gapn-s-bottom-last > *:last-child, .mkb-xl-max-gapn-s-bottom-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-left, .mkb-xl-max-gap-s-left-child > *, .mkb-xl-max-gap-s-left-first > *:first-child, .mkb-xl-max-gap-s-left-last > *:last-child, .mkb-xl-max-gap-s-left-odd > *:nth-child(odd), .mkb-xl-max-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-left, .mkb-xl-max-gapn-s-left-child > *, .mkb-xl-max-gapn-s-left-first > *:first-child, .mkb-xl-max-gapn-s-left-last > *:last-child, .mkb-xl-max-gapn-s-left-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-right, .mkb-xl-max-gap-s-right-child > *, .mkb-xl-max-gap-s-right-first > *:first-child, .mkb-xl-max-gap-s-right-last > *:last-child, .mkb-xl-max-gap-s-right-odd > *:nth-child(odd), .mkb-xl-max-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-right, .mkb-xl-max-gapn-s-right-child > *, .mkb-xl-max-gapn-s-right-first > *:first-child, .mkb-xl-max-gapn-s-right-last > *:last-child, .mkb-xl-max-gapn-s-right-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-vertical, .mkb-xl-max-gap-s-vertical-child > *, .mkb-xl-max-gap-s-vertical-first > *:first-child, .mkb-xl-max-gap-s-vertical-last > *:last-child, .mkb-xl-max-gap-s-vertical-odd > *:nth-child(odd), .mkb-xl-max-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-vertical, .mkb-xl-max-gapn-s-vertical-child > *, .mkb-xl-max-gapn-s-vertical-first > *:first-child, .mkb-xl-max-gapn-s-vertical-last > *:last-child, .mkb-xl-max-gapn-s-vertical-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-xl-max-gap-s-horizontal, .mkb-xl-max-gap-s-horizontal-child > *, .mkb-xl-max-gap-s-horizontal-first > *:first-child, .mkb-xl-max-gap-s-horizontal-last > *:last-child, .mkb-xl-max-gap-s-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-xl-max-gapn-s-horizontal, .mkb-xl-max-gapn-s-horizontal-child > *, .mkb-xl-max-gapn-s-horizontal-first > *:first-child, .mkb-xl-max-gapn-s-horizontal-last > *:last-child, .mkb-xl-max-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-xl-max-gap-m, .mkb-xl-max-gap-m-child > *, .mkb-xl-max-gap-m-first > *:first-child, .mkb-xl-max-gap-m-last > *:last-child, .mkb-xl-max-gap-m-odd > *:nth-child(odd), .mkb-xl-max-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m, .mkb-xl-max-gapn-m-child > *, .mkb-xl-max-gapn-m-first > *:first-child, .mkb-xl-max-gapn-m-last > *:last-child, .mkb-xl-max-gapn-m-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-top, .mkb-xl-max-gap-m-top-child > *, .mkb-xl-max-gap-m-top-first > *:first-child, .mkb-xl-max-gap-m-top-last > *:last-child, .mkb-xl-max-gap-m-top-odd > *:nth-child(odd), .mkb-xl-max-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-top, .mkb-xl-max-gapn-m-top-child > *, .mkb-xl-max-gapn-m-top-first > *:first-child, .mkb-xl-max-gapn-m-top-last > *:last-child, .mkb-xl-max-gapn-m-top-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-bottom, .mkb-xl-max-gap-m-bottom-child > *, .mkb-xl-max-gap-m-bottom-first > *:first-child, .mkb-xl-max-gap-m-bottom-last > *:last-child, .mkb-xl-max-gap-m-bottom-odd > *:nth-child(odd), .mkb-xl-max-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-bottom, .mkb-xl-max-gapn-m-bottom-child > *, .mkb-xl-max-gapn-m-bottom-first > *:first-child, .mkb-xl-max-gapn-m-bottom-last > *:last-child, .mkb-xl-max-gapn-m-bottom-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-left, .mkb-xl-max-gap-m-left-child > *, .mkb-xl-max-gap-m-left-first > *:first-child, .mkb-xl-max-gap-m-left-last > *:last-child, .mkb-xl-max-gap-m-left-odd > *:nth-child(odd), .mkb-xl-max-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-left, .mkb-xl-max-gapn-m-left-child > *, .mkb-xl-max-gapn-m-left-first > *:first-child, .mkb-xl-max-gapn-m-left-last > *:last-child, .mkb-xl-max-gapn-m-left-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-right, .mkb-xl-max-gap-m-right-child > *, .mkb-xl-max-gap-m-right-first > *:first-child, .mkb-xl-max-gap-m-right-last > *:last-child, .mkb-xl-max-gap-m-right-odd > *:nth-child(odd), .mkb-xl-max-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-right, .mkb-xl-max-gapn-m-right-child > *, .mkb-xl-max-gapn-m-right-first > *:first-child, .mkb-xl-max-gapn-m-right-last > *:last-child, .mkb-xl-max-gapn-m-right-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-vertical, .mkb-xl-max-gap-m-vertical-child > *, .mkb-xl-max-gap-m-vertical-first > *:first-child, .mkb-xl-max-gap-m-vertical-last > *:last-child, .mkb-xl-max-gap-m-vertical-odd > *:nth-child(odd), .mkb-xl-max-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-vertical, .mkb-xl-max-gapn-m-vertical-child > *, .mkb-xl-max-gapn-m-vertical-first > *:first-child, .mkb-xl-max-gapn-m-vertical-last > *:last-child, .mkb-xl-max-gapn-m-vertical-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-xl-max-gap-m-horizontal, .mkb-xl-max-gap-m-horizontal-child > *, .mkb-xl-max-gap-m-horizontal-first > *:first-child, .mkb-xl-max-gap-m-horizontal-last > *:last-child, .mkb-xl-max-gap-m-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-xl-max-gapn-m-horizontal, .mkb-xl-max-gapn-m-horizontal-child > *, .mkb-xl-max-gapn-m-horizontal-first > *:first-child, .mkb-xl-max-gapn-m-horizontal-last > *:last-child, .mkb-xl-max-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-xl-max-gap-l, .mkb-xl-max-gap-l-child > *, .mkb-xl-max-gap-l-first > *:first-child, .mkb-xl-max-gap-l-last > *:last-child, .mkb-xl-max-gap-l-odd > *:nth-child(odd), .mkb-xl-max-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l, .mkb-xl-max-gapn-l-child > *, .mkb-xl-max-gapn-l-first > *:first-child, .mkb-xl-max-gapn-l-last > *:last-child, .mkb-xl-max-gapn-l-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-top, .mkb-xl-max-gap-l-top-child > *, .mkb-xl-max-gap-l-top-first > *:first-child, .mkb-xl-max-gap-l-top-last > *:last-child, .mkb-xl-max-gap-l-top-odd > *:nth-child(odd), .mkb-xl-max-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-top, .mkb-xl-max-gapn-l-top-child > *, .mkb-xl-max-gapn-l-top-first > *:first-child, .mkb-xl-max-gapn-l-top-last > *:last-child, .mkb-xl-max-gapn-l-top-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-bottom, .mkb-xl-max-gap-l-bottom-child > *, .mkb-xl-max-gap-l-bottom-first > *:first-child, .mkb-xl-max-gap-l-bottom-last > *:last-child, .mkb-xl-max-gap-l-bottom-odd > *:nth-child(odd), .mkb-xl-max-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-bottom, .mkb-xl-max-gapn-l-bottom-child > *, .mkb-xl-max-gapn-l-bottom-first > *:first-child, .mkb-xl-max-gapn-l-bottom-last > *:last-child, .mkb-xl-max-gapn-l-bottom-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-left, .mkb-xl-max-gap-l-left-child > *, .mkb-xl-max-gap-l-left-first > *:first-child, .mkb-xl-max-gap-l-left-last > *:last-child, .mkb-xl-max-gap-l-left-odd > *:nth-child(odd), .mkb-xl-max-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-left, .mkb-xl-max-gapn-l-left-child > *, .mkb-xl-max-gapn-l-left-first > *:first-child, .mkb-xl-max-gapn-l-left-last > *:last-child, .mkb-xl-max-gapn-l-left-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-right, .mkb-xl-max-gap-l-right-child > *, .mkb-xl-max-gap-l-right-first > *:first-child, .mkb-xl-max-gap-l-right-last > *:last-child, .mkb-xl-max-gap-l-right-odd > *:nth-child(odd), .mkb-xl-max-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-right, .mkb-xl-max-gapn-l-right-child > *, .mkb-xl-max-gapn-l-right-first > *:first-child, .mkb-xl-max-gapn-l-right-last > *:last-child, .mkb-xl-max-gapn-l-right-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-vertical, .mkb-xl-max-gap-l-vertical-child > *, .mkb-xl-max-gap-l-vertical-first > *:first-child, .mkb-xl-max-gap-l-vertical-last > *:last-child, .mkb-xl-max-gap-l-vertical-odd > *:nth-child(odd), .mkb-xl-max-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-vertical, .mkb-xl-max-gapn-l-vertical-child > *, .mkb-xl-max-gapn-l-vertical-first > *:first-child, .mkb-xl-max-gapn-l-vertical-last > *:last-child, .mkb-xl-max-gapn-l-vertical-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-xl-max-gap-l-horizontal, .mkb-xl-max-gap-l-horizontal-child > *, .mkb-xl-max-gap-l-horizontal-first > *:first-child, .mkb-xl-max-gap-l-horizontal-last > *:last-child, .mkb-xl-max-gap-l-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-xl-max-gapn-l-horizontal, .mkb-xl-max-gapn-l-horizontal-child > *, .mkb-xl-max-gapn-l-horizontal-first > *:first-child, .mkb-xl-max-gapn-l-horizontal-last > *:last-child, .mkb-xl-max-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-xl-max-gap-xl, .mkb-xl-max-gap-xl-child > *, .mkb-xl-max-gap-xl-first > *:first-child, .mkb-xl-max-gap-xl-last > *:last-child, .mkb-xl-max-gap-xl-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl, .mkb-xl-max-gapn-xl-child > *, .mkb-xl-max-gapn-xl-first > *:first-child, .mkb-xl-max-gapn-xl-last > *:last-child, .mkb-xl-max-gapn-xl-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-top, .mkb-xl-max-gap-xl-top-child > *, .mkb-xl-max-gap-xl-top-first > *:first-child, .mkb-xl-max-gap-xl-top-last > *:last-child, .mkb-xl-max-gap-xl-top-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-top, .mkb-xl-max-gapn-xl-top-child > *, .mkb-xl-max-gapn-xl-top-first > *:first-child, .mkb-xl-max-gapn-xl-top-last > *:last-child, .mkb-xl-max-gapn-xl-top-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-bottom, .mkb-xl-max-gap-xl-bottom-child > *, .mkb-xl-max-gap-xl-bottom-first > *:first-child, .mkb-xl-max-gap-xl-bottom-last > *:last-child, .mkb-xl-max-gap-xl-bottom-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-bottom, .mkb-xl-max-gapn-xl-bottom-child > *, .mkb-xl-max-gapn-xl-bottom-first > *:first-child, .mkb-xl-max-gapn-xl-bottom-last > *:last-child, .mkb-xl-max-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-left, .mkb-xl-max-gap-xl-left-child > *, .mkb-xl-max-gap-xl-left-first > *:first-child, .mkb-xl-max-gap-xl-left-last > *:last-child, .mkb-xl-max-gap-xl-left-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-left, .mkb-xl-max-gapn-xl-left-child > *, .mkb-xl-max-gapn-xl-left-first > *:first-child, .mkb-xl-max-gapn-xl-left-last > *:last-child, .mkb-xl-max-gapn-xl-left-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-right, .mkb-xl-max-gap-xl-right-child > *, .mkb-xl-max-gap-xl-right-first > *:first-child, .mkb-xl-max-gap-xl-right-last > *:last-child, .mkb-xl-max-gap-xl-right-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-right, .mkb-xl-max-gapn-xl-right-child > *, .mkb-xl-max-gapn-xl-right-first > *:first-child, .mkb-xl-max-gapn-xl-right-last > *:last-child, .mkb-xl-max-gapn-xl-right-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-vertical, .mkb-xl-max-gap-xl-vertical-child > *, .mkb-xl-max-gap-xl-vertical-first > *:first-child, .mkb-xl-max-gap-xl-vertical-last > *:last-child, .mkb-xl-max-gap-xl-vertical-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-vertical, .mkb-xl-max-gapn-xl-vertical-child > *, .mkb-xl-max-gapn-xl-vertical-first > *:first-child, .mkb-xl-max-gapn-xl-vertical-last > *:last-child, .mkb-xl-max-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-xl-max-gap-xl-horizontal, .mkb-xl-max-gap-xl-horizontal-child > *, .mkb-xl-max-gap-xl-horizontal-first > *:first-child, .mkb-xl-max-gap-xl-horizontal-last > *:last-child, .mkb-xl-max-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-xl-max-gapn-xl-horizontal, .mkb-xl-max-gapn-xl-horizontal-child > *, .mkb-xl-max-gapn-xl-horizontal-first > *:first-child, .mkb-xl-max-gapn-xl-horizontal-last > *:last-child, .mkb-xl-max-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-max-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-xl-max-edge-none, .mkb-xl-max-edge-none-child > *, .mkb-xl-max-edge-none-first > *:first-child, .mkb-xl-max-edge-none-last > *:last-child, .mkb-xl-max-edge-none-odd > *:nth-child(odd), .mkb-xl-max-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-xl-max-edge-top-none, .mkb-xl-max-edge-top-none-child > *, .mkb-xl-max-edge-top-none-first > *:first-child, .mkb-xl-max-edge-top-none-last > *:last-child, .mkb-xl-max-edge-top-none-odd > *:nth-child(odd), .mkb-xl-max-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-xl-max-edge-bottom-none, .mkb-xl-max-edge-bottom-none-child > *, .mkb-xl-max-edge-bottom-none-first > *:first-child, .mkb-xl-max-edge-bottom-none-last > *:last-child, .mkb-xl-max-edge-bottom-none-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-xl-max-edge-left-none, .mkb-xl-max-edge-left-none-child > *, .mkb-xl-max-edge-left-none-first > *:first-child, .mkb-xl-max-edge-left-none-last > *:last-child, .mkb-xl-max-edge-left-none-odd > *:nth-child(odd), .mkb-xl-max-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-xl-max-edge-right-none, .mkb-xl-max-edge-right-none-child > *, .mkb-xl-max-edge-right-none-first > *:first-child, .mkb-xl-max-edge-right-none-last > *:last-child, .mkb-xl-max-edge-right-none-odd > *:nth-child(odd), .mkb-xl-max-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-xl-max-edge-vertical-none, .mkb-xl-max-edge-vertical-none-child > *, .mkb-xl-max-edge-vertical-none-first > *:first-child, .mkb-xl-max-edge-vertical-none-last > *:last-child, .mkb-xl-max-edge-vertical-none-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-xl-max-edge-horizontal-none, .mkb-xl-max-edge-horizontal-none-child > *, .mkb-xl-max-edge-horizontal-none-first > *:first-child, .mkb-xl-max-edge-horizontal-none-last > *:last-child, .mkb-xl-max-edge-horizontal-none-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-xl-max-edge-inherit, .mkb-xl-max-edge-inherit-child > *, .mkb-xl-max-edge-inherit-first > *:first-child, .mkb-xl-max-edge-inherit-last > *:last-child, .mkb-xl-max-edge-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-xl-max-edge-top-inherit, .mkb-xl-max-edge-top-inherit-child > *, .mkb-xl-max-edge-top-inherit-first > *:first-child, .mkb-xl-max-edge-top-inherit-last > *:last-child, .mkb-xl-max-edge-top-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-xl-max-edge-bottom-inherit, .mkb-xl-max-edge-bottom-inherit-child > *, .mkb-xl-max-edge-bottom-inherit-first > *:first-child, .mkb-xl-max-edge-bottom-inherit-last > *:last-child, .mkb-xl-max-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-xl-max-edge-left-inherit, .mkb-xl-max-edge-left-inherit-child > *, .mkb-xl-max-edge-left-inherit-first > *:first-child, .mkb-xl-max-edge-left-inherit-last > *:last-child, .mkb-xl-max-edge-left-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-xl-max-edge-right-inherit, .mkb-xl-max-edge-right-inherit-child > *, .mkb-xl-max-edge-right-inherit-first > *:first-child, .mkb-xl-max-edge-right-inherit-last > *:last-child, .mkb-xl-max-edge-right-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-xl-max-edge-vertical-inherit, .mkb-xl-max-edge-vertical-inherit-child > *, .mkb-xl-max-edge-vertical-inherit-first > *:first-child, .mkb-xl-max-edge-vertical-inherit-last > *:last-child, .mkb-xl-max-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-xl-max-edge-horizontal-inherit, .mkb-xl-max-edge-horizontal-inherit-child > *, .mkb-xl-max-edge-horizontal-inherit-first > *:first-child, .mkb-xl-max-edge-horizontal-inherit-last > *:last-child, .mkb-xl-max-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-xl-max-edge-s, .mkb-xl-max-edge-s-child > *, .mkb-xl-max-edge-s-first > *:first-child, .mkb-xl-max-edge-s-last > *:last-child, .mkb-xl-max-edge-s-odd > *:nth-child(odd), .mkb-xl-max-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-top, .mkb-xl-max-edge-s-top-child > *, .mkb-xl-max-edge-s-top-first > *:first-child, .mkb-xl-max-edge-s-top-last > *:last-child, .mkb-xl-max-edge-s-top-odd > *:nth-child(odd), .mkb-xl-max-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-bottom, .mkb-xl-max-edge-s-bottom-child > *, .mkb-xl-max-edge-s-bottom-first > *:first-child, .mkb-xl-max-edge-s-bottom-last > *:last-child, .mkb-xl-max-edge-s-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-left, .mkb-xl-max-edge-s-left-child > *, .mkb-xl-max-edge-s-left-first > *:first-child, .mkb-xl-max-edge-s-left-last > *:last-child, .mkb-xl-max-edge-s-left-odd > *:nth-child(odd), .mkb-xl-max-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-right, .mkb-xl-max-edge-s-right-child > *, .mkb-xl-max-edge-s-right-first > *:first-child, .mkb-xl-max-edge-s-right-last > *:last-child, .mkb-xl-max-edge-s-right-odd > *:nth-child(odd), .mkb-xl-max-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-vertical, .mkb-xl-max-edge-s-vertical-child > *, .mkb-xl-max-edge-s-vertical-first > *:first-child, .mkb-xl-max-edge-s-vertical-last > *:last-child, .mkb-xl-max-edge-s-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-s-horizontal, .mkb-xl-max-edge-s-horizontal-child > *, .mkb-xl-max-edge-s-horizontal-first > *:first-child, .mkb-xl-max-edge-s-horizontal-last > *:last-child, .mkb-xl-max-edge-s-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-xl-max-edge-m, .mkb-xl-max-edge-m-child > *, .mkb-xl-max-edge-m-first > *:first-child, .mkb-xl-max-edge-m-last > *:last-child, .mkb-xl-max-edge-m-odd > *:nth-child(odd), .mkb-xl-max-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-top, .mkb-xl-max-edge-m-top-child > *, .mkb-xl-max-edge-m-top-first > *:first-child, .mkb-xl-max-edge-m-top-last > *:last-child, .mkb-xl-max-edge-m-top-odd > *:nth-child(odd), .mkb-xl-max-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-bottom, .mkb-xl-max-edge-m-bottom-child > *, .mkb-xl-max-edge-m-bottom-first > *:first-child, .mkb-xl-max-edge-m-bottom-last > *:last-child, .mkb-xl-max-edge-m-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-left, .mkb-xl-max-edge-m-left-child > *, .mkb-xl-max-edge-m-left-first > *:first-child, .mkb-xl-max-edge-m-left-last > *:last-child, .mkb-xl-max-edge-m-left-odd > *:nth-child(odd), .mkb-xl-max-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-right, .mkb-xl-max-edge-m-right-child > *, .mkb-xl-max-edge-m-right-first > *:first-child, .mkb-xl-max-edge-m-right-last > *:last-child, .mkb-xl-max-edge-m-right-odd > *:nth-child(odd), .mkb-xl-max-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-vertical, .mkb-xl-max-edge-m-vertical-child > *, .mkb-xl-max-edge-m-vertical-first > *:first-child, .mkb-xl-max-edge-m-vertical-last > *:last-child, .mkb-xl-max-edge-m-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-m-horizontal, .mkb-xl-max-edge-m-horizontal-child > *, .mkb-xl-max-edge-m-horizontal-first > *:first-child, .mkb-xl-max-edge-m-horizontal-last > *:last-child, .mkb-xl-max-edge-m-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-xl-max-edge-l, .mkb-xl-max-edge-l-child > *, .mkb-xl-max-edge-l-first > *:first-child, .mkb-xl-max-edge-l-last > *:last-child, .mkb-xl-max-edge-l-odd > *:nth-child(odd), .mkb-xl-max-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-top, .mkb-xl-max-edge-l-top-child > *, .mkb-xl-max-edge-l-top-first > *:first-child, .mkb-xl-max-edge-l-top-last > *:last-child, .mkb-xl-max-edge-l-top-odd > *:nth-child(odd), .mkb-xl-max-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-bottom, .mkb-xl-max-edge-l-bottom-child > *, .mkb-xl-max-edge-l-bottom-first > *:first-child, .mkb-xl-max-edge-l-bottom-last > *:last-child, .mkb-xl-max-edge-l-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-left, .mkb-xl-max-edge-l-left-child > *, .mkb-xl-max-edge-l-left-first > *:first-child, .mkb-xl-max-edge-l-left-last > *:last-child, .mkb-xl-max-edge-l-left-odd > *:nth-child(odd), .mkb-xl-max-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-right, .mkb-xl-max-edge-l-right-child > *, .mkb-xl-max-edge-l-right-first > *:first-child, .mkb-xl-max-edge-l-right-last > *:last-child, .mkb-xl-max-edge-l-right-odd > *:nth-child(odd), .mkb-xl-max-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-vertical, .mkb-xl-max-edge-l-vertical-child > *, .mkb-xl-max-edge-l-vertical-first > *:first-child, .mkb-xl-max-edge-l-vertical-last > *:last-child, .mkb-xl-max-edge-l-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-l-horizontal, .mkb-xl-max-edge-l-horizontal-child > *, .mkb-xl-max-edge-l-horizontal-first > *:first-child, .mkb-xl-max-edge-l-horizontal-last > *:last-child, .mkb-xl-max-edge-l-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-xl-max-edge-xl, .mkb-xl-max-edge-xl-child > *, .mkb-xl-max-edge-xl-first > *:first-child, .mkb-xl-max-edge-xl-last > *:last-child, .mkb-xl-max-edge-xl-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-top, .mkb-xl-max-edge-xl-top-child > *, .mkb-xl-max-edge-xl-top-first > *:first-child, .mkb-xl-max-edge-xl-top-last > *:last-child, .mkb-xl-max-edge-xl-top-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-bottom, .mkb-xl-max-edge-xl-bottom-child > *, .mkb-xl-max-edge-xl-bottom-first > *:first-child, .mkb-xl-max-edge-xl-bottom-last > *:last-child, .mkb-xl-max-edge-xl-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-left, .mkb-xl-max-edge-xl-left-child > *, .mkb-xl-max-edge-xl-left-first > *:first-child, .mkb-xl-max-edge-xl-left-last > *:last-child, .mkb-xl-max-edge-xl-left-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-right, .mkb-xl-max-edge-xl-right-child > *, .mkb-xl-max-edge-xl-right-first > *:first-child, .mkb-xl-max-edge-xl-right-last > *:last-child, .mkb-xl-max-edge-xl-right-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-vertical, .mkb-xl-max-edge-xl-vertical-child > *, .mkb-xl-max-edge-xl-vertical-first > *:first-child, .mkb-xl-max-edge-xl-vertical-last > *:last-child, .mkb-xl-max-edge-xl-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-xl-horizontal, .mkb-xl-max-edge-xl-horizontal-child > *, .mkb-xl-max-edge-xl-horizontal-first > *:first-child, .mkb-xl-max-edge-xl-horizontal-last > *:last-child, .mkb-xl-max-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-xl-max-edge-thin, .mkb-xl-max-edge-thin-child > *, .mkb-xl-max-edge-thin-first > *:first-child, .mkb-xl-max-edge-thin-last > *:last-child, .mkb-xl-max-edge-thin-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-xl-max-edge-thin-top, .mkb-xl-max-edge-thin-top-child > *, .mkb-xl-max-edge-thin-top-first > *:first-child, .mkb-xl-max-edge-thin-top-last > *:last-child, .mkb-xl-max-edge-thin-top-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-xl-max-edge-thin-bottom, .mkb-xl-max-edge-thin-bottom-child > *, .mkb-xl-max-edge-thin-bottom-first > *:first-child, .mkb-xl-max-edge-thin-bottom-last > *:last-child, .mkb-xl-max-edge-thin-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-xl-max-edge-thin-left, .mkb-xl-max-edge-thin-left-child > *, .mkb-xl-max-edge-thin-left-first > *:first-child, .mkb-xl-max-edge-thin-left-last > *:last-child, .mkb-xl-max-edge-thin-left-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-xl-max-edge-thin-right, .mkb-xl-max-edge-thin-right-child > *, .mkb-xl-max-edge-thin-right-first > *:first-child, .mkb-xl-max-edge-thin-right-last > *:last-child, .mkb-xl-max-edge-thin-right-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-xl-max-edge-thin-vertical, .mkb-xl-max-edge-thin-vertical-child > *, .mkb-xl-max-edge-thin-vertical-first > *:first-child, .mkb-xl-max-edge-thin-vertical-last > *:last-child, .mkb-xl-max-edge-thin-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-xl-max-edge-thin-horizontal, .mkb-xl-max-edge-thin-horizontal-child > *, .mkb-xl-max-edge-thin-horizontal-first > *:first-child, .mkb-xl-max-edge-thin-horizontal-last > *:last-child, .mkb-xl-max-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-xl-max-edge-medium, .mkb-xl-max-edge-medium-child > *, .mkb-xl-max-edge-medium-first > *:first-child, .mkb-xl-max-edge-medium-last > *:last-child, .mkb-xl-max-edge-medium-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-xl-max-edge-medium-top, .mkb-xl-max-edge-medium-top-child > *, .mkb-xl-max-edge-medium-top-first > *:first-child, .mkb-xl-max-edge-medium-top-last > *:last-child, .mkb-xl-max-edge-medium-top-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-xl-max-edge-medium-bottom, .mkb-xl-max-edge-medium-bottom-child > *, .mkb-xl-max-edge-medium-bottom-first > *:first-child, .mkb-xl-max-edge-medium-bottom-last > *:last-child, .mkb-xl-max-edge-medium-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-xl-max-edge-medium-left, .mkb-xl-max-edge-medium-left-child > *, .mkb-xl-max-edge-medium-left-first > *:first-child, .mkb-xl-max-edge-medium-left-last > *:last-child, .mkb-xl-max-edge-medium-left-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-xl-max-edge-medium-right, .mkb-xl-max-edge-medium-right-child > *, .mkb-xl-max-edge-medium-right-first > *:first-child, .mkb-xl-max-edge-medium-right-last > *:last-child, .mkb-xl-max-edge-medium-right-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-xl-max-edge-medium-vertical, .mkb-xl-max-edge-medium-vertical-child > *, .mkb-xl-max-edge-medium-vertical-first > *:first-child, .mkb-xl-max-edge-medium-vertical-last > *:last-child, .mkb-xl-max-edge-medium-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-xl-max-edge-medium-horizontal, .mkb-xl-max-edge-medium-horizontal-child > *, .mkb-xl-max-edge-medium-horizontal-first > *:first-child, .mkb-xl-max-edge-medium-horizontal-last > *:last-child, .mkb-xl-max-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-xl-max-edge-thick, .mkb-xl-max-edge-thick-child > *, .mkb-xl-max-edge-thick-first > *:first-child, .mkb-xl-max-edge-thick-last > *:last-child, .mkb-xl-max-edge-thick-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-xl-max-edge-thick-top, .mkb-xl-max-edge-thick-top-child > *, .mkb-xl-max-edge-thick-top-first > *:first-child, .mkb-xl-max-edge-thick-top-last > *:last-child, .mkb-xl-max-edge-thick-top-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-xl-max-edge-thick-bottom, .mkb-xl-max-edge-thick-bottom-child > *, .mkb-xl-max-edge-thick-bottom-first > *:first-child, .mkb-xl-max-edge-thick-bottom-last > *:last-child, .mkb-xl-max-edge-thick-bottom-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-xl-max-edge-thick-left, .mkb-xl-max-edge-thick-left-child > *, .mkb-xl-max-edge-thick-left-first > *:first-child, .mkb-xl-max-edge-thick-left-last > *:last-child, .mkb-xl-max-edge-thick-left-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-xl-max-edge-thick-right, .mkb-xl-max-edge-thick-right-child > *, .mkb-xl-max-edge-thick-right-first > *:first-child, .mkb-xl-max-edge-thick-right-last > *:last-child, .mkb-xl-max-edge-thick-right-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-xl-max-edge-thick-vertical, .mkb-xl-max-edge-thick-vertical-child > *, .mkb-xl-max-edge-thick-vertical-first > *:first-child, .mkb-xl-max-edge-thick-vertical-last > *:last-child, .mkb-xl-max-edge-thick-vertical-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-xl-max-edge-thick-horizontal, .mkb-xl-max-edge-thick-horizontal-child > *, .mkb-xl-max-edge-thick-horizontal-first > *:first-child, .mkb-xl-max-edge-thick-horizontal-last > *:last-child, .mkb-xl-max-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-xl-max-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-xl-max-edge-transparent, .mkb-xl-max-edge-transparent-child > *, .mkb-xl-max-edge-transparent-first > *:first-child, .mkb-xl-max-edge-transparent-last > *:last-child, .mkb-xl-max-edge-transparent-odd > *:nth-child(odd), .mkb-xl-max-edge-transparent-even > *:nth-child(even), .mkb-xl-max-edge-hover-transparent:hover, .mkb-xl-max-edge-hover-transparent-child:hover > *, .mkb-xl-max-edge-hover-transparent-first:hover > *:first-child, .mkb-xl-max-edge-hover-transparent-last:hover > *:last-child, .mkb-xl-max-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-transparent-child > *:hover, .mkb-xl-max-edge-child-hover-transparent-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-transparent-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-black, .mkb-xl-max-edge-black-child > *, .mkb-xl-max-edge-black-first > *:first-child, .mkb-xl-max-edge-black-last > *:last-child, .mkb-xl-max-edge-black-odd > *:nth-child(odd), .mkb-xl-max-edge-black-even > *:nth-child(even), .mkb-xl-max-edge-hover-black:hover, .mkb-xl-max-edge-hover-black-child:hover > *, .mkb-xl-max-edge-hover-black-first:hover > *:first-child, .mkb-xl-max-edge-hover-black-last:hover > *:last-child, .mkb-xl-max-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-black-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-black-child > *:hover, .mkb-xl-max-edge-child-hover-black-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-black-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-white, .mkb-xl-max-edge-white-child > *, .mkb-xl-max-edge-white-first > *:first-child, .mkb-xl-max-edge-white-last > *:last-child, .mkb-xl-max-edge-white-odd > *:nth-child(odd), .mkb-xl-max-edge-white-even > *:nth-child(even), .mkb-xl-max-edge-hover-white:hover, .mkb-xl-max-edge-hover-white-child:hover > *, .mkb-xl-max-edge-hover-white-first:hover > *:first-child, .mkb-xl-max-edge-hover-white-last:hover > *:last-child, .mkb-xl-max-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-white-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-white-child > *:hover, .mkb-xl-max-edge-child-hover-white-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-white-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-red, .mkb-xl-max-edge-red-child > *, .mkb-xl-max-edge-red-first > *:first-child, .mkb-xl-max-edge-red-last > *:last-child, .mkb-xl-max-edge-red-odd > *:nth-child(odd), .mkb-xl-max-edge-red-even > *:nth-child(even), .mkb-xl-max-edge-hover-red:hover, .mkb-xl-max-edge-hover-red-child:hover > *, .mkb-xl-max-edge-hover-red-first:hover > *:first-child, .mkb-xl-max-edge-hover-red-last:hover > *:last-child, .mkb-xl-max-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-red-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-red-child > *:hover, .mkb-xl-max-edge-child-hover-red-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-red-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-green, .mkb-xl-max-edge-green-child > *, .mkb-xl-max-edge-green-first > *:first-child, .mkb-xl-max-edge-green-last > *:last-child, .mkb-xl-max-edge-green-odd > *:nth-child(odd), .mkb-xl-max-edge-green-even > *:nth-child(even), .mkb-xl-max-edge-hover-green:hover, .mkb-xl-max-edge-hover-green-child:hover > *, .mkb-xl-max-edge-hover-green-first:hover > *:first-child, .mkb-xl-max-edge-hover-green-last:hover > *:last-child, .mkb-xl-max-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-green-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-green-child > *:hover, .mkb-xl-max-edge-child-hover-green-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-green-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-blue, .mkb-xl-max-edge-blue-child > *, .mkb-xl-max-edge-blue-first > *:first-child, .mkb-xl-max-edge-blue-last > *:last-child, .mkb-xl-max-edge-blue-odd > *:nth-child(odd), .mkb-xl-max-edge-blue-even > *:nth-child(even), .mkb-xl-max-edge-hover-blue:hover, .mkb-xl-max-edge-hover-blue-child:hover > *, .mkb-xl-max-edge-hover-blue-first:hover > *:first-child, .mkb-xl-max-edge-hover-blue-last:hover > *:last-child, .mkb-xl-max-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-blue-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-blue-child > *:hover, .mkb-xl-max-edge-child-hover-blue-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-blue-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-yellow, .mkb-xl-max-edge-yellow-child > *, .mkb-xl-max-edge-yellow-first > *:first-child, .mkb-xl-max-edge-yellow-last > *:last-child, .mkb-xl-max-edge-yellow-odd > *:nth-child(odd), .mkb-xl-max-edge-yellow-even > *:nth-child(even), .mkb-xl-max-edge-hover-yellow:hover, .mkb-xl-max-edge-hover-yellow-child:hover > *, .mkb-xl-max-edge-hover-yellow-first:hover > *:first-child, .mkb-xl-max-edge-hover-yellow-last:hover > *:last-child, .mkb-xl-max-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-yellow-child > *:hover, .mkb-xl-max-edge-child-hover-yellow-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-yellow-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-orange, .mkb-xl-max-edge-orange-child > *, .mkb-xl-max-edge-orange-first > *:first-child, .mkb-xl-max-edge-orange-last > *:last-child, .mkb-xl-max-edge-orange-odd > *:nth-child(odd), .mkb-xl-max-edge-orange-even > *:nth-child(even), .mkb-xl-max-edge-hover-orange:hover, .mkb-xl-max-edge-hover-orange-child:hover > *, .mkb-xl-max-edge-hover-orange-first:hover > *:first-child, .mkb-xl-max-edge-hover-orange-last:hover > *:last-child, .mkb-xl-max-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-orange-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-orange-child > *:hover, .mkb-xl-max-edge-child-hover-orange-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-orange-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-brown, .mkb-xl-max-edge-brown-child > *, .mkb-xl-max-edge-brown-first > *:first-child, .mkb-xl-max-edge-brown-last > *:last-child, .mkb-xl-max-edge-brown-odd > *:nth-child(odd), .mkb-xl-max-edge-brown-even > *:nth-child(even), .mkb-xl-max-edge-hover-brown:hover, .mkb-xl-max-edge-hover-brown-child:hover > *, .mkb-xl-max-edge-hover-brown-first:hover > *:first-child, .mkb-xl-max-edge-hover-brown-last:hover > *:last-child, .mkb-xl-max-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-brown-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-brown-child > *:hover, .mkb-xl-max-edge-child-hover-brown-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-brown-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-gray, .mkb-xl-max-edge-gray-child > *, .mkb-xl-max-edge-gray-first > *:first-child, .mkb-xl-max-edge-gray-last > *:last-child, .mkb-xl-max-edge-gray-odd > *:nth-child(odd), .mkb-xl-max-edge-gray-even > *:nth-child(even), .mkb-xl-max-edge-hover-gray:hover, .mkb-xl-max-edge-hover-gray-child:hover > *, .mkb-xl-max-edge-hover-gray-first:hover > *:first-child, .mkb-xl-max-edge-hover-gray-last:hover > *:last-child, .mkb-xl-max-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-gray-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-gray-child > *:hover, .mkb-xl-max-edge-child-hover-gray-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-gray-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-pink, .mkb-xl-max-edge-pink-child > *, .mkb-xl-max-edge-pink-first > *:first-child, .mkb-xl-max-edge-pink-last > *:last-child, .mkb-xl-max-edge-pink-odd > *:nth-child(odd), .mkb-xl-max-edge-pink-even > *:nth-child(even), .mkb-xl-max-edge-hover-pink:hover, .mkb-xl-max-edge-hover-pink-child:hover > *, .mkb-xl-max-edge-hover-pink-first:hover > *:first-child, .mkb-xl-max-edge-hover-pink-last:hover > *:last-child, .mkb-xl-max-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-pink-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-pink-child > *:hover, .mkb-xl-max-edge-child-hover-pink-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-pink-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-purple, .mkb-xl-max-edge-purple-child > *, .mkb-xl-max-edge-purple-first > *:first-child, .mkb-xl-max-edge-purple-last > *:last-child, .mkb-xl-max-edge-purple-odd > *:nth-child(odd), .mkb-xl-max-edge-purple-even > *:nth-child(even), .mkb-xl-max-edge-hover-purple:hover, .mkb-xl-max-edge-hover-purple-child:hover > *, .mkb-xl-max-edge-hover-purple-first:hover > *:first-child, .mkb-xl-max-edge-hover-purple-last:hover > *:last-child, .mkb-xl-max-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-purple-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-purple-child > *:hover, .mkb-xl-max-edge-child-hover-purple-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-purple-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-deep-purple, .mkb-xl-max-edge-deep-purple-child > *, .mkb-xl-max-edge-deep-purple-first > *:first-child, .mkb-xl-max-edge-deep-purple-last > *:last-child, .mkb-xl-max-edge-deep-purple-odd > *:nth-child(odd), .mkb-xl-max-edge-deep-purple-even > *:nth-child(even), .mkb-xl-max-edge-hover-deep-purple:hover, .mkb-xl-max-edge-hover-deep-purple-child:hover > *, .mkb-xl-max-edge-hover-deep-purple-first:hover > *:first-child, .mkb-xl-max-edge-hover-deep-purple-last:hover > *:last-child, .mkb-xl-max-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-deep-purple-child > *:hover, .mkb-xl-max-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-indigo, .mkb-xl-max-edge-indigo-child > *, .mkb-xl-max-edge-indigo-first > *:first-child, .mkb-xl-max-edge-indigo-last > *:last-child, .mkb-xl-max-edge-indigo-odd > *:nth-child(odd), .mkb-xl-max-edge-indigo-even > *:nth-child(even), .mkb-xl-max-edge-hover-indigo:hover, .mkb-xl-max-edge-hover-indigo-child:hover > *, .mkb-xl-max-edge-hover-indigo-first:hover > *:first-child, .mkb-xl-max-edge-hover-indigo-last:hover > *:last-child, .mkb-xl-max-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-indigo-child > *:hover, .mkb-xl-max-edge-child-hover-indigo-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-indigo-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-light-blue, .mkb-xl-max-edge-light-blue-child > *, .mkb-xl-max-edge-light-blue-first > *:first-child, .mkb-xl-max-edge-light-blue-last > *:last-child, .mkb-xl-max-edge-light-blue-odd > *:nth-child(odd), .mkb-xl-max-edge-light-blue-even > *:nth-child(even), .mkb-xl-max-edge-hover-light-blue:hover, .mkb-xl-max-edge-hover-light-blue-child:hover > *, .mkb-xl-max-edge-hover-light-blue-first:hover > *:first-child, .mkb-xl-max-edge-hover-light-blue-last:hover > *:last-child, .mkb-xl-max-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-light-blue-child > *:hover, .mkb-xl-max-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-cyan, .mkb-xl-max-edge-cyan-child > *, .mkb-xl-max-edge-cyan-first > *:first-child, .mkb-xl-max-edge-cyan-last > *:last-child, .mkb-xl-max-edge-cyan-odd > *:nth-child(odd), .mkb-xl-max-edge-cyan-even > *:nth-child(even), .mkb-xl-max-edge-hover-cyan:hover, .mkb-xl-max-edge-hover-cyan-child:hover > *, .mkb-xl-max-edge-hover-cyan-first:hover > *:first-child, .mkb-xl-max-edge-hover-cyan-last:hover > *:last-child, .mkb-xl-max-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-cyan-child > *:hover, .mkb-xl-max-edge-child-hover-cyan-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-cyan-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-teal, .mkb-xl-max-edge-teal-child > *, .mkb-xl-max-edge-teal-first > *:first-child, .mkb-xl-max-edge-teal-last > *:last-child, .mkb-xl-max-edge-teal-odd > *:nth-child(odd), .mkb-xl-max-edge-teal-even > *:nth-child(even), .mkb-xl-max-edge-hover-teal:hover, .mkb-xl-max-edge-hover-teal-child:hover > *, .mkb-xl-max-edge-hover-teal-first:hover > *:first-child, .mkb-xl-max-edge-hover-teal-last:hover > *:last-child, .mkb-xl-max-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-teal-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-teal-child > *:hover, .mkb-xl-max-edge-child-hover-teal-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-teal-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-light-green, .mkb-xl-max-edge-light-green-child > *, .mkb-xl-max-edge-light-green-first > *:first-child, .mkb-xl-max-edge-light-green-last > *:last-child, .mkb-xl-max-edge-light-green-odd > *:nth-child(odd), .mkb-xl-max-edge-light-green-even > *:nth-child(even), .mkb-xl-max-edge-hover-light-green:hover, .mkb-xl-max-edge-hover-light-green-child:hover > *, .mkb-xl-max-edge-hover-light-green-first:hover > *:first-child, .mkb-xl-max-edge-hover-light-green-last:hover > *:last-child, .mkb-xl-max-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-light-green-child > *:hover, .mkb-xl-max-edge-child-hover-light-green-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-light-green-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-lime, .mkb-xl-max-edge-lime-child > *, .mkb-xl-max-edge-lime-first > *:first-child, .mkb-xl-max-edge-lime-last > *:last-child, .mkb-xl-max-edge-lime-odd > *:nth-child(odd), .mkb-xl-max-edge-lime-even > *:nth-child(even), .mkb-xl-max-edge-hover-lime:hover, .mkb-xl-max-edge-hover-lime-child:hover > *, .mkb-xl-max-edge-hover-lime-first:hover > *:first-child, .mkb-xl-max-edge-hover-lime-last:hover > *:last-child, .mkb-xl-max-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-lime-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-lime-child > *:hover, .mkb-xl-max-edge-child-hover-lime-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-lime-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-amber, .mkb-xl-max-edge-amber-child > *, .mkb-xl-max-edge-amber-first > *:first-child, .mkb-xl-max-edge-amber-last > *:last-child, .mkb-xl-max-edge-amber-odd > *:nth-child(odd), .mkb-xl-max-edge-amber-even > *:nth-child(even), .mkb-xl-max-edge-hover-amber:hover, .mkb-xl-max-edge-hover-amber-child:hover > *, .mkb-xl-max-edge-hover-amber-first:hover > *:first-child, .mkb-xl-max-edge-hover-amber-last:hover > *:last-child, .mkb-xl-max-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-amber-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-amber-child > *:hover, .mkb-xl-max-edge-child-hover-amber-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-amber-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-deep-orange, .mkb-xl-max-edge-deep-orange-child > *, .mkb-xl-max-edge-deep-orange-first > *:first-child, .mkb-xl-max-edge-deep-orange-last > *:last-child, .mkb-xl-max-edge-deep-orange-odd > *:nth-child(odd), .mkb-xl-max-edge-deep-orange-even > *:nth-child(even), .mkb-xl-max-edge-hover-deep-orange:hover, .mkb-xl-max-edge-hover-deep-orange-child:hover > *, .mkb-xl-max-edge-hover-deep-orange-first:hover > *:first-child, .mkb-xl-max-edge-hover-deep-orange-last:hover > *:last-child, .mkb-xl-max-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-deep-orange-child > *:hover, .mkb-xl-max-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-blue-gray, .mkb-xl-max-edge-blue-gray-child > *, .mkb-xl-max-edge-blue-gray-first > *:first-child, .mkb-xl-max-edge-blue-gray-last > *:last-child, .mkb-xl-max-edge-blue-gray-odd > *:nth-child(odd), .mkb-xl-max-edge-blue-gray-even > *:nth-child(even), .mkb-xl-max-edge-hover-blue-gray:hover, .mkb-xl-max-edge-hover-blue-gray-child:hover > *, .mkb-xl-max-edge-hover-blue-gray-first:hover > *:first-child, .mkb-xl-max-edge-hover-blue-gray-last:hover > *:last-child, .mkb-xl-max-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-xl-max-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-xl-max-edge-child-hover-blue-gray-child > *:hover, .mkb-xl-max-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-xl-max-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-xl-max-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-xl-max-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-xl-max-edge-dotted, .mkb-xl-max-edge-dotted-child > *, .mkb-xl-max-edge-dotted-first > *:first-child, .mkb-xl-max-edge-dotted-last > *:last-child, .mkb-xl-max-edge-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-xl-max-edge-top-dotted, .mkb-xl-max-edge-top-dotted-child > *, .mkb-xl-max-edge-top-dotted-first > *:first-child, .mkb-xl-max-edge-top-dotted-last > *:last-child, .mkb-xl-max-edge-top-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-xl-max-edge-bottom-dotted, .mkb-xl-max-edge-bottom-dotted-child > *, .mkb-xl-max-edge-bottom-dotted-first > *:first-child, .mkb-xl-max-edge-bottom-dotted-last > *:last-child, .mkb-xl-max-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-xl-max-edge-left-dotted, .mkb-xl-max-edge-left-dotted-child > *, .mkb-xl-max-edge-left-dotted-first > *:first-child, .mkb-xl-max-edge-left-dotted-last > *:last-child, .mkb-xl-max-edge-left-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-xl-max-edge-right-dotted, .mkb-xl-max-edge-right-dotted-child > *, .mkb-xl-max-edge-right-dotted-first > *:first-child, .mkb-xl-max-edge-right-dotted-last > *:last-child, .mkb-xl-max-edge-right-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-xl-max-edge-vertical-dotted, .mkb-xl-max-edge-vertical-dotted-child > *, .mkb-xl-max-edge-vertical-dotted-first > *:first-child, .mkb-xl-max-edge-vertical-dotted-last > *:last-child, .mkb-xl-max-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-xl-max-edge-horizontal-dotted, .mkb-xl-max-edge-horizontal-dotted-child > *, .mkb-xl-max-edge-horizontal-dotted-first > *:first-child, .mkb-xl-max-edge-horizontal-dotted-last > *:last-child, .mkb-xl-max-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-xl-max-edge-dashed, .mkb-xl-max-edge-dashed-child > *, .mkb-xl-max-edge-dashed-first > *:first-child, .mkb-xl-max-edge-dashed-last > *:last-child, .mkb-xl-max-edge-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-xl-max-edge-top-dashed, .mkb-xl-max-edge-top-dashed-child > *, .mkb-xl-max-edge-top-dashed-first > *:first-child, .mkb-xl-max-edge-top-dashed-last > *:last-child, .mkb-xl-max-edge-top-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-xl-max-edge-bottom-dashed, .mkb-xl-max-edge-bottom-dashed-child > *, .mkb-xl-max-edge-bottom-dashed-first > *:first-child, .mkb-xl-max-edge-bottom-dashed-last > *:last-child, .mkb-xl-max-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-xl-max-edge-left-dashed, .mkb-xl-max-edge-left-dashed-child > *, .mkb-xl-max-edge-left-dashed-first > *:first-child, .mkb-xl-max-edge-left-dashed-last > *:last-child, .mkb-xl-max-edge-left-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-xl-max-edge-right-dashed, .mkb-xl-max-edge-right-dashed-child > *, .mkb-xl-max-edge-right-dashed-first > *:first-child, .mkb-xl-max-edge-right-dashed-last > *:last-child, .mkb-xl-max-edge-right-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-xl-max-edge-vertical-dashed, .mkb-xl-max-edge-vertical-dashed-child > *, .mkb-xl-max-edge-vertical-dashed-first > *:first-child, .mkb-xl-max-edge-vertical-dashed-last > *:last-child, .mkb-xl-max-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-xl-max-edge-horizontal-dashed, .mkb-xl-max-edge-horizontal-dashed-child > *, .mkb-xl-max-edge-horizontal-dashed-first > *:first-child, .mkb-xl-max-edge-horizontal-dashed-last > *:last-child, .mkb-xl-max-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-xl-max-edge-solid, .mkb-xl-max-edge-solid-child > *, .mkb-xl-max-edge-solid-first > *:first-child, .mkb-xl-max-edge-solid-last > *:last-child, .mkb-xl-max-edge-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-xl-max-edge-top-solid, .mkb-xl-max-edge-top-solid-child > *, .mkb-xl-max-edge-top-solid-first > *:first-child, .mkb-xl-max-edge-top-solid-last > *:last-child, .mkb-xl-max-edge-top-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-xl-max-edge-bottom-solid, .mkb-xl-max-edge-bottom-solid-child > *, .mkb-xl-max-edge-bottom-solid-first > *:first-child, .mkb-xl-max-edge-bottom-solid-last > *:last-child, .mkb-xl-max-edge-bottom-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-xl-max-edge-left-solid, .mkb-xl-max-edge-left-solid-child > *, .mkb-xl-max-edge-left-solid-first > *:first-child, .mkb-xl-max-edge-left-solid-last > *:last-child, .mkb-xl-max-edge-left-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-xl-max-edge-right-solid, .mkb-xl-max-edge-right-solid-child > *, .mkb-xl-max-edge-right-solid-first > *:first-child, .mkb-xl-max-edge-right-solid-last > *:last-child, .mkb-xl-max-edge-right-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-xl-max-edge-vertical-solid, .mkb-xl-max-edge-vertical-solid-child > *, .mkb-xl-max-edge-vertical-solid-first > *:first-child, .mkb-xl-max-edge-vertical-solid-last > *:last-child, .mkb-xl-max-edge-vertical-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-xl-max-edge-horizontal-solid, .mkb-xl-max-edge-horizontal-solid-child > *, .mkb-xl-max-edge-horizontal-solid-first > *:first-child, .mkb-xl-max-edge-horizontal-solid-last > *:last-child, .mkb-xl-max-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-xl-max-edge-double, .mkb-xl-max-edge-double-child > *, .mkb-xl-max-edge-double-first > *:first-child, .mkb-xl-max-edge-double-last > *:last-child, .mkb-xl-max-edge-double-odd > *:nth-child(odd), .mkb-xl-max-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-xl-max-edge-top-double, .mkb-xl-max-edge-top-double-child > *, .mkb-xl-max-edge-top-double-first > *:first-child, .mkb-xl-max-edge-top-double-last > *:last-child, .mkb-xl-max-edge-top-double-odd > *:nth-child(odd), .mkb-xl-max-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-xl-max-edge-bottom-double, .mkb-xl-max-edge-bottom-double-child > *, .mkb-xl-max-edge-bottom-double-first > *:first-child, .mkb-xl-max-edge-bottom-double-last > *:last-child, .mkb-xl-max-edge-bottom-double-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-xl-max-edge-left-double, .mkb-xl-max-edge-left-double-child > *, .mkb-xl-max-edge-left-double-first > *:first-child, .mkb-xl-max-edge-left-double-last > *:last-child, .mkb-xl-max-edge-left-double-odd > *:nth-child(odd), .mkb-xl-max-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-xl-max-edge-right-double, .mkb-xl-max-edge-right-double-child > *, .mkb-xl-max-edge-right-double-first > *:first-child, .mkb-xl-max-edge-right-double-last > *:last-child, .mkb-xl-max-edge-right-double-odd > *:nth-child(odd), .mkb-xl-max-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-xl-max-edge-vertical-double, .mkb-xl-max-edge-vertical-double-child > *, .mkb-xl-max-edge-vertical-double-first > *:first-child, .mkb-xl-max-edge-vertical-double-last > *:last-child, .mkb-xl-max-edge-vertical-double-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-xl-max-edge-horizontal-double, .mkb-xl-max-edge-horizontal-double-child > *, .mkb-xl-max-edge-horizontal-double-first > *:first-child, .mkb-xl-max-edge-horizontal-double-last > *:last-child, .mkb-xl-max-edge-horizontal-double-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-xl-max-edge-groove, .mkb-xl-max-edge-groove-child > *, .mkb-xl-max-edge-groove-first > *:first-child, .mkb-xl-max-edge-groove-last > *:last-child, .mkb-xl-max-edge-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-xl-max-edge-top-groove, .mkb-xl-max-edge-top-groove-child > *, .mkb-xl-max-edge-top-groove-first > *:first-child, .mkb-xl-max-edge-top-groove-last > *:last-child, .mkb-xl-max-edge-top-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-xl-max-edge-bottom-groove, .mkb-xl-max-edge-bottom-groove-child > *, .mkb-xl-max-edge-bottom-groove-first > *:first-child, .mkb-xl-max-edge-bottom-groove-last > *:last-child, .mkb-xl-max-edge-bottom-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-xl-max-edge-left-groove, .mkb-xl-max-edge-left-groove-child > *, .mkb-xl-max-edge-left-groove-first > *:first-child, .mkb-xl-max-edge-left-groove-last > *:last-child, .mkb-xl-max-edge-left-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-xl-max-edge-right-groove, .mkb-xl-max-edge-right-groove-child > *, .mkb-xl-max-edge-right-groove-first > *:first-child, .mkb-xl-max-edge-right-groove-last > *:last-child, .mkb-xl-max-edge-right-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-xl-max-edge-vertical-groove, .mkb-xl-max-edge-vertical-groove-child > *, .mkb-xl-max-edge-vertical-groove-first > *:first-child, .mkb-xl-max-edge-vertical-groove-last > *:last-child, .mkb-xl-max-edge-vertical-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-xl-max-edge-horizontal-groove, .mkb-xl-max-edge-horizontal-groove-child > *, .mkb-xl-max-edge-horizontal-groove-first > *:first-child, .mkb-xl-max-edge-horizontal-groove-last > *:last-child, .mkb-xl-max-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-xl-max-edge-ridge, .mkb-xl-max-edge-ridge-child > *, .mkb-xl-max-edge-ridge-first > *:first-child, .mkb-xl-max-edge-ridge-last > *:last-child, .mkb-xl-max-edge-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-xl-max-edge-top-ridge, .mkb-xl-max-edge-top-ridge-child > *, .mkb-xl-max-edge-top-ridge-first > *:first-child, .mkb-xl-max-edge-top-ridge-last > *:last-child, .mkb-xl-max-edge-top-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-xl-max-edge-bottom-ridge, .mkb-xl-max-edge-bottom-ridge-child > *, .mkb-xl-max-edge-bottom-ridge-first > *:first-child, .mkb-xl-max-edge-bottom-ridge-last > *:last-child, .mkb-xl-max-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-xl-max-edge-left-ridge, .mkb-xl-max-edge-left-ridge-child > *, .mkb-xl-max-edge-left-ridge-first > *:first-child, .mkb-xl-max-edge-left-ridge-last > *:last-child, .mkb-xl-max-edge-left-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-xl-max-edge-right-ridge, .mkb-xl-max-edge-right-ridge-child > *, .mkb-xl-max-edge-right-ridge-first > *:first-child, .mkb-xl-max-edge-right-ridge-last > *:last-child, .mkb-xl-max-edge-right-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-xl-max-edge-vertical-ridge, .mkb-xl-max-edge-vertical-ridge-child > *, .mkb-xl-max-edge-vertical-ridge-first > *:first-child, .mkb-xl-max-edge-vertical-ridge-last > *:last-child, .mkb-xl-max-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-xl-max-edge-horizontal-ridge, .mkb-xl-max-edge-horizontal-ridge-child > *, .mkb-xl-max-edge-horizontal-ridge-first > *:first-child, .mkb-xl-max-edge-horizontal-ridge-last > *:last-child, .mkb-xl-max-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-xl-max-edge-inset, .mkb-xl-max-edge-inset-child > *, .mkb-xl-max-edge-inset-first > *:first-child, .mkb-xl-max-edge-inset-last > *:last-child, .mkb-xl-max-edge-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-xl-max-edge-top-inset, .mkb-xl-max-edge-top-inset-child > *, .mkb-xl-max-edge-top-inset-first > *:first-child, .mkb-xl-max-edge-top-inset-last > *:last-child, .mkb-xl-max-edge-top-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-xl-max-edge-bottom-inset, .mkb-xl-max-edge-bottom-inset-child > *, .mkb-xl-max-edge-bottom-inset-first > *:first-child, .mkb-xl-max-edge-bottom-inset-last > *:last-child, .mkb-xl-max-edge-bottom-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-xl-max-edge-left-inset, .mkb-xl-max-edge-left-inset-child > *, .mkb-xl-max-edge-left-inset-first > *:first-child, .mkb-xl-max-edge-left-inset-last > *:last-child, .mkb-xl-max-edge-left-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-xl-max-edge-right-inset, .mkb-xl-max-edge-right-inset-child > *, .mkb-xl-max-edge-right-inset-first > *:first-child, .mkb-xl-max-edge-right-inset-last > *:last-child, .mkb-xl-max-edge-right-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-xl-max-edge-vertical-inset, .mkb-xl-max-edge-vertical-inset-child > *, .mkb-xl-max-edge-vertical-inset-first > *:first-child, .mkb-xl-max-edge-vertical-inset-last > *:last-child, .mkb-xl-max-edge-vertical-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-xl-max-edge-horizontal-inset, .mkb-xl-max-edge-horizontal-inset-child > *, .mkb-xl-max-edge-horizontal-inset-first > *:first-child, .mkb-xl-max-edge-horizontal-inset-last > *:last-child, .mkb-xl-max-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-xl-max-edge-outset, .mkb-xl-max-edge-outset-child > *, .mkb-xl-max-edge-outset-first > *:first-child, .mkb-xl-max-edge-outset-last > *:last-child, .mkb-xl-max-edge-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-xl-max-edge-top-outset, .mkb-xl-max-edge-top-outset-child > *, .mkb-xl-max-edge-top-outset-first > *:first-child, .mkb-xl-max-edge-top-outset-last > *:last-child, .mkb-xl-max-edge-top-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-xl-max-edge-bottom-outset, .mkb-xl-max-edge-bottom-outset-child > *, .mkb-xl-max-edge-bottom-outset-first > *:first-child, .mkb-xl-max-edge-bottom-outset-last > *:last-child, .mkb-xl-max-edge-bottom-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-xl-max-edge-left-outset, .mkb-xl-max-edge-left-outset-child > *, .mkb-xl-max-edge-left-outset-first > *:first-child, .mkb-xl-max-edge-left-outset-last > *:last-child, .mkb-xl-max-edge-left-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-xl-max-edge-right-outset, .mkb-xl-max-edge-right-outset-child > *, .mkb-xl-max-edge-right-outset-first > *:first-child, .mkb-xl-max-edge-right-outset-last > *:last-child, .mkb-xl-max-edge-right-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-xl-max-edge-vertical-outset, .mkb-xl-max-edge-vertical-outset-child > *, .mkb-xl-max-edge-vertical-outset-first > *:first-child, .mkb-xl-max-edge-vertical-outset-last > *:last-child, .mkb-xl-max-edge-vertical-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-xl-max-edge-horizontal-outset, .mkb-xl-max-edge-horizontal-outset-child > *, .mkb-xl-max-edge-horizontal-outset-first > *:first-child, .mkb-xl-max-edge-horizontal-outset-last > *:last-child, .mkb-xl-max-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-xl-max-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-xl-max-radius-none, .mkb-xl-max-radius-none-child > *, .mkb-xl-max-radius-none-first > *:first-child, .mkb-xl-max-radius-none-last > *:last-child, .mkb-xl-max-radius-none-odd > *:nth-child(odd), .mkb-xl-max-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-xl-max-radius-s, .mkb-xl-max-radius-s-child > *, .mkb-xl-max-radius-s-first > *:first-child, .mkb-xl-max-radius-s-last > *:last-child, .mkb-xl-max-radius-s-odd > *:nth-child(odd), .mkb-xl-max-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m, .mkb-xl-max-radius-m-child > *, .mkb-xl-max-radius-m-first > *:first-child, .mkb-xl-max-radius-m-last > *:last-child, .mkb-xl-max-radius-m-odd > *:nth-child(odd), .mkb-xl-max-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l, .mkb-xl-max-radius-l-child > *, .mkb-xl-max-radius-l-first > *:first-child, .mkb-xl-max-radius-l-last > *:last-child, .mkb-xl-max-radius-l-odd > *:nth-child(odd), .mkb-xl-max-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl, .mkb-xl-max-radius-xl-child > *, .mkb-xl-max-radius-xl-first > *:first-child, .mkb-xl-max-radius-xl-last > *:last-child, .mkb-xl-max-radius-xl-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-top-none, .mkb-xl-max-radius-top-none-child > *, .mkb-xl-max-radius-top-none-first > *:first-child, .mkb-xl-max-radius-top-none-last > *:last-child, .mkb-xl-max-radius-top-none-odd > *:nth-child(odd), .mkb-xl-max-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-top, .mkb-xl-max-radius-s-top-child > *, .mkb-xl-max-radius-s-top-first > *:first-child, .mkb-xl-max-radius-s-top-last > *:last-child, .mkb-xl-max-radius-s-top-odd > *:nth-child(odd), .mkb-xl-max-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-top, .mkb-xl-max-radius-m-top-child > *, .mkb-xl-max-radius-m-top-first > *:first-child, .mkb-xl-max-radius-m-top-last > *:last-child, .mkb-xl-max-radius-m-top-odd > *:nth-child(odd), .mkb-xl-max-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-top, .mkb-xl-max-radius-l-top-child > *, .mkb-xl-max-radius-l-top-first > *:first-child, .mkb-xl-max-radius-l-top-last > *:last-child, .mkb-xl-max-radius-l-top-odd > *:nth-child(odd), .mkb-xl-max-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-top, .mkb-xl-max-radius-xl-top-child > *, .mkb-xl-max-radius-xl-top-first > *:first-child, .mkb-xl-max-radius-xl-top-last > *:last-child, .mkb-xl-max-radius-xl-top-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-top-left-none, .mkb-xl-max-radius-top-left-none-child > *, .mkb-xl-max-radius-top-left-none-first > *:first-child, .mkb-xl-max-radius-top-left-none-last > *:last-child, .mkb-xl-max-radius-top-left-none-odd > *:nth-child(odd), .mkb-xl-max-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-top-left, .mkb-xl-max-radius-s-top-left-child > *, .mkb-xl-max-radius-s-top-left-first > *:first-child, .mkb-xl-max-radius-s-top-left-last > *:last-child, .mkb-xl-max-radius-s-top-left-odd > *:nth-child(odd), .mkb-xl-max-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-top-left, .mkb-xl-max-radius-m-top-left-child > *, .mkb-xl-max-radius-m-top-left-first > *:first-child, .mkb-xl-max-radius-m-top-left-last > *:last-child, .mkb-xl-max-radius-m-top-left-odd > *:nth-child(odd), .mkb-xl-max-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-top-left, .mkb-xl-max-radius-l-top-left-child > *, .mkb-xl-max-radius-l-top-left-first > *:first-child, .mkb-xl-max-radius-l-top-left-last > *:last-child, .mkb-xl-max-radius-l-top-left-odd > *:nth-child(odd), .mkb-xl-max-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-top-left, .mkb-xl-max-radius-xl-top-left-child > *, .mkb-xl-max-radius-xl-top-left-first > *:first-child, .mkb-xl-max-radius-xl-top-left-last > *:last-child, .mkb-xl-max-radius-xl-top-left-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-top-right-none, .mkb-xl-max-radius-top-right-none-child > *, .mkb-xl-max-radius-top-right-none-first > *:first-child, .mkb-xl-max-radius-top-right-none-last > *:last-child, .mkb-xl-max-radius-top-right-none-odd > *:nth-child(odd), .mkb-xl-max-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-top-right, .mkb-xl-max-radius-s-top-right-child > *, .mkb-xl-max-radius-s-top-right-first > *:first-child, .mkb-xl-max-radius-s-top-right-last > *:last-child, .mkb-xl-max-radius-s-top-right-odd > *:nth-child(odd), .mkb-xl-max-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-top-right, .mkb-xl-max-radius-m-top-right-child > *, .mkb-xl-max-radius-m-top-right-first > *:first-child, .mkb-xl-max-radius-m-top-right-last > *:last-child, .mkb-xl-max-radius-m-top-right-odd > *:nth-child(odd), .mkb-xl-max-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-top-right, .mkb-xl-max-radius-l-top-right-child > *, .mkb-xl-max-radius-l-top-right-first > *:first-child, .mkb-xl-max-radius-l-top-right-last > *:last-child, .mkb-xl-max-radius-l-top-right-odd > *:nth-child(odd), .mkb-xl-max-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-top-right, .mkb-xl-max-radius-xl-top-right-child > *, .mkb-xl-max-radius-xl-top-right-first > *:first-child, .mkb-xl-max-radius-xl-top-right-last > *:last-child, .mkb-xl-max-radius-xl-top-right-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-bottom-none, .mkb-xl-max-radius-bottom-none-child > *, .mkb-xl-max-radius-bottom-none-first > *:first-child, .mkb-xl-max-radius-bottom-none-last > *:last-child, .mkb-xl-max-radius-bottom-none-odd > *:nth-child(odd), .mkb-xl-max-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-bottom, .mkb-xl-max-radius-s-bottom-child > *, .mkb-xl-max-radius-s-bottom-first > *:first-child, .mkb-xl-max-radius-s-bottom-last > *:last-child, .mkb-xl-max-radius-s-bottom-odd > *:nth-child(odd), .mkb-xl-max-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-bottom, .mkb-xl-max-radius-m-bottom-child > *, .mkb-xl-max-radius-m-bottom-first > *:first-child, .mkb-xl-max-radius-m-bottom-last > *:last-child, .mkb-xl-max-radius-m-bottom-odd > *:nth-child(odd), .mkb-xl-max-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-bottom, .mkb-xl-max-radius-l-bottom-child > *, .mkb-xl-max-radius-l-bottom-first > *:first-child, .mkb-xl-max-radius-l-bottom-last > *:last-child, .mkb-xl-max-radius-l-bottom-odd > *:nth-child(odd), .mkb-xl-max-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-bottom, .mkb-xl-max-radius-xl-bottom-child > *, .mkb-xl-max-radius-xl-bottom-first > *:first-child, .mkb-xl-max-radius-xl-bottom-last > *:last-child, .mkb-xl-max-radius-xl-bottom-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-bottom-left-none, .mkb-xl-max-radius-bottom-left-none-child > *, .mkb-xl-max-radius-bottom-left-none-first > *:first-child, .mkb-xl-max-radius-bottom-left-none-last > *:last-child, .mkb-xl-max-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-xl-max-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-bottom-left, .mkb-xl-max-radius-s-bottom-left-child > *, .mkb-xl-max-radius-s-bottom-left-first > *:first-child, .mkb-xl-max-radius-s-bottom-left-last > *:last-child, .mkb-xl-max-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-xl-max-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-bottom-left, .mkb-xl-max-radius-m-bottom-left-child > *, .mkb-xl-max-radius-m-bottom-left-first > *:first-child, .mkb-xl-max-radius-m-bottom-left-last > *:last-child, .mkb-xl-max-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-xl-max-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-bottom-left, .mkb-xl-max-radius-l-bottom-left-child > *, .mkb-xl-max-radius-l-bottom-left-first > *:first-child, .mkb-xl-max-radius-l-bottom-left-last > *:last-child, .mkb-xl-max-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-xl-max-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-bottom-left, .mkb-xl-max-radius-xl-bottom-left-child > *, .mkb-xl-max-radius-xl-bottom-left-first > *:first-child, .mkb-xl-max-radius-xl-bottom-left-last > *:last-child, .mkb-xl-max-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-xl-max-radius-bottom-right-none, .mkb-xl-max-radius-bottom-right-none-child > *, .mkb-xl-max-radius-bottom-right-none-first > *:first-child, .mkb-xl-max-radius-bottom-right-none-last > *:last-child, .mkb-xl-max-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-xl-max-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-xl-max-radius-s-bottom-right, .mkb-xl-max-radius-s-bottom-right-child > *, .mkb-xl-max-radius-s-bottom-right-first > *:first-child, .mkb-xl-max-radius-s-bottom-right-last > *:last-child, .mkb-xl-max-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-xl-max-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-xl-max-radius-m-bottom-right, .mkb-xl-max-radius-m-bottom-right-child > *, .mkb-xl-max-radius-m-bottom-right-first > *:first-child, .mkb-xl-max-radius-m-bottom-right-last > *:last-child, .mkb-xl-max-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-xl-max-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-xl-max-radius-l-bottom-right, .mkb-xl-max-radius-l-bottom-right-child > *, .mkb-xl-max-radius-l-bottom-right-first > *:first-child, .mkb-xl-max-radius-l-bottom-right-last > *:last-child, .mkb-xl-max-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-xl-max-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-xl-max-radius-xl-bottom-right, .mkb-xl-max-radius-xl-bottom-right-child > *, .mkb-xl-max-radius-xl-bottom-right-first > *:first-child, .mkb-xl-max-radius-xl-bottom-right-last > *:last-child, .mkb-xl-max-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-xl-max-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-xl-max-offset-auto, .mkb-xl-max-offset-auto-child > *, .mkb-xl-max-offset-auto-first > *:first-child, .mkb-xl-max-offset-auto-last > *:last-child, .mkb-xl-max-offset-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-xl-max-offset-none, .mkb-xl-max-offset-none-child > *, .mkb-xl-max-offset-none-first > *:first-child, .mkb-xl-max-offset-none-last > *:last-child, .mkb-xl-max-offset-none-odd > *:nth-child(odd), .mkb-xl-max-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-xl-max-offset-inherit, .mkb-xl-max-offset-inherit-child > *, .mkb-xl-max-offset-inherit-first > *:first-child, .mkb-xl-max-offset-inherit-last > *:last-child, .mkb-xl-max-offset-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-xl-max-offset-top-auto, .mkb-xl-max-offset-top-auto-child > *, .mkb-xl-max-offset-top-auto-first > *:first-child, .mkb-xl-max-offset-top-auto-last > *:last-child, .mkb-xl-max-offset-top-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-xl-max-offset-top-none, .mkb-xl-max-offset-top-none-child > *, .mkb-xl-max-offset-top-none-first > *:first-child, .mkb-xl-max-offset-top-none-last > *:last-child, .mkb-xl-max-offset-top-none-odd > *:nth-child(odd), .mkb-xl-max-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-xl-max-offset-top-inherit, .mkb-xl-max-offset-top-inherit-child > *, .mkb-xl-max-offset-top-inherit-first > *:first-child, .mkb-xl-max-offset-top-inherit-last > *:last-child, .mkb-xl-max-offset-top-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-xl-max-offset-bottom-auto, .mkb-xl-max-offset-bottom-auto-child > *, .mkb-xl-max-offset-bottom-auto-first > *:first-child, .mkb-xl-max-offset-bottom-auto-last > *:last-child, .mkb-xl-max-offset-bottom-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-xl-max-offset-bottom-none, .mkb-xl-max-offset-bottom-none-child > *, .mkb-xl-max-offset-bottom-none-first > *:first-child, .mkb-xl-max-offset-bottom-none-last > *:last-child, .mkb-xl-max-offset-bottom-none-odd > *:nth-child(odd), .mkb-xl-max-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-xl-max-offset-bottom-inherit, .mkb-xl-max-offset-bottom-inherit-child > *, .mkb-xl-max-offset-bottom-inherit-first > *:first-child, .mkb-xl-max-offset-bottom-inherit-last > *:last-child, .mkb-xl-max-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-xl-max-offset-left-auto, .mkb-xl-max-offset-left-auto-child > *, .mkb-xl-max-offset-left-auto-first > *:first-child, .mkb-xl-max-offset-left-auto-last > *:last-child, .mkb-xl-max-offset-left-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-xl-max-offset-left-none, .mkb-xl-max-offset-left-none-child > *, .mkb-xl-max-offset-left-none-first > *:first-child, .mkb-xl-max-offset-left-none-last > *:last-child, .mkb-xl-max-offset-left-none-odd > *:nth-child(odd), .mkb-xl-max-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-xl-max-offset-left-inherit, .mkb-xl-max-offset-left-inherit-child > *, .mkb-xl-max-offset-left-inherit-first > *:first-child, .mkb-xl-max-offset-left-inherit-last > *:last-child, .mkb-xl-max-offset-left-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-xl-max-offset-right-auto, .mkb-xl-max-offset-right-auto-child > *, .mkb-xl-max-offset-right-auto-first > *:first-child, .mkb-xl-max-offset-right-auto-last > *:last-child, .mkb-xl-max-offset-right-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-xl-max-offset-right-none, .mkb-xl-max-offset-right-none-child > *, .mkb-xl-max-offset-right-none-first > *:first-child, .mkb-xl-max-offset-right-none-last > *:last-child, .mkb-xl-max-offset-right-none-odd > *:nth-child(odd), .mkb-xl-max-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-xl-max-offset-right-inherit, .mkb-xl-max-offset-right-inherit-child > *, .mkb-xl-max-offset-right-inherit-first > *:first-child, .mkb-xl-max-offset-right-inherit-last > *:last-child, .mkb-xl-max-offset-right-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-xl-max-offset-vertical-auto, .mkb-xl-max-offset-vertical-auto-child > *, .mkb-xl-max-offset-vertical-auto-first > *:first-child, .mkb-xl-max-offset-vertical-auto-last > *:last-child, .mkb-xl-max-offset-vertical-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-xl-max-offset-horizontal-auto, .mkb-xl-max-offset-horizontal-auto-child > *, .mkb-xl-max-offset-horizontal-auto-first > *:first-child, .mkb-xl-max-offset-horizontal-auto-last > *:last-child, .mkb-xl-max-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-xl-max-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-xl-max-offset-vertical-none, .mkb-xl-max-offset-vertical-none-child > *, .mkb-xl-max-offset-vertical-none-first > *:first-child, .mkb-xl-max-offset-vertical-none-last > *:last-child, .mkb-xl-max-offset-vertical-none-odd > *:nth-child(odd), .mkb-xl-max-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-xl-max-offset-horizontal-none, .mkb-xl-max-offset-horizontal-none-child > *, .mkb-xl-max-offset-horizontal-none-first > *:first-child, .mkb-xl-max-offset-horizontal-none-last > *:last-child, .mkb-xl-max-offset-horizontal-none-odd > *:nth-child(odd), .mkb-xl-max-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-xl-max-offset-vertical-inherit, .mkb-xl-max-offset-vertical-inherit-child > *, .mkb-xl-max-offset-vertical-inherit-first > *:first-child, .mkb-xl-max-offset-vertical-inherit-last > *:last-child, .mkb-xl-max-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-xl-max-offset-horizontal-inherit, .mkb-xl-max-offset-horizontal-inherit-child > *, .mkb-xl-max-offset-horizontal-inherit-first > *:first-child, .mkb-xl-max-offset-horizontal-inherit-last > *:last-child, .mkb-xl-max-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-max-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}

@media (min-width: 1537px) {
  /* #### CONTAINER CLASSES #### */
  .mkb-xl-min-container-s, .mkb-xl-min-container-s-child > *, .mkb-xl-min-container-s-first > *:first-child, .mkb-xl-min-container-s-last > *:last-child, .mkb-xl-min-container-s-odd > *:nth-child(odd), .mkb-xl-min-container-s-even > *:nth-child(even) {
    max-width: 769px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-min-container-m, .mkb-xl-min-container-m-child > *, .mkb-xl-min-container-m-first > *:first-child, .mkb-xl-min-container-m-last > *:last-child, .mkb-xl-min-container-m-odd > *:nth-child(odd), .mkb-xl-min-container-m-even > *:nth-child(even) {
    max-width: 1025px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-min-container-l, .mkb-xl-min-container-l-child > *, .mkb-xl-min-container-l-first > *:first-child, .mkb-xl-min-container-l-last > *:last-child, .mkb-xl-min-container-l-odd > *:nth-child(odd), .mkb-xl-min-container-l-even > *:nth-child(even) {
    max-width: 1281px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-min-container-xl, .mkb-xl-min-container-xl-child > *, .mkb-xl-min-container-xl-first > *:first-child, .mkb-xl-min-container-xl-last > *:last-child, .mkb-xl-min-container-xl-odd > *:nth-child(odd), .mkb-xl-min-container-xl-even > *:nth-child(even) {
    max-width: 1537px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* #### WRAPPER CLASSES #### */
  .mkb-xl-min-wrapper-pad, .mkb-xl-min-wrapper-pad-child > *, .mkb-xl-min-wrapper-pad-first > *:first-child, .mkb-xl-min-wrapper-pad-last > *:last-child, .mkb-xl-min-wrapper-pad-odd > *:nth-child(odd), .mkb-xl-min-wrapper-pad-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-right: 3.125% !important;
    padding-bottom: 3.125% !important;
    padding-left: 3.125% !important;
  }
  .mkb-xl-min-wrapper-pad-vertical, .mkb-xl-min-wrapper-pad-vertical-child > *, .mkb-xl-min-wrapper-pad-vertical-first > *:first-child, .mkb-xl-min-wrapper-pad-vertical-last > *:last-child, .mkb-xl-min-wrapper-pad-vertical-odd > *:nth-child(odd), .mkb-xl-min-wrapper-pad-vertical-even > *:nth-child(even) {
    padding-top: 3.125% !important;
    padding-bottom: 3.125% !important;
  }
  .mkb-xl-min-wrapper-pad-horizontal, .mkb-xl-min-wrapper-pad-horizontal-child > *, .mkb-xl-min-wrapper-pad-horizontal-first > *:first-child, .mkb-xl-min-wrapper-pad-horizontal-last > *:last-child, .mkb-xl-min-wrapper-pad-horizontal-odd > *:nth-child(odd), .mkb-xl-min-wrapper-pad-horizontal-even > *:nth-child(even) {
    padding-left: 3.125% !important;
    padding-right: 3.125% !important;
  }
  .mkb-xl-min-wrapper-gap, .mkb-xl-min-wrapper-gap-child > *, .mkb-xl-min-wrapper-gap-first > *:first-child, .mkb-xl-min-wrapper-gap-last > *:last-child, .mkb-xl-min-wrapper-gap-odd > *:nth-child(odd), .mkb-xl-min-wrapper-gap-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-right: 3.125% !important;
    margin-bottom: 3.125% !important;
    margin-left: 3.125% !important;
  }
  .mkb-xl-min-wrapper-gap-vertical, .mkb-xl-min-wrapper-gap-vertical-child > *, .mkb-xl-min-wrapper-gap-vertical-first > *:first-child, .mkb-xl-min-wrapper-gap-vertical-last > *:last-child, .mkb-xl-min-wrapper-gap-vertical-odd > *:nth-child(odd), .mkb-xl-min-wrapper-gap-vertical-even > *:nth-child(even) {
    margin-top: 3.125% !important;
    margin-bottom: 3.125% !important;
  }
  .mkb-xl-min-wrapper-gap-horizontal, .mkb-xl-min-wrapper-gap-horizontal-child > *, .mkb-xl-min-wrapper-gap-horizontal-first > *:first-child, .mkb-xl-min-wrapper-gap-horizontal-last > *:last-child, .mkb-xl-min-wrapper-gap-horizontal-odd > *:nth-child(odd), .mkb-xl-min-wrapper-gap-horizontal-even > *:nth-child(even) {
    margin-left: 3.125% !important;
    margin-right: 3.125% !important;
  }
  /* #### DISPLAY CLASSES #### */
  .mkb-xl-min-inline, .mkb-xl-min-inline-child > *, .mkb-xl-min-inline-first > *:first-child, .mkb-xl-min-inline-last > *:last-child, .mkb-xl-min-inline-odd > *:nth-child(odd), .mkb-xl-min-inline-even > *:nth-child(even) {
    display: inline !important;
  }
  .mkb-xl-min-inline-block, .mkb-xl-min-inline-block-child > *, .mkb-xl-min-inline-block-first > *:first-child, .mkb-xl-min-inline-block-last > *:last-child, .mkb-xl-min-inline-block-odd > *:nth-child(odd), .mkb-xl-min-inline-block-even > *:nth-child(even) {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .mkb-xl-min-inline-table, .mkb-xl-min-inline-table-child > *, .mkb-xl-min-inline-table-first > *:first-child, .mkb-xl-min-inline-table-last > *:last-child, .mkb-xl-min-inline-table-odd > *:nth-child(odd), .mkb-xl-min-inline-table-even > *:nth-child(even) {
    display: inline-table !important;
    height: 0 !important;
  }
  .mkb-xl-min-inline-flex, .mkb-xl-min-inline-flex-child > *, .mkb-xl-min-inline-flex-first > *:first-child, .mkb-xl-min-inline-flex-last > *:last-child, .mkb-xl-min-inline-flex-odd > *:nth-child(odd), .mkb-xl-min-inline-flex-even > *:nth-child(even) {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .mkb-xl-min-inline-flex > *, .mkb-xl-min-inline-flex-child > * > *, .mkb-xl-min-inline-flex-first > *:first-child > *, .mkb-xl-min-inline-flex-last > *:last-child > *, .mkb-xl-min-inline-flex-odd > *:nth-child(odd) > *, .mkb-xl-min-inline-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-xl-min-block, .mkb-xl-min-block-child > *, .mkb-xl-min-block-first > *:first-child, .mkb-xl-min-block-last > *:last-child, .mkb-xl-min-block-odd > *:nth-child(odd), .mkb-xl-min-block-even > *:nth-child(even) {
    display: block !important;
  }
  .mkb-xl-min-table, .mkb-xl-min-table-child > *, .mkb-xl-min-table-first > *:first-child, .mkb-xl-min-table-last > *:last-child, .mkb-xl-min-table-odd > *:nth-child(odd), .mkb-xl-min-table-even > *:nth-child(even) {
    display: table !important;
    height: 0 !important;
    width: 100% !important;
  }
  .mkb-xl-min-table-row, .mkb-xl-min-table-row-child > *, .mkb-xl-min-table-row-first > *:first-child, .mkb-xl-min-table-row-last > *:last-child, .mkb-xl-min-table-row-odd > *:nth-child(odd), .mkb-xl-min-table-row-even > *:nth-child(even) {
    display: table-row !important;
  }
  .mkb-xl-min-table-cell, .mkb-xl-min-table-cell-child > *, .mkb-xl-min-table-cell-first > *:first-child, .mkb-xl-min-table-cell-last > *:last-child, .mkb-xl-min-table-cell-odd > *:nth-child(odd), .mkb-xl-min-table-cell-even > *:nth-child(even) {
    display: table-cell !important;
    height: 0 !important;
    vertical-align: top !important;
  }
  .mkb-xl-min-flex, .mkb-xl-min-flex-child > *, .mkb-xl-min-flex-first > *:first-child, .mkb-xl-min-flex-last > *:last-child, .mkb-xl-min-flex-odd > *:nth-child(odd), .mkb-xl-min-flex-even > *:nth-child(even) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mkb-xl-min-flex > *, .mkb-xl-min-flex-child > * > *, .mkb-xl-min-flex-first > *:first-child > *, .mkb-xl-min-flex-last > *:last-child > *, .mkb-xl-min-flex-odd > *:nth-child(odd) > *, .mkb-xl-min-flex-even > *:nth-child(even) > * {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }
  .mkb-xl-min-none, .mkb-xl-min-none-child > *, .mkb-xl-min-none-first > *:first-child, .mkb-xl-min-none-last > *:last-child, .mkb-xl-min-none-odd > *:nth-child(odd), .mkb-xl-min-none-even > *:nth-child(even) {
    display: none !important;
  }
  .mkb-xl-min-display-inherit, .mkb-xl-min-display-inherit-child > *, .mkb-xl-min-display-inherit-first > *:first-child, .mkb-xl-min-display-inherit-last > *:last-child, .mkb-xl-min-display-inherit-odd > *:nth-child(odd), .mkb-xl-min-display-inherit-even > *:nth-child(even) {
    display: display-inherit !important;
  }
  /* #### FLEX CLASSES #### */
  .mkb-xl-min-flex-row, .mkb-xl-min-flex-row-child > *, .mkb-xl-min-flex-row-first > *:first-child, .mkb-xl-min-flex-row-last > *:last-child, .mkb-xl-min-flex-row-odd > *:nth-child(odd), .mkb-xl-min-flex-row-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .mkb-xl-min-flex-row-reverse, .mkb-xl-min-flex-row-reverse-child > *, .mkb-xl-min-flex-row-reverse-first > *:first-child, .mkb-xl-min-flex-row-reverse-last > *:last-child, .mkb-xl-min-flex-row-reverse-odd > *:nth-child(odd), .mkb-xl-min-flex-row-reverse-even > *:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .mkb-xl-min-flex-column, .mkb-xl-min-flex-column-child > *, .mkb-xl-min-flex-column-first > *:first-child, .mkb-xl-min-flex-column-last > *:last-child, .mkb-xl-min-flex-column-odd > *:nth-child(odd), .mkb-xl-min-flex-column-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .mkb-xl-min-flex-column-reverse, .mkb-xl-min-flex-column-reverse-child > *, .mkb-xl-min-flex-column-reverse-first > *:first-child, .mkb-xl-min-flex-column-reverse-last > *:last-child, .mkb-xl-min-flex-column-reverse-odd > *:nth-child(odd), .mkb-xl-min-flex-column-reverse-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .mkb-xl-min-flex-direction-inherit, .mkb-xl-min-flex-direction-inherit-child > *, .mkb-xl-min-flex-direction-inherit-first > *:first-child, .mkb-xl-min-flex-direction-inherit-last > *:last-child, .mkb-xl-min-flex-direction-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-direction-inherit-even > *:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: inherit !important;
        -ms-flex-direction: inherit !important;
            flex-direction: inherit !important;
  }
  .mkb-xl-min-flex-wrap-none, .mkb-xl-min-flex-wrap-none-child > *, .mkb-xl-min-flex-wrap-none-first > *:first-child, .mkb-xl-min-flex-wrap-none-last > *:last-child, .mkb-xl-min-flex-wrap-none-odd > *:nth-child(odd), .mkb-xl-min-flex-wrap-none-even > *:nth-child(even) {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .mkb-xl-min-flex-wrap, .mkb-xl-min-flex-wrap-child > *, .mkb-xl-min-flex-wrap-first > *:first-child, .mkb-xl-min-flex-wrap-last > *:last-child, .mkb-xl-min-flex-wrap-odd > *:nth-child(odd), .mkb-xl-min-flex-wrap-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .mkb-xl-min-flex-wrap-reverse, .mkb-xl-min-flex-wrap-reverse-child > *, .mkb-xl-min-flex-wrap-reverse-first > *:first-child, .mkb-xl-min-flex-wrap-reverse-last > *:last-child, .mkb-xl-min-flex-wrap-reverse-odd > *:nth-child(odd), .mkb-xl-min-flex-wrap-reverse-even > *:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .mkb-xl-min-flex-wrap-inherit, .mkb-xl-min-flex-wrap-inherit-child > *, .mkb-xl-min-flex-wrap-inherit-first > *:first-child, .mkb-xl-min-flex-wrap-inherit-last > *:last-child, .mkb-xl-min-flex-wrap-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-wrap-inherit-even > *:nth-child(even) {
    -webkit-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
            flex-wrap: inherit !important;
  }
  .mkb-xl-min-flex-left, .mkb-xl-min-flex-left-child > *, .mkb-xl-min-flex-left-first > *:first-child, .mkb-xl-min-flex-left-last > *:last-child, .mkb-xl-min-flex-left-odd > *:nth-child(odd), .mkb-xl-min-flex-left-even > *:nth-child(even) {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .mkb-xl-min-flex-right, .mkb-xl-min-flex-right-child > *, .mkb-xl-min-flex-right-first > *:first-child, .mkb-xl-min-flex-right-last > *:last-child, .mkb-xl-min-flex-right-odd > *:nth-child(odd), .mkb-xl-min-flex-right-even > *:nth-child(even) {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .mkb-xl-min-flex-center, .mkb-xl-min-flex-center-child > *, .mkb-xl-min-flex-center-first > *:first-child, .mkb-xl-min-flex-center-last > *:last-child, .mkb-xl-min-flex-center-odd > *:nth-child(odd), .mkb-xl-min-flex-center-even > *:nth-child(even) {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mkb-xl-min-flex-between, .mkb-xl-min-flex-between-child > *, .mkb-xl-min-flex-between-first > *:first-child, .mkb-xl-min-flex-between-last > *:last-child, .mkb-xl-min-flex-between-odd > *:nth-child(odd), .mkb-xl-min-flex-between-even > *:nth-child(even) {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .mkb-xl-min-flex-around, .mkb-xl-min-flex-around-child > *, .mkb-xl-min-flex-around-first > *:first-child, .mkb-xl-min-flex-around-last > *:last-child, .mkb-xl-min-flex-around-odd > *:nth-child(odd), .mkb-xl-min-flex-around-even > *:nth-child(even) {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .mkb-xl-min-flex-justify-inherit, .mkb-xl-min-flex-justify-inherit-child > *, .mkb-xl-min-flex-justify-inherit-first > *:first-child, .mkb-xl-min-flex-justify-inherit-last > *:last-child, .mkb-xl-min-flex-justify-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-justify-inherit-even > *:nth-child(even) {
    -webkit-box-pack: inherit !important;
    -webkit-justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
  .mkb-xl-min-flex-align-auto, .mkb-xl-min-flex-align-auto-child > *, .mkb-xl-min-flex-align-auto-first > *:first-child, .mkb-xl-min-flex-align-auto-last > *:last-child, .mkb-xl-min-flex-align-auto-odd > *:nth-child(odd), .mkb-xl-min-flex-align-auto-even > *:nth-child(even) {
    -webkit-box-align: auto !important;
    -webkit-align-items: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
  }
  .mkb-xl-min-flex-stretch, .mkb-xl-min-flex-stretch-child > *, .mkb-xl-min-flex-stretch-first > *:first-child, .mkb-xl-min-flex-stretch-last > *:last-child, .mkb-xl-min-flex-stretch-odd > *:nth-child(odd), .mkb-xl-min-flex-stretch-even > *:nth-child(even) {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .mkb-xl-min-flex-middle, .mkb-xl-min-flex-middle-child > *, .mkb-xl-min-flex-middle-first > *:first-child, .mkb-xl-min-flex-middle-last > *:last-child, .mkb-xl-min-flex-middle-odd > *:nth-child(odd), .mkb-xl-min-flex-middle-even > *:nth-child(even) {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mkb-xl-min-flex-top, .mkb-xl-min-flex-top-child > *, .mkb-xl-min-flex-top-first > *:first-child, .mkb-xl-min-flex-top-last > *:last-child, .mkb-xl-min-flex-top-odd > *:nth-child(odd), .mkb-xl-min-flex-top-even > *:nth-child(even) {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mkb-xl-min-flex-bottom, .mkb-xl-min-flex-bottom-child > *, .mkb-xl-min-flex-bottom-first > *:first-child, .mkb-xl-min-flex-bottom-last > *:last-child, .mkb-xl-min-flex-bottom-odd > *:nth-child(odd), .mkb-xl-min-flex-bottom-even > *:nth-child(even) {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .mkb-xl-min-flex-baseline, .mkb-xl-min-flex-baseline-child > *, .mkb-xl-min-flex-baseline-first > *:first-child, .mkb-xl-min-flex-baseline-last > *:last-child, .mkb-xl-min-flex-baseline-odd > *:nth-child(odd), .mkb-xl-min-flex-baseline-even > *:nth-child(even) {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .mkb-xl-min-flex-align-inherit, .mkb-xl-min-flex-align-inherit-child > *, .mkb-xl-min-flex-align-inherit-first > *:first-child, .mkb-xl-min-flex-align-inherit-last > *:last-child, .mkb-xl-min-flex-align-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-align-inherit-even > *:nth-child(even) {
    -webkit-box-align: inherit !important;
    -webkit-align-items: inherit !important;
        -ms-flex-align: inherit !important;
            align-items: inherit !important;
  }
  .mkb-xl-min-flex-self-auto, .mkb-xl-min-flex-self-auto-child > *, .mkb-xl-min-flex-self-auto-first > *:first-child, .mkb-xl-min-flex-self-auto-last > *:last-child, .mkb-xl-min-flex-self-auto-odd > *:nth-child(odd), .mkb-xl-min-flex-self-auto-even > *:nth-child(even) {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .mkb-xl-min-flex-self-stretch, .mkb-xl-min-flex-self-stretch-child > *, .mkb-xl-min-flex-self-stretch-first > *:first-child, .mkb-xl-min-flex-self-stretch-last > *:last-child, .mkb-xl-min-flex-self-stretch-odd > *:nth-child(odd), .mkb-xl-min-flex-self-stretch-even > *:nth-child(even) {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
  .mkb-xl-min-flex-self-middle, .mkb-xl-min-flex-self-middle-child > *, .mkb-xl-min-flex-self-middle-first > *:first-child, .mkb-xl-min-flex-self-middle-last > *:last-child, .mkb-xl-min-flex-self-middle-odd > *:nth-child(odd), .mkb-xl-min-flex-self-middle-even > *:nth-child(even) {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .mkb-xl-min-flex-self-top, .mkb-xl-min-flex-self-top-child > *, .mkb-xl-min-flex-self-top-first > *:first-child, .mkb-xl-min-flex-self-top-last > *:last-child, .mkb-xl-min-flex-self-top-odd > *:nth-child(odd), .mkb-xl-min-flex-self-top-even > *:nth-child(even) {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .mkb-xl-min-flex-self-bottom, .mkb-xl-min-flex-self-bottom-child > *, .mkb-xl-min-flex-self-bottom-first > *:first-child, .mkb-xl-min-flex-self-bottom-last > *:last-child, .mkb-xl-min-flex-self-bottom-odd > *:nth-child(odd), .mkb-xl-min-flex-self-bottom-even > *:nth-child(even) {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .mkb-xl-min-flex-self-baseline, .mkb-xl-min-flex-self-baseline-child > *, .mkb-xl-min-flex-self-baseline-first > *:first-child, .mkb-xl-min-flex-self-baseline-last > *:last-child, .mkb-xl-min-flex-self-baseline-odd > *:nth-child(odd), .mkb-xl-min-flex-self-baseline-even > *:nth-child(even) {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .mkb-xl-min-flex-self-inherit, .mkb-xl-min-flex-self-inherit-child > *, .mkb-xl-min-flex-self-inherit-first > *:first-child, .mkb-xl-min-flex-self-inherit-last > *:last-child, .mkb-xl-min-flex-self-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-self-inherit-even > *:nth-child(even) {
    -webkit-align-self: inherit !important;
        -ms-flex-item-align: inherit !important;
                -ms-grid-row-align: inherit !important;
            align-self: inherit !important;
  }
  .mkb-xl-min-flex-shrink-none, .mkb-xl-min-flex-shrink-none-child > *, .mkb-xl-min-flex-shrink-none-first > *:first-child, .mkb-xl-min-flex-shrink-none-last > *:last-child, .mkb-xl-min-flex-shrink-none-odd > *:nth-child(odd), .mkb-xl-min-flex-shrink-none-even > *:nth-child(even) {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .mkb-xl-min-flex-shrink, .mkb-xl-min-flex-shrink-child > *, .mkb-xl-min-flex-shrink-first > *:first-child, .mkb-xl-min-flex-shrink-last > *:last-child, .mkb-xl-min-flex-shrink-odd > *:nth-child(odd), .mkb-xl-min-flex-shrink-even > *:nth-child(even) {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .mkb-xl-min-flex-shrink-inherit, .mkb-xl-min-flex-shrink-inherit-child > *, .mkb-xl-min-flex-shrink-inherit-first > *:first-child, .mkb-xl-min-flex-shrink-inherit-last > *:last-child, .mkb-xl-min-flex-shrink-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-shrink-inherit-even > *:nth-child(even) {
    -webkit-flex-shrink: inherit !important;
        -ms-flex-negative: inherit !important;
            flex-shrink: inherit !important;
  }
  .mkb-xl-min-flex-grow-none, .mkb-xl-min-flex-grow-none-child > *, .mkb-xl-min-flex-grow-none-first > *:first-child, .mkb-xl-min-flex-grow-none-last > *:last-child, .mkb-xl-min-flex-grow-none-odd > *:nth-child(odd), .mkb-xl-min-flex-grow-none-even > *:nth-child(even) {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .mkb-xl-min-flex-grow, .mkb-xl-min-flex-grow-child > *, .mkb-xl-min-flex-grow-first > *:first-child, .mkb-xl-min-flex-grow-last > *:last-child, .mkb-xl-min-flex-grow-odd > *:nth-child(odd), .mkb-xl-min-flex-grow-even > *:nth-child(even) {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .mkb-xl-min-flex-grow-inherit, .mkb-xl-min-flex-grow-inherit-child > *, .mkb-xl-min-flex-grow-inherit-first > *:first-child, .mkb-xl-min-flex-grow-inherit-last > *:last-child, .mkb-xl-min-flex-grow-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-grow-inherit-even > *:nth-child(even) {
    -webkit-box-flex: inherit !important;
    -webkit-flex-grow: inherit !important;
        -ms-flex-positive: inherit !important;
            flex-grow: inherit !important;
  }
  .mkb-xl-min-flex-order-first, .mkb-xl-min-flex-order-first-child > *, .mkb-xl-min-flex-order-first-first > *:first-child, .mkb-xl-min-flex-order-first-last > *:last-child, .mkb-xl-min-flex-order-first-odd > *:nth-child(odd), .mkb-xl-min-flex-order-first-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .mkb-xl-min-flex-order-last, .mkb-xl-min-flex-order-last-child > *, .mkb-xl-min-flex-order-last-first > *:first-child, .mkb-xl-min-flex-order-last-last > *:last-child, .mkb-xl-min-flex-order-last-odd > *:nth-child(odd), .mkb-xl-min-flex-order-last-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2147483648 !important;
    -webkit-order: 2147483647 !important;
        -ms-flex-order: 2147483647 !important;
            order: 2147483647 !important;
  }
  .mkb-xl-min-flex-order-inherit, .mkb-xl-min-flex-order-inherit-child > *, .mkb-xl-min-flex-order-inherit-first > *:first-child, .mkb-xl-min-flex-order-inherit-last > *:last-child, .mkb-xl-min-flex-order-inherit-odd > *:nth-child(odd), .mkb-xl-min-flex-order-inherit-even > *:nth-child(even) {
    -webkit-box-ordinal-group: NaN !important;
    -webkit-order: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
  .mkb-xl-min-flex-order-0, .mkb-xl-min-flex-order-0-child > *, .mkb-xl-min-flex-order-0-first > *:first-child, .mkb-xl-min-flex-order-0-last > *:last-child, .mkb-xl-min-flex-order-0-odd > *:nth-child(odd), .mkb-xl-min-flex-order-0-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .mkb-xl-min-flex-order-1, .mkb-xl-min-flex-order-1-child > *, .mkb-xl-min-flex-order-1-first > *:first-child, .mkb-xl-min-flex-order-1-last > *:last-child, .mkb-xl-min-flex-order-1-odd > *:nth-child(odd), .mkb-xl-min-flex-order-1-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .mkb-xl-min-flex-order-2, .mkb-xl-min-flex-order-2-child > *, .mkb-xl-min-flex-order-2-first > *:first-child, .mkb-xl-min-flex-order-2-last > *:last-child, .mkb-xl-min-flex-order-2-odd > *:nth-child(odd), .mkb-xl-min-flex-order-2-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .mkb-xl-min-flex-order-3, .mkb-xl-min-flex-order-3-child > *, .mkb-xl-min-flex-order-3-first > *:first-child, .mkb-xl-min-flex-order-3-last > *:last-child, .mkb-xl-min-flex-order-3-odd > *:nth-child(odd), .mkb-xl-min-flex-order-3-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .mkb-xl-min-flex-order-4, .mkb-xl-min-flex-order-4-child > *, .mkb-xl-min-flex-order-4-first > *:first-child, .mkb-xl-min-flex-order-4-last > *:last-child, .mkb-xl-min-flex-order-4-odd > *:nth-child(odd), .mkb-xl-min-flex-order-4-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .mkb-xl-min-flex-order-5, .mkb-xl-min-flex-order-5-child > *, .mkb-xl-min-flex-order-5-first > *:first-child, .mkb-xl-min-flex-order-5-last > *:last-child, .mkb-xl-min-flex-order-5-odd > *:nth-child(odd), .mkb-xl-min-flex-order-5-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mkb-xl-min-flex-order-6, .mkb-xl-min-flex-order-6-child > *, .mkb-xl-min-flex-order-6-first > *:first-child, .mkb-xl-min-flex-order-6-last > *:last-child, .mkb-xl-min-flex-order-6-odd > *:nth-child(odd), .mkb-xl-min-flex-order-6-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mkb-xl-min-flex-order-7, .mkb-xl-min-flex-order-7-child > *, .mkb-xl-min-flex-order-7-first > *:first-child, .mkb-xl-min-flex-order-7-last > *:last-child, .mkb-xl-min-flex-order-7-odd > *:nth-child(odd), .mkb-xl-min-flex-order-7-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .mkb-xl-min-flex-order-8, .mkb-xl-min-flex-order-8-child > *, .mkb-xl-min-flex-order-8-first > *:first-child, .mkb-xl-min-flex-order-8-last > *:last-child, .mkb-xl-min-flex-order-8-odd > *:nth-child(odd), .mkb-xl-min-flex-order-8-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .mkb-xl-min-flex-order-9, .mkb-xl-min-flex-order-9-child > *, .mkb-xl-min-flex-order-9-first > *:first-child, .mkb-xl-min-flex-order-9-last > *:last-child, .mkb-xl-min-flex-order-9-odd > *:nth-child(odd), .mkb-xl-min-flex-order-9-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .mkb-xl-min-flex-order-10, .mkb-xl-min-flex-order-10-child > *, .mkb-xl-min-flex-order-10-first > *:first-child, .mkb-xl-min-flex-order-10-last > *:last-child, .mkb-xl-min-flex-order-10-odd > *:nth-child(odd), .mkb-xl-min-flex-order-10-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .mkb-xl-min-flex-order-11, .mkb-xl-min-flex-order-11-child > *, .mkb-xl-min-flex-order-11-first > *:first-child, .mkb-xl-min-flex-order-11-last > *:last-child, .mkb-xl-min-flex-order-11-odd > *:nth-child(odd), .mkb-xl-min-flex-order-11-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .mkb-xl-min-flex-order-12, .mkb-xl-min-flex-order-12-child > *, .mkb-xl-min-flex-order-12-first > *:first-child, .mkb-xl-min-flex-order-12-last > *:last-child, .mkb-xl-min-flex-order-12-odd > *:nth-child(odd), .mkb-xl-min-flex-order-12-even > *:nth-child(even) {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  /* #### TABLE CLASSES #### */
  .mkb-xl-min-table-layout-auto, .mkb-xl-min-table-layout-auto-child > *, .mkb-xl-min-table-layout-auto-first > *:first-child, .mkb-xl-min-table-layout-auto-last > *:last-child, .mkb-xl-min-table-layout-auto-odd > *:nth-child(odd), .mkb-xl-min-table-layout-auto-even > *:nth-child(even) {
    table-layout: auto !important;
  }
  .mkb-xl-min-table-fixed, .mkb-xl-min-table-fixed-child > *, .mkb-xl-min-table-fixed-first > *:first-child, .mkb-xl-min-table-fixed-last > *:last-child, .mkb-xl-min-table-fixed-odd > *:nth-child(odd), .mkb-xl-min-table-fixed-even > *:nth-child(even) {
    table-layout: fixed !important;
  }
  .mkb-xl-min-table-layout-inherit, .mkb-xl-min-table-layout-inherit-child > *, .mkb-xl-min-table-layout-inherit-first > *:first-child, .mkb-xl-min-table-layout-inherit-last > *:last-child, .mkb-xl-min-table-layout-inherit-odd > *:nth-child(odd), .mkb-xl-min-table-layout-inherit-even > *:nth-child(even) {
    table-layout: inherit !important;
  }
  .mkb-xl-min-table-seperate, .mkb-xl-min-table-seperate-child > *, .mkb-xl-min-table-seperate-first > *:first-child, .mkb-xl-min-table-seperate-last > *:last-child, .mkb-xl-min-table-seperate-odd > *:nth-child(odd), .mkb-xl-min-table-seperate-even > *:nth-child(even) {
    border-collapse: seperate !important;
  }
  .mkb-xl-min-table-collapse, .mkb-xl-min-table-collapse-child > *, .mkb-xl-min-table-collapse-first > *:first-child, .mkb-xl-min-table-collapse-last > *:last-child, .mkb-xl-min-table-collapse-odd > *:nth-child(odd), .mkb-xl-min-table-collapse-even > *:nth-child(even) {
    border-collapse: collapse !important;
  }
  .mkb-xl-min-table-collapse-inherit, .mkb-xl-min-table-collapse-inherit-child > *, .mkb-xl-min-table-collapse-inherit-first > *:first-child, .mkb-xl-min-table-collapse-inherit-last > *:last-child, .mkb-xl-min-table-collapse-inherit-odd > *:nth-child(odd), .mkb-xl-min-table-collapse-inherit-even > *:nth-child(even) {
    border-collapse: inherit !important;
  }
  .mkb-xl-min-table-spacing-s, .mkb-xl-min-table-spacing-s-child > *, .mkb-xl-min-table-spacing-s-first > *:first-child, .mkb-xl-min-table-spacing-s-last > *:last-child, .mkb-xl-min-table-spacing-s-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-s-even > *:nth-child(even) {
    border-spacing: 0.57143rem !important;
  }
  .mkb-xl-min-table-spacing-s-vertical, .mkb-xl-min-table-spacing-s-vertical-child > *, .mkb-xl-min-table-spacing-s-vertical-first > *:first-child, .mkb-xl-min-table-spacing-s-vertical-last > *:last-child, .mkb-xl-min-table-spacing-s-vertical-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-s-vertical-even > *:nth-child(even) {
    border-spacing: 0 0.57143rem !important;
  }
  .mkb-xl-min-table-spacing-s-horizontal, .mkb-xl-min-table-spacing-s-horizontal-child > *, .mkb-xl-min-table-spacing-s-horizontal-first > *:first-child, .mkb-xl-min-table-spacing-s-horizontal-last > *:last-child, .mkb-xl-min-table-spacing-s-horizontal-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-s-horizontal-even > *:nth-child(even) {
    border-spacing: 0.57143rem 0 !important;
  }
  .mkb-xl-min-table-spacing-m, .mkb-xl-min-table-spacing-m-child > *, .mkb-xl-min-table-spacing-m-first > *:first-child, .mkb-xl-min-table-spacing-m-last > *:last-child, .mkb-xl-min-table-spacing-m-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-m-even > *:nth-child(even) {
    border-spacing: 1.14286rem !important;
  }
  .mkb-xl-min-table-spacing-m-vertical, .mkb-xl-min-table-spacing-m-vertical-child > *, .mkb-xl-min-table-spacing-m-vertical-first > *:first-child, .mkb-xl-min-table-spacing-m-vertical-last > *:last-child, .mkb-xl-min-table-spacing-m-vertical-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-m-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.14286rem !important;
  }
  .mkb-xl-min-table-spacing-m-horizontal, .mkb-xl-min-table-spacing-m-horizontal-child > *, .mkb-xl-min-table-spacing-m-horizontal-first > *:first-child, .mkb-xl-min-table-spacing-m-horizontal-last > *:last-child, .mkb-xl-min-table-spacing-m-horizontal-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-m-horizontal-even > *:nth-child(even) {
    border-spacing: 1.14286rem 0 !important;
  }
  .mkb-xl-min-table-spacing-l, .mkb-xl-min-table-spacing-l-child > *, .mkb-xl-min-table-spacing-l-first > *:first-child, .mkb-xl-min-table-spacing-l-last > *:last-child, .mkb-xl-min-table-spacing-l-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-l-even > *:nth-child(even) {
    border-spacing: 1.71429rem !important;
  }
  .mkb-xl-min-table-spacing-l-vertical, .mkb-xl-min-table-spacing-l-vertical-child > *, .mkb-xl-min-table-spacing-l-vertical-first > *:first-child, .mkb-xl-min-table-spacing-l-vertical-last > *:last-child, .mkb-xl-min-table-spacing-l-vertical-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-l-vertical-even > *:nth-child(even) {
    border-spacing: 0 1.71429rem !important;
  }
  .mkb-xl-min-table-spacing-l-horizontal, .mkb-xl-min-table-spacing-l-horizontal-child > *, .mkb-xl-min-table-spacing-l-horizontal-first > *:first-child, .mkb-xl-min-table-spacing-l-horizontal-last > *:last-child, .mkb-xl-min-table-spacing-l-horizontal-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-l-horizontal-even > *:nth-child(even) {
    border-spacing: 1.71429rem 0 !important;
  }
  .mkb-xl-min-table-spacing-xl, .mkb-xl-min-table-spacing-xl-child > *, .mkb-xl-min-table-spacing-xl-first > *:first-child, .mkb-xl-min-table-spacing-xl-last > *:last-child, .mkb-xl-min-table-spacing-xl-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-xl-even > *:nth-child(even) {
    border-spacing: 2.28571rem !important;
  }
  .mkb-xl-min-table-spacing-xl-vertical, .mkb-xl-min-table-spacing-xl-vertical-child > *, .mkb-xl-min-table-spacing-xl-vertical-first > *:first-child, .mkb-xl-min-table-spacing-xl-vertical-last > *:last-child, .mkb-xl-min-table-spacing-xl-vertical-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-xl-vertical-even > *:nth-child(even) {
    border-spacing: 0 2.28571rem !important;
  }
  .mkb-xl-min-table-spacing-xl-horizontal, .mkb-xl-min-table-spacing-xl-horizontal-child > *, .mkb-xl-min-table-spacing-xl-horizontal-first > *:first-child, .mkb-xl-min-table-spacing-xl-horizontal-last > *:last-child, .mkb-xl-min-table-spacing-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-xl-horizontal-even > *:nth-child(even) {
    border-spacing: 2.28571rem 0 !important;
  }
  .mkb-xl-min-table-spacing-inherit, .mkb-xl-min-table-spacing-inherit-child > *, .mkb-xl-min-table-spacing-inherit-first > *:first-child, .mkb-xl-min-table-spacing-inherit-last > *:last-child, .mkb-xl-min-table-spacing-inherit-odd > *:nth-child(odd), .mkb-xl-min-table-spacing-inherit-even > *:nth-child(even) {
    border-spacing: inherit !important;
  }
  /* #### COLUMN CLASSES #### */
  .mkb-xl-min-column-2, .mkb-xl-min-column-2-child > *, .mkb-xl-min-column-2-first > *:first-child, .mkb-xl-min-column-2-last > *:last-child, .mkb-xl-min-column-2-odd > *:nth-child(odd), .mkb-xl-min-column-2-even > *:nth-child(even) {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }
  .mkb-xl-min-column-3, .mkb-xl-min-column-3-child > *, .mkb-xl-min-column-3-first > *:first-child, .mkb-xl-min-column-3-last > *:last-child, .mkb-xl-min-column-3-odd > *:nth-child(odd), .mkb-xl-min-column-3-even > *:nth-child(even) {
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }
  .mkb-xl-min-column-4, .mkb-xl-min-column-4-child > *, .mkb-xl-min-column-4-first > *:first-child, .mkb-xl-min-column-4-last > *:last-child, .mkb-xl-min-column-4-odd > *:nth-child(odd), .mkb-xl-min-column-4-even > *:nth-child(even) {
    -webkit-column-count: 4 !important;
       -moz-column-count: 4 !important;
            column-count: 4 !important;
  }
  .mkb-xl-min-column-5, .mkb-xl-min-column-5-child > *, .mkb-xl-min-column-5-first > *:first-child, .mkb-xl-min-column-5-last > *:last-child, .mkb-xl-min-column-5-odd > *:nth-child(odd), .mkb-xl-min-column-5-even > *:nth-child(even) {
    -webkit-column-count: 5 !important;
       -moz-column-count: 5 !important;
            column-count: 5 !important;
  }
  .mkb-xl-min-column-6, .mkb-xl-min-column-6-child > *, .mkb-xl-min-column-6-first > *:first-child, .mkb-xl-min-column-6-last > *:last-child, .mkb-xl-min-column-6-odd > *:nth-child(odd), .mkb-xl-min-column-6-even > *:nth-child(even) {
    -webkit-column-count: 6 !important;
       -moz-column-count: 6 !important;
            column-count: 6 !important;
  }
  .mkb-xl-min-column-7, .mkb-xl-min-column-7-child > *, .mkb-xl-min-column-7-first > *:first-child, .mkb-xl-min-column-7-last > *:last-child, .mkb-xl-min-column-7-odd > *:nth-child(odd), .mkb-xl-min-column-7-even > *:nth-child(even) {
    -webkit-column-count: 7 !important;
       -moz-column-count: 7 !important;
            column-count: 7 !important;
  }
  .mkb-xl-min-column-8, .mkb-xl-min-column-8-child > *, .mkb-xl-min-column-8-first > *:first-child, .mkb-xl-min-column-8-last > *:last-child, .mkb-xl-min-column-8-odd > *:nth-child(odd), .mkb-xl-min-column-8-even > *:nth-child(even) {
    -webkit-column-count: 8 !important;
       -moz-column-count: 8 !important;
            column-count: 8 !important;
  }
  .mkb-xl-min-column-9, .mkb-xl-min-column-9-child > *, .mkb-xl-min-column-9-first > *:first-child, .mkb-xl-min-column-9-last > *:last-child, .mkb-xl-min-column-9-odd > *:nth-child(odd), .mkb-xl-min-column-9-even > *:nth-child(even) {
    -webkit-column-count: 9 !important;
       -moz-column-count: 9 !important;
            column-count: 9 !important;
  }
  .mkb-xl-min-column-10, .mkb-xl-min-column-10-child > *, .mkb-xl-min-column-10-first > *:first-child, .mkb-xl-min-column-10-last > *:last-child, .mkb-xl-min-column-10-odd > *:nth-child(odd), .mkb-xl-min-column-10-even > *:nth-child(even) {
    -webkit-column-count: 10 !important;
       -moz-column-count: 10 !important;
            column-count: 10 !important;
  }
  .mkb-xl-min-column-11, .mkb-xl-min-column-11-child > *, .mkb-xl-min-column-11-first > *:first-child, .mkb-xl-min-column-11-last > *:last-child, .mkb-xl-min-column-11-odd > *:nth-child(odd), .mkb-xl-min-column-11-even > *:nth-child(even) {
    -webkit-column-count: 11 !important;
       -moz-column-count: 11 !important;
            column-count: 11 !important;
  }
  .mkb-xl-min-column-12, .mkb-xl-min-column-12-child > *, .mkb-xl-min-column-12-first > *:first-child, .mkb-xl-min-column-12-last > *:last-child, .mkb-xl-min-column-12-odd > *:nth-child(odd), .mkb-xl-min-column-12-even > *:nth-child(even) {
    -webkit-column-count: 12 !important;
       -moz-column-count: 12 !important;
            column-count: 12 !important;
  }
  .mkb-xl-min-column-gap-s, .mkb-xl-min-column-gap-s-child > *, .mkb-xl-min-column-gap-s-first > *:first-child, .mkb-xl-min-column-gap-s-last > *:last-child, .mkb-xl-min-column-gap-s-odd > *:nth-child(odd), .mkb-xl-min-column-gap-s-even > *:nth-child(even) {
    -webkit-column-gap: 0.57143rem !important;
       -moz-column-gap: 0.57143rem !important;
            column-gap: 0.57143rem !important;
  }
  .mkb-xl-min-column-gap-m, .mkb-xl-min-column-gap-m-child > *, .mkb-xl-min-column-gap-m-first > *:first-child, .mkb-xl-min-column-gap-m-last > *:last-child, .mkb-xl-min-column-gap-m-odd > *:nth-child(odd), .mkb-xl-min-column-gap-m-even > *:nth-child(even) {
    -webkit-column-gap: 1.14286rem !important;
       -moz-column-gap: 1.14286rem !important;
            column-gap: 1.14286rem !important;
  }
  .mkb-xl-min-column-gap-l, .mkb-xl-min-column-gap-l-child > *, .mkb-xl-min-column-gap-l-first > *:first-child, .mkb-xl-min-column-gap-l-last > *:last-child, .mkb-xl-min-column-gap-l-odd > *:nth-child(odd), .mkb-xl-min-column-gap-l-even > *:nth-child(even) {
    -webkit-column-gap: 1.71429rem !important;
       -moz-column-gap: 1.71429rem !important;
            column-gap: 1.71429rem !important;
  }
  .mkb-xl-min-column-gap-xl, .mkb-xl-min-column-gap-xl-child > *, .mkb-xl-min-column-gap-xl-first > *:first-child, .mkb-xl-min-column-gap-xl-last > *:last-child, .mkb-xl-min-column-gap-xl-odd > *:nth-child(odd), .mkb-xl-min-column-gap-xl-even > *:nth-child(even) {
    -webkit-column-gap: 2.28571rem !important;
       -moz-column-gap: 2.28571rem !important;
            column-gap: 2.28571rem !important;
  }
  .mkb-xl-min-column-rule-thin, .mkb-xl-min-column-rule-thin-child > *, .mkb-xl-min-column-rule-thin-first > *:first-child, .mkb-xl-min-column-rule-thin-last > *:last-child, .mkb-xl-min-column-rule-thin-odd > *:nth-child(odd), .mkb-xl-min-column-rule-thin-even > *:nth-child(even) {
    -webkit-column-rule-width: thin !important;
       -moz-column-rule-width: thin !important;
            column-rule-width: thin !important;
  }
  .mkb-xl-min-column-rule-medium, .mkb-xl-min-column-rule-medium-child > *, .mkb-xl-min-column-rule-medium-first > *:first-child, .mkb-xl-min-column-rule-medium-last > *:last-child, .mkb-xl-min-column-rule-medium-odd > *:nth-child(odd), .mkb-xl-min-column-rule-medium-even > *:nth-child(even) {
    -webkit-column-rule-width: medium !important;
       -moz-column-rule-width: medium !important;
            column-rule-width: medium !important;
  }
  .mkb-xl-min-column-rule-thick, .mkb-xl-min-column-rule-thick-child > *, .mkb-xl-min-column-rule-thick-first > *:first-child, .mkb-xl-min-column-rule-thick-last > *:last-child, .mkb-xl-min-column-rule-thick-odd > *:nth-child(odd), .mkb-xl-min-column-rule-thick-even > *:nth-child(even) {
    -webkit-column-rule-width: thick !important;
       -moz-column-rule-width: thick !important;
            column-rule-width: thick !important;
  }
  .mkb-xl-min-column-rule-s, .mkb-xl-min-column-rule-s-child > *, .mkb-xl-min-column-rule-s-first > *:first-child, .mkb-xl-min-column-rule-s-last > *:last-child, .mkb-xl-min-column-rule-s-odd > *:nth-child(odd), .mkb-xl-min-column-rule-s-even > *:nth-child(even) {
    -webkit-column-rule-width: 0.57143rem !important;
       -moz-column-rule-width: 0.57143rem !important;
            column-rule-width: 0.57143rem !important;
  }
  .mkb-xl-min-column-rule-m, .mkb-xl-min-column-rule-m-child > *, .mkb-xl-min-column-rule-m-first > *:first-child, .mkb-xl-min-column-rule-m-last > *:last-child, .mkb-xl-min-column-rule-m-odd > *:nth-child(odd), .mkb-xl-min-column-rule-m-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.14286rem !important;
       -moz-column-rule-width: 1.14286rem !important;
            column-rule-width: 1.14286rem !important;
  }
  .mkb-xl-min-column-rule-l, .mkb-xl-min-column-rule-l-child > *, .mkb-xl-min-column-rule-l-first > *:first-child, .mkb-xl-min-column-rule-l-last > *:last-child, .mkb-xl-min-column-rule-l-odd > *:nth-child(odd), .mkb-xl-min-column-rule-l-even > *:nth-child(even) {
    -webkit-column-rule-width: 1.71429rem !important;
       -moz-column-rule-width: 1.71429rem !important;
            column-rule-width: 1.71429rem !important;
  }
  .mkb-xl-min-column-rule-xl, .mkb-xl-min-column-rule-xl-child > *, .mkb-xl-min-column-rule-xl-first > *:first-child, .mkb-xl-min-column-rule-xl-last > *:last-child, .mkb-xl-min-column-rule-xl-odd > *:nth-child(odd), .mkb-xl-min-column-rule-xl-even > *:nth-child(even) {
    -webkit-column-rule-width: 2.28571rem !important;
       -moz-column-rule-width: 2.28571rem !important;
            column-rule-width: 2.28571rem !important;
  }
  .mkb-xl-min-column-rule-dotted, .mkb-xl-min-column-rule-dotted-child > *, .mkb-xl-min-column-rule-dotted-first > *:first-child, .mkb-xl-min-column-rule-dotted-last > *:last-child, .mkb-xl-min-column-rule-dotted-odd > *:nth-child(odd), .mkb-xl-min-column-rule-dotted-even > *:nth-child(even) {
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }
  .mkb-xl-min-column-rule-dashed, .mkb-xl-min-column-rule-dashed-child > *, .mkb-xl-min-column-rule-dashed-first > *:first-child, .mkb-xl-min-column-rule-dashed-last > *:last-child, .mkb-xl-min-column-rule-dashed-odd > *:nth-child(odd), .mkb-xl-min-column-rule-dashed-even > *:nth-child(even) {
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }
  .mkb-xl-min-column-rule-solid, .mkb-xl-min-column-rule-solid-child > *, .mkb-xl-min-column-rule-solid-first > *:first-child, .mkb-xl-min-column-rule-solid-last > *:last-child, .mkb-xl-min-column-rule-solid-odd > *:nth-child(odd), .mkb-xl-min-column-rule-solid-even > *:nth-child(even) {
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }
  .mkb-xl-min-column-rule-double, .mkb-xl-min-column-rule-double-child > *, .mkb-xl-min-column-rule-double-first > *:first-child, .mkb-xl-min-column-rule-double-last > *:last-child, .mkb-xl-min-column-rule-double-odd > *:nth-child(odd), .mkb-xl-min-column-rule-double-even > *:nth-child(even) {
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }
  .mkb-xl-min-column-rule-groove, .mkb-xl-min-column-rule-groove-child > *, .mkb-xl-min-column-rule-groove-first > *:first-child, .mkb-xl-min-column-rule-groove-last > *:last-child, .mkb-xl-min-column-rule-groove-odd > *:nth-child(odd), .mkb-xl-min-column-rule-groove-even > *:nth-child(even) {
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }
  .mkb-xl-min-column-rule-ridge, .mkb-xl-min-column-rule-ridge-child > *, .mkb-xl-min-column-rule-ridge-first > *:first-child, .mkb-xl-min-column-rule-ridge-last > *:last-child, .mkb-xl-min-column-rule-ridge-odd > *:nth-child(odd), .mkb-xl-min-column-rule-ridge-even > *:nth-child(even) {
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }
  .mkb-xl-min-column-rule-inset, .mkb-xl-min-column-rule-inset-child > *, .mkb-xl-min-column-rule-inset-first > *:first-child, .mkb-xl-min-column-rule-inset-last > *:last-child, .mkb-xl-min-column-rule-inset-odd > *:nth-child(odd), .mkb-xl-min-column-rule-inset-even > *:nth-child(even) {
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }
  .mkb-xl-min-column-rule-outset, .mkb-xl-min-column-rule-outset-child > *, .mkb-xl-min-column-rule-outset-first > *:first-child, .mkb-xl-min-column-rule-outset-last > *:last-child, .mkb-xl-min-column-rule-outset-odd > *:nth-child(odd), .mkb-xl-min-column-rule-outset-even > *:nth-child(even) {
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }
  /* #### POSITION CLASSES #### */
  .mkb-xl-min-static, .mkb-xl-min-static-child > *, .mkb-xl-min-static-first > *:first-child, .mkb-xl-min-static-last > *:last-child, .mkb-xl-min-static-odd > *:nth-child(odd), .mkb-xl-min-static-even > *:nth-child(even) {
    position: static !important;
  }
  .mkb-xl-min-absolute, .mkb-xl-min-absolute-child > *, .mkb-xl-min-absolute-first > *:first-child, .mkb-xl-min-absolute-last > *:last-child, .mkb-xl-min-absolute-odd > *:nth-child(odd), .mkb-xl-min-absolute-even > *:nth-child(even) {
    position: absolute !important;
  }
  .mkb-xl-min-fixed, .mkb-xl-min-fixed-child > *, .mkb-xl-min-fixed-first > *:first-child, .mkb-xl-min-fixed-last > *:last-child, .mkb-xl-min-fixed-odd > *:nth-child(odd), .mkb-xl-min-fixed-even > *:nth-child(even) {
    position: fixed !important;
  }
  .mkb-xl-min-relative, .mkb-xl-min-relative-child > *, .mkb-xl-min-relative-first > *:first-child, .mkb-xl-min-relative-last > *:last-child, .mkb-xl-min-relative-odd > *:nth-child(odd), .mkb-xl-min-relative-even > *:nth-child(even) {
    position: relative !important;
  }
  .mkb-xl-min-position-inherit, .mkb-xl-min-position-inherit-child > *, .mkb-xl-min-position-inherit-first > *:first-child, .mkb-xl-min-position-inherit-last > *:last-child, .mkb-xl-min-position-inherit-odd > *:nth-child(odd), .mkb-xl-min-position-inherit-even > *:nth-child(even) {
    position: inherit !important;
  }
  /* #### FLOAT CLASSES #### */
  .mkb-xl-min-float-none, .mkb-xl-min-float-none-child > *, .mkb-xl-min-float-none-first > *:first-child, .mkb-xl-min-float-none-last > *:last-child, .mkb-xl-min-float-none-odd > *:nth-child(odd), .mkb-xl-min-float-none-even > *:nth-child(even) {
    float: none !important;
  }
  .mkb-xl-min-float-left, .mkb-xl-min-float-left-child > *, .mkb-xl-min-float-left-first > *:first-child, .mkb-xl-min-float-left-last > *:last-child, .mkb-xl-min-float-left-odd > *:nth-child(odd), .mkb-xl-min-float-left-even > *:nth-child(even) {
    float: left !important;
  }
  .mkb-xl-min-float-right, .mkb-xl-min-float-right-child > *, .mkb-xl-min-float-right-first > *:first-child, .mkb-xl-min-float-right-last > *:last-child, .mkb-xl-min-float-right-odd > *:nth-child(odd), .mkb-xl-min-float-right-even > *:nth-child(even) {
    float: right !important;
  }
  .mkb-xl-min-float-inherit, .mkb-xl-min-float-inherit-child > *, .mkb-xl-min-float-inherit-first > *:first-child, .mkb-xl-min-float-inherit-last > *:last-child, .mkb-xl-min-float-inherit-odd > *:nth-child(odd), .mkb-xl-min-float-inherit-even > *:nth-child(even) {
    float: inherit !important;
  }
  /* #### CLEAR CLASSES #### */
  .mkb-xl-min-clear-none, .mkb-xl-min-clear-none-child > *, .mkb-xl-min-clear-none-first > *:first-child, .mkb-xl-min-clear-none-last > *:last-child, .mkb-xl-min-clear-none-odd > *:nth-child(odd), .mkb-xl-min-clear-none-even > *:nth-child(even) {
    clear: none !important;
  }
  .mkb-xl-min-clear-left, .mkb-xl-min-clear-left-child > *, .mkb-xl-min-clear-left-first > *:first-child, .mkb-xl-min-clear-left-last > *:last-child, .mkb-xl-min-clear-left-odd > *:nth-child(odd), .mkb-xl-min-clear-left-even > *:nth-child(even) {
    clear: left !important;
  }
  .mkb-xl-min-clear-right, .mkb-xl-min-clear-right-child > *, .mkb-xl-min-clear-right-first > *:first-child, .mkb-xl-min-clear-right-last > *:last-child, .mkb-xl-min-clear-right-odd > *:nth-child(odd), .mkb-xl-min-clear-right-even > *:nth-child(even) {
    clear: right !important;
  }
  .mkb-xl-min-clear-both, .mkb-xl-min-clear-both-child > *, .mkb-xl-min-clear-both-first > *:first-child, .mkb-xl-min-clear-both-last > *:last-child, .mkb-xl-min-clear-both-odd > *:nth-child(odd), .mkb-xl-min-clear-both-even > *:nth-child(even) {
    clear: both !important;
  }
  .mkb-xl-min-clear-inherit, .mkb-xl-min-clear-inherit-child > *, .mkb-xl-min-clear-inherit-first > *:first-child, .mkb-xl-min-clear-inherit-last > *:last-child, .mkb-xl-min-clear-inherit-odd > *:nth-child(odd), .mkb-xl-min-clear-inherit-even > *:nth-child(even) {
    clear: inherit !important;
  }
  /* #### VISIBILITY CLASSES #### */
  .mkb-xl-min-visible, .mkb-xl-min-visible-child > *, .mkb-xl-min-visible-first > *:first-child, .mkb-xl-min-visible-last > *:last-child, .mkb-xl-min-visible-odd > *:nth-child(odd), .mkb-xl-min-visible-even > *:nth-child(even) {
    visibility: visible !important;
  }
  .mkb-xl-min-hidden, .mkb-xl-min-hidden-child > *, .mkb-xl-min-hidden-first > *:first-child, .mkb-xl-min-hidden-last > *:last-child, .mkb-xl-min-hidden-odd > *:nth-child(odd), .mkb-xl-min-hidden-even > *:nth-child(even) {
    visibility: hidden !important;
  }
  .mkb-xl-min-collapse, .mkb-xl-min-collapse-child > *, .mkb-xl-min-collapse-first > *:first-child, .mkb-xl-min-collapse-last > *:last-child, .mkb-xl-min-collapse-odd > *:nth-child(odd), .mkb-xl-min-collapse-even > *:nth-child(even) {
    visibility: collapse !important;
  }
  .mkb-xl-min-inherit, .mkb-xl-min-inherit-child > *, .mkb-xl-min-inherit-first > *:first-child, .mkb-xl-min-inherit-last > *:last-child, .mkb-xl-min-inherit-odd > *:nth-child(odd), .mkb-xl-min-inherit-even > *:nth-child(even) {
    visibility: inherit !important;
  }
  /* #### OPACITY CLASSES #### */
  .mkb-xl-min-opacity, .mkb-xl-min-opacity-child > *, .mkb-xl-min-opacity-first > *:first-child, .mkb-xl-min-opacity-last > *:last-child, .mkb-xl-min-opacity-odd > *:nth-child(odd), .mkb-xl-min-opacity-even > *:nth-child(even) {
    opacity: 1 !important;
  }
  .mkb-xl-min-opacity-none, .mkb-xl-min-opacity-none-child > *, .mkb-xl-min-opacity-none-first > *:first-child, .mkb-xl-min-opacity-none-last > *:last-child, .mkb-xl-min-opacity-none-odd > *:nth-child(odd), .mkb-xl-min-opacity-none-even > *:nth-child(even) {
    opacity: 0 !important;
  }
  /* #### OVERFLOW CLASSES #### */
  .mkb-xl-min-overflow-visible, .mkb-xl-min-overflow-visible-child > *, .mkb-xl-min-overflow-visible-first > *:first-child, .mkb-xl-min-overflow-visible-last > *:last-child, .mkb-xl-min-overflow-visible-odd > *:nth-child(odd), .mkb-xl-min-overflow-visible-even > *:nth-child(even) {
    overflow: visible !important;
  }
  .mkb-xl-min-overflow-x-visible, .mkb-xl-min-overflow-x-visible-child > *, .mkb-xl-min-overflow-x-visible-first > *:first-child, .mkb-xl-min-overflow-x-visible-last > *:last-child, .mkb-xl-min-overflow-x-visible-odd > *:nth-child(odd), .mkb-xl-min-overflow-x-visible-even > *:nth-child(even) {
    overflow-x: visible !important;
  }
  .mkb-xl-min-overflow-y-visible, .mkb-xl-min-overflow-y-visible-child > *, .mkb-xl-min-overflow-y-visible-first > *:first-child, .mkb-xl-min-overflow-y-visible-last > *:last-child, .mkb-xl-min-overflow-y-visible-odd > *:nth-child(odd), .mkb-xl-min-overflow-y-visible-even > *:nth-child(even) {
    overflow-y: visible !important;
  }
  .mkb-xl-min-overflow-hidden, .mkb-xl-min-overflow-hidden-child > *, .mkb-xl-min-overflow-hidden-first > *:first-child, .mkb-xl-min-overflow-hidden-last > *:last-child, .mkb-xl-min-overflow-hidden-odd > *:nth-child(odd), .mkb-xl-min-overflow-hidden-even > *:nth-child(even) {
    overflow: hidden !important;
  }
  .mkb-xl-min-overflow-x-hidden, .mkb-xl-min-overflow-x-hidden-child > *, .mkb-xl-min-overflow-x-hidden-first > *:first-child, .mkb-xl-min-overflow-x-hidden-last > *:last-child, .mkb-xl-min-overflow-x-hidden-odd > *:nth-child(odd), .mkb-xl-min-overflow-x-hidden-even > *:nth-child(even) {
    overflow-x: hidden !important;
  }
  .mkb-xl-min-overflow-y-hidden, .mkb-xl-min-overflow-y-hidden-child > *, .mkb-xl-min-overflow-y-hidden-first > *:first-child, .mkb-xl-min-overflow-y-hidden-last > *:last-child, .mkb-xl-min-overflow-y-hidden-odd > *:nth-child(odd), .mkb-xl-min-overflow-y-hidden-even > *:nth-child(even) {
    overflow-y: hidden !important;
  }
  .mkb-xl-min-overflow-scroll, .mkb-xl-min-overflow-scroll-child > *, .mkb-xl-min-overflow-scroll-first > *:first-child, .mkb-xl-min-overflow-scroll-last > *:last-child, .mkb-xl-min-overflow-scroll-odd > *:nth-child(odd), .mkb-xl-min-overflow-scroll-even > *:nth-child(even) {
    overflow: scroll !important;
  }
  .mkb-xl-min-overflow-x-scroll, .mkb-xl-min-overflow-x-scroll-child > *, .mkb-xl-min-overflow-x-scroll-first > *:first-child, .mkb-xl-min-overflow-x-scroll-last > *:last-child, .mkb-xl-min-overflow-x-scroll-odd > *:nth-child(odd), .mkb-xl-min-overflow-x-scroll-even > *:nth-child(even) {
    overflow-x: scroll !important;
  }
  .mkb-xl-min-overflow-y-scroll, .mkb-xl-min-overflow-y-scroll-child > *, .mkb-xl-min-overflow-y-scroll-first > *:first-child, .mkb-xl-min-overflow-y-scroll-last > *:last-child, .mkb-xl-min-overflow-y-scroll-odd > *:nth-child(odd), .mkb-xl-min-overflow-y-scroll-even > *:nth-child(even) {
    overflow-y: scroll !important;
  }
  .mkb-xl-min-overflow-auto, .mkb-xl-min-overflow-auto-child > *, .mkb-xl-min-overflow-auto-first > *:first-child, .mkb-xl-min-overflow-auto-last > *:last-child, .mkb-xl-min-overflow-auto-odd > *:nth-child(odd), .mkb-xl-min-overflow-auto-even > *:nth-child(even) {
    overflow: auto !important;
  }
  .mkb-xl-min-overflow-x-auto, .mkb-xl-min-overflow-x-auto-child > *, .mkb-xl-min-overflow-x-auto-first > *:first-child, .mkb-xl-min-overflow-x-auto-last > *:last-child, .mkb-xl-min-overflow-x-auto-odd > *:nth-child(odd), .mkb-xl-min-overflow-x-auto-even > *:nth-child(even) {
    overflow-x: auto !important;
  }
  .mkb-xl-min-overflow-y-auto, .mkb-xl-min-overflow-y-auto-child > *, .mkb-xl-min-overflow-y-auto-first > *:first-child, .mkb-xl-min-overflow-y-auto-last > *:last-child, .mkb-xl-min-overflow-y-auto-odd > *:nth-child(odd), .mkb-xl-min-overflow-y-auto-even > *:nth-child(even) {
    overflow-y: auto !important;
  }
  .mkb-xl-min-overflow-inherit, .mkb-xl-min-overflow-inherit-child > *, .mkb-xl-min-overflow-inherit-first > *:first-child, .mkb-xl-min-overflow-inherit-last > *:last-child, .mkb-xl-min-overflow-inherit-odd > *:nth-child(odd), .mkb-xl-min-overflow-inherit-even > *:nth-child(even) {
    overflow: inherit !important;
  }
  .mkb-xl-min-overflow-x-inherit, .mkb-xl-min-overflow-x-inherit-child > *, .mkb-xl-min-overflow-x-inherit-first > *:first-child, .mkb-xl-min-overflow-x-inherit-last > *:last-child, .mkb-xl-min-overflow-x-inherit-odd > *:nth-child(odd), .mkb-xl-min-overflow-x-inherit-even > *:nth-child(even) {
    overflow-x: inherit !important;
  }
  .mkb-xl-min-overflow-y-inherit, .mkb-xl-min-overflow-y-inherit-child > *, .mkb-xl-min-overflow-y-inherit-first > *:first-child, .mkb-xl-min-overflow-y-inherit-last > *:last-child, .mkb-xl-min-overflow-y-inherit-odd > *:nth-child(odd), .mkb-xl-min-overflow-y-inherit-even > *:nth-child(even) {
    overflow-y: inherit !important;
  }
  /* #### VERTICAL ALIGN CLASSES #### */
  .mkb-xl-min-align-baseline, .mkb-xl-min-align-baseline-child > *, .mkb-xl-min-align-baseline-first > *:first-child, .mkb-xl-min-align-baseline-last > *:last-child, .mkb-xl-min-align-baseline-odd > *:nth-child(odd), .mkb-xl-min-align-baseline-even > *:nth-child(even) {
    vertical-align: baseline !important;
  }
  .mkb-xl-min-align-length, .mkb-xl-min-align-length-child > *, .mkb-xl-min-align-length-first > *:first-child, .mkb-xl-min-align-length-last > *:last-child, .mkb-xl-min-align-length-odd > *:nth-child(odd), .mkb-xl-min-align-length-even > *:nth-child(even) {
    vertical-align: length !important;
  }
  .mkb-xl-min-align-sub, .mkb-xl-min-align-sub-child > *, .mkb-xl-min-align-sub-first > *:first-child, .mkb-xl-min-align-sub-last > *:last-child, .mkb-xl-min-align-sub-odd > *:nth-child(odd), .mkb-xl-min-align-sub-even > *:nth-child(even) {
    vertical-align: sub !important;
  }
  .mkb-xl-min-align-super, .mkb-xl-min-align-super-child > *, .mkb-xl-min-align-super-first > *:first-child, .mkb-xl-min-align-super-last > *:last-child, .mkb-xl-min-align-super-odd > *:nth-child(odd), .mkb-xl-min-align-super-even > *:nth-child(even) {
    vertical-align: super !important;
  }
  .mkb-xl-min-align-top, .mkb-xl-min-align-top-child > *, .mkb-xl-min-align-top-first > *:first-child, .mkb-xl-min-align-top-last > *:last-child, .mkb-xl-min-align-top-odd > *:nth-child(odd), .mkb-xl-min-align-top-even > *:nth-child(even) {
    vertical-align: top !important;
  }
  .mkb-xl-min-align-text-top, .mkb-xl-min-align-text-top-child > *, .mkb-xl-min-align-text-top-first > *:first-child, .mkb-xl-min-align-text-top-last > *:last-child, .mkb-xl-min-align-text-top-odd > *:nth-child(odd), .mkb-xl-min-align-text-top-even > *:nth-child(even) {
    vertical-align: text-top !important;
  }
  .mkb-xl-min-align-middle, .mkb-xl-min-align-middle-child > *, .mkb-xl-min-align-middle-first > *:first-child, .mkb-xl-min-align-middle-last > *:last-child, .mkb-xl-min-align-middle-odd > *:nth-child(odd), .mkb-xl-min-align-middle-even > *:nth-child(even) {
    vertical-align: middle !important;
  }
  .mkb-xl-min-align-bottom, .mkb-xl-min-align-bottom-child > *, .mkb-xl-min-align-bottom-first > *:first-child, .mkb-xl-min-align-bottom-last > *:last-child, .mkb-xl-min-align-bottom-odd > *:nth-child(odd), .mkb-xl-min-align-bottom-even > *:nth-child(even) {
    vertical-align: bottom !important;
  }
  .mkb-xl-min-align-text-bottom, .mkb-xl-min-align-text-bottom-child > *, .mkb-xl-min-align-text-bottom-first > *:first-child, .mkb-xl-min-align-text-bottom-last > *:last-child, .mkb-xl-min-align-text-bottom-odd > *:nth-child(odd), .mkb-xl-min-align-text-bottom-even > *:nth-child(even) {
    vertical-align: text-bottom !important;
  }
  .mkb-xl-min-align-inherit, .mkb-xl-min-align-inherit-child > *, .mkb-xl-min-align-inherit-first > *:first-child, .mkb-xl-min-align-inherit-last > *:last-child, .mkb-xl-min-align-inherit-odd > *:nth-child(odd), .mkb-xl-min-align-inherit-even > *:nth-child(even) {
    vertical-align: inherit !important;
  }
  /* #### Z-INDEX CLASSES #### */
  .mkb-xl-min-zindex-first, .mkb-xl-min-zindex-first-child > *, .mkb-xl-min-zindex-first-first > *:first-child, .mkb-xl-min-zindex-first-last > *:last-child, .mkb-xl-min-zindex-first-odd > *:nth-child(odd), .mkb-xl-min-zindex-first-even > *:nth-child(even) {
    z-index: -1 !important;
  }
  .mkb-xl-min-zindex-last, .mkb-xl-min-zindex-last-child > *, .mkb-xl-min-zindex-last-first > *:first-child, .mkb-xl-min-zindex-last-last > *:last-child, .mkb-xl-min-zindex-last-odd > *:nth-child(odd), .mkb-xl-min-zindex-last-even > *:nth-child(even) {
    z-index: 2147483647 !important;
  }
  .mkb-xl-min-zindex-inherit, .mkb-xl-min-zindex-inherit-child > *, .mkb-xl-min-zindex-inherit-first > *:first-child, .mkb-xl-min-zindex-inherit-last > *:last-child, .mkb-xl-min-zindex-inherit-odd > *:nth-child(odd), .mkb-xl-min-zindex-inherit-even > *:nth-child(even) {
    z-index: inherit !important;
  }
  .mkb-xl-min-zindex-0, .mkb-xl-min-zindex-0-child > *, .mkb-xl-min-zindex-0-first > *:first-child, .mkb-xl-min-zindex-0-last > *:last-child, .mkb-xl-min-zindex-0-odd > *:nth-child(odd), .mkb-xl-min-zindex-0-even > *:nth-child(even) {
    z-index: 0 !important;
  }
  .mkb-xl-min-zindex-1, .mkb-xl-min-zindex-1-child > *, .mkb-xl-min-zindex-1-first > *:first-child, .mkb-xl-min-zindex-1-last > *:last-child, .mkb-xl-min-zindex-1-odd > *:nth-child(odd), .mkb-xl-min-zindex-1-even > *:nth-child(even) {
    z-index: 1 !important;
  }
  .mkb-xl-min-zindex-2, .mkb-xl-min-zindex-2-child > *, .mkb-xl-min-zindex-2-first > *:first-child, .mkb-xl-min-zindex-2-last > *:last-child, .mkb-xl-min-zindex-2-odd > *:nth-child(odd), .mkb-xl-min-zindex-2-even > *:nth-child(even) {
    z-index: 2 !important;
  }
  .mkb-xl-min-zindex-3, .mkb-xl-min-zindex-3-child > *, .mkb-xl-min-zindex-3-first > *:first-child, .mkb-xl-min-zindex-3-last > *:last-child, .mkb-xl-min-zindex-3-odd > *:nth-child(odd), .mkb-xl-min-zindex-3-even > *:nth-child(even) {
    z-index: 3 !important;
  }
  .mkb-xl-min-zindex-4, .mkb-xl-min-zindex-4-child > *, .mkb-xl-min-zindex-4-first > *:first-child, .mkb-xl-min-zindex-4-last > *:last-child, .mkb-xl-min-zindex-4-odd > *:nth-child(odd), .mkb-xl-min-zindex-4-even > *:nth-child(even) {
    z-index: 4 !important;
  }
  .mkb-xl-min-zindex-5, .mkb-xl-min-zindex-5-child > *, .mkb-xl-min-zindex-5-first > *:first-child, .mkb-xl-min-zindex-5-last > *:last-child, .mkb-xl-min-zindex-5-odd > *:nth-child(odd), .mkb-xl-min-zindex-5-even > *:nth-child(even) {
    z-index: 5 !important;
  }
  .mkb-xl-min-zindex-6, .mkb-xl-min-zindex-6-child > *, .mkb-xl-min-zindex-6-first > *:first-child, .mkb-xl-min-zindex-6-last > *:last-child, .mkb-xl-min-zindex-6-odd > *:nth-child(odd), .mkb-xl-min-zindex-6-even > *:nth-child(even) {
    z-index: 6 !important;
  }
  .mkb-xl-min-zindex-7, .mkb-xl-min-zindex-7-child > *, .mkb-xl-min-zindex-7-first > *:first-child, .mkb-xl-min-zindex-7-last > *:last-child, .mkb-xl-min-zindex-7-odd > *:nth-child(odd), .mkb-xl-min-zindex-7-even > *:nth-child(even) {
    z-index: 7 !important;
  }
  .mkb-xl-min-zindex-8, .mkb-xl-min-zindex-8-child > *, .mkb-xl-min-zindex-8-first > *:first-child, .mkb-xl-min-zindex-8-last > *:last-child, .mkb-xl-min-zindex-8-odd > *:nth-child(odd), .mkb-xl-min-zindex-8-even > *:nth-child(even) {
    z-index: 8 !important;
  }
  .mkb-xl-min-zindex-9, .mkb-xl-min-zindex-9-child > *, .mkb-xl-min-zindex-9-first > *:first-child, .mkb-xl-min-zindex-9-last > *:last-child, .mkb-xl-min-zindex-9-odd > *:nth-child(odd), .mkb-xl-min-zindex-9-even > *:nth-child(even) {
    z-index: 9 !important;
  }
  .mkb-xl-min-zindex-10, .mkb-xl-min-zindex-10-child > *, .mkb-xl-min-zindex-10-first > *:first-child, .mkb-xl-min-zindex-10-last > *:last-child, .mkb-xl-min-zindex-10-odd > *:nth-child(odd), .mkb-xl-min-zindex-10-even > *:nth-child(even) {
    z-index: 10 !important;
  }
  .mkb-xl-min-zindex-11, .mkb-xl-min-zindex-11-child > *, .mkb-xl-min-zindex-11-first > *:first-child, .mkb-xl-min-zindex-11-last > *:last-child, .mkb-xl-min-zindex-11-odd > *:nth-child(odd), .mkb-xl-min-zindex-11-even > *:nth-child(even) {
    z-index: 11 !important;
  }
  .mkb-xl-min-zindex-12, .mkb-xl-min-zindex-12-child > *, .mkb-xl-min-zindex-12-first > *:first-child, .mkb-xl-min-zindex-12-last > *:last-child, .mkb-xl-min-zindex-12-odd > *:nth-child(odd), .mkb-xl-min-zindex-12-even > *:nth-child(even) {
    z-index: 12 !important;
  }
  /* #### LIST CLASSES #### */
  .mkb-xl-min-list-none, .mkb-xl-min-list-none-child > *, .mkb-xl-min-list-none-first > *:first-child, .mkb-xl-min-list-none-last > *:last-child, .mkb-xl-min-list-none-odd > *:nth-child(odd), .mkb-xl-min-list-none-even > *:nth-child(even) {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-xl-min-list-reset, .mkb-xl-min-list-reset-child > *, .mkb-xl-min-list-reset-first > *:first-child, .mkb-xl-min-list-reset-last > *:last-child, .mkb-xl-min-list-reset-odd > *:nth-child(odd), .mkb-xl-min-list-reset-even > *:nth-child(even) {
    list-style-type: disc !important;
    list-style-position: inside !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mkb-xl-min-list-circle, .mkb-xl-min-list-circle-child > *, .mkb-xl-min-list-circle-first > *:first-child, .mkb-xl-min-list-circle-last > *:last-child, .mkb-xl-min-list-circle-odd > *:nth-child(odd), .mkb-xl-min-list-circle-even > *:nth-child(even) {
    list-style-type: circle !important;
  }
  .mkb-xl-min-list-decimal, .mkb-xl-min-list-decimal-child > *, .mkb-xl-min-list-decimal-first > *:first-child, .mkb-xl-min-list-decimal-last > *:last-child, .mkb-xl-min-list-decimal-odd > *:nth-child(odd), .mkb-xl-min-list-decimal-even > *:nth-child(even) {
    list-style-type: decimal !important;
  }
  .mkb-xl-min-list-decimal-zero, .mkb-xl-min-list-decimal-zero-child > *, .mkb-xl-min-list-decimal-zero-first > *:first-child, .mkb-xl-min-list-decimal-zero-last > *:last-child, .mkb-xl-min-list-decimal-zero-odd > *:nth-child(odd), .mkb-xl-min-list-decimal-zero-even > *:nth-child(even) {
    list-style-type: decimal-zero !important;
  }
  .mkb-xl-min-list-disc, .mkb-xl-min-list-disc-child > *, .mkb-xl-min-list-disc-first > *:first-child, .mkb-xl-min-list-disc-last > *:last-child, .mkb-xl-min-list-disc-odd > *:nth-child(odd), .mkb-xl-min-list-disc-even > *:nth-child(even) {
    list-style-type: disc !important;
  }
  .mkb-xl-min-list-lower-alpha, .mkb-xl-min-list-lower-alpha-child > *, .mkb-xl-min-list-lower-alpha-first > *:first-child, .mkb-xl-min-list-lower-alpha-last > *:last-child, .mkb-xl-min-list-lower-alpha-odd > *:nth-child(odd), .mkb-xl-min-list-lower-alpha-even > *:nth-child(even) {
    list-style-type: lower-alpha !important;
  }
  .mkb-xl-min-list-lower-roman, .mkb-xl-min-list-lower-roman-child > *, .mkb-xl-min-list-lower-roman-first > *:first-child, .mkb-xl-min-list-lower-roman-last > *:last-child, .mkb-xl-min-list-lower-roman-odd > *:nth-child(odd), .mkb-xl-min-list-lower-roman-even > *:nth-child(even) {
    list-style-type: lower-roman !important;
  }
  .mkb-xl-min-list-upper-alpha, .mkb-xl-min-list-upper-alpha-child > *, .mkb-xl-min-list-upper-alpha-first > *:first-child, .mkb-xl-min-list-upper-alpha-last > *:last-child, .mkb-xl-min-list-upper-alpha-odd > *:nth-child(odd), .mkb-xl-min-list-upper-alpha-even > *:nth-child(even) {
    list-style-type: upper-alpha !important;
  }
  .mkb-xl-min-list-upper-roman, .mkb-xl-min-list-upper-roman-child > *, .mkb-xl-min-list-upper-roman-first > *:first-child, .mkb-xl-min-list-upper-roman-last > *:last-child, .mkb-xl-min-list-upper-roman-odd > *:nth-child(odd), .mkb-xl-min-list-upper-roman-even > *:nth-child(even) {
    list-style-type: upper-roman !important;
  }
  .mkb-xl-min-list-square, .mkb-xl-min-list-square-child > *, .mkb-xl-min-list-square-first > *:first-child, .mkb-xl-min-list-square-last > *:last-child, .mkb-xl-min-list-square-odd > *:nth-child(odd), .mkb-xl-min-list-square-even > *:nth-child(even) {
    list-style-type: square !important;
  }
  .mkb-xl-min-list-style-inherit, .mkb-xl-min-list-style-inherit-child > *, .mkb-xl-min-list-style-inherit-first > *:first-child, .mkb-xl-min-list-style-inherit-last > *:last-child, .mkb-xl-min-list-style-inherit-odd > *:nth-child(odd), .mkb-xl-min-list-style-inherit-even > *:nth-child(even) {
    list-style-type: inherit !important;
  }
  /* #### HEADING CLASSES #### */
  .mkb-xl-min-h1,
  .mkb-xl-min-h2,
  .mkb-xl-min-h3,
  .mkb-xl-min-h4,
  .mkb-xl-min-h5,
  .mkb-xl-min-h6 {
    font-weight: bold;
  }
  .mkb-xl-min-h1 {
    font-size: 2.31693rem;
  }
  .mkb-xl-min-h2 {
    font-size: 2.0595rem;
  }
  .mkb-xl-min-h3 {
    font-size: 1.83064rem;
  }
  .mkb-xl-min-h4 {
    font-size: 1.62721rem;
  }
  .mkb-xl-min-h5 {
    font-size: 1.44643rem;
  }
  .mkb-xl-min-h6 {
    font-size: 1.28571rem;
  }
  /* #### TEXT CLASSES #### */
  .mkb-xl-min-text-left, .mkb-xl-min-text-left-child > *, .mkb-xl-min-text-left-first > *:first-child, .mkb-xl-min-text-left-last > *:last-child, .mkb-xl-min-text-left-odd > *:nth-child(odd), .mkb-xl-min-text-left-even > *:nth-child(even) {
    text-align: left !important;
  }
  .mkb-xl-min-text-center, .mkb-xl-min-text-center-child > *, .mkb-xl-min-text-center-first > *:first-child, .mkb-xl-min-text-center-last > *:last-child, .mkb-xl-min-text-center-odd > *:nth-child(odd), .mkb-xl-min-text-center-even > *:nth-child(even) {
    text-align: center !important;
  }
  .mkb-xl-min-text-right, .mkb-xl-min-text-right-child > *, .mkb-xl-min-text-right-first > *:first-child, .mkb-xl-min-text-right-last > *:last-child, .mkb-xl-min-text-right-odd > *:nth-child(odd), .mkb-xl-min-text-right-even > *:nth-child(even) {
    text-align: right !important;
  }
  .mkb-xl-min-text-justify, .mkb-xl-min-text-justify-child > *, .mkb-xl-min-text-justify-first > *:first-child, .mkb-xl-min-text-justify-last > *:last-child, .mkb-xl-min-text-justify-odd > *:nth-child(odd), .mkb-xl-min-text-justify-even > *:nth-child(even) {
    text-align: justify !important;
  }
  .mkb-xl-min-text-align-inherit, .mkb-xl-min-text-align-inherit-child > *, .mkb-xl-min-text-align-inherit-first > *:first-child, .mkb-xl-min-text-align-inherit-last > *:last-child, .mkb-xl-min-text-align-inherit-odd > *:nth-child(odd), .mkb-xl-min-text-align-inherit-even > *:nth-child(even) {
    text-align: inherit !important;
  }
  .mkb-xl-min-text-decoration-none, .mkb-xl-min-text-decoration-none-child > *, .mkb-xl-min-text-decoration-none-first > *:first-child, .mkb-xl-min-text-decoration-none-last > *:last-child, .mkb-xl-min-text-decoration-none-odd > *:nth-child(odd), .mkb-xl-min-text-decoration-none-even > *:nth-child(even) {
    text-decoration: none !important;
  }
  .mkb-xl-min-text-underline, .mkb-xl-min-text-underline-child > *, .mkb-xl-min-text-underline-first > *:first-child, .mkb-xl-min-text-underline-last > *:last-child, .mkb-xl-min-text-underline-odd > *:nth-child(odd), .mkb-xl-min-text-underline-even > *:nth-child(even) {
    text-decoration: underline !important;
  }
  .mkb-xl-min-text-overline, .mkb-xl-min-text-overline-child > *, .mkb-xl-min-text-overline-first > *:first-child, .mkb-xl-min-text-overline-last > *:last-child, .mkb-xl-min-text-overline-odd > *:nth-child(odd), .mkb-xl-min-text-overline-even > *:nth-child(even) {
    text-decoration: overline !important;
  }
  .mkb-xl-min-text-line-through, .mkb-xl-min-text-line-through-child > *, .mkb-xl-min-text-line-through-first > *:first-child, .mkb-xl-min-text-line-through-last > *:last-child, .mkb-xl-min-text-line-through-odd > *:nth-child(odd), .mkb-xl-min-text-line-through-even > *:nth-child(even) {
    text-decoration: line-through !important;
  }
  .mkb-xl-min-text-decoration-inherit, .mkb-xl-min-text-decoration-inherit-child > *, .mkb-xl-min-text-decoration-inherit-first > *:first-child, .mkb-xl-min-text-decoration-inherit-last > *:last-child, .mkb-xl-min-text-decoration-inherit-odd > *:nth-child(odd), .mkb-xl-min-text-decoration-inherit-even > *:nth-child(even) {
    text-decoration: inherit !important;
  }
  .mkb-xl-min-text-clip, .mkb-xl-min-text-clip-child > *, .mkb-xl-min-text-clip-first > *:first-child, .mkb-xl-min-text-clip-last > *:last-child, .mkb-xl-min-text-clip-odd > *:nth-child(odd), .mkb-xl-min-text-clip-even > *:nth-child(even) {
    text-overflow: clip !important;
  }
  .mkb-xl-min-text-ellipsis, .mkb-xl-min-text-ellipsis-child > *, .mkb-xl-min-text-ellipsis-first > *:first-child, .mkb-xl-min-text-ellipsis-last > *:last-child, .mkb-xl-min-text-ellipsis-odd > *:nth-child(odd), .mkb-xl-min-text-ellipsis-even > *:nth-child(even) {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .mkb-xl-min-text-overflow-inherit, .mkb-xl-min-text-overflow-inherit-child > *, .mkb-xl-min-text-overflow-inherit-first > *:first-child, .mkb-xl-min-text-overflow-inherit-last > *:last-child, .mkb-xl-min-text-overflow-inherit-odd > *:nth-child(odd), .mkb-xl-min-text-overflow-inherit-even > *:nth-child(even) {
    text-overflow: inherit !important;
  }
  .mkb-xl-min-text-transform-none, .mkb-xl-min-text-transform-none-child > *, .mkb-xl-min-text-transform-none-first > *:first-child, .mkb-xl-min-text-transform-none-last > *:last-child, .mkb-xl-min-text-transform-none-odd > *:nth-child(odd), .mkb-xl-min-text-transform-none-even > *:nth-child(even) {
    text-transform: none !important;
  }
  .mkb-xl-min-text-capitalize, .mkb-xl-min-text-capitalize-child > *, .mkb-xl-min-text-capitalize-first > *:first-child, .mkb-xl-min-text-capitalize-last > *:last-child, .mkb-xl-min-text-capitalize-odd > *:nth-child(odd), .mkb-xl-min-text-capitalize-even > *:nth-child(even) {
    text-transform: capitalize !important;
  }
  .mkb-xl-min-text-uppercase, .mkb-xl-min-text-uppercase-child > *, .mkb-xl-min-text-uppercase-first > *:first-child, .mkb-xl-min-text-uppercase-last > *:last-child, .mkb-xl-min-text-uppercase-odd > *:nth-child(odd), .mkb-xl-min-text-uppercase-even > *:nth-child(even) {
    text-transform: uppercase !important;
  }
  .mkb-xl-min-text-lowercase, .mkb-xl-min-text-lowercase-child > *, .mkb-xl-min-text-lowercase-first > *:first-child, .mkb-xl-min-text-lowercase-last > *:last-child, .mkb-xl-min-text-lowercase-odd > *:nth-child(odd), .mkb-xl-min-text-lowercase-even > *:nth-child(even) {
    text-transform: lowercase !important;
  }
  .mkb-xl-min-text-transform-inherit, .mkb-xl-min-text-transform-inherit-child > *, .mkb-xl-min-text-transform-inherit-first > *:first-child, .mkb-xl-min-text-transform-inherit-last > *:last-child, .mkb-xl-min-text-transform-inherit-odd > *:nth-child(odd), .mkb-xl-min-text-transform-inherit-even > *:nth-child(even) {
    text-transform: inherit !important;
  }
  .mkb-xl-min-text-nowrap, .mkb-xl-min-text-nowrap-child > *, .mkb-xl-min-text-nowrap-first > *:first-child, .mkb-xl-min-text-nowrap-last > *:last-child, .mkb-xl-min-text-nowrap-odd > *:nth-child(odd), .mkb-xl-min-text-nowrap-even > *:nth-child(even) {
    white-space: nowrap !important;
  }
  .mkb-xl-min-text-pre, .mkb-xl-min-text-pre-child > *, .mkb-xl-min-text-pre-first > *:first-child, .mkb-xl-min-text-pre-last > *:last-child, .mkb-xl-min-text-pre-odd > *:nth-child(odd), .mkb-xl-min-text-pre-even > *:nth-child(even) {
    white-space: pre !important;
  }
  .mkb-xl-min-text-pre-line, .mkb-xl-min-text-pre-line-child > *, .mkb-xl-min-text-pre-line-first > *:first-child, .mkb-xl-min-text-pre-line-last > *:last-child, .mkb-xl-min-text-pre-line-odd > *:nth-child(odd), .mkb-xl-min-text-pre-line-even > *:nth-child(even) {
    white-space: pre-line !important;
  }
  .mkb-xl-min-text-pre-wrap, .mkb-xl-min-text-pre-wrap-child > *, .mkb-xl-min-text-pre-wrap-first > *:first-child, .mkb-xl-min-text-pre-wrap-last > *:last-child, .mkb-xl-min-text-pre-wrap-odd > *:nth-child(odd), .mkb-xl-min-text-pre-wrap-even > *:nth-child(even) {
    white-space: pre-wrap !important;
  }
  .mkb-xl-min-text-break-all, .mkb-xl-min-text-break-all-child > *, .mkb-xl-min-text-break-all-first > *:first-child, .mkb-xl-min-text-break-all-last > *:last-child, .mkb-xl-min-text-break-all-odd > *:nth-child(odd), .mkb-xl-min-text-break-all-even > *:nth-child(even) {
    word-break: break-all !important;
  }
  .mkb-xl-min-text-keep-all, .mkb-xl-min-text-keep-all-child > *, .mkb-xl-min-text-keep-all-first > *:first-child, .mkb-xl-min-text-keep-all-last > *:last-child, .mkb-xl-min-text-keep-all-odd > *:nth-child(odd), .mkb-xl-min-text-keep-all-even > *:nth-child(even) {
    word-break: keep-all !important;
  }
  .mkb-xl-min-text-break-word, .mkb-xl-min-text-break-word-child > *, .mkb-xl-min-text-break-word-first > *:first-child, .mkb-xl-min-text-break-word-last > *:last-child, .mkb-xl-min-text-break-word-odd > *:nth-child(odd), .mkb-xl-min-text-break-word-even > *:nth-child(even) {
    word-wrap: break-word !important;
  }
  .mkb-xl-min-text-style-normal, .mkb-xl-min-text-style-normal-child > *, .mkb-xl-min-text-style-normal-first > *:first-child, .mkb-xl-min-text-style-normal-last > *:last-child, .mkb-xl-min-text-style-normal-odd > *:nth-child(odd), .mkb-xl-min-text-style-normal-even > *:nth-child(even) {
    font-style: normal !important;
  }
  .mkb-xl-min-text-italic, .mkb-xl-min-text-italic-child > *, .mkb-xl-min-text-italic-first > *:first-child, .mkb-xl-min-text-italic-last > *:last-child, .mkb-xl-min-text-italic-odd > *:nth-child(odd), .mkb-xl-min-text-italic-even > *:nth-child(even) {
    font-style: italic !important;
  }
  .mkb-xl-min-text-oblique, .mkb-xl-min-text-oblique-child > *, .mkb-xl-min-text-oblique-first > *:first-child, .mkb-xl-min-text-oblique-last > *:last-child, .mkb-xl-min-text-oblique-odd > *:nth-child(odd), .mkb-xl-min-text-oblique-even > *:nth-child(even) {
    font-style: oblique !important;
  }
  .mkb-xl-min-text-weight-normal, .mkb-xl-min-text-weight-normal-child > *, .mkb-xl-min-text-weight-normal-first > *:first-child, .mkb-xl-min-text-weight-normal-last > *:last-child, .mkb-xl-min-text-weight-normal-odd > *:nth-child(odd), .mkb-xl-min-text-weight-normal-even > *:nth-child(even) {
    font-weight: normal !important;
  }
  .mkb-xl-min-text-bold, .mkb-xl-min-text-bold-child > *, .mkb-xl-min-text-bold-first > *:first-child, .mkb-xl-min-text-bold-last > *:last-child, .mkb-xl-min-text-bold-odd > *:nth-child(odd), .mkb-xl-min-text-bold-even > *:nth-child(even) {
    font-weight: bold !important;
  }
  .mkb-xl-min-text-bolder, .mkb-xl-min-text-bolder-child > *, .mkb-xl-min-text-bolder-first > *:first-child, .mkb-xl-min-text-bolder-last > *:last-child, .mkb-xl-min-text-bolder-odd > *:nth-child(odd), .mkb-xl-min-text-bolder-even > *:nth-child(even) {
    font-weight: bolder !important;
  }
  .mkb-xl-min-text-lighter, .mkb-xl-min-text-lighter-child > *, .mkb-xl-min-text-lighter-first > *:first-child, .mkb-xl-min-text-lighter-last > *:last-child, .mkb-xl-min-text-lighter-odd > *:nth-child(odd), .mkb-xl-min-text-lighter-even > *:nth-child(even) {
    font-weight: lighter !important;
  }
  .mkb-xl-min-text-variant-normal, .mkb-xl-min-text-variant-normal-child > *, .mkb-xl-min-text-variant-normal-first > *:first-child, .mkb-xl-min-text-variant-normal-last > *:last-child, .mkb-xl-min-text-variant-normal-odd > *:nth-child(odd), .mkb-xl-min-text-variant-normal-even > *:nth-child(even) {
    font-variant: normal !important;
  }
  .mkb-xl-min-text-small-caps, .mkb-xl-min-text-small-caps-child > *, .mkb-xl-min-text-small-caps-first > *:first-child, .mkb-xl-min-text-small-caps-last > *:last-child, .mkb-xl-min-text-small-caps-odd > *:nth-child(odd), .mkb-xl-min-text-small-caps-even > *:nth-child(even) {
    font-variant: small-caps !important;
  }
  .mkb-xl-min-text-weight-100, .mkb-xl-min-text-weight-10-child > *, .mkb-xl-min-text-weight-10-first > *:first-child, .mkb-xl-min-text-weight-10-last > *:last-child, .mkb-xl-min-text-weight-10-odd > *:nth-child(odd), .mkb-xl-min-text-weight-10-even > *:nth-child(even) {
    font-weight: 10 !important;
  }
  .mkb-xl-min-text-weight-200, .mkb-xl-min-text-weight-20-child > *, .mkb-xl-min-text-weight-20-first > *:first-child, .mkb-xl-min-text-weight-20-last > *:last-child, .mkb-xl-min-text-weight-20-odd > *:nth-child(odd), .mkb-xl-min-text-weight-20-even > *:nth-child(even) {
    font-weight: 20 !important;
  }
  .mkb-xl-min-text-weight-300, .mkb-xl-min-text-weight-30-child > *, .mkb-xl-min-text-weight-30-first > *:first-child, .mkb-xl-min-text-weight-30-last > *:last-child, .mkb-xl-min-text-weight-30-odd > *:nth-child(odd), .mkb-xl-min-text-weight-30-even > *:nth-child(even) {
    font-weight: 30 !important;
  }
  .mkb-xl-min-text-weight-400, .mkb-xl-min-text-weight-40-child > *, .mkb-xl-min-text-weight-40-first > *:first-child, .mkb-xl-min-text-weight-40-last > *:last-child, .mkb-xl-min-text-weight-40-odd > *:nth-child(odd), .mkb-xl-min-text-weight-40-even > *:nth-child(even) {
    font-weight: 40 !important;
  }
  .mkb-xl-min-text-weight-500, .mkb-xl-min-text-weight-50-child > *, .mkb-xl-min-text-weight-50-first > *:first-child, .mkb-xl-min-text-weight-50-last > *:last-child, .mkb-xl-min-text-weight-50-odd > *:nth-child(odd), .mkb-xl-min-text-weight-50-even > *:nth-child(even) {
    font-weight: 50 !important;
  }
  .mkb-xl-min-text-weight-600, .mkb-xl-min-text-weight-60-child > *, .mkb-xl-min-text-weight-60-first > *:first-child, .mkb-xl-min-text-weight-60-last > *:last-child, .mkb-xl-min-text-weight-60-odd > *:nth-child(odd), .mkb-xl-min-text-weight-60-even > *:nth-child(even) {
    font-weight: 60 !important;
  }
  .mkb-xl-min-text-weight-700, .mkb-xl-min-text-weight-70-child > *, .mkb-xl-min-text-weight-70-first > *:first-child, .mkb-xl-min-text-weight-70-last > *:last-child, .mkb-xl-min-text-weight-70-odd > *:nth-child(odd), .mkb-xl-min-text-weight-70-even > *:nth-child(even) {
    font-weight: 70 !important;
  }
  .mkb-xl-min-text-weight-800, .mkb-xl-min-text-weight-80-child > *, .mkb-xl-min-text-weight-80-first > *:first-child, .mkb-xl-min-text-weight-80-last > *:last-child, .mkb-xl-min-text-weight-80-odd > *:nth-child(odd), .mkb-xl-min-text-weight-80-even > *:nth-child(even) {
    font-weight: 80 !important;
  }
  .mkb-xl-min-text-weight-900, .mkb-xl-min-text-weight-90-child > *, .mkb-xl-min-text-weight-90-first > *:first-child, .mkb-xl-min-text-weight-90-last > *:last-child, .mkb-xl-min-text-weight-90-odd > *:nth-child(odd), .mkb-xl-min-text-weight-90-even > *:nth-child(even) {
    font-weight: 90 !important;
  }
  /* #### BACKGROUND CLASSES #### */
  .mkb-xl-min-background-scroll, .mkb-xl-min-background-scroll-child > *, .mkb-xl-min-background-scroll-first > *:first-child, .mkb-xl-min-background-scroll-last > *:last-child, .mkb-xl-min-background-scroll-odd > *:nth-child(odd), .mkb-xl-min-background-scroll-even > *:nth-child(even) {
    background-attachment: scroll !important;
  }
  .mkb-xl-min-background-fixed, .mkb-xl-min-background-fixed-child > *, .mkb-xl-min-background-fixed-first > *:first-child, .mkb-xl-min-background-fixed-last > *:last-child, .mkb-xl-min-background-fixed-odd > *:nth-child(odd), .mkb-xl-min-background-fixed-even > *:nth-child(even) {
    background-attachment: fixed !important;
  }
  .mkb-xl-min-background-local, .mkb-xl-min-background-local-child > *, .mkb-xl-min-background-local-first > *:first-child, .mkb-xl-min-background-local-last > *:last-child, .mkb-xl-min-background-local-odd > *:nth-child(odd), .mkb-xl-min-background-local-even > *:nth-child(even) {
    background-attachment: local !important;
  }
  .mkb-xl-min-background-attachment-inherit, .mkb-xl-min-background-attachment-inherit-child > *, .mkb-xl-min-background-attachment-inherit-first > *:first-child, .mkb-xl-min-background-attachment-inherit-last > *:last-child, .mkb-xl-min-background-attachment-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-attachment-inherit-even > *:nth-child(even) {
    background-attachment: inherit !important;
  }
  .mkb-xl-min-background-size-auto, .mkb-xl-min-background-size-auto-child > *, .mkb-xl-min-background-size-auto-first > *:first-child, .mkb-xl-min-background-size-auto-last > *:last-child, .mkb-xl-min-background-size-auto-odd > *:nth-child(odd), .mkb-xl-min-background-size-auto-even > *:nth-child(even) {
    background-size: auto !important;
  }
  .mkb-xl-min-background-length, .mkb-xl-min-background-length-child > *, .mkb-xl-min-background-length-first > *:first-child, .mkb-xl-min-background-length-last > *:last-child, .mkb-xl-min-background-length-odd > *:nth-child(odd), .mkb-xl-min-background-length-even > *:nth-child(even) {
    background-size: length !important;
  }
  .mkb-xl-min-background-cover, .mkb-xl-min-background-cover-child > *, .mkb-xl-min-background-cover-first > *:first-child, .mkb-xl-min-background-cover-last > *:last-child, .mkb-xl-min-background-cover-odd > *:nth-child(odd), .mkb-xl-min-background-cover-even > *:nth-child(even) {
    background-size: cover !important;
  }
  .mkb-xl-min-background-contain, .mkb-xl-min-background-contain-child > *, .mkb-xl-min-background-contain-first > *:first-child, .mkb-xl-min-background-contain-last > *:last-child, .mkb-xl-min-background-contain-odd > *:nth-child(odd), .mkb-xl-min-background-contain-even > *:nth-child(even) {
    background-size: contain !important;
  }
  .mkb-xl-min-background-size-inherit, .mkb-xl-min-background-size-inherit-child > *, .mkb-xl-min-background-size-inherit-first > *:first-child, .mkb-xl-min-background-size-inherit-last > *:last-child, .mkb-xl-min-background-size-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-size-inherit-even > *:nth-child(even) {
    background-size: inherit !important;
  }
  .mkb-xl-min-background-repeat, .mkb-xl-min-background-repeat-child > *, .mkb-xl-min-background-repeat-first > *:first-child, .mkb-xl-min-background-repeat-last > *:last-child, .mkb-xl-min-background-repeat-odd > *:nth-child(odd), .mkb-xl-min-background-repeat-even > *:nth-child(even) {
    background-repeat: repeat !important;
  }
  .mkb-xl-min-background-repeat-x, .mkb-xl-min-background-repeat-x-child > *, .mkb-xl-min-background-repeat-x-first > *:first-child, .mkb-xl-min-background-repeat-x-last > *:last-child, .mkb-xl-min-background-repeat-x-odd > *:nth-child(odd), .mkb-xl-min-background-repeat-x-even > *:nth-child(even) {
    background-repeat: repeat-x !important;
  }
  .mkb-xl-min-background-repeat-y, .mkb-xl-min-background-repeat-y-child > *, .mkb-xl-min-background-repeat-y-first > *:first-child, .mkb-xl-min-background-repeat-y-last > *:last-child, .mkb-xl-min-background-repeat-y-odd > *:nth-child(odd), .mkb-xl-min-background-repeat-y-even > *:nth-child(even) {
    background-repeat: repeat-y !important;
  }
  .mkb-xl-min-background-repeat-none, .mkb-xl-min-background-repeat-none-child > *, .mkb-xl-min-background-repeat-none-first > *:first-child, .mkb-xl-min-background-repeat-none-last > *:last-child, .mkb-xl-min-background-repeat-none-odd > *:nth-child(odd), .mkb-xl-min-background-repeat-none-even > *:nth-child(even) {
    background-repeat: no-repeat !important;
  }
  .mkb-xl-min-background-repeat-inherit, .mkb-xl-min-background-repeat-inherit-child > *, .mkb-xl-min-background-repeat-inherit-first > *:first-child, .mkb-xl-min-background-repeat-inherit-last > *:last-child, .mkb-xl-min-background-repeat-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-repeat-inherit-even > *:nth-child(even) {
    background-repeat: inherit !important;
  }
  .mkb-xl-min-background-left-top, .mkb-xl-min-background-left-top-child > *, .mkb-xl-min-background-left-top-first > *:first-child, .mkb-xl-min-background-left-top-last > *:last-child, .mkb-xl-min-background-left-top-odd > *:nth-child(odd), .mkb-xl-min-background-left-top-even > *:nth-child(even) {
    background-position: left top !important;
  }
  .mkb-xl-min-background-left-center, .mkb-xl-min-background-left-center-child > *, .mkb-xl-min-background-left-center-first > *:first-child, .mkb-xl-min-background-left-center-last > *:last-child, .mkb-xl-min-background-left-center-odd > *:nth-child(odd), .mkb-xl-min-background-left-center-even > *:nth-child(even) {
    background-position: left center !important;
  }
  .mkb-xl-min-background-left-bottom, .mkb-xl-min-background-left-bottom-child > *, .mkb-xl-min-background-left-bottom-first > *:first-child, .mkb-xl-min-background-left-bottom-last > *:last-child, .mkb-xl-min-background-left-bottom-odd > *:nth-child(odd), .mkb-xl-min-background-left-bottom-even > *:nth-child(even) {
    background-position: left bottom !important;
  }
  .mkb-xl-min-background-right-top, .mkb-xl-min-background-right-top-child > *, .mkb-xl-min-background-right-top-first > *:first-child, .mkb-xl-min-background-right-top-last > *:last-child, .mkb-xl-min-background-right-top-odd > *:nth-child(odd), .mkb-xl-min-background-right-top-even > *:nth-child(even) {
    background-position: right top !important;
  }
  .mkb-xl-min-background-right-center, .mkb-xl-min-background-right-center-child > *, .mkb-xl-min-background-right-center-first > *:first-child, .mkb-xl-min-background-right-center-last > *:last-child, .mkb-xl-min-background-right-center-odd > *:nth-child(odd), .mkb-xl-min-background-right-center-even > *:nth-child(even) {
    background-position: right center !important;
  }
  .mkb-xl-min-background-right-bottom, .mkb-xl-min-background-right-bottom-child > *, .mkb-xl-min-background-right-bottom-first > *:first-child, .mkb-xl-min-background-right-bottom-last > *:last-child, .mkb-xl-min-background-right-bottom-odd > *:nth-child(odd), .mkb-xl-min-background-right-bottom-even > *:nth-child(even) {
    background-position: right bottom !important;
  }
  .mkb-xl-min-background-center-top, .mkb-xl-min-background-center-top-child > *, .mkb-xl-min-background-center-top-first > *:first-child, .mkb-xl-min-background-center-top-last > *:last-child, .mkb-xl-min-background-center-top-odd > *:nth-child(odd), .mkb-xl-min-background-center-top-even > *:nth-child(even) {
    background-position: center top !important;
  }
  .mkb-xl-min-background-center-center, .mkb-xl-min-background-center-center-child > *, .mkb-xl-min-background-center-center-first > *:first-child, .mkb-xl-min-background-center-center-last > *:last-child, .mkb-xl-min-background-center-center-odd > *:nth-child(odd), .mkb-xl-min-background-center-center-even > *:nth-child(even) {
    background-position: center center !important;
  }
  .mkb-xl-min-background-center-bottom, .mkb-xl-min-background-center-bottom-child > *, .mkb-xl-min-background-center-bottom-first > *:first-child, .mkb-xl-min-background-center-bottom-last > *:last-child, .mkb-xl-min-background-center-bottom-odd > *:nth-child(odd), .mkb-xl-min-background-center-bottom-even > *:nth-child(even) {
    background-position: center bottom !important;
  }
  .mkb-xl-min-background-position-inherit, .mkb-xl-min-background-position-inherit-child > *, .mkb-xl-min-background-position-inherit-first > *:first-child, .mkb-xl-min-background-position-inherit-last > *:last-child, .mkb-xl-min-background-position-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-position-inherit-even > *:nth-child(even) {
    background-position: inherit !important;
  }
  .mkb-xl-min-background-clip-border, .mkb-xl-min-background-clip-border-child > *, .mkb-xl-min-background-clip-border-first > *:first-child, .mkb-xl-min-background-clip-border-last > *:last-child, .mkb-xl-min-background-clip-border-odd > *:nth-child(odd), .mkb-xl-min-background-clip-border-even > *:nth-child(even) {
    background-clip: border-box !important;
  }
  .mkb-xl-min-background-clip-padding, .mkb-xl-min-background-clip-padding-child > *, .mkb-xl-min-background-clip-padding-first > *:first-child, .mkb-xl-min-background-clip-padding-last > *:last-child, .mkb-xl-min-background-clip-padding-odd > *:nth-child(odd), .mkb-xl-min-background-clip-padding-even > *:nth-child(even) {
    background-clip: padding-box !important;
  }
  .mkb-xl-min-background-clip-content, .mkb-xl-min-background-clip-content-child > *, .mkb-xl-min-background-clip-content-first > *:first-child, .mkb-xl-min-background-clip-content-last > *:last-child, .mkb-xl-min-background-clip-content-odd > *:nth-child(odd), .mkb-xl-min-background-clip-content-even > *:nth-child(even) {
    background-clip: content-box !important;
  }
  .mkb-xl-min-background-clip-inherit, .mkb-xl-min-background-clip-inherit-child > *, .mkb-xl-min-background-clip-inherit-first > *:first-child, .mkb-xl-min-background-clip-inherit-last > *:last-child, .mkb-xl-min-background-clip-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-clip-inherit-even > *:nth-child(even) {
    background-clip: inherit !important;
  }
  .mkb-xl-min-background-origin-padding, .mkb-xl-min-background-origin-padding-child > *, .mkb-xl-min-background-origin-padding-first > *:first-child, .mkb-xl-min-background-origin-padding-last > *:last-child, .mkb-xl-min-background-origin-padding-odd > *:nth-child(odd), .mkb-xl-min-background-origin-padding-even > *:nth-child(even) {
    background-origin: padding-box !important;
  }
  .mkb-xl-min-background-origin-border, .mkb-xl-min-background-origin-border-child > *, .mkb-xl-min-background-origin-border-first > *:first-child, .mkb-xl-min-background-origin-border-last > *:last-child, .mkb-xl-min-background-origin-border-odd > *:nth-child(odd), .mkb-xl-min-background-origin-border-even > *:nth-child(even) {
    background-origin: border-box !important;
  }
  .mkb-xl-min-background-origin-content, .mkb-xl-min-background-origin-content-child > *, .mkb-xl-min-background-origin-content-first > *:first-child, .mkb-xl-min-background-origin-content-last > *:last-child, .mkb-xl-min-background-origin-content-odd > *:nth-child(odd), .mkb-xl-min-background-origin-content-even > *:nth-child(even) {
    background-origin: content-box !important;
  }
  .mkb-xl-min-background-origin-inherit, .mkb-xl-min-background-origin-inherit-child > *, .mkb-xl-min-background-origin-inherit-first > *:first-child, .mkb-xl-min-background-origin-inherit-last > *:last-child, .mkb-xl-min-background-origin-inherit-odd > *:nth-child(odd), .mkb-xl-min-background-origin-inherit-even > *:nth-child(even) {
    background-origin: inherit !important;
  }
  /* #### WIDTH CLASSES #### */
  .mkb-xl-min-width, .mkb-xl-min-width-child > *, .mkb-xl-min-width-first > *:first-child, .mkb-xl-min-width-last > *:last-child, .mkb-xl-min-width-odd > *:nth-child(odd), .mkb-xl-min-width-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-min-width-1-8, .mkb-xl-min-width-1-8-child > *, .mkb-xl-min-width-1-8-first > *:first-child, .mkb-xl-min-width-1-8-last > *:last-child, .mkb-xl-min-width-1-8-odd > *:nth-child(odd), .mkb-xl-min-width-1-8-even > *:nth-child(even) {
    width: 12.5% !important;
  }
  .mkb-xl-min-width-2-8, .mkb-xl-min-width-2-8-child > *, .mkb-xl-min-width-2-8-first > *:first-child, .mkb-xl-min-width-2-8-last > *:last-child, .mkb-xl-min-width-2-8-odd > *:nth-child(odd), .mkb-xl-min-width-2-8-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-xl-min-width-3-8, .mkb-xl-min-width-3-8-child > *, .mkb-xl-min-width-3-8-first > *:first-child, .mkb-xl-min-width-3-8-last > *:last-child, .mkb-xl-min-width-3-8-odd > *:nth-child(odd), .mkb-xl-min-width-3-8-even > *:nth-child(even) {
    width: 37.5% !important;
  }
  .mkb-xl-min-width-4-8, .mkb-xl-min-width-4-8-child > *, .mkb-xl-min-width-4-8-first > *:first-child, .mkb-xl-min-width-4-8-last > *:last-child, .mkb-xl-min-width-4-8-odd > *:nth-child(odd), .mkb-xl-min-width-4-8-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-min-width-5-8, .mkb-xl-min-width-5-8-child > *, .mkb-xl-min-width-5-8-first > *:first-child, .mkb-xl-min-width-5-8-last > *:last-child, .mkb-xl-min-width-5-8-odd > *:nth-child(odd), .mkb-xl-min-width-5-8-even > *:nth-child(even) {
    width: 62.5% !important;
  }
  .mkb-xl-min-width-6-8, .mkb-xl-min-width-6-8-child > *, .mkb-xl-min-width-6-8-first > *:first-child, .mkb-xl-min-width-6-8-last > *:last-child, .mkb-xl-min-width-6-8-odd > *:nth-child(odd), .mkb-xl-min-width-6-8-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-xl-min-width-7-8, .mkb-xl-min-width-7-8-child > *, .mkb-xl-min-width-7-8-first > *:first-child, .mkb-xl-min-width-7-8-last > *:last-child, .mkb-xl-min-width-7-8-odd > *:nth-child(odd), .mkb-xl-min-width-7-8-even > *:nth-child(even) {
    width: 87.5% !important;
  }
  .mkb-xl-min-width-8-8, .mkb-xl-min-width-8-8-child > *, .mkb-xl-min-width-8-8-first > *:first-child, .mkb-xl-min-width-8-8-last > *:last-child, .mkb-xl-min-width-8-8-odd > *:nth-child(odd), .mkb-xl-min-width-8-8-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-min-width-1-10, .mkb-xl-min-width-1-10-child > *, .mkb-xl-min-width-1-10-first > *:first-child, .mkb-xl-min-width-1-10-last > *:last-child, .mkb-xl-min-width-1-10-odd > *:nth-child(odd), .mkb-xl-min-width-1-10-even > *:nth-child(even) {
    width: 10% !important;
  }
  .mkb-xl-min-width-2-10, .mkb-xl-min-width-2-10-child > *, .mkb-xl-min-width-2-10-first > *:first-child, .mkb-xl-min-width-2-10-last > *:last-child, .mkb-xl-min-width-2-10-odd > *:nth-child(odd), .mkb-xl-min-width-2-10-even > *:nth-child(even) {
    width: 20% !important;
  }
  .mkb-xl-min-width-3-10, .mkb-xl-min-width-3-10-child > *, .mkb-xl-min-width-3-10-first > *:first-child, .mkb-xl-min-width-3-10-last > *:last-child, .mkb-xl-min-width-3-10-odd > *:nth-child(odd), .mkb-xl-min-width-3-10-even > *:nth-child(even) {
    width: 30% !important;
  }
  .mkb-xl-min-width-4-10, .mkb-xl-min-width-4-10-child > *, .mkb-xl-min-width-4-10-first > *:first-child, .mkb-xl-min-width-4-10-last > *:last-child, .mkb-xl-min-width-4-10-odd > *:nth-child(odd), .mkb-xl-min-width-4-10-even > *:nth-child(even) {
    width: 40% !important;
  }
  .mkb-xl-min-width-5-10, .mkb-xl-min-width-5-10-child > *, .mkb-xl-min-width-5-10-first > *:first-child, .mkb-xl-min-width-5-10-last > *:last-child, .mkb-xl-min-width-5-10-odd > *:nth-child(odd), .mkb-xl-min-width-5-10-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-min-width-6-10, .mkb-xl-min-width-6-10-child > *, .mkb-xl-min-width-6-10-first > *:first-child, .mkb-xl-min-width-6-10-last > *:last-child, .mkb-xl-min-width-6-10-odd > *:nth-child(odd), .mkb-xl-min-width-6-10-even > *:nth-child(even) {
    width: 60% !important;
  }
  .mkb-xl-min-width-7-10, .mkb-xl-min-width-7-10-child > *, .mkb-xl-min-width-7-10-first > *:first-child, .mkb-xl-min-width-7-10-last > *:last-child, .mkb-xl-min-width-7-10-odd > *:nth-child(odd), .mkb-xl-min-width-7-10-even > *:nth-child(even) {
    width: 70% !important;
  }
  .mkb-xl-min-width-8-10, .mkb-xl-min-width-8-10-child > *, .mkb-xl-min-width-8-10-first > *:first-child, .mkb-xl-min-width-8-10-last > *:last-child, .mkb-xl-min-width-8-10-odd > *:nth-child(odd), .mkb-xl-min-width-8-10-even > *:nth-child(even) {
    width: 80% !important;
  }
  .mkb-xl-min-width-9-10, .mkb-xl-min-width-9-10-child > *, .mkb-xl-min-width-9-10-first > *:first-child, .mkb-xl-min-width-9-10-last > *:last-child, .mkb-xl-min-width-9-10-odd > *:nth-child(odd), .mkb-xl-min-width-9-10-even > *:nth-child(even) {
    width: 90% !important;
  }
  .mkb-xl-min-width-10-10, .mkb-xl-min-width-10-10-child > *, .mkb-xl-min-width-10-10-first > *:first-child, .mkb-xl-min-width-10-10-last > *:last-child, .mkb-xl-min-width-10-10-odd > *:nth-child(odd), .mkb-xl-min-width-10-10-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-min-width-1-12, .mkb-xl-min-width-1-12-child > *, .mkb-xl-min-width-1-12-first > *:first-child, .mkb-xl-min-width-1-12-last > *:last-child, .mkb-xl-min-width-1-12-odd > *:nth-child(odd), .mkb-xl-min-width-1-12-even > *:nth-child(even) {
    width: 8.33333% !important;
  }
  .mkb-xl-min-width-2-12, .mkb-xl-min-width-2-12-child > *, .mkb-xl-min-width-2-12-first > *:first-child, .mkb-xl-min-width-2-12-last > *:last-child, .mkb-xl-min-width-2-12-odd > *:nth-child(odd), .mkb-xl-min-width-2-12-even > *:nth-child(even) {
    width: 16.66667% !important;
  }
  .mkb-xl-min-width-3-12, .mkb-xl-min-width-3-12-child > *, .mkb-xl-min-width-3-12-first > *:first-child, .mkb-xl-min-width-3-12-last > *:last-child, .mkb-xl-min-width-3-12-odd > *:nth-child(odd), .mkb-xl-min-width-3-12-even > *:nth-child(even) {
    width: 25% !important;
  }
  .mkb-xl-min-width-4-12, .mkb-xl-min-width-4-12-child > *, .mkb-xl-min-width-4-12-first > *:first-child, .mkb-xl-min-width-4-12-last > *:last-child, .mkb-xl-min-width-4-12-odd > *:nth-child(odd), .mkb-xl-min-width-4-12-even > *:nth-child(even) {
    width: 33.33333% !important;
  }
  .mkb-xl-min-width-5-12, .mkb-xl-min-width-5-12-child > *, .mkb-xl-min-width-5-12-first > *:first-child, .mkb-xl-min-width-5-12-last > *:last-child, .mkb-xl-min-width-5-12-odd > *:nth-child(odd), .mkb-xl-min-width-5-12-even > *:nth-child(even) {
    width: 41.66667% !important;
  }
  .mkb-xl-min-width-6-12, .mkb-xl-min-width-6-12-child > *, .mkb-xl-min-width-6-12-first > *:first-child, .mkb-xl-min-width-6-12-last > *:last-child, .mkb-xl-min-width-6-12-odd > *:nth-child(odd), .mkb-xl-min-width-6-12-even > *:nth-child(even) {
    width: 50% !important;
  }
  .mkb-xl-min-width-7-12, .mkb-xl-min-width-7-12-child > *, .mkb-xl-min-width-7-12-first > *:first-child, .mkb-xl-min-width-7-12-last > *:last-child, .mkb-xl-min-width-7-12-odd > *:nth-child(odd), .mkb-xl-min-width-7-12-even > *:nth-child(even) {
    width: 58.33333% !important;
  }
  .mkb-xl-min-width-8-12, .mkb-xl-min-width-8-12-child > *, .mkb-xl-min-width-8-12-first > *:first-child, .mkb-xl-min-width-8-12-last > *:last-child, .mkb-xl-min-width-8-12-odd > *:nth-child(odd), .mkb-xl-min-width-8-12-even > *:nth-child(even) {
    width: 66.66667% !important;
  }
  .mkb-xl-min-width-9-12, .mkb-xl-min-width-9-12-child > *, .mkb-xl-min-width-9-12-first > *:first-child, .mkb-xl-min-width-9-12-last > *:last-child, .mkb-xl-min-width-9-12-odd > *:nth-child(odd), .mkb-xl-min-width-9-12-even > *:nth-child(even) {
    width: 75% !important;
  }
  .mkb-xl-min-width-10-12, .mkb-xl-min-width-10-12-child > *, .mkb-xl-min-width-10-12-first > *:first-child, .mkb-xl-min-width-10-12-last > *:last-child, .mkb-xl-min-width-10-12-odd > *:nth-child(odd), .mkb-xl-min-width-10-12-even > *:nth-child(even) {
    width: 83.33333% !important;
  }
  .mkb-xl-min-width-11-12, .mkb-xl-min-width-11-12-child > *, .mkb-xl-min-width-11-12-first > *:first-child, .mkb-xl-min-width-11-12-last > *:last-child, .mkb-xl-min-width-11-12-odd > *:nth-child(odd), .mkb-xl-min-width-11-12-even > *:nth-child(even) {
    width: 91.66667% !important;
  }
  .mkb-xl-min-width-12-12, .mkb-xl-min-width-12-12-child > *, .mkb-xl-min-width-12-12-first > *:first-child, .mkb-xl-min-width-12-12-last > *:last-child, .mkb-xl-min-width-12-12-odd > *:nth-child(odd), .mkb-xl-min-width-12-12-even > *:nth-child(even) {
    width: 100% !important;
  }
  .mkb-xl-min-width-none, .mkb-xl-min-width-none-child > *, .mkb-xl-min-width-none-first > *:first-child, .mkb-xl-min-width-none-last > *:last-child, .mkb-xl-min-width-none-odd > *:nth-child(odd), .mkb-xl-min-width-none-even > *:nth-child(even) {
    width: 0 !important;
  }
  .mkb-xl-min-width-auto, .mkb-xl-min-width-auto-child > *, .mkb-xl-min-width-auto-first > *:first-child, .mkb-xl-min-width-auto-last > *:last-child, .mkb-xl-min-width-auto-odd > *:nth-child(odd), .mkb-xl-min-width-auto-even > *:nth-child(even) {
    width: auto !important;
  }
  .mkb-xl-min-width-min, .mkb-xl-min-width-min-child > *, .mkb-xl-min-width-min-first > *:first-child, .mkb-xl-min-width-min-last > *:last-child, .mkb-xl-min-width-min-odd > *:nth-child(odd), .mkb-xl-min-width-min-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-min-width-min-1-8, .mkb-xl-min-width-min-1-8-child > *, .mkb-xl-min-width-min-1-8-first > *:first-child, .mkb-xl-min-width-min-1-8-last > *:last-child, .mkb-xl-min-width-min-1-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-1-8-even > *:nth-child(even) {
    min-width: 12.5% !important;
  }
  .mkb-xl-min-width-min-2-8, .mkb-xl-min-width-min-2-8-child > *, .mkb-xl-min-width-min-2-8-first > *:first-child, .mkb-xl-min-width-min-2-8-last > *:last-child, .mkb-xl-min-width-min-2-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-2-8-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-xl-min-width-min-3-8, .mkb-xl-min-width-min-3-8-child > *, .mkb-xl-min-width-min-3-8-first > *:first-child, .mkb-xl-min-width-min-3-8-last > *:last-child, .mkb-xl-min-width-min-3-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-3-8-even > *:nth-child(even) {
    min-width: 37.5% !important;
  }
  .mkb-xl-min-width-min-4-8, .mkb-xl-min-width-min-4-8-child > *, .mkb-xl-min-width-min-4-8-first > *:first-child, .mkb-xl-min-width-min-4-8-last > *:last-child, .mkb-xl-min-width-min-4-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-4-8-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-min-width-min-5-8, .mkb-xl-min-width-min-5-8-child > *, .mkb-xl-min-width-min-5-8-first > *:first-child, .mkb-xl-min-width-min-5-8-last > *:last-child, .mkb-xl-min-width-min-5-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-5-8-even > *:nth-child(even) {
    min-width: 62.5% !important;
  }
  .mkb-xl-min-width-min-6-8, .mkb-xl-min-width-min-6-8-child > *, .mkb-xl-min-width-min-6-8-first > *:first-child, .mkb-xl-min-width-min-6-8-last > *:last-child, .mkb-xl-min-width-min-6-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-6-8-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-xl-min-width-min-7-8, .mkb-xl-min-width-min-7-8-child > *, .mkb-xl-min-width-min-7-8-first > *:first-child, .mkb-xl-min-width-min-7-8-last > *:last-child, .mkb-xl-min-width-min-7-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-7-8-even > *:nth-child(even) {
    min-width: 87.5% !important;
  }
  .mkb-xl-min-width-min-8-8, .mkb-xl-min-width-min-8-8-child > *, .mkb-xl-min-width-min-8-8-first > *:first-child, .mkb-xl-min-width-min-8-8-last > *:last-child, .mkb-xl-min-width-min-8-8-odd > *:nth-child(odd), .mkb-xl-min-width-min-8-8-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-min-width-min-1-10, .mkb-xl-min-width-min-1-10-child > *, .mkb-xl-min-width-min-1-10-first > *:first-child, .mkb-xl-min-width-min-1-10-last > *:last-child, .mkb-xl-min-width-min-1-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-1-10-even > *:nth-child(even) {
    min-width: 10% !important;
  }
  .mkb-xl-min-width-min-2-10, .mkb-xl-min-width-min-2-10-child > *, .mkb-xl-min-width-min-2-10-first > *:first-child, .mkb-xl-min-width-min-2-10-last > *:last-child, .mkb-xl-min-width-min-2-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-2-10-even > *:nth-child(even) {
    min-width: 20% !important;
  }
  .mkb-xl-min-width-min-3-10, .mkb-xl-min-width-min-3-10-child > *, .mkb-xl-min-width-min-3-10-first > *:first-child, .mkb-xl-min-width-min-3-10-last > *:last-child, .mkb-xl-min-width-min-3-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-3-10-even > *:nth-child(even) {
    min-width: 30% !important;
  }
  .mkb-xl-min-width-min-4-10, .mkb-xl-min-width-min-4-10-child > *, .mkb-xl-min-width-min-4-10-first > *:first-child, .mkb-xl-min-width-min-4-10-last > *:last-child, .mkb-xl-min-width-min-4-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-4-10-even > *:nth-child(even) {
    min-width: 40% !important;
  }
  .mkb-xl-min-width-min-5-10, .mkb-xl-min-width-min-5-10-child > *, .mkb-xl-min-width-min-5-10-first > *:first-child, .mkb-xl-min-width-min-5-10-last > *:last-child, .mkb-xl-min-width-min-5-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-5-10-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-min-width-min-6-10, .mkb-xl-min-width-min-6-10-child > *, .mkb-xl-min-width-min-6-10-first > *:first-child, .mkb-xl-min-width-min-6-10-last > *:last-child, .mkb-xl-min-width-min-6-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-6-10-even > *:nth-child(even) {
    min-width: 60% !important;
  }
  .mkb-xl-min-width-min-7-10, .mkb-xl-min-width-min-7-10-child > *, .mkb-xl-min-width-min-7-10-first > *:first-child, .mkb-xl-min-width-min-7-10-last > *:last-child, .mkb-xl-min-width-min-7-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-7-10-even > *:nth-child(even) {
    min-width: 70% !important;
  }
  .mkb-xl-min-width-min-8-10, .mkb-xl-min-width-min-8-10-child > *, .mkb-xl-min-width-min-8-10-first > *:first-child, .mkb-xl-min-width-min-8-10-last > *:last-child, .mkb-xl-min-width-min-8-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-8-10-even > *:nth-child(even) {
    min-width: 80% !important;
  }
  .mkb-xl-min-width-min-9-10, .mkb-xl-min-width-min-9-10-child > *, .mkb-xl-min-width-min-9-10-first > *:first-child, .mkb-xl-min-width-min-9-10-last > *:last-child, .mkb-xl-min-width-min-9-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-9-10-even > *:nth-child(even) {
    min-width: 90% !important;
  }
  .mkb-xl-min-width-min-10-10, .mkb-xl-min-width-min-10-10-child > *, .mkb-xl-min-width-min-10-10-first > *:first-child, .mkb-xl-min-width-min-10-10-last > *:last-child, .mkb-xl-min-width-min-10-10-odd > *:nth-child(odd), .mkb-xl-min-width-min-10-10-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-min-width-min-1-12, .mkb-xl-min-width-min-1-12-child > *, .mkb-xl-min-width-min-1-12-first > *:first-child, .mkb-xl-min-width-min-1-12-last > *:last-child, .mkb-xl-min-width-min-1-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-1-12-even > *:nth-child(even) {
    min-width: 8.33333% !important;
  }
  .mkb-xl-min-width-min-2-12, .mkb-xl-min-width-min-2-12-child > *, .mkb-xl-min-width-min-2-12-first > *:first-child, .mkb-xl-min-width-min-2-12-last > *:last-child, .mkb-xl-min-width-min-2-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-2-12-even > *:nth-child(even) {
    min-width: 16.66667% !important;
  }
  .mkb-xl-min-width-min-3-12, .mkb-xl-min-width-min-3-12-child > *, .mkb-xl-min-width-min-3-12-first > *:first-child, .mkb-xl-min-width-min-3-12-last > *:last-child, .mkb-xl-min-width-min-3-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-3-12-even > *:nth-child(even) {
    min-width: 25% !important;
  }
  .mkb-xl-min-width-min-4-12, .mkb-xl-min-width-min-4-12-child > *, .mkb-xl-min-width-min-4-12-first > *:first-child, .mkb-xl-min-width-min-4-12-last > *:last-child, .mkb-xl-min-width-min-4-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-4-12-even > *:nth-child(even) {
    min-width: 33.33333% !important;
  }
  .mkb-xl-min-width-min-5-12, .mkb-xl-min-width-min-5-12-child > *, .mkb-xl-min-width-min-5-12-first > *:first-child, .mkb-xl-min-width-min-5-12-last > *:last-child, .mkb-xl-min-width-min-5-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-5-12-even > *:nth-child(even) {
    min-width: 41.66667% !important;
  }
  .mkb-xl-min-width-min-6-12, .mkb-xl-min-width-min-6-12-child > *, .mkb-xl-min-width-min-6-12-first > *:first-child, .mkb-xl-min-width-min-6-12-last > *:last-child, .mkb-xl-min-width-min-6-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-6-12-even > *:nth-child(even) {
    min-width: 50% !important;
  }
  .mkb-xl-min-width-min-7-12, .mkb-xl-min-width-min-7-12-child > *, .mkb-xl-min-width-min-7-12-first > *:first-child, .mkb-xl-min-width-min-7-12-last > *:last-child, .mkb-xl-min-width-min-7-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-7-12-even > *:nth-child(even) {
    min-width: 58.33333% !important;
  }
  .mkb-xl-min-width-min-8-12, .mkb-xl-min-width-min-8-12-child > *, .mkb-xl-min-width-min-8-12-first > *:first-child, .mkb-xl-min-width-min-8-12-last > *:last-child, .mkb-xl-min-width-min-8-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-8-12-even > *:nth-child(even) {
    min-width: 66.66667% !important;
  }
  .mkb-xl-min-width-min-9-12, .mkb-xl-min-width-min-9-12-child > *, .mkb-xl-min-width-min-9-12-first > *:first-child, .mkb-xl-min-width-min-9-12-last > *:last-child, .mkb-xl-min-width-min-9-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-9-12-even > *:nth-child(even) {
    min-width: 75% !important;
  }
  .mkb-xl-min-width-min-10-12, .mkb-xl-min-width-min-10-12-child > *, .mkb-xl-min-width-min-10-12-first > *:first-child, .mkb-xl-min-width-min-10-12-last > *:last-child, .mkb-xl-min-width-min-10-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-10-12-even > *:nth-child(even) {
    min-width: 83.33333% !important;
  }
  .mkb-xl-min-width-min-11-12, .mkb-xl-min-width-min-11-12-child > *, .mkb-xl-min-width-min-11-12-first > *:first-child, .mkb-xl-min-width-min-11-12-last > *:last-child, .mkb-xl-min-width-min-11-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-11-12-even > *:nth-child(even) {
    min-width: 91.66667% !important;
  }
  .mkb-xl-min-width-min-12-12, .mkb-xl-min-width-min-12-12-child > *, .mkb-xl-min-width-min-12-12-first > *:first-child, .mkb-xl-min-width-min-12-12-last > *:last-child, .mkb-xl-min-width-min-12-12-odd > *:nth-child(odd), .mkb-xl-min-width-min-12-12-even > *:nth-child(even) {
    min-width: 100% !important;
  }
  .mkb-xl-min-width-max, .mkb-xl-min-width-max-child > *, .mkb-xl-min-width-max-first > *:first-child, .mkb-xl-min-width-max-last > *:last-child, .mkb-xl-min-width-max-odd > *:nth-child(odd), .mkb-xl-min-width-max-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-min-width-max-1-8, .mkb-xl-min-width-max-1-8-child > *, .mkb-xl-min-width-max-1-8-first > *:first-child, .mkb-xl-min-width-max-1-8-last > *:last-child, .mkb-xl-min-width-max-1-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-1-8-even > *:nth-child(even) {
    max-width: 12.5% !important;
  }
  .mkb-xl-min-width-max-2-8, .mkb-xl-min-width-max-2-8-child > *, .mkb-xl-min-width-max-2-8-first > *:first-child, .mkb-xl-min-width-max-2-8-last > *:last-child, .mkb-xl-min-width-max-2-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-2-8-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-xl-min-width-max-3-8, .mkb-xl-min-width-max-3-8-child > *, .mkb-xl-min-width-max-3-8-first > *:first-child, .mkb-xl-min-width-max-3-8-last > *:last-child, .mkb-xl-min-width-max-3-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-3-8-even > *:nth-child(even) {
    max-width: 37.5% !important;
  }
  .mkb-xl-min-width-max-4-8, .mkb-xl-min-width-max-4-8-child > *, .mkb-xl-min-width-max-4-8-first > *:first-child, .mkb-xl-min-width-max-4-8-last > *:last-child, .mkb-xl-min-width-max-4-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-4-8-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-min-width-max-5-8, .mkb-xl-min-width-max-5-8-child > *, .mkb-xl-min-width-max-5-8-first > *:first-child, .mkb-xl-min-width-max-5-8-last > *:last-child, .mkb-xl-min-width-max-5-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-5-8-even > *:nth-child(even) {
    max-width: 62.5% !important;
  }
  .mkb-xl-min-width-max-6-8, .mkb-xl-min-width-max-6-8-child > *, .mkb-xl-min-width-max-6-8-first > *:first-child, .mkb-xl-min-width-max-6-8-last > *:last-child, .mkb-xl-min-width-max-6-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-6-8-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-xl-min-width-max-7-8, .mkb-xl-min-width-max-7-8-child > *, .mkb-xl-min-width-max-7-8-first > *:first-child, .mkb-xl-min-width-max-7-8-last > *:last-child, .mkb-xl-min-width-max-7-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-7-8-even > *:nth-child(even) {
    max-width: 87.5% !important;
  }
  .mkb-xl-min-width-max-8-8, .mkb-xl-min-width-max-8-8-child > *, .mkb-xl-min-width-max-8-8-first > *:first-child, .mkb-xl-min-width-max-8-8-last > *:last-child, .mkb-xl-min-width-max-8-8-odd > *:nth-child(odd), .mkb-xl-min-width-max-8-8-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-min-width-max-1-10, .mkb-xl-min-width-max-1-10-child > *, .mkb-xl-min-width-max-1-10-first > *:first-child, .mkb-xl-min-width-max-1-10-last > *:last-child, .mkb-xl-min-width-max-1-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-1-10-even > *:nth-child(even) {
    max-width: 10% !important;
  }
  .mkb-xl-min-width-max-2-10, .mkb-xl-min-width-max-2-10-child > *, .mkb-xl-min-width-max-2-10-first > *:first-child, .mkb-xl-min-width-max-2-10-last > *:last-child, .mkb-xl-min-width-max-2-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-2-10-even > *:nth-child(even) {
    max-width: 20% !important;
  }
  .mkb-xl-min-width-max-3-10, .mkb-xl-min-width-max-3-10-child > *, .mkb-xl-min-width-max-3-10-first > *:first-child, .mkb-xl-min-width-max-3-10-last > *:last-child, .mkb-xl-min-width-max-3-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-3-10-even > *:nth-child(even) {
    max-width: 30% !important;
  }
  .mkb-xl-min-width-max-4-10, .mkb-xl-min-width-max-4-10-child > *, .mkb-xl-min-width-max-4-10-first > *:first-child, .mkb-xl-min-width-max-4-10-last > *:last-child, .mkb-xl-min-width-max-4-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-4-10-even > *:nth-child(even) {
    max-width: 40% !important;
  }
  .mkb-xl-min-width-max-5-10, .mkb-xl-min-width-max-5-10-child > *, .mkb-xl-min-width-max-5-10-first > *:first-child, .mkb-xl-min-width-max-5-10-last > *:last-child, .mkb-xl-min-width-max-5-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-5-10-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-min-width-max-6-10, .mkb-xl-min-width-max-6-10-child > *, .mkb-xl-min-width-max-6-10-first > *:first-child, .mkb-xl-min-width-max-6-10-last > *:last-child, .mkb-xl-min-width-max-6-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-6-10-even > *:nth-child(even) {
    max-width: 60% !important;
  }
  .mkb-xl-min-width-max-7-10, .mkb-xl-min-width-max-7-10-child > *, .mkb-xl-min-width-max-7-10-first > *:first-child, .mkb-xl-min-width-max-7-10-last > *:last-child, .mkb-xl-min-width-max-7-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-7-10-even > *:nth-child(even) {
    max-width: 70% !important;
  }
  .mkb-xl-min-width-max-8-10, .mkb-xl-min-width-max-8-10-child > *, .mkb-xl-min-width-max-8-10-first > *:first-child, .mkb-xl-min-width-max-8-10-last > *:last-child, .mkb-xl-min-width-max-8-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-8-10-even > *:nth-child(even) {
    max-width: 80% !important;
  }
  .mkb-xl-min-width-max-9-10, .mkb-xl-min-width-max-9-10-child > *, .mkb-xl-min-width-max-9-10-first > *:first-child, .mkb-xl-min-width-max-9-10-last > *:last-child, .mkb-xl-min-width-max-9-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-9-10-even > *:nth-child(even) {
    max-width: 90% !important;
  }
  .mkb-xl-min-width-max-10-10, .mkb-xl-min-width-max-10-10-child > *, .mkb-xl-min-width-max-10-10-first > *:first-child, .mkb-xl-min-width-max-10-10-last > *:last-child, .mkb-xl-min-width-max-10-10-odd > *:nth-child(odd), .mkb-xl-min-width-max-10-10-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  .mkb-xl-min-width-max-1-12, .mkb-xl-min-width-max-1-12-child > *, .mkb-xl-min-width-max-1-12-first > *:first-child, .mkb-xl-min-width-max-1-12-last > *:last-child, .mkb-xl-min-width-max-1-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-1-12-even > *:nth-child(even) {
    max-width: 8.33333% !important;
  }
  .mkb-xl-min-width-max-2-12, .mkb-xl-min-width-max-2-12-child > *, .mkb-xl-min-width-max-2-12-first > *:first-child, .mkb-xl-min-width-max-2-12-last > *:last-child, .mkb-xl-min-width-max-2-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-2-12-even > *:nth-child(even) {
    max-width: 16.66667% !important;
  }
  .mkb-xl-min-width-max-3-12, .mkb-xl-min-width-max-3-12-child > *, .mkb-xl-min-width-max-3-12-first > *:first-child, .mkb-xl-min-width-max-3-12-last > *:last-child, .mkb-xl-min-width-max-3-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-3-12-even > *:nth-child(even) {
    max-width: 25% !important;
  }
  .mkb-xl-min-width-max-4-12, .mkb-xl-min-width-max-4-12-child > *, .mkb-xl-min-width-max-4-12-first > *:first-child, .mkb-xl-min-width-max-4-12-last > *:last-child, .mkb-xl-min-width-max-4-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-4-12-even > *:nth-child(even) {
    max-width: 33.33333% !important;
  }
  .mkb-xl-min-width-max-5-12, .mkb-xl-min-width-max-5-12-child > *, .mkb-xl-min-width-max-5-12-first > *:first-child, .mkb-xl-min-width-max-5-12-last > *:last-child, .mkb-xl-min-width-max-5-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-5-12-even > *:nth-child(even) {
    max-width: 41.66667% !important;
  }
  .mkb-xl-min-width-max-6-12, .mkb-xl-min-width-max-6-12-child > *, .mkb-xl-min-width-max-6-12-first > *:first-child, .mkb-xl-min-width-max-6-12-last > *:last-child, .mkb-xl-min-width-max-6-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-6-12-even > *:nth-child(even) {
    max-width: 50% !important;
  }
  .mkb-xl-min-width-max-7-12, .mkb-xl-min-width-max-7-12-child > *, .mkb-xl-min-width-max-7-12-first > *:first-child, .mkb-xl-min-width-max-7-12-last > *:last-child, .mkb-xl-min-width-max-7-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-7-12-even > *:nth-child(even) {
    max-width: 58.33333% !important;
  }
  .mkb-xl-min-width-max-8-12, .mkb-xl-min-width-max-8-12-child > *, .mkb-xl-min-width-max-8-12-first > *:first-child, .mkb-xl-min-width-max-8-12-last > *:last-child, .mkb-xl-min-width-max-8-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-8-12-even > *:nth-child(even) {
    max-width: 66.66667% !important;
  }
  .mkb-xl-min-width-max-9-12, .mkb-xl-min-width-max-9-12-child > *, .mkb-xl-min-width-max-9-12-first > *:first-child, .mkb-xl-min-width-max-9-12-last > *:last-child, .mkb-xl-min-width-max-9-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-9-12-even > *:nth-child(even) {
    max-width: 75% !important;
  }
  .mkb-xl-min-width-max-10-12, .mkb-xl-min-width-max-10-12-child > *, .mkb-xl-min-width-max-10-12-first > *:first-child, .mkb-xl-min-width-max-10-12-last > *:last-child, .mkb-xl-min-width-max-10-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-10-12-even > *:nth-child(even) {
    max-width: 83.33333% !important;
  }
  .mkb-xl-min-width-max-11-12, .mkb-xl-min-width-max-11-12-child > *, .mkb-xl-min-width-max-11-12-first > *:first-child, .mkb-xl-min-width-max-11-12-last > *:last-child, .mkb-xl-min-width-max-11-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-11-12-even > *:nth-child(even) {
    max-width: 91.66667% !important;
  }
  .mkb-xl-min-width-max-12-12, .mkb-xl-min-width-max-12-12-child > *, .mkb-xl-min-width-max-12-12-first > *:first-child, .mkb-xl-min-width-max-12-12-last > *:last-child, .mkb-xl-min-width-max-12-12-odd > *:nth-child(odd), .mkb-xl-min-width-max-12-12-even > *:nth-child(even) {
    max-width: 100% !important;
  }
  /* #### HEIGHT CLASSES #### */
  .mkb-xl-min-height, .mkb-xl-min-height-child > *, .mkb-xl-min-height-first > *:first-child, .mkb-xl-min-height-last > *:last-child, .mkb-xl-min-height-odd > *:nth-child(odd), .mkb-xl-min-height-even > *:nth-child(even) {
    height: 100% !important;
  }
  .mkb-xl-min-height-none, .mkb-xl-min-height-none-child > *, .mkb-xl-min-height-none-first > *:first-child, .mkb-xl-min-height-none-last > *:last-child, .mkb-xl-min-height-none-odd > *:nth-child(odd), .mkb-xl-min-height-none-even > *:nth-child(even) {
    height: 0 !important;
  }
  .mkb-xl-min-height-auto, .mkb-xl-min-height-auto-child > *, .mkb-xl-min-height-auto-first > *:first-child, .mkb-xl-min-height-auto-last > *:last-child, .mkb-xl-min-height-auto-odd > *:nth-child(odd), .mkb-xl-min-height-auto-even > *:nth-child(even) {
    height: auto !important;
  }
  .mkb-xl-min-height-min, .mkb-xl-min-height-min-child > *, .mkb-xl-min-height-min-first > *:first-child, .mkb-xl-min-height-min-last > *:last-child, .mkb-xl-min-height-min-odd > *:nth-child(odd), .mkb-xl-min-height-min-even > *:nth-child(even) {
    min-height: 100% !important;
  }
  .mkb-xl-min-height-max, .mkb-xl-min-height-max-child > *, .mkb-xl-min-height-max-first > *:first-child, .mkb-xl-min-height-max-last > *:last-child, .mkb-xl-min-height-max-odd > *:nth-child(odd), .mkb-xl-min-height-max-even > *:nth-child(even) {
    max-height: 100% !important;
  }
  /* #### PADDING CLASSES #### */
  .mkb-xl-min-pad-none, .mkb-xl-min-pad-none-child > *, .mkb-xl-min-pad-none-first > *:first-child, .mkb-xl-min-pad-none-last > *:last-child, .mkb-xl-min-pad-none-odd > *:nth-child(odd), .mkb-xl-min-pad-none-even > *:nth-child(even) {
    padding: 0 !important;
  }
  .mkb-xl-min-pad-top-none, .mkb-xl-min-pad-top-none-child > *, .mkb-xl-min-pad-top-none-first > *:first-child, .mkb-xl-min-pad-top-none-last > *:last-child, .mkb-xl-min-pad-top-none-odd > *:nth-child(odd), .mkb-xl-min-pad-top-none-even > *:nth-child(even) {
    padding-top: 0 !important;
  }
  .mkb-xl-min-pad-bottom-none, .mkb-xl-min-pad-bottom-none-child > *, .mkb-xl-min-pad-bottom-none-first > *:first-child, .mkb-xl-min-pad-bottom-none-last > *:last-child, .mkb-xl-min-pad-bottom-none-odd > *:nth-child(odd), .mkb-xl-min-pad-bottom-none-even > *:nth-child(even) {
    padding-bottom: 0 !important;
  }
  .mkb-xl-min-pad-left-none, .mkb-xl-min-pad-left-none-child > *, .mkb-xl-min-pad-left-none-first > *:first-child, .mkb-xl-min-pad-left-none-last > *:last-child, .mkb-xl-min-pad-left-none-odd > *:nth-child(odd), .mkb-xl-min-pad-left-none-even > *:nth-child(even) {
    padding-left: 0 !important;
  }
  .mkb-xl-min-pad-right-none, .mkb-xl-min-pad-right-none-child > *, .mkb-xl-min-pad-right-none-first > *:first-child, .mkb-xl-min-pad-right-none-last > *:last-child, .mkb-xl-min-pad-right-none-odd > *:nth-child(odd), .mkb-xl-min-pad-right-none-even > *:nth-child(even) {
    padding-right: 0 !important;
  }
  .mkb-xl-min-pad-vertical-none, .mkb-xl-min-pad-vertical-none-child > *, .mkb-xl-min-pad-vertical-none-first > *:first-child, .mkb-xl-min-pad-vertical-none-last > *:last-child, .mkb-xl-min-pad-vertical-none-odd > *:nth-child(odd), .mkb-xl-min-pad-vertical-none-even > *:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mkb-xl-min-pad-horizontal-none, .mkb-xl-min-pad-horizontal-none-child > *, .mkb-xl-min-pad-horizontal-none-first > *:first-child, .mkb-xl-min-pad-horizontal-none-last > *:last-child, .mkb-xl-min-pad-horizontal-none-odd > *:nth-child(odd), .mkb-xl-min-pad-horizontal-none-even > *:nth-child(even) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mkb-xl-min-pad-s, .mkb-xl-min-pad-s-child > *, .mkb-xl-min-pad-s-first > *:first-child, .mkb-xl-min-pad-s-last > *:last-child, .mkb-xl-min-pad-s-odd > *:nth-child(odd), .mkb-xl-min-pad-s-even > *:nth-child(even) {
    padding: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-top, .mkb-xl-min-pad-s-top-child > *, .mkb-xl-min-pad-s-top-first > *:first-child, .mkb-xl-min-pad-s-top-last > *:last-child, .mkb-xl-min-pad-s-top-odd > *:nth-child(odd), .mkb-xl-min-pad-s-top-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-bottom, .mkb-xl-min-pad-s-bottom-child > *, .mkb-xl-min-pad-s-bottom-first > *:first-child, .mkb-xl-min-pad-s-bottom-last > *:last-child, .mkb-xl-min-pad-s-bottom-odd > *:nth-child(odd), .mkb-xl-min-pad-s-bottom-even > *:nth-child(even) {
    padding-bottom: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-left, .mkb-xl-min-pad-s-left-child > *, .mkb-xl-min-pad-s-left-first > *:first-child, .mkb-xl-min-pad-s-left-last > *:last-child, .mkb-xl-min-pad-s-left-odd > *:nth-child(odd), .mkb-xl-min-pad-s-left-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-right, .mkb-xl-min-pad-s-right-child > *, .mkb-xl-min-pad-s-right-first > *:first-child, .mkb-xl-min-pad-s-right-last > *:last-child, .mkb-xl-min-pad-s-right-odd > *:nth-child(odd), .mkb-xl-min-pad-s-right-even > *:nth-child(even) {
    padding-right: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-vertical, .mkb-xl-min-pad-s-vertical-child > *, .mkb-xl-min-pad-s-vertical-first > *:first-child, .mkb-xl-min-pad-s-vertical-last > *:last-child, .mkb-xl-min-pad-s-vertical-odd > *:nth-child(odd), .mkb-xl-min-pad-s-vertical-even > *:nth-child(even) {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .mkb-xl-min-pad-s-horizontal, .mkb-xl-min-pad-s-horizontal-child > *, .mkb-xl-min-pad-s-horizontal-first > *:first-child, .mkb-xl-min-pad-s-horizontal-last > *:last-child, .mkb-xl-min-pad-s-horizontal-odd > *:nth-child(odd), .mkb-xl-min-pad-s-horizontal-even > *:nth-child(even) {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .mkb-xl-min-pad-m, .mkb-xl-min-pad-m-child > *, .mkb-xl-min-pad-m-first > *:first-child, .mkb-xl-min-pad-m-last > *:last-child, .mkb-xl-min-pad-m-odd > *:nth-child(odd), .mkb-xl-min-pad-m-even > *:nth-child(even) {
    padding: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-top, .mkb-xl-min-pad-m-top-child > *, .mkb-xl-min-pad-m-top-first > *:first-child, .mkb-xl-min-pad-m-top-last > *:last-child, .mkb-xl-min-pad-m-top-odd > *:nth-child(odd), .mkb-xl-min-pad-m-top-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-bottom, .mkb-xl-min-pad-m-bottom-child > *, .mkb-xl-min-pad-m-bottom-first > *:first-child, .mkb-xl-min-pad-m-bottom-last > *:last-child, .mkb-xl-min-pad-m-bottom-odd > *:nth-child(odd), .mkb-xl-min-pad-m-bottom-even > *:nth-child(even) {
    padding-bottom: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-left, .mkb-xl-min-pad-m-left-child > *, .mkb-xl-min-pad-m-left-first > *:first-child, .mkb-xl-min-pad-m-left-last > *:last-child, .mkb-xl-min-pad-m-left-odd > *:nth-child(odd), .mkb-xl-min-pad-m-left-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-right, .mkb-xl-min-pad-m-right-child > *, .mkb-xl-min-pad-m-right-first > *:first-child, .mkb-xl-min-pad-m-right-last > *:last-child, .mkb-xl-min-pad-m-right-odd > *:nth-child(odd), .mkb-xl-min-pad-m-right-even > *:nth-child(even) {
    padding-right: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-vertical, .mkb-xl-min-pad-m-vertical-child > *, .mkb-xl-min-pad-m-vertical-first > *:first-child, .mkb-xl-min-pad-m-vertical-last > *:last-child, .mkb-xl-min-pad-m-vertical-odd > *:nth-child(odd), .mkb-xl-min-pad-m-vertical-even > *:nth-child(even) {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .mkb-xl-min-pad-m-horizontal, .mkb-xl-min-pad-m-horizontal-child > *, .mkb-xl-min-pad-m-horizontal-first > *:first-child, .mkb-xl-min-pad-m-horizontal-last > *:last-child, .mkb-xl-min-pad-m-horizontal-odd > *:nth-child(odd), .mkb-xl-min-pad-m-horizontal-even > *:nth-child(even) {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .mkb-xl-min-pad-l, .mkb-xl-min-pad-l-child > *, .mkb-xl-min-pad-l-first > *:first-child, .mkb-xl-min-pad-l-last > *:last-child, .mkb-xl-min-pad-l-odd > *:nth-child(odd), .mkb-xl-min-pad-l-even > *:nth-child(even) {
    padding: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-top, .mkb-xl-min-pad-l-top-child > *, .mkb-xl-min-pad-l-top-first > *:first-child, .mkb-xl-min-pad-l-top-last > *:last-child, .mkb-xl-min-pad-l-top-odd > *:nth-child(odd), .mkb-xl-min-pad-l-top-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-bottom, .mkb-xl-min-pad-l-bottom-child > *, .mkb-xl-min-pad-l-bottom-first > *:first-child, .mkb-xl-min-pad-l-bottom-last > *:last-child, .mkb-xl-min-pad-l-bottom-odd > *:nth-child(odd), .mkb-xl-min-pad-l-bottom-even > *:nth-child(even) {
    padding-bottom: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-left, .mkb-xl-min-pad-l-left-child > *, .mkb-xl-min-pad-l-left-first > *:first-child, .mkb-xl-min-pad-l-left-last > *:last-child, .mkb-xl-min-pad-l-left-odd > *:nth-child(odd), .mkb-xl-min-pad-l-left-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-right, .mkb-xl-min-pad-l-right-child > *, .mkb-xl-min-pad-l-right-first > *:first-child, .mkb-xl-min-pad-l-right-last > *:last-child, .mkb-xl-min-pad-l-right-odd > *:nth-child(odd), .mkb-xl-min-pad-l-right-even > *:nth-child(even) {
    padding-right: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-vertical, .mkb-xl-min-pad-l-vertical-child > *, .mkb-xl-min-pad-l-vertical-first > *:first-child, .mkb-xl-min-pad-l-vertical-last > *:last-child, .mkb-xl-min-pad-l-vertical-odd > *:nth-child(odd), .mkb-xl-min-pad-l-vertical-even > *:nth-child(even) {
    padding-top: 1.71429rem !important;
    padding-bottom: 1.71429rem !important;
  }
  .mkb-xl-min-pad-l-horizontal, .mkb-xl-min-pad-l-horizontal-child > *, .mkb-xl-min-pad-l-horizontal-first > *:first-child, .mkb-xl-min-pad-l-horizontal-last > *:last-child, .mkb-xl-min-pad-l-horizontal-odd > *:nth-child(odd), .mkb-xl-min-pad-l-horizontal-even > *:nth-child(even) {
    padding-left: 1.71429rem !important;
    padding-right: 1.71429rem !important;
  }
  .mkb-xl-min-pad-xl, .mkb-xl-min-pad-xl-child > *, .mkb-xl-min-pad-xl-first > *:first-child, .mkb-xl-min-pad-xl-last > *:last-child, .mkb-xl-min-pad-xl-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-even > *:nth-child(even) {
    padding: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-top, .mkb-xl-min-pad-xl-top-child > *, .mkb-xl-min-pad-xl-top-first > *:first-child, .mkb-xl-min-pad-xl-top-last > *:last-child, .mkb-xl-min-pad-xl-top-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-top-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-bottom, .mkb-xl-min-pad-xl-bottom-child > *, .mkb-xl-min-pad-xl-bottom-first > *:first-child, .mkb-xl-min-pad-xl-bottom-last > *:last-child, .mkb-xl-min-pad-xl-bottom-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-bottom-even > *:nth-child(even) {
    padding-bottom: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-left, .mkb-xl-min-pad-xl-left-child > *, .mkb-xl-min-pad-xl-left-first > *:first-child, .mkb-xl-min-pad-xl-left-last > *:last-child, .mkb-xl-min-pad-xl-left-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-left-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-right, .mkb-xl-min-pad-xl-right-child > *, .mkb-xl-min-pad-xl-right-first > *:first-child, .mkb-xl-min-pad-xl-right-last > *:last-child, .mkb-xl-min-pad-xl-right-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-right-even > *:nth-child(even) {
    padding-right: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-vertical, .mkb-xl-min-pad-xl-vertical-child > *, .mkb-xl-min-pad-xl-vertical-first > *:first-child, .mkb-xl-min-pad-xl-vertical-last > *:last-child, .mkb-xl-min-pad-xl-vertical-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-vertical-even > *:nth-child(even) {
    padding-top: 2.28571rem !important;
    padding-bottom: 2.28571rem !important;
  }
  .mkb-xl-min-pad-xl-horizontal, .mkb-xl-min-pad-xl-horizontal-child > *, .mkb-xl-min-pad-xl-horizontal-first > *:first-child, .mkb-xl-min-pad-xl-horizontal-last > *:last-child, .mkb-xl-min-pad-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-min-pad-xl-horizontal-even > *:nth-child(even) {
    padding-left: 2.28571rem !important;
    padding-right: 2.28571rem !important;
  }
  /* #### MARGIN CLASSES #### */
  .mkb-xl-min-gap-auto, .mkb-xl-min-gap-auto-child > *, .mkb-xl-min-gap-auto-first > *:first-child, .mkb-xl-min-gap-auto-last > *:last-child, .mkb-xl-min-gap-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-auto-even > *:nth-child(even) {
    margin: auto !important;
  }
  .mkb-xl-min-gap-top-auto, .mkb-xl-min-gap-top-auto-child > *, .mkb-xl-min-gap-top-auto-first > *:first-child, .mkb-xl-min-gap-top-auto-last > *:last-child, .mkb-xl-min-gap-top-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-top-auto-even > *:nth-child(even) {
    margin-top: auto !important;
  }
  .mkb-xl-min-gap-bottom-auto, .mkb-xl-min-gap-bottom-auto-child > *, .mkb-xl-min-gap-bottom-auto-first > *:first-child, .mkb-xl-min-gap-bottom-auto-last > *:last-child, .mkb-xl-min-gap-bottom-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-bottom-auto-even > *:nth-child(even) {
    margin-bottom: auto !important;
  }
  .mkb-xl-min-gap-left-auto, .mkb-xl-min-gap-left-auto-child > *, .mkb-xl-min-gap-left-auto-first > *:first-child, .mkb-xl-min-gap-left-auto-last > *:last-child, .mkb-xl-min-gap-left-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-left-auto-even > *:nth-child(even) {
    margin-left: auto !important;
  }
  .mkb-xl-min-gap-right-auto, .mkb-xl-min-gap-right-auto-child > *, .mkb-xl-min-gap-right-auto-first > *:first-child, .mkb-xl-min-gap-right-auto-last > *:last-child, .mkb-xl-min-gap-right-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-right-auto-even > *:nth-child(even) {
    margin-right: auto !important;
  }
  .mkb-xl-min-gap-vertical-auto, .mkb-xl-min-gap-vertical-auto-child > *, .mkb-xl-min-gap-vertical-auto-first > *:first-child, .mkb-xl-min-gap-vertical-auto-last > *:last-child, .mkb-xl-min-gap-vertical-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-vertical-auto-even > *:nth-child(even) {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mkb-xl-min-gap-horizontal-auto, .mkb-xl-min-gap-horizontal-auto-child > *, .mkb-xl-min-gap-horizontal-auto-first > *:first-child, .mkb-xl-min-gap-horizontal-auto-last > *:last-child, .mkb-xl-min-gap-horizontal-auto-odd > *:nth-child(odd), .mkb-xl-min-gap-horizontal-auto-even > *:nth-child(even) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mkb-xl-min-gap-none, .mkb-xl-min-gap-none-child > *, .mkb-xl-min-gap-none-first > *:first-child, .mkb-xl-min-gap-none-last > *:last-child, .mkb-xl-min-gap-none-odd > *:nth-child(odd), .mkb-xl-min-gap-none-even > *:nth-child(even) {
    margin: 0 !important;
  }
  .mkb-xl-min-gap-top-none, .mkb-xl-min-gap-top-none-child > *, .mkb-xl-min-gap-top-none-first > *:first-child, .mkb-xl-min-gap-top-none-last > *:last-child, .mkb-xl-min-gap-top-none-odd > *:nth-child(odd), .mkb-xl-min-gap-top-none-even > *:nth-child(even) {
    margin-top: 0 !important;
  }
  .mkb-xl-min-gap-bottom-none, .mkb-xl-min-gap-bottom-none-child > *, .mkb-xl-min-gap-bottom-none-first > *:first-child, .mkb-xl-min-gap-bottom-none-last > *:last-child, .mkb-xl-min-gap-bottom-none-odd > *:nth-child(odd), .mkb-xl-min-gap-bottom-none-even > *:nth-child(even) {
    margin-bottom: 0 !important;
  }
  .mkb-xl-min-gap-left-none, .mkb-xl-min-gap-left-none-child > *, .mkb-xl-min-gap-left-none-first > *:first-child, .mkb-xl-min-gap-left-none-last > *:last-child, .mkb-xl-min-gap-left-none-odd > *:nth-child(odd), .mkb-xl-min-gap-left-none-even > *:nth-child(even) {
    margin-left: 0 !important;
  }
  .mkb-xl-min-gap-right-none, .mkb-xl-min-gap-right-none-child > *, .mkb-xl-min-gap-right-none-first > *:first-child, .mkb-xl-min-gap-right-none-last > *:last-child, .mkb-xl-min-gap-right-none-odd > *:nth-child(odd), .mkb-xl-min-gap-right-none-even > *:nth-child(even) {
    margin-right: 0 !important;
  }
  .mkb-xl-min-gap-vertical-none, .mkb-xl-min-gap-vertical-none-child > *, .mkb-xl-min-gap-vertical-none-first > *:first-child, .mkb-xl-min-gap-vertical-none-last > *:last-child, .mkb-xl-min-gap-vertical-none-odd > *:nth-child(odd), .mkb-xl-min-gap-vertical-none-even > *:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mkb-xl-min-gap-horizontal-none, .mkb-xl-min-gap-horizontal-none-child > *, .mkb-xl-min-gap-horizontal-none-first > *:first-child, .mkb-xl-min-gap-horizontal-none-last > *:last-child, .mkb-xl-min-gap-horizontal-none-odd > *:nth-child(odd), .mkb-xl-min-gap-horizontal-none-even > *:nth-child(even) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mkb-xl-min-gap-inherit, .mkb-xl-min-gap-inherit-child > *, .mkb-xl-min-gap-inherit-first > *:first-child, .mkb-xl-min-gap-inherit-last > *:last-child, .mkb-xl-min-gap-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-inherit-even > *:nth-child(even) {
    margin: inherit !important;
  }
  .mkb-xl-min-gap-top-inherit, .mkb-xl-min-gap-top-inherit-child > *, .mkb-xl-min-gap-top-inherit-first > *:first-child, .mkb-xl-min-gap-top-inherit-last > *:last-child, .mkb-xl-min-gap-top-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-top-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
  }
  .mkb-xl-min-gap-bottom-inherit, .mkb-xl-min-gap-bottom-inherit-child > *, .mkb-xl-min-gap-bottom-inherit-first > *:first-child, .mkb-xl-min-gap-bottom-inherit-last > *:last-child, .mkb-xl-min-gap-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-bottom-inherit-even > *:nth-child(even) {
    margin-bottom: inherit !important;
  }
  .mkb-xl-min-gap-left-inherit, .mkb-xl-min-gap-left-inherit-child > *, .mkb-xl-min-gap-left-inherit-first > *:first-child, .mkb-xl-min-gap-left-inherit-last > *:last-child, .mkb-xl-min-gap-left-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-left-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
  }
  .mkb-xl-min-gap-right-inherit, .mkb-xl-min-gap-right-inherit-child > *, .mkb-xl-min-gap-right-inherit-first > *:first-child, .mkb-xl-min-gap-right-inherit-last > *:last-child, .mkb-xl-min-gap-right-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-right-inherit-even > *:nth-child(even) {
    margin-right: inherit !important;
  }
  .mkb-xl-min-gap-vertical-inherit, .mkb-xl-min-gap-vertical-inherit-child > *, .mkb-xl-min-gap-vertical-inherit-first > *:first-child, .mkb-xl-min-gap-vertical-inherit-last > *:last-child, .mkb-xl-min-gap-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-vertical-inherit-even > *:nth-child(even) {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
  .mkb-xl-min-gap-horizontal-inherit, .mkb-xl-min-gap-horizontal-inherit-child > *, .mkb-xl-min-gap-horizontal-inherit-first > *:first-child, .mkb-xl-min-gap-horizontal-inherit-last > *:last-child, .mkb-xl-min-gap-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-min-gap-horizontal-inherit-even > *:nth-child(even) {
    margin-left: inherit !important;
    margin-right: inherit !important;
  }
  .mkb-xl-min-gap-s, .mkb-xl-min-gap-s-child > *, .mkb-xl-min-gap-s-first > *:first-child, .mkb-xl-min-gap-s-last > *:last-child, .mkb-xl-min-gap-s-odd > *:nth-child(odd), .mkb-xl-min-gap-s-even > *:nth-child(even) {
    margin: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s, .mkb-xl-min-gapn-s-child > *, .mkb-xl-min-gapn-s-first > *:first-child, .mkb-xl-min-gapn-s-last > *:last-child, .mkb-xl-min-gapn-s-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-even > *:nth-child(even) {
    margin: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-top, .mkb-xl-min-gap-s-top-child > *, .mkb-xl-min-gap-s-top-first > *:first-child, .mkb-xl-min-gap-s-top-last > *:last-child, .mkb-xl-min-gap-s-top-odd > *:nth-child(odd), .mkb-xl-min-gap-s-top-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-top, .mkb-xl-min-gapn-s-top-child > *, .mkb-xl-min-gapn-s-top-first > *:first-child, .mkb-xl-min-gapn-s-top-last > *:last-child, .mkb-xl-min-gapn-s-top-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-top-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-bottom, .mkb-xl-min-gap-s-bottom-child > *, .mkb-xl-min-gap-s-bottom-first > *:first-child, .mkb-xl-min-gap-s-bottom-last > *:last-child, .mkb-xl-min-gap-s-bottom-odd > *:nth-child(odd), .mkb-xl-min-gap-s-bottom-even > *:nth-child(even) {
    margin-bottom: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-bottom, .mkb-xl-min-gapn-s-bottom-child > *, .mkb-xl-min-gapn-s-bottom-first > *:first-child, .mkb-xl-min-gapn-s-bottom-last > *:last-child, .mkb-xl-min-gapn-s-bottom-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-bottom-even > *:nth-child(even) {
    margin-bottom: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-left, .mkb-xl-min-gap-s-left-child > *, .mkb-xl-min-gap-s-left-first > *:first-child, .mkb-xl-min-gap-s-left-last > *:last-child, .mkb-xl-min-gap-s-left-odd > *:nth-child(odd), .mkb-xl-min-gap-s-left-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-left, .mkb-xl-min-gapn-s-left-child > *, .mkb-xl-min-gapn-s-left-first > *:first-child, .mkb-xl-min-gapn-s-left-last > *:last-child, .mkb-xl-min-gapn-s-left-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-left-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-right, .mkb-xl-min-gap-s-right-child > *, .mkb-xl-min-gap-s-right-first > *:first-child, .mkb-xl-min-gap-s-right-last > *:last-child, .mkb-xl-min-gap-s-right-odd > *:nth-child(odd), .mkb-xl-min-gap-s-right-even > *:nth-child(even) {
    margin-right: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-right, .mkb-xl-min-gapn-s-right-child > *, .mkb-xl-min-gapn-s-right-first > *:first-child, .mkb-xl-min-gapn-s-right-last > *:last-child, .mkb-xl-min-gapn-s-right-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-right-even > *:nth-child(even) {
    margin-right: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-vertical, .mkb-xl-min-gap-s-vertical-child > *, .mkb-xl-min-gap-s-vertical-first > *:first-child, .mkb-xl-min-gap-s-vertical-last > *:last-child, .mkb-xl-min-gap-s-vertical-odd > *:nth-child(odd), .mkb-xl-min-gap-s-vertical-even > *:nth-child(even) {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-vertical, .mkb-xl-min-gapn-s-vertical-child > *, .mkb-xl-min-gapn-s-vertical-first > *:first-child, .mkb-xl-min-gapn-s-vertical-last > *:last-child, .mkb-xl-min-gapn-s-vertical-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-vertical-even > *:nth-child(even) {
    margin-top: -0.57143rem !important;
    margin-bottom: -0.57143rem !important;
  }
  .mkb-xl-min-gap-s-horizontal, .mkb-xl-min-gap-s-horizontal-child > *, .mkb-xl-min-gap-s-horizontal-first > *:first-child, .mkb-xl-min-gap-s-horizontal-last > *:last-child, .mkb-xl-min-gap-s-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gap-s-horizontal-even > *:nth-child(even) {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .mkb-xl-min-gapn-s-horizontal, .mkb-xl-min-gapn-s-horizontal-child > *, .mkb-xl-min-gapn-s-horizontal-first > *:first-child, .mkb-xl-min-gapn-s-horizontal-last > *:last-child, .mkb-xl-min-gapn-s-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gapn-s-horizontal-even > *:nth-child(even) {
    margin-left: -0.57143rem !important;
    margin-right: -0.57143rem !important;
  }
  .mkb-xl-min-gap-m, .mkb-xl-min-gap-m-child > *, .mkb-xl-min-gap-m-first > *:first-child, .mkb-xl-min-gap-m-last > *:last-child, .mkb-xl-min-gap-m-odd > *:nth-child(odd), .mkb-xl-min-gap-m-even > *:nth-child(even) {
    margin: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m, .mkb-xl-min-gapn-m-child > *, .mkb-xl-min-gapn-m-first > *:first-child, .mkb-xl-min-gapn-m-last > *:last-child, .mkb-xl-min-gapn-m-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-even > *:nth-child(even) {
    margin: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-top, .mkb-xl-min-gap-m-top-child > *, .mkb-xl-min-gap-m-top-first > *:first-child, .mkb-xl-min-gap-m-top-last > *:last-child, .mkb-xl-min-gap-m-top-odd > *:nth-child(odd), .mkb-xl-min-gap-m-top-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-top, .mkb-xl-min-gapn-m-top-child > *, .mkb-xl-min-gapn-m-top-first > *:first-child, .mkb-xl-min-gapn-m-top-last > *:last-child, .mkb-xl-min-gapn-m-top-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-top-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-bottom, .mkb-xl-min-gap-m-bottom-child > *, .mkb-xl-min-gap-m-bottom-first > *:first-child, .mkb-xl-min-gap-m-bottom-last > *:last-child, .mkb-xl-min-gap-m-bottom-odd > *:nth-child(odd), .mkb-xl-min-gap-m-bottom-even > *:nth-child(even) {
    margin-bottom: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-bottom, .mkb-xl-min-gapn-m-bottom-child > *, .mkb-xl-min-gapn-m-bottom-first > *:first-child, .mkb-xl-min-gapn-m-bottom-last > *:last-child, .mkb-xl-min-gapn-m-bottom-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-bottom-even > *:nth-child(even) {
    margin-bottom: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-left, .mkb-xl-min-gap-m-left-child > *, .mkb-xl-min-gap-m-left-first > *:first-child, .mkb-xl-min-gap-m-left-last > *:last-child, .mkb-xl-min-gap-m-left-odd > *:nth-child(odd), .mkb-xl-min-gap-m-left-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-left, .mkb-xl-min-gapn-m-left-child > *, .mkb-xl-min-gapn-m-left-first > *:first-child, .mkb-xl-min-gapn-m-left-last > *:last-child, .mkb-xl-min-gapn-m-left-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-left-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-right, .mkb-xl-min-gap-m-right-child > *, .mkb-xl-min-gap-m-right-first > *:first-child, .mkb-xl-min-gap-m-right-last > *:last-child, .mkb-xl-min-gap-m-right-odd > *:nth-child(odd), .mkb-xl-min-gap-m-right-even > *:nth-child(even) {
    margin-right: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-right, .mkb-xl-min-gapn-m-right-child > *, .mkb-xl-min-gapn-m-right-first > *:first-child, .mkb-xl-min-gapn-m-right-last > *:last-child, .mkb-xl-min-gapn-m-right-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-right-even > *:nth-child(even) {
    margin-right: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-vertical, .mkb-xl-min-gap-m-vertical-child > *, .mkb-xl-min-gap-m-vertical-first > *:first-child, .mkb-xl-min-gap-m-vertical-last > *:last-child, .mkb-xl-min-gap-m-vertical-odd > *:nth-child(odd), .mkb-xl-min-gap-m-vertical-even > *:nth-child(even) {
    margin-top: 1.14286rem !important;
    margin-bottom: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-vertical, .mkb-xl-min-gapn-m-vertical-child > *, .mkb-xl-min-gapn-m-vertical-first > *:first-child, .mkb-xl-min-gapn-m-vertical-last > *:last-child, .mkb-xl-min-gapn-m-vertical-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-vertical-even > *:nth-child(even) {
    margin-top: -1.14286rem !important;
    margin-bottom: -1.14286rem !important;
  }
  .mkb-xl-min-gap-m-horizontal, .mkb-xl-min-gap-m-horizontal-child > *, .mkb-xl-min-gap-m-horizontal-first > *:first-child, .mkb-xl-min-gap-m-horizontal-last > *:last-child, .mkb-xl-min-gap-m-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gap-m-horizontal-even > *:nth-child(even) {
    margin-left: 1.14286rem !important;
    margin-right: 1.14286rem !important;
  }
  .mkb-xl-min-gapn-m-horizontal, .mkb-xl-min-gapn-m-horizontal-child > *, .mkb-xl-min-gapn-m-horizontal-first > *:first-child, .mkb-xl-min-gapn-m-horizontal-last > *:last-child, .mkb-xl-min-gapn-m-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gapn-m-horizontal-even > *:nth-child(even) {
    margin-left: -1.14286rem !important;
    margin-right: -1.14286rem !important;
  }
  .mkb-xl-min-gap-l, .mkb-xl-min-gap-l-child > *, .mkb-xl-min-gap-l-first > *:first-child, .mkb-xl-min-gap-l-last > *:last-child, .mkb-xl-min-gap-l-odd > *:nth-child(odd), .mkb-xl-min-gap-l-even > *:nth-child(even) {
    margin: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l, .mkb-xl-min-gapn-l-child > *, .mkb-xl-min-gapn-l-first > *:first-child, .mkb-xl-min-gapn-l-last > *:last-child, .mkb-xl-min-gapn-l-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-even > *:nth-child(even) {
    margin: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-top, .mkb-xl-min-gap-l-top-child > *, .mkb-xl-min-gap-l-top-first > *:first-child, .mkb-xl-min-gap-l-top-last > *:last-child, .mkb-xl-min-gap-l-top-odd > *:nth-child(odd), .mkb-xl-min-gap-l-top-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-top, .mkb-xl-min-gapn-l-top-child > *, .mkb-xl-min-gapn-l-top-first > *:first-child, .mkb-xl-min-gapn-l-top-last > *:last-child, .mkb-xl-min-gapn-l-top-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-top-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-bottom, .mkb-xl-min-gap-l-bottom-child > *, .mkb-xl-min-gap-l-bottom-first > *:first-child, .mkb-xl-min-gap-l-bottom-last > *:last-child, .mkb-xl-min-gap-l-bottom-odd > *:nth-child(odd), .mkb-xl-min-gap-l-bottom-even > *:nth-child(even) {
    margin-bottom: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-bottom, .mkb-xl-min-gapn-l-bottom-child > *, .mkb-xl-min-gapn-l-bottom-first > *:first-child, .mkb-xl-min-gapn-l-bottom-last > *:last-child, .mkb-xl-min-gapn-l-bottom-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-bottom-even > *:nth-child(even) {
    margin-bottom: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-left, .mkb-xl-min-gap-l-left-child > *, .mkb-xl-min-gap-l-left-first > *:first-child, .mkb-xl-min-gap-l-left-last > *:last-child, .mkb-xl-min-gap-l-left-odd > *:nth-child(odd), .mkb-xl-min-gap-l-left-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-left, .mkb-xl-min-gapn-l-left-child > *, .mkb-xl-min-gapn-l-left-first > *:first-child, .mkb-xl-min-gapn-l-left-last > *:last-child, .mkb-xl-min-gapn-l-left-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-left-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-right, .mkb-xl-min-gap-l-right-child > *, .mkb-xl-min-gap-l-right-first > *:first-child, .mkb-xl-min-gap-l-right-last > *:last-child, .mkb-xl-min-gap-l-right-odd > *:nth-child(odd), .mkb-xl-min-gap-l-right-even > *:nth-child(even) {
    margin-right: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-right, .mkb-xl-min-gapn-l-right-child > *, .mkb-xl-min-gapn-l-right-first > *:first-child, .mkb-xl-min-gapn-l-right-last > *:last-child, .mkb-xl-min-gapn-l-right-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-right-even > *:nth-child(even) {
    margin-right: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-vertical, .mkb-xl-min-gap-l-vertical-child > *, .mkb-xl-min-gap-l-vertical-first > *:first-child, .mkb-xl-min-gap-l-vertical-last > *:last-child, .mkb-xl-min-gap-l-vertical-odd > *:nth-child(odd), .mkb-xl-min-gap-l-vertical-even > *:nth-child(even) {
    margin-top: 1.71429rem !important;
    margin-bottom: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-vertical, .mkb-xl-min-gapn-l-vertical-child > *, .mkb-xl-min-gapn-l-vertical-first > *:first-child, .mkb-xl-min-gapn-l-vertical-last > *:last-child, .mkb-xl-min-gapn-l-vertical-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-vertical-even > *:nth-child(even) {
    margin-top: -1.71429rem !important;
    margin-bottom: -1.71429rem !important;
  }
  .mkb-xl-min-gap-l-horizontal, .mkb-xl-min-gap-l-horizontal-child > *, .mkb-xl-min-gap-l-horizontal-first > *:first-child, .mkb-xl-min-gap-l-horizontal-last > *:last-child, .mkb-xl-min-gap-l-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gap-l-horizontal-even > *:nth-child(even) {
    margin-left: 1.71429rem !important;
    margin-right: 1.71429rem !important;
  }
  .mkb-xl-min-gapn-l-horizontal, .mkb-xl-min-gapn-l-horizontal-child > *, .mkb-xl-min-gapn-l-horizontal-first > *:first-child, .mkb-xl-min-gapn-l-horizontal-last > *:last-child, .mkb-xl-min-gapn-l-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gapn-l-horizontal-even > *:nth-child(even) {
    margin-left: -1.71429rem !important;
    margin-right: -1.71429rem !important;
  }
  .mkb-xl-min-gap-xl, .mkb-xl-min-gap-xl-child > *, .mkb-xl-min-gap-xl-first > *:first-child, .mkb-xl-min-gap-xl-last > *:last-child, .mkb-xl-min-gap-xl-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-even > *:nth-child(even) {
    margin: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl, .mkb-xl-min-gapn-xl-child > *, .mkb-xl-min-gapn-xl-first > *:first-child, .mkb-xl-min-gapn-xl-last > *:last-child, .mkb-xl-min-gapn-xl-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-even > *:nth-child(even) {
    margin: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-top, .mkb-xl-min-gap-xl-top-child > *, .mkb-xl-min-gap-xl-top-first > *:first-child, .mkb-xl-min-gap-xl-top-last > *:last-child, .mkb-xl-min-gap-xl-top-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-top-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-top, .mkb-xl-min-gapn-xl-top-child > *, .mkb-xl-min-gapn-xl-top-first > *:first-child, .mkb-xl-min-gapn-xl-top-last > *:last-child, .mkb-xl-min-gapn-xl-top-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-top-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-bottom, .mkb-xl-min-gap-xl-bottom-child > *, .mkb-xl-min-gap-xl-bottom-first > *:first-child, .mkb-xl-min-gap-xl-bottom-last > *:last-child, .mkb-xl-min-gap-xl-bottom-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-bottom-even > *:nth-child(even) {
    margin-bottom: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-bottom, .mkb-xl-min-gapn-xl-bottom-child > *, .mkb-xl-min-gapn-xl-bottom-first > *:first-child, .mkb-xl-min-gapn-xl-bottom-last > *:last-child, .mkb-xl-min-gapn-xl-bottom-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-bottom-even > *:nth-child(even) {
    margin-bottom: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-left, .mkb-xl-min-gap-xl-left-child > *, .mkb-xl-min-gap-xl-left-first > *:first-child, .mkb-xl-min-gap-xl-left-last > *:last-child, .mkb-xl-min-gap-xl-left-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-left-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-left, .mkb-xl-min-gapn-xl-left-child > *, .mkb-xl-min-gapn-xl-left-first > *:first-child, .mkb-xl-min-gapn-xl-left-last > *:last-child, .mkb-xl-min-gapn-xl-left-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-left-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-right, .mkb-xl-min-gap-xl-right-child > *, .mkb-xl-min-gap-xl-right-first > *:first-child, .mkb-xl-min-gap-xl-right-last > *:last-child, .mkb-xl-min-gap-xl-right-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-right-even > *:nth-child(even) {
    margin-right: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-right, .mkb-xl-min-gapn-xl-right-child > *, .mkb-xl-min-gapn-xl-right-first > *:first-child, .mkb-xl-min-gapn-xl-right-last > *:last-child, .mkb-xl-min-gapn-xl-right-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-right-even > *:nth-child(even) {
    margin-right: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-vertical, .mkb-xl-min-gap-xl-vertical-child > *, .mkb-xl-min-gap-xl-vertical-first > *:first-child, .mkb-xl-min-gap-xl-vertical-last > *:last-child, .mkb-xl-min-gap-xl-vertical-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-vertical-even > *:nth-child(even) {
    margin-top: 2.28571rem !important;
    margin-bottom: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-vertical, .mkb-xl-min-gapn-xl-vertical-child > *, .mkb-xl-min-gapn-xl-vertical-first > *:first-child, .mkb-xl-min-gapn-xl-vertical-last > *:last-child, .mkb-xl-min-gapn-xl-vertical-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-vertical-even > *:nth-child(even) {
    margin-top: -2.28571rem !important;
    margin-bottom: -2.28571rem !important;
  }
  .mkb-xl-min-gap-xl-horizontal, .mkb-xl-min-gap-xl-horizontal-child > *, .mkb-xl-min-gap-xl-horizontal-first > *:first-child, .mkb-xl-min-gap-xl-horizontal-last > *:last-child, .mkb-xl-min-gap-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gap-xl-horizontal-even > *:nth-child(even) {
    margin-left: 2.28571rem !important;
    margin-right: 2.28571rem !important;
  }
  .mkb-xl-min-gapn-xl-horizontal, .mkb-xl-min-gapn-xl-horizontal-child > *, .mkb-xl-min-gapn-xl-horizontal-first > *:first-child, .mkb-xl-min-gapn-xl-horizontal-last > *:last-child, .mkb-xl-min-gapn-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-min-gapn-xl-horizontal-even > *:nth-child(even) {
    margin-left: -2.28571rem !important;
    margin-right: -2.28571rem !important;
  }
  /* #### BORDER CLASSES #### */
  .mkb-xl-min-edge-none, .mkb-xl-min-edge-none-child > *, .mkb-xl-min-edge-none-first > *:first-child, .mkb-xl-min-edge-none-last > *:last-child, .mkb-xl-min-edge-none-odd > *:nth-child(odd), .mkb-xl-min-edge-none-even > *:nth-child(even) {
    border: 0 !important;
  }
  .mkb-xl-min-edge-top-none, .mkb-xl-min-edge-top-none-child > *, .mkb-xl-min-edge-top-none-first > *:first-child, .mkb-xl-min-edge-top-none-last > *:last-child, .mkb-xl-min-edge-top-none-odd > *:nth-child(odd), .mkb-xl-min-edge-top-none-even > *:nth-child(even) {
    border-top: 0 !important;
  }
  .mkb-xl-min-edge-bottom-none, .mkb-xl-min-edge-bottom-none-child > *, .mkb-xl-min-edge-bottom-none-first > *:first-child, .mkb-xl-min-edge-bottom-none-last > *:last-child, .mkb-xl-min-edge-bottom-none-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-none-even > *:nth-child(even) {
    border-bottom: 0 !important;
  }
  .mkb-xl-min-edge-left-none, .mkb-xl-min-edge-left-none-child > *, .mkb-xl-min-edge-left-none-first > *:first-child, .mkb-xl-min-edge-left-none-last > *:last-child, .mkb-xl-min-edge-left-none-odd > *:nth-child(odd), .mkb-xl-min-edge-left-none-even > *:nth-child(even) {
    border-left: 0 !important;
  }
  .mkb-xl-min-edge-right-none, .mkb-xl-min-edge-right-none-child > *, .mkb-xl-min-edge-right-none-first > *:first-child, .mkb-xl-min-edge-right-none-last > *:last-child, .mkb-xl-min-edge-right-none-odd > *:nth-child(odd), .mkb-xl-min-edge-right-none-even > *:nth-child(even) {
    border-right: 0 !important;
  }
  .mkb-xl-min-edge-vertical-none, .mkb-xl-min-edge-vertical-none-child > *, .mkb-xl-min-edge-vertical-none-first > *:first-child, .mkb-xl-min-edge-vertical-none-last > *:last-child, .mkb-xl-min-edge-vertical-none-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-none-even > *:nth-child(even) {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .mkb-xl-min-edge-horizontal-none, .mkb-xl-min-edge-horizontal-none-child > *, .mkb-xl-min-edge-horizontal-none-first > *:first-child, .mkb-xl-min-edge-horizontal-none-last > *:last-child, .mkb-xl-min-edge-horizontal-none-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-none-even > *:nth-child(even) {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .mkb-xl-min-edge-inherit, .mkb-xl-min-edge-inherit-child > *, .mkb-xl-min-edge-inherit-first > *:first-child, .mkb-xl-min-edge-inherit-last > *:last-child, .mkb-xl-min-edge-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-inherit-even > *:nth-child(even) {
    border: inherit !important;
  }
  .mkb-xl-min-edge-top-inherit, .mkb-xl-min-edge-top-inherit-child > *, .mkb-xl-min-edge-top-inherit-first > *:first-child, .mkb-xl-min-edge-top-inherit-last > *:last-child, .mkb-xl-min-edge-top-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-top-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
  }
  .mkb-xl-min-edge-bottom-inherit, .mkb-xl-min-edge-bottom-inherit-child > *, .mkb-xl-min-edge-bottom-inherit-first > *:first-child, .mkb-xl-min-edge-bottom-inherit-last > *:last-child, .mkb-xl-min-edge-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-inherit-even > *:nth-child(even) {
    border-bottom: inherit !important;
  }
  .mkb-xl-min-edge-left-inherit, .mkb-xl-min-edge-left-inherit-child > *, .mkb-xl-min-edge-left-inherit-first > *:first-child, .mkb-xl-min-edge-left-inherit-last > *:last-child, .mkb-xl-min-edge-left-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-left-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
  }
  .mkb-xl-min-edge-right-inherit, .mkb-xl-min-edge-right-inherit-child > *, .mkb-xl-min-edge-right-inherit-first > *:first-child, .mkb-xl-min-edge-right-inherit-last > *:last-child, .mkb-xl-min-edge-right-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-right-inherit-even > *:nth-child(even) {
    border-right: inherit !important;
  }
  .mkb-xl-min-edge-vertical-inherit, .mkb-xl-min-edge-vertical-inherit-child > *, .mkb-xl-min-edge-vertical-inherit-first > *:first-child, .mkb-xl-min-edge-vertical-inherit-last > *:last-child, .mkb-xl-min-edge-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-inherit-even > *:nth-child(even) {
    border-top: inherit !important;
    border-bottom: inherit !important;
  }
  .mkb-xl-min-edge-horizontal-inherit, .mkb-xl-min-edge-horizontal-inherit-child > *, .mkb-xl-min-edge-horizontal-inherit-first > *:first-child, .mkb-xl-min-edge-horizontal-inherit-last > *:last-child, .mkb-xl-min-edge-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-inherit-even > *:nth-child(even) {
    border-left: inherit !important;
    border-right: inherit !important;
  }
  .mkb-xl-min-edge-s, .mkb-xl-min-edge-s-child > *, .mkb-xl-min-edge-s-first > *:first-child, .mkb-xl-min-edge-s-last > *:last-child, .mkb-xl-min-edge-s-odd > *:nth-child(odd), .mkb-xl-min-edge-s-even > *:nth-child(even) {
    border-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-top, .mkb-xl-min-edge-s-top-child > *, .mkb-xl-min-edge-s-top-first > *:first-child, .mkb-xl-min-edge-s-top-last > *:last-child, .mkb-xl-min-edge-s-top-odd > *:nth-child(odd), .mkb-xl-min-edge-s-top-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-bottom, .mkb-xl-min-edge-s-bottom-child > *, .mkb-xl-min-edge-s-bottom-first > *:first-child, .mkb-xl-min-edge-s-bottom-last > *:last-child, .mkb-xl-min-edge-s-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-s-bottom-even > *:nth-child(even) {
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-left, .mkb-xl-min-edge-s-left-child > *, .mkb-xl-min-edge-s-left-first > *:first-child, .mkb-xl-min-edge-s-left-last > *:last-child, .mkb-xl-min-edge-s-left-odd > *:nth-child(odd), .mkb-xl-min-edge-s-left-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-right, .mkb-xl-min-edge-s-right-child > *, .mkb-xl-min-edge-s-right-first > *:first-child, .mkb-xl-min-edge-s-right-last > *:last-child, .mkb-xl-min-edge-s-right-odd > *:nth-child(odd), .mkb-xl-min-edge-s-right-even > *:nth-child(even) {
    border-right-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-vertical, .mkb-xl-min-edge-s-vertical-child > *, .mkb-xl-min-edge-s-vertical-first > *:first-child, .mkb-xl-min-edge-s-vertical-last > *:last-child, .mkb-xl-min-edge-s-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-s-vertical-even > *:nth-child(even) {
    border-top-width: 0.57143rem !important;
    border-bottom-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-s-horizontal, .mkb-xl-min-edge-s-horizontal-child > *, .mkb-xl-min-edge-s-horizontal-first > *:first-child, .mkb-xl-min-edge-s-horizontal-last > *:last-child, .mkb-xl-min-edge-s-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-s-horizontal-even > *:nth-child(even) {
    border-left-width: 0.57143rem !important;
    border-right-width: 0.57143rem !important;
  }
  .mkb-xl-min-edge-m, .mkb-xl-min-edge-m-child > *, .mkb-xl-min-edge-m-first > *:first-child, .mkb-xl-min-edge-m-last > *:last-child, .mkb-xl-min-edge-m-odd > *:nth-child(odd), .mkb-xl-min-edge-m-even > *:nth-child(even) {
    border-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-top, .mkb-xl-min-edge-m-top-child > *, .mkb-xl-min-edge-m-top-first > *:first-child, .mkb-xl-min-edge-m-top-last > *:last-child, .mkb-xl-min-edge-m-top-odd > *:nth-child(odd), .mkb-xl-min-edge-m-top-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-bottom, .mkb-xl-min-edge-m-bottom-child > *, .mkb-xl-min-edge-m-bottom-first > *:first-child, .mkb-xl-min-edge-m-bottom-last > *:last-child, .mkb-xl-min-edge-m-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-m-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-left, .mkb-xl-min-edge-m-left-child > *, .mkb-xl-min-edge-m-left-first > *:first-child, .mkb-xl-min-edge-m-left-last > *:last-child, .mkb-xl-min-edge-m-left-odd > *:nth-child(odd), .mkb-xl-min-edge-m-left-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-right, .mkb-xl-min-edge-m-right-child > *, .mkb-xl-min-edge-m-right-first > *:first-child, .mkb-xl-min-edge-m-right-last > *:last-child, .mkb-xl-min-edge-m-right-odd > *:nth-child(odd), .mkb-xl-min-edge-m-right-even > *:nth-child(even) {
    border-right-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-vertical, .mkb-xl-min-edge-m-vertical-child > *, .mkb-xl-min-edge-m-vertical-first > *:first-child, .mkb-xl-min-edge-m-vertical-last > *:last-child, .mkb-xl-min-edge-m-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-m-vertical-even > *:nth-child(even) {
    border-top-width: 1.14286rem !important;
    border-bottom-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-m-horizontal, .mkb-xl-min-edge-m-horizontal-child > *, .mkb-xl-min-edge-m-horizontal-first > *:first-child, .mkb-xl-min-edge-m-horizontal-last > *:last-child, .mkb-xl-min-edge-m-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-m-horizontal-even > *:nth-child(even) {
    border-left-width: 1.14286rem !important;
    border-right-width: 1.14286rem !important;
  }
  .mkb-xl-min-edge-l, .mkb-xl-min-edge-l-child > *, .mkb-xl-min-edge-l-first > *:first-child, .mkb-xl-min-edge-l-last > *:last-child, .mkb-xl-min-edge-l-odd > *:nth-child(odd), .mkb-xl-min-edge-l-even > *:nth-child(even) {
    border-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-top, .mkb-xl-min-edge-l-top-child > *, .mkb-xl-min-edge-l-top-first > *:first-child, .mkb-xl-min-edge-l-top-last > *:last-child, .mkb-xl-min-edge-l-top-odd > *:nth-child(odd), .mkb-xl-min-edge-l-top-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-bottom, .mkb-xl-min-edge-l-bottom-child > *, .mkb-xl-min-edge-l-bottom-first > *:first-child, .mkb-xl-min-edge-l-bottom-last > *:last-child, .mkb-xl-min-edge-l-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-l-bottom-even > *:nth-child(even) {
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-left, .mkb-xl-min-edge-l-left-child > *, .mkb-xl-min-edge-l-left-first > *:first-child, .mkb-xl-min-edge-l-left-last > *:last-child, .mkb-xl-min-edge-l-left-odd > *:nth-child(odd), .mkb-xl-min-edge-l-left-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-right, .mkb-xl-min-edge-l-right-child > *, .mkb-xl-min-edge-l-right-first > *:first-child, .mkb-xl-min-edge-l-right-last > *:last-child, .mkb-xl-min-edge-l-right-odd > *:nth-child(odd), .mkb-xl-min-edge-l-right-even > *:nth-child(even) {
    border-right-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-vertical, .mkb-xl-min-edge-l-vertical-child > *, .mkb-xl-min-edge-l-vertical-first > *:first-child, .mkb-xl-min-edge-l-vertical-last > *:last-child, .mkb-xl-min-edge-l-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-l-vertical-even > *:nth-child(even) {
    border-top-width: 1.71429rem !important;
    border-bottom-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-l-horizontal, .mkb-xl-min-edge-l-horizontal-child > *, .mkb-xl-min-edge-l-horizontal-first > *:first-child, .mkb-xl-min-edge-l-horizontal-last > *:last-child, .mkb-xl-min-edge-l-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-l-horizontal-even > *:nth-child(even) {
    border-left-width: 1.71429rem !important;
    border-right-width: 1.71429rem !important;
  }
  .mkb-xl-min-edge-xl, .mkb-xl-min-edge-xl-child > *, .mkb-xl-min-edge-xl-first > *:first-child, .mkb-xl-min-edge-xl-last > *:last-child, .mkb-xl-min-edge-xl-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-even > *:nth-child(even) {
    border-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-top, .mkb-xl-min-edge-xl-top-child > *, .mkb-xl-min-edge-xl-top-first > *:first-child, .mkb-xl-min-edge-xl-top-last > *:last-child, .mkb-xl-min-edge-xl-top-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-top-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-bottom, .mkb-xl-min-edge-xl-bottom-child > *, .mkb-xl-min-edge-xl-bottom-first > *:first-child, .mkb-xl-min-edge-xl-bottom-last > *:last-child, .mkb-xl-min-edge-xl-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-bottom-even > *:nth-child(even) {
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-left, .mkb-xl-min-edge-xl-left-child > *, .mkb-xl-min-edge-xl-left-first > *:first-child, .mkb-xl-min-edge-xl-left-last > *:last-child, .mkb-xl-min-edge-xl-left-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-left-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-right, .mkb-xl-min-edge-xl-right-child > *, .mkb-xl-min-edge-xl-right-first > *:first-child, .mkb-xl-min-edge-xl-right-last > *:last-child, .mkb-xl-min-edge-xl-right-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-right-even > *:nth-child(even) {
    border-right-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-vertical, .mkb-xl-min-edge-xl-vertical-child > *, .mkb-xl-min-edge-xl-vertical-first > *:first-child, .mkb-xl-min-edge-xl-vertical-last > *:last-child, .mkb-xl-min-edge-xl-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-vertical-even > *:nth-child(even) {
    border-top-width: 2.28571rem !important;
    border-bottom-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-xl-horizontal, .mkb-xl-min-edge-xl-horizontal-child > *, .mkb-xl-min-edge-xl-horizontal-first > *:first-child, .mkb-xl-min-edge-xl-horizontal-last > *:last-child, .mkb-xl-min-edge-xl-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-xl-horizontal-even > *:nth-child(even) {
    border-left-width: 2.28571rem !important;
    border-right-width: 2.28571rem !important;
  }
  .mkb-xl-min-edge-thin, .mkb-xl-min-edge-thin-child > *, .mkb-xl-min-edge-thin-first > *:first-child, .mkb-xl-min-edge-thin-last > *:last-child, .mkb-xl-min-edge-thin-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-even > *:nth-child(even) {
    border-width: thin !important;
  }
  .mkb-xl-min-edge-thin-top, .mkb-xl-min-edge-thin-top-child > *, .mkb-xl-min-edge-thin-top-first > *:first-child, .mkb-xl-min-edge-thin-top-last > *:last-child, .mkb-xl-min-edge-thin-top-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-top-even > *:nth-child(even) {
    border-top-width: thin !important;
  }
  .mkb-xl-min-edge-thin-bottom, .mkb-xl-min-edge-thin-bottom-child > *, .mkb-xl-min-edge-thin-bottom-first > *:first-child, .mkb-xl-min-edge-thin-bottom-last > *:last-child, .mkb-xl-min-edge-thin-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-bottom-even > *:nth-child(even) {
    border-bottom-width: thin !important;
  }
  .mkb-xl-min-edge-thin-left, .mkb-xl-min-edge-thin-left-child > *, .mkb-xl-min-edge-thin-left-first > *:first-child, .mkb-xl-min-edge-thin-left-last > *:last-child, .mkb-xl-min-edge-thin-left-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-left-even > *:nth-child(even) {
    border-left-width: thin !important;
  }
  .mkb-xl-min-edge-thin-right, .mkb-xl-min-edge-thin-right-child > *, .mkb-xl-min-edge-thin-right-first > *:first-child, .mkb-xl-min-edge-thin-right-last > *:last-child, .mkb-xl-min-edge-thin-right-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-right-even > *:nth-child(even) {
    border-right-width: thin !important;
  }
  .mkb-xl-min-edge-thin-vertical, .mkb-xl-min-edge-thin-vertical-child > *, .mkb-xl-min-edge-thin-vertical-first > *:first-child, .mkb-xl-min-edge-thin-vertical-last > *:last-child, .mkb-xl-min-edge-thin-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-vertical-even > *:nth-child(even) {
    border-top-width: thin !important;
    border-bottom-width: thin !important;
  }
  .mkb-xl-min-edge-thin-horizontal, .mkb-xl-min-edge-thin-horizontal-child > *, .mkb-xl-min-edge-thin-horizontal-first > *:first-child, .mkb-xl-min-edge-thin-horizontal-last > *:last-child, .mkb-xl-min-edge-thin-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-thin-horizontal-even > *:nth-child(even) {
    border-left-width: thin !important;
    border-right-width: thin !important;
  }
  .mkb-xl-min-edge-medium, .mkb-xl-min-edge-medium-child > *, .mkb-xl-min-edge-medium-first > *:first-child, .mkb-xl-min-edge-medium-last > *:last-child, .mkb-xl-min-edge-medium-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-even > *:nth-child(even) {
    border-width: medium !important;
  }
  .mkb-xl-min-edge-medium-top, .mkb-xl-min-edge-medium-top-child > *, .mkb-xl-min-edge-medium-top-first > *:first-child, .mkb-xl-min-edge-medium-top-last > *:last-child, .mkb-xl-min-edge-medium-top-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-top-even > *:nth-child(even) {
    border-top-width: medium !important;
  }
  .mkb-xl-min-edge-medium-bottom, .mkb-xl-min-edge-medium-bottom-child > *, .mkb-xl-min-edge-medium-bottom-first > *:first-child, .mkb-xl-min-edge-medium-bottom-last > *:last-child, .mkb-xl-min-edge-medium-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-bottom-even > *:nth-child(even) {
    border-bottom-width: medium !important;
  }
  .mkb-xl-min-edge-medium-left, .mkb-xl-min-edge-medium-left-child > *, .mkb-xl-min-edge-medium-left-first > *:first-child, .mkb-xl-min-edge-medium-left-last > *:last-child, .mkb-xl-min-edge-medium-left-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-left-even > *:nth-child(even) {
    border-left-width: medium !important;
  }
  .mkb-xl-min-edge-medium-right, .mkb-xl-min-edge-medium-right-child > *, .mkb-xl-min-edge-medium-right-first > *:first-child, .mkb-xl-min-edge-medium-right-last > *:last-child, .mkb-xl-min-edge-medium-right-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-right-even > *:nth-child(even) {
    border-right-width: medium !important;
  }
  .mkb-xl-min-edge-medium-vertical, .mkb-xl-min-edge-medium-vertical-child > *, .mkb-xl-min-edge-medium-vertical-first > *:first-child, .mkb-xl-min-edge-medium-vertical-last > *:last-child, .mkb-xl-min-edge-medium-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-vertical-even > *:nth-child(even) {
    border-top-width: medium !important;
    border-bottom-width: medium !important;
  }
  .mkb-xl-min-edge-medium-horizontal, .mkb-xl-min-edge-medium-horizontal-child > *, .mkb-xl-min-edge-medium-horizontal-first > *:first-child, .mkb-xl-min-edge-medium-horizontal-last > *:last-child, .mkb-xl-min-edge-medium-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-medium-horizontal-even > *:nth-child(even) {
    border-left-width: medium !important;
    border-right-width: medium !important;
  }
  .mkb-xl-min-edge-thick, .mkb-xl-min-edge-thick-child > *, .mkb-xl-min-edge-thick-first > *:first-child, .mkb-xl-min-edge-thick-last > *:last-child, .mkb-xl-min-edge-thick-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-even > *:nth-child(even) {
    border-width: thick !important;
  }
  .mkb-xl-min-edge-thick-top, .mkb-xl-min-edge-thick-top-child > *, .mkb-xl-min-edge-thick-top-first > *:first-child, .mkb-xl-min-edge-thick-top-last > *:last-child, .mkb-xl-min-edge-thick-top-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-top-even > *:nth-child(even) {
    border-top-width: thick !important;
  }
  .mkb-xl-min-edge-thick-bottom, .mkb-xl-min-edge-thick-bottom-child > *, .mkb-xl-min-edge-thick-bottom-first > *:first-child, .mkb-xl-min-edge-thick-bottom-last > *:last-child, .mkb-xl-min-edge-thick-bottom-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-bottom-even > *:nth-child(even) {
    border-bottom-width: thick !important;
  }
  .mkb-xl-min-edge-thick-left, .mkb-xl-min-edge-thick-left-child > *, .mkb-xl-min-edge-thick-left-first > *:first-child, .mkb-xl-min-edge-thick-left-last > *:last-child, .mkb-xl-min-edge-thick-left-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-left-even > *:nth-child(even) {
    border-left-width: thick !important;
  }
  .mkb-xl-min-edge-thick-right, .mkb-xl-min-edge-thick-right-child > *, .mkb-xl-min-edge-thick-right-first > *:first-child, .mkb-xl-min-edge-thick-right-last > *:last-child, .mkb-xl-min-edge-thick-right-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-right-even > *:nth-child(even) {
    border-right-width: thick !important;
  }
  .mkb-xl-min-edge-thick-vertical, .mkb-xl-min-edge-thick-vertical-child > *, .mkb-xl-min-edge-thick-vertical-first > *:first-child, .mkb-xl-min-edge-thick-vertical-last > *:last-child, .mkb-xl-min-edge-thick-vertical-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-vertical-even > *:nth-child(even) {
    border-top-width: thick !important;
    border-bottom-width: thick !important;
  }
  .mkb-xl-min-edge-thick-horizontal, .mkb-xl-min-edge-thick-horizontal-child > *, .mkb-xl-min-edge-thick-horizontal-first > *:first-child, .mkb-xl-min-edge-thick-horizontal-last > *:last-child, .mkb-xl-min-edge-thick-horizontal-odd > *:nth-child(odd), .mkb-xl-min-edge-thick-horizontal-even > *:nth-child(even) {
    border-left-width: thick !important;
    border-right-width: thick !important;
  }
  /* #### BORDER COLOR CLASSES #### */
  .mkb-xl-min-edge-transparent, .mkb-xl-min-edge-transparent-child > *, .mkb-xl-min-edge-transparent-first > *:first-child, .mkb-xl-min-edge-transparent-last > *:last-child, .mkb-xl-min-edge-transparent-odd > *:nth-child(odd), .mkb-xl-min-edge-transparent-even > *:nth-child(even), .mkb-xl-min-edge-hover-transparent:hover, .mkb-xl-min-edge-hover-transparent-child:hover > *, .mkb-xl-min-edge-hover-transparent-first:hover > *:first-child, .mkb-xl-min-edge-hover-transparent-last:hover > *:last-child, .mkb-xl-min-edge-hover-transparent-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-transparent-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-transparent-child > *:hover, .mkb-xl-min-edge-child-hover-transparent-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-transparent-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-transparent-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-transparent-even > *:nth-child(even):hover {
    border-color: transparent !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-black, .mkb-xl-min-edge-black-child > *, .mkb-xl-min-edge-black-first > *:first-child, .mkb-xl-min-edge-black-last > *:last-child, .mkb-xl-min-edge-black-odd > *:nth-child(odd), .mkb-xl-min-edge-black-even > *:nth-child(even), .mkb-xl-min-edge-hover-black:hover, .mkb-xl-min-edge-hover-black-child:hover > *, .mkb-xl-min-edge-hover-black-first:hover > *:first-child, .mkb-xl-min-edge-hover-black-last:hover > *:last-child, .mkb-xl-min-edge-hover-black-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-black-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-black-child > *:hover, .mkb-xl-min-edge-child-hover-black-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-black-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-black-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-black-even > *:nth-child(even):hover {
    border-color: #0A0A0A !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-white, .mkb-xl-min-edge-white-child > *, .mkb-xl-min-edge-white-first > *:first-child, .mkb-xl-min-edge-white-last > *:last-child, .mkb-xl-min-edge-white-odd > *:nth-child(odd), .mkb-xl-min-edge-white-even > *:nth-child(even), .mkb-xl-min-edge-hover-white:hover, .mkb-xl-min-edge-hover-white-child:hover > *, .mkb-xl-min-edge-hover-white-first:hover > *:first-child, .mkb-xl-min-edge-hover-white-last:hover > *:last-child, .mkb-xl-min-edge-hover-white-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-white-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-white-child > *:hover, .mkb-xl-min-edge-child-hover-white-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-white-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-white-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-white-even > *:nth-child(even):hover {
    border-color: #FFF !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-red, .mkb-xl-min-edge-red-child > *, .mkb-xl-min-edge-red-first > *:first-child, .mkb-xl-min-edge-red-last > *:last-child, .mkb-xl-min-edge-red-odd > *:nth-child(odd), .mkb-xl-min-edge-red-even > *:nth-child(even), .mkb-xl-min-edge-hover-red:hover, .mkb-xl-min-edge-hover-red-child:hover > *, .mkb-xl-min-edge-hover-red-first:hover > *:first-child, .mkb-xl-min-edge-hover-red-last:hover > *:last-child, .mkb-xl-min-edge-hover-red-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-red-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-red-child > *:hover, .mkb-xl-min-edge-child-hover-red-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-red-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-red-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-red-even > *:nth-child(even):hover {
    border-color: #F44336 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-green, .mkb-xl-min-edge-green-child > *, .mkb-xl-min-edge-green-first > *:first-child, .mkb-xl-min-edge-green-last > *:last-child, .mkb-xl-min-edge-green-odd > *:nth-child(odd), .mkb-xl-min-edge-green-even > *:nth-child(even), .mkb-xl-min-edge-hover-green:hover, .mkb-xl-min-edge-hover-green-child:hover > *, .mkb-xl-min-edge-hover-green-first:hover > *:first-child, .mkb-xl-min-edge-hover-green-last:hover > *:last-child, .mkb-xl-min-edge-hover-green-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-green-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-green-child > *:hover, .mkb-xl-min-edge-child-hover-green-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-green-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-green-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-green-even > *:nth-child(even):hover {
    border-color: #4CAF50 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-blue, .mkb-xl-min-edge-blue-child > *, .mkb-xl-min-edge-blue-first > *:first-child, .mkb-xl-min-edge-blue-last > *:last-child, .mkb-xl-min-edge-blue-odd > *:nth-child(odd), .mkb-xl-min-edge-blue-even > *:nth-child(even), .mkb-xl-min-edge-hover-blue:hover, .mkb-xl-min-edge-hover-blue-child:hover > *, .mkb-xl-min-edge-hover-blue-first:hover > *:first-child, .mkb-xl-min-edge-hover-blue-last:hover > *:last-child, .mkb-xl-min-edge-hover-blue-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-blue-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-blue-child > *:hover, .mkb-xl-min-edge-child-hover-blue-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-blue-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-blue-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-blue-even > *:nth-child(even):hover {
    border-color: #2196F3 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-yellow, .mkb-xl-min-edge-yellow-child > *, .mkb-xl-min-edge-yellow-first > *:first-child, .mkb-xl-min-edge-yellow-last > *:last-child, .mkb-xl-min-edge-yellow-odd > *:nth-child(odd), .mkb-xl-min-edge-yellow-even > *:nth-child(even), .mkb-xl-min-edge-hover-yellow:hover, .mkb-xl-min-edge-hover-yellow-child:hover > *, .mkb-xl-min-edge-hover-yellow-first:hover > *:first-child, .mkb-xl-min-edge-hover-yellow-last:hover > *:last-child, .mkb-xl-min-edge-hover-yellow-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-yellow-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-yellow-child > *:hover, .mkb-xl-min-edge-child-hover-yellow-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-yellow-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-yellow-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-yellow-even > *:nth-child(even):hover {
    border-color: #FFEB3B !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-orange, .mkb-xl-min-edge-orange-child > *, .mkb-xl-min-edge-orange-first > *:first-child, .mkb-xl-min-edge-orange-last > *:last-child, .mkb-xl-min-edge-orange-odd > *:nth-child(odd), .mkb-xl-min-edge-orange-even > *:nth-child(even), .mkb-xl-min-edge-hover-orange:hover, .mkb-xl-min-edge-hover-orange-child:hover > *, .mkb-xl-min-edge-hover-orange-first:hover > *:first-child, .mkb-xl-min-edge-hover-orange-last:hover > *:last-child, .mkb-xl-min-edge-hover-orange-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-orange-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-orange-child > *:hover, .mkb-xl-min-edge-child-hover-orange-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-orange-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-orange-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-orange-even > *:nth-child(even):hover {
    border-color: #FF9800 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-brown, .mkb-xl-min-edge-brown-child > *, .mkb-xl-min-edge-brown-first > *:first-child, .mkb-xl-min-edge-brown-last > *:last-child, .mkb-xl-min-edge-brown-odd > *:nth-child(odd), .mkb-xl-min-edge-brown-even > *:nth-child(even), .mkb-xl-min-edge-hover-brown:hover, .mkb-xl-min-edge-hover-brown-child:hover > *, .mkb-xl-min-edge-hover-brown-first:hover > *:first-child, .mkb-xl-min-edge-hover-brown-last:hover > *:last-child, .mkb-xl-min-edge-hover-brown-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-brown-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-brown-child > *:hover, .mkb-xl-min-edge-child-hover-brown-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-brown-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-brown-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-brown-even > *:nth-child(even):hover {
    border-color: #795548 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-gray, .mkb-xl-min-edge-gray-child > *, .mkb-xl-min-edge-gray-first > *:first-child, .mkb-xl-min-edge-gray-last > *:last-child, .mkb-xl-min-edge-gray-odd > *:nth-child(odd), .mkb-xl-min-edge-gray-even > *:nth-child(even), .mkb-xl-min-edge-hover-gray:hover, .mkb-xl-min-edge-hover-gray-child:hover > *, .mkb-xl-min-edge-hover-gray-first:hover > *:first-child, .mkb-xl-min-edge-hover-gray-last:hover > *:last-child, .mkb-xl-min-edge-hover-gray-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-gray-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-gray-child > *:hover, .mkb-xl-min-edge-child-hover-gray-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-gray-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-gray-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-gray-even > *:nth-child(even):hover {
    border-color: #9E9E9E !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-pink, .mkb-xl-min-edge-pink-child > *, .mkb-xl-min-edge-pink-first > *:first-child, .mkb-xl-min-edge-pink-last > *:last-child, .mkb-xl-min-edge-pink-odd > *:nth-child(odd), .mkb-xl-min-edge-pink-even > *:nth-child(even), .mkb-xl-min-edge-hover-pink:hover, .mkb-xl-min-edge-hover-pink-child:hover > *, .mkb-xl-min-edge-hover-pink-first:hover > *:first-child, .mkb-xl-min-edge-hover-pink-last:hover > *:last-child, .mkb-xl-min-edge-hover-pink-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-pink-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-pink-child > *:hover, .mkb-xl-min-edge-child-hover-pink-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-pink-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-pink-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-pink-even > *:nth-child(even):hover {
    border-color: #E91E63 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-purple, .mkb-xl-min-edge-purple-child > *, .mkb-xl-min-edge-purple-first > *:first-child, .mkb-xl-min-edge-purple-last > *:last-child, .mkb-xl-min-edge-purple-odd > *:nth-child(odd), .mkb-xl-min-edge-purple-even > *:nth-child(even), .mkb-xl-min-edge-hover-purple:hover, .mkb-xl-min-edge-hover-purple-child:hover > *, .mkb-xl-min-edge-hover-purple-first:hover > *:first-child, .mkb-xl-min-edge-hover-purple-last:hover > *:last-child, .mkb-xl-min-edge-hover-purple-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-purple-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-purple-child > *:hover, .mkb-xl-min-edge-child-hover-purple-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-purple-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-purple-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-purple-even > *:nth-child(even):hover {
    border-color: #9C27B0 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-deep-purple, .mkb-xl-min-edge-deep-purple-child > *, .mkb-xl-min-edge-deep-purple-first > *:first-child, .mkb-xl-min-edge-deep-purple-last > *:last-child, .mkb-xl-min-edge-deep-purple-odd > *:nth-child(odd), .mkb-xl-min-edge-deep-purple-even > *:nth-child(even), .mkb-xl-min-edge-hover-deep-purple:hover, .mkb-xl-min-edge-hover-deep-purple-child:hover > *, .mkb-xl-min-edge-hover-deep-purple-first:hover > *:first-child, .mkb-xl-min-edge-hover-deep-purple-last:hover > *:last-child, .mkb-xl-min-edge-hover-deep-purple-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-deep-purple-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-deep-purple-child > *:hover, .mkb-xl-min-edge-child-hover-deep-purple-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-deep-purple-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-deep-purple-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-deep-purple-even > *:nth-child(even):hover {
    border-color: #673AB7 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-indigo, .mkb-xl-min-edge-indigo-child > *, .mkb-xl-min-edge-indigo-first > *:first-child, .mkb-xl-min-edge-indigo-last > *:last-child, .mkb-xl-min-edge-indigo-odd > *:nth-child(odd), .mkb-xl-min-edge-indigo-even > *:nth-child(even), .mkb-xl-min-edge-hover-indigo:hover, .mkb-xl-min-edge-hover-indigo-child:hover > *, .mkb-xl-min-edge-hover-indigo-first:hover > *:first-child, .mkb-xl-min-edge-hover-indigo-last:hover > *:last-child, .mkb-xl-min-edge-hover-indigo-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-indigo-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-indigo-child > *:hover, .mkb-xl-min-edge-child-hover-indigo-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-indigo-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-indigo-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-indigo-even > *:nth-child(even):hover {
    border-color: #3F51B5 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-light-blue, .mkb-xl-min-edge-light-blue-child > *, .mkb-xl-min-edge-light-blue-first > *:first-child, .mkb-xl-min-edge-light-blue-last > *:last-child, .mkb-xl-min-edge-light-blue-odd > *:nth-child(odd), .mkb-xl-min-edge-light-blue-even > *:nth-child(even), .mkb-xl-min-edge-hover-light-blue:hover, .mkb-xl-min-edge-hover-light-blue-child:hover > *, .mkb-xl-min-edge-hover-light-blue-first:hover > *:first-child, .mkb-xl-min-edge-hover-light-blue-last:hover > *:last-child, .mkb-xl-min-edge-hover-light-blue-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-light-blue-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-light-blue-child > *:hover, .mkb-xl-min-edge-child-hover-light-blue-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-light-blue-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-light-blue-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-light-blue-even > *:nth-child(even):hover {
    border-color: #03A9F4 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-cyan, .mkb-xl-min-edge-cyan-child > *, .mkb-xl-min-edge-cyan-first > *:first-child, .mkb-xl-min-edge-cyan-last > *:last-child, .mkb-xl-min-edge-cyan-odd > *:nth-child(odd), .mkb-xl-min-edge-cyan-even > *:nth-child(even), .mkb-xl-min-edge-hover-cyan:hover, .mkb-xl-min-edge-hover-cyan-child:hover > *, .mkb-xl-min-edge-hover-cyan-first:hover > *:first-child, .mkb-xl-min-edge-hover-cyan-last:hover > *:last-child, .mkb-xl-min-edge-hover-cyan-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-cyan-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-cyan-child > *:hover, .mkb-xl-min-edge-child-hover-cyan-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-cyan-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-cyan-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-cyan-even > *:nth-child(even):hover {
    border-color: #00BCD4 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-teal, .mkb-xl-min-edge-teal-child > *, .mkb-xl-min-edge-teal-first > *:first-child, .mkb-xl-min-edge-teal-last > *:last-child, .mkb-xl-min-edge-teal-odd > *:nth-child(odd), .mkb-xl-min-edge-teal-even > *:nth-child(even), .mkb-xl-min-edge-hover-teal:hover, .mkb-xl-min-edge-hover-teal-child:hover > *, .mkb-xl-min-edge-hover-teal-first:hover > *:first-child, .mkb-xl-min-edge-hover-teal-last:hover > *:last-child, .mkb-xl-min-edge-hover-teal-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-teal-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-teal-child > *:hover, .mkb-xl-min-edge-child-hover-teal-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-teal-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-teal-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-teal-even > *:nth-child(even):hover {
    border-color: #009688 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-light-green, .mkb-xl-min-edge-light-green-child > *, .mkb-xl-min-edge-light-green-first > *:first-child, .mkb-xl-min-edge-light-green-last > *:last-child, .mkb-xl-min-edge-light-green-odd > *:nth-child(odd), .mkb-xl-min-edge-light-green-even > *:nth-child(even), .mkb-xl-min-edge-hover-light-green:hover, .mkb-xl-min-edge-hover-light-green-child:hover > *, .mkb-xl-min-edge-hover-light-green-first:hover > *:first-child, .mkb-xl-min-edge-hover-light-green-last:hover > *:last-child, .mkb-xl-min-edge-hover-light-green-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-light-green-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-light-green-child > *:hover, .mkb-xl-min-edge-child-hover-light-green-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-light-green-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-light-green-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-light-green-even > *:nth-child(even):hover {
    border-color: #8BC34A !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-lime, .mkb-xl-min-edge-lime-child > *, .mkb-xl-min-edge-lime-first > *:first-child, .mkb-xl-min-edge-lime-last > *:last-child, .mkb-xl-min-edge-lime-odd > *:nth-child(odd), .mkb-xl-min-edge-lime-even > *:nth-child(even), .mkb-xl-min-edge-hover-lime:hover, .mkb-xl-min-edge-hover-lime-child:hover > *, .mkb-xl-min-edge-hover-lime-first:hover > *:first-child, .mkb-xl-min-edge-hover-lime-last:hover > *:last-child, .mkb-xl-min-edge-hover-lime-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-lime-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-lime-child > *:hover, .mkb-xl-min-edge-child-hover-lime-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-lime-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-lime-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-lime-even > *:nth-child(even):hover {
    border-color: #CDDC39 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-amber, .mkb-xl-min-edge-amber-child > *, .mkb-xl-min-edge-amber-first > *:first-child, .mkb-xl-min-edge-amber-last > *:last-child, .mkb-xl-min-edge-amber-odd > *:nth-child(odd), .mkb-xl-min-edge-amber-even > *:nth-child(even), .mkb-xl-min-edge-hover-amber:hover, .mkb-xl-min-edge-hover-amber-child:hover > *, .mkb-xl-min-edge-hover-amber-first:hover > *:first-child, .mkb-xl-min-edge-hover-amber-last:hover > *:last-child, .mkb-xl-min-edge-hover-amber-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-amber-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-amber-child > *:hover, .mkb-xl-min-edge-child-hover-amber-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-amber-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-amber-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-amber-even > *:nth-child(even):hover {
    border-color: #FFC107 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-deep-orange, .mkb-xl-min-edge-deep-orange-child > *, .mkb-xl-min-edge-deep-orange-first > *:first-child, .mkb-xl-min-edge-deep-orange-last > *:last-child, .mkb-xl-min-edge-deep-orange-odd > *:nth-child(odd), .mkb-xl-min-edge-deep-orange-even > *:nth-child(even), .mkb-xl-min-edge-hover-deep-orange:hover, .mkb-xl-min-edge-hover-deep-orange-child:hover > *, .mkb-xl-min-edge-hover-deep-orange-first:hover > *:first-child, .mkb-xl-min-edge-hover-deep-orange-last:hover > *:last-child, .mkb-xl-min-edge-hover-deep-orange-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-deep-orange-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-deep-orange-child > *:hover, .mkb-xl-min-edge-child-hover-deep-orange-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-deep-orange-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-deep-orange-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-deep-orange-even > *:nth-child(even):hover {
    border-color: #FF5722 !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-blue-gray, .mkb-xl-min-edge-blue-gray-child > *, .mkb-xl-min-edge-blue-gray-first > *:first-child, .mkb-xl-min-edge-blue-gray-last > *:last-child, .mkb-xl-min-edge-blue-gray-odd > *:nth-child(odd), .mkb-xl-min-edge-blue-gray-even > *:nth-child(even), .mkb-xl-min-edge-hover-blue-gray:hover, .mkb-xl-min-edge-hover-blue-gray-child:hover > *, .mkb-xl-min-edge-hover-blue-gray-first:hover > *:first-child, .mkb-xl-min-edge-hover-blue-gray-last:hover > *:last-child, .mkb-xl-min-edge-hover-blue-gray-odd:hover > *:nth-child(odd), .mkb-xl-min-edge-hover-blue-gray-even:hover > *:nth-child(even), .mkb-xl-min-edge-child-hover-blue-gray-child > *:hover, .mkb-xl-min-edge-child-hover-blue-gray-first > *:first-child:hover, .mkb-xl-min-edge-child-hover-blue-gray-last > *:last-child:hover, .mkb-xl-min-edge-child-hover-blue-gray-odd > *:nth-child(odd):hover, .mkb-xl-min-edge-child-hover-blue-gray-even > *:nth-child(even):hover {
    border-color: #607D8B !important;
    border-style: solid !important;
  }
  .mkb-xl-min-edge-dotted, .mkb-xl-min-edge-dotted-child > *, .mkb-xl-min-edge-dotted-first > *:first-child, .mkb-xl-min-edge-dotted-last > *:last-child, .mkb-xl-min-edge-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-dotted-even > *:nth-child(even) {
    border-style: dotted !important;
  }
  .mkb-xl-min-edge-top-dotted, .mkb-xl-min-edge-top-dotted-child > *, .mkb-xl-min-edge-top-dotted-first > *:first-child, .mkb-xl-min-edge-top-dotted-last > *:last-child, .mkb-xl-min-edge-top-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-top-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
  }
  .mkb-xl-min-edge-bottom-dotted, .mkb-xl-min-edge-bottom-dotted-child > *, .mkb-xl-min-edge-bottom-dotted-first > *:first-child, .mkb-xl-min-edge-bottom-dotted-last > *:last-child, .mkb-xl-min-edge-bottom-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-dotted-even > *:nth-child(even) {
    border-bottom-style: dotted !important;
  }
  .mkb-xl-min-edge-left-dotted, .mkb-xl-min-edge-left-dotted-child > *, .mkb-xl-min-edge-left-dotted-first > *:first-child, .mkb-xl-min-edge-left-dotted-last > *:last-child, .mkb-xl-min-edge-left-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-left-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
  }
  .mkb-xl-min-edge-right-dotted, .mkb-xl-min-edge-right-dotted-child > *, .mkb-xl-min-edge-right-dotted-first > *:first-child, .mkb-xl-min-edge-right-dotted-last > *:last-child, .mkb-xl-min-edge-right-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-right-dotted-even > *:nth-child(even) {
    border-right-style: dotted !important;
  }
  .mkb-xl-min-edge-vertical-dotted, .mkb-xl-min-edge-vertical-dotted-child > *, .mkb-xl-min-edge-vertical-dotted-first > *:first-child, .mkb-xl-min-edge-vertical-dotted-last > *:last-child, .mkb-xl-min-edge-vertical-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-dotted-even > *:nth-child(even) {
    border-top-style: dotted !important;
    border-bottom-style: dotted !important;
  }
  .mkb-xl-min-edge-horizontal-dotted, .mkb-xl-min-edge-horizontal-dotted-child > *, .mkb-xl-min-edge-horizontal-dotted-first > *:first-child, .mkb-xl-min-edge-horizontal-dotted-last > *:last-child, .mkb-xl-min-edge-horizontal-dotted-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-dotted-even > *:nth-child(even) {
    border-left-style: dotted !important;
    border-right-style: dotted !important;
  }
  .mkb-xl-min-edge-dashed, .mkb-xl-min-edge-dashed-child > *, .mkb-xl-min-edge-dashed-first > *:first-child, .mkb-xl-min-edge-dashed-last > *:last-child, .mkb-xl-min-edge-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-dashed-even > *:nth-child(even) {
    border-style: dashed !important;
  }
  .mkb-xl-min-edge-top-dashed, .mkb-xl-min-edge-top-dashed-child > *, .mkb-xl-min-edge-top-dashed-first > *:first-child, .mkb-xl-min-edge-top-dashed-last > *:last-child, .mkb-xl-min-edge-top-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-top-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
  }
  .mkb-xl-min-edge-bottom-dashed, .mkb-xl-min-edge-bottom-dashed-child > *, .mkb-xl-min-edge-bottom-dashed-first > *:first-child, .mkb-xl-min-edge-bottom-dashed-last > *:last-child, .mkb-xl-min-edge-bottom-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-dashed-even > *:nth-child(even) {
    border-bottom-style: dashed !important;
  }
  .mkb-xl-min-edge-left-dashed, .mkb-xl-min-edge-left-dashed-child > *, .mkb-xl-min-edge-left-dashed-first > *:first-child, .mkb-xl-min-edge-left-dashed-last > *:last-child, .mkb-xl-min-edge-left-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-left-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
  }
  .mkb-xl-min-edge-right-dashed, .mkb-xl-min-edge-right-dashed-child > *, .mkb-xl-min-edge-right-dashed-first > *:first-child, .mkb-xl-min-edge-right-dashed-last > *:last-child, .mkb-xl-min-edge-right-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-right-dashed-even > *:nth-child(even) {
    border-right-style: dashed !important;
  }
  .mkb-xl-min-edge-vertical-dashed, .mkb-xl-min-edge-vertical-dashed-child > *, .mkb-xl-min-edge-vertical-dashed-first > *:first-child, .mkb-xl-min-edge-vertical-dashed-last > *:last-child, .mkb-xl-min-edge-vertical-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-dashed-even > *:nth-child(even) {
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
  }
  .mkb-xl-min-edge-horizontal-dashed, .mkb-xl-min-edge-horizontal-dashed-child > *, .mkb-xl-min-edge-horizontal-dashed-first > *:first-child, .mkb-xl-min-edge-horizontal-dashed-last > *:last-child, .mkb-xl-min-edge-horizontal-dashed-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-dashed-even > *:nth-child(even) {
    border-left-style: dashed !important;
    border-right-style: dashed !important;
  }
  .mkb-xl-min-edge-solid, .mkb-xl-min-edge-solid-child > *, .mkb-xl-min-edge-solid-first > *:first-child, .mkb-xl-min-edge-solid-last > *:last-child, .mkb-xl-min-edge-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-solid-even > *:nth-child(even) {
    border-style: solid !important;
  }
  .mkb-xl-min-edge-top-solid, .mkb-xl-min-edge-top-solid-child > *, .mkb-xl-min-edge-top-solid-first > *:first-child, .mkb-xl-min-edge-top-solid-last > *:last-child, .mkb-xl-min-edge-top-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-top-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
  }
  .mkb-xl-min-edge-bottom-solid, .mkb-xl-min-edge-bottom-solid-child > *, .mkb-xl-min-edge-bottom-solid-first > *:first-child, .mkb-xl-min-edge-bottom-solid-last > *:last-child, .mkb-xl-min-edge-bottom-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-solid-even > *:nth-child(even) {
    border-bottom-style: solid !important;
  }
  .mkb-xl-min-edge-left-solid, .mkb-xl-min-edge-left-solid-child > *, .mkb-xl-min-edge-left-solid-first > *:first-child, .mkb-xl-min-edge-left-solid-last > *:last-child, .mkb-xl-min-edge-left-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-left-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
  }
  .mkb-xl-min-edge-right-solid, .mkb-xl-min-edge-right-solid-child > *, .mkb-xl-min-edge-right-solid-first > *:first-child, .mkb-xl-min-edge-right-solid-last > *:last-child, .mkb-xl-min-edge-right-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-right-solid-even > *:nth-child(even) {
    border-right-style: solid !important;
  }
  .mkb-xl-min-edge-vertical-solid, .mkb-xl-min-edge-vertical-solid-child > *, .mkb-xl-min-edge-vertical-solid-first > *:first-child, .mkb-xl-min-edge-vertical-solid-last > *:last-child, .mkb-xl-min-edge-vertical-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-solid-even > *:nth-child(even) {
    border-top-style: solid !important;
    border-bottom-style: solid !important;
  }
  .mkb-xl-min-edge-horizontal-solid, .mkb-xl-min-edge-horizontal-solid-child > *, .mkb-xl-min-edge-horizontal-solid-first > *:first-child, .mkb-xl-min-edge-horizontal-solid-last > *:last-child, .mkb-xl-min-edge-horizontal-solid-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-solid-even > *:nth-child(even) {
    border-left-style: solid !important;
    border-right-style: solid !important;
  }
  .mkb-xl-min-edge-double, .mkb-xl-min-edge-double-child > *, .mkb-xl-min-edge-double-first > *:first-child, .mkb-xl-min-edge-double-last > *:last-child, .mkb-xl-min-edge-double-odd > *:nth-child(odd), .mkb-xl-min-edge-double-even > *:nth-child(even) {
    border-style: double !important;
  }
  .mkb-xl-min-edge-top-double, .mkb-xl-min-edge-top-double-child > *, .mkb-xl-min-edge-top-double-first > *:first-child, .mkb-xl-min-edge-top-double-last > *:last-child, .mkb-xl-min-edge-top-double-odd > *:nth-child(odd), .mkb-xl-min-edge-top-double-even > *:nth-child(even) {
    border-top-style: double !important;
  }
  .mkb-xl-min-edge-bottom-double, .mkb-xl-min-edge-bottom-double-child > *, .mkb-xl-min-edge-bottom-double-first > *:first-child, .mkb-xl-min-edge-bottom-double-last > *:last-child, .mkb-xl-min-edge-bottom-double-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-double-even > *:nth-child(even) {
    border-bottom-style: double !important;
  }
  .mkb-xl-min-edge-left-double, .mkb-xl-min-edge-left-double-child > *, .mkb-xl-min-edge-left-double-first > *:first-child, .mkb-xl-min-edge-left-double-last > *:last-child, .mkb-xl-min-edge-left-double-odd > *:nth-child(odd), .mkb-xl-min-edge-left-double-even > *:nth-child(even) {
    border-left-style: double !important;
  }
  .mkb-xl-min-edge-right-double, .mkb-xl-min-edge-right-double-child > *, .mkb-xl-min-edge-right-double-first > *:first-child, .mkb-xl-min-edge-right-double-last > *:last-child, .mkb-xl-min-edge-right-double-odd > *:nth-child(odd), .mkb-xl-min-edge-right-double-even > *:nth-child(even) {
    border-right-style: double !important;
  }
  .mkb-xl-min-edge-vertical-double, .mkb-xl-min-edge-vertical-double-child > *, .mkb-xl-min-edge-vertical-double-first > *:first-child, .mkb-xl-min-edge-vertical-double-last > *:last-child, .mkb-xl-min-edge-vertical-double-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-double-even > *:nth-child(even) {
    border-top-style: double !important;
    border-bottom-style: double !important;
  }
  .mkb-xl-min-edge-horizontal-double, .mkb-xl-min-edge-horizontal-double-child > *, .mkb-xl-min-edge-horizontal-double-first > *:first-child, .mkb-xl-min-edge-horizontal-double-last > *:last-child, .mkb-xl-min-edge-horizontal-double-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-double-even > *:nth-child(even) {
    border-left-style: double !important;
    border-right-style: double !important;
  }
  .mkb-xl-min-edge-groove, .mkb-xl-min-edge-groove-child > *, .mkb-xl-min-edge-groove-first > *:first-child, .mkb-xl-min-edge-groove-last > *:last-child, .mkb-xl-min-edge-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-groove-even > *:nth-child(even) {
    border-style: groove !important;
  }
  .mkb-xl-min-edge-top-groove, .mkb-xl-min-edge-top-groove-child > *, .mkb-xl-min-edge-top-groove-first > *:first-child, .mkb-xl-min-edge-top-groove-last > *:last-child, .mkb-xl-min-edge-top-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-top-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
  }
  .mkb-xl-min-edge-bottom-groove, .mkb-xl-min-edge-bottom-groove-child > *, .mkb-xl-min-edge-bottom-groove-first > *:first-child, .mkb-xl-min-edge-bottom-groove-last > *:last-child, .mkb-xl-min-edge-bottom-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-groove-even > *:nth-child(even) {
    border-bottom-style: groove !important;
  }
  .mkb-xl-min-edge-left-groove, .mkb-xl-min-edge-left-groove-child > *, .mkb-xl-min-edge-left-groove-first > *:first-child, .mkb-xl-min-edge-left-groove-last > *:last-child, .mkb-xl-min-edge-left-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-left-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
  }
  .mkb-xl-min-edge-right-groove, .mkb-xl-min-edge-right-groove-child > *, .mkb-xl-min-edge-right-groove-first > *:first-child, .mkb-xl-min-edge-right-groove-last > *:last-child, .mkb-xl-min-edge-right-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-right-groove-even > *:nth-child(even) {
    border-right-style: groove !important;
  }
  .mkb-xl-min-edge-vertical-groove, .mkb-xl-min-edge-vertical-groove-child > *, .mkb-xl-min-edge-vertical-groove-first > *:first-child, .mkb-xl-min-edge-vertical-groove-last > *:last-child, .mkb-xl-min-edge-vertical-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-groove-even > *:nth-child(even) {
    border-top-style: groove !important;
    border-bottom-style: groove !important;
  }
  .mkb-xl-min-edge-horizontal-groove, .mkb-xl-min-edge-horizontal-groove-child > *, .mkb-xl-min-edge-horizontal-groove-first > *:first-child, .mkb-xl-min-edge-horizontal-groove-last > *:last-child, .mkb-xl-min-edge-horizontal-groove-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-groove-even > *:nth-child(even) {
    border-left-style: groove !important;
    border-right-style: groove !important;
  }
  .mkb-xl-min-edge-ridge, .mkb-xl-min-edge-ridge-child > *, .mkb-xl-min-edge-ridge-first > *:first-child, .mkb-xl-min-edge-ridge-last > *:last-child, .mkb-xl-min-edge-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-ridge-even > *:nth-child(even) {
    border-style: ridge !important;
  }
  .mkb-xl-min-edge-top-ridge, .mkb-xl-min-edge-top-ridge-child > *, .mkb-xl-min-edge-top-ridge-first > *:first-child, .mkb-xl-min-edge-top-ridge-last > *:last-child, .mkb-xl-min-edge-top-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-top-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
  }
  .mkb-xl-min-edge-bottom-ridge, .mkb-xl-min-edge-bottom-ridge-child > *, .mkb-xl-min-edge-bottom-ridge-first > *:first-child, .mkb-xl-min-edge-bottom-ridge-last > *:last-child, .mkb-xl-min-edge-bottom-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-ridge-even > *:nth-child(even) {
    border-bottom-style: ridge !important;
  }
  .mkb-xl-min-edge-left-ridge, .mkb-xl-min-edge-left-ridge-child > *, .mkb-xl-min-edge-left-ridge-first > *:first-child, .mkb-xl-min-edge-left-ridge-last > *:last-child, .mkb-xl-min-edge-left-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-left-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
  }
  .mkb-xl-min-edge-right-ridge, .mkb-xl-min-edge-right-ridge-child > *, .mkb-xl-min-edge-right-ridge-first > *:first-child, .mkb-xl-min-edge-right-ridge-last > *:last-child, .mkb-xl-min-edge-right-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-right-ridge-even > *:nth-child(even) {
    border-right-style: ridge !important;
  }
  .mkb-xl-min-edge-vertical-ridge, .mkb-xl-min-edge-vertical-ridge-child > *, .mkb-xl-min-edge-vertical-ridge-first > *:first-child, .mkb-xl-min-edge-vertical-ridge-last > *:last-child, .mkb-xl-min-edge-vertical-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-ridge-even > *:nth-child(even) {
    border-top-style: ridge !important;
    border-bottom-style: ridge !important;
  }
  .mkb-xl-min-edge-horizontal-ridge, .mkb-xl-min-edge-horizontal-ridge-child > *, .mkb-xl-min-edge-horizontal-ridge-first > *:first-child, .mkb-xl-min-edge-horizontal-ridge-last > *:last-child, .mkb-xl-min-edge-horizontal-ridge-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-ridge-even > *:nth-child(even) {
    border-left-style: ridge !important;
    border-right-style: ridge !important;
  }
  .mkb-xl-min-edge-inset, .mkb-xl-min-edge-inset-child > *, .mkb-xl-min-edge-inset-first > *:first-child, .mkb-xl-min-edge-inset-last > *:last-child, .mkb-xl-min-edge-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-inset-even > *:nth-child(even) {
    border-style: inset !important;
  }
  .mkb-xl-min-edge-top-inset, .mkb-xl-min-edge-top-inset-child > *, .mkb-xl-min-edge-top-inset-first > *:first-child, .mkb-xl-min-edge-top-inset-last > *:last-child, .mkb-xl-min-edge-top-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-top-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
  }
  .mkb-xl-min-edge-bottom-inset, .mkb-xl-min-edge-bottom-inset-child > *, .mkb-xl-min-edge-bottom-inset-first > *:first-child, .mkb-xl-min-edge-bottom-inset-last > *:last-child, .mkb-xl-min-edge-bottom-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-inset-even > *:nth-child(even) {
    border-bottom-style: inset !important;
  }
  .mkb-xl-min-edge-left-inset, .mkb-xl-min-edge-left-inset-child > *, .mkb-xl-min-edge-left-inset-first > *:first-child, .mkb-xl-min-edge-left-inset-last > *:last-child, .mkb-xl-min-edge-left-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-left-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
  }
  .mkb-xl-min-edge-right-inset, .mkb-xl-min-edge-right-inset-child > *, .mkb-xl-min-edge-right-inset-first > *:first-child, .mkb-xl-min-edge-right-inset-last > *:last-child, .mkb-xl-min-edge-right-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-right-inset-even > *:nth-child(even) {
    border-right-style: inset !important;
  }
  .mkb-xl-min-edge-vertical-inset, .mkb-xl-min-edge-vertical-inset-child > *, .mkb-xl-min-edge-vertical-inset-first > *:first-child, .mkb-xl-min-edge-vertical-inset-last > *:last-child, .mkb-xl-min-edge-vertical-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-inset-even > *:nth-child(even) {
    border-top-style: inset !important;
    border-bottom-style: inset !important;
  }
  .mkb-xl-min-edge-horizontal-inset, .mkb-xl-min-edge-horizontal-inset-child > *, .mkb-xl-min-edge-horizontal-inset-first > *:first-child, .mkb-xl-min-edge-horizontal-inset-last > *:last-child, .mkb-xl-min-edge-horizontal-inset-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-inset-even > *:nth-child(even) {
    border-left-style: inset !important;
    border-right-style: inset !important;
  }
  .mkb-xl-min-edge-outset, .mkb-xl-min-edge-outset-child > *, .mkb-xl-min-edge-outset-first > *:first-child, .mkb-xl-min-edge-outset-last > *:last-child, .mkb-xl-min-edge-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-outset-even > *:nth-child(even) {
    border-style: outset !important;
  }
  .mkb-xl-min-edge-top-outset, .mkb-xl-min-edge-top-outset-child > *, .mkb-xl-min-edge-top-outset-first > *:first-child, .mkb-xl-min-edge-top-outset-last > *:last-child, .mkb-xl-min-edge-top-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-top-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
  }
  .mkb-xl-min-edge-bottom-outset, .mkb-xl-min-edge-bottom-outset-child > *, .mkb-xl-min-edge-bottom-outset-first > *:first-child, .mkb-xl-min-edge-bottom-outset-last > *:last-child, .mkb-xl-min-edge-bottom-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-bottom-outset-even > *:nth-child(even) {
    border-bottom-style: outset !important;
  }
  .mkb-xl-min-edge-left-outset, .mkb-xl-min-edge-left-outset-child > *, .mkb-xl-min-edge-left-outset-first > *:first-child, .mkb-xl-min-edge-left-outset-last > *:last-child, .mkb-xl-min-edge-left-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-left-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
  }
  .mkb-xl-min-edge-right-outset, .mkb-xl-min-edge-right-outset-child > *, .mkb-xl-min-edge-right-outset-first > *:first-child, .mkb-xl-min-edge-right-outset-last > *:last-child, .mkb-xl-min-edge-right-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-right-outset-even > *:nth-child(even) {
    border-right-style: outset !important;
  }
  .mkb-xl-min-edge-vertical-outset, .mkb-xl-min-edge-vertical-outset-child > *, .mkb-xl-min-edge-vertical-outset-first > *:first-child, .mkb-xl-min-edge-vertical-outset-last > *:last-child, .mkb-xl-min-edge-vertical-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-vertical-outset-even > *:nth-child(even) {
    border-top-style: outset !important;
    border-bottom-style: outset !important;
  }
  .mkb-xl-min-edge-horizontal-outset, .mkb-xl-min-edge-horizontal-outset-child > *, .mkb-xl-min-edge-horizontal-outset-first > *:first-child, .mkb-xl-min-edge-horizontal-outset-last > *:last-child, .mkb-xl-min-edge-horizontal-outset-odd > *:nth-child(odd), .mkb-xl-min-edge-horizontal-outset-even > *:nth-child(even) {
    border-left-style: outset !important;
    border-right-style: outset !important;
  }
  /* #### RADIUS CLASSES #### */
  .mkb-xl-min-radius-none, .mkb-xl-min-radius-none-child > *, .mkb-xl-min-radius-none-first > *:first-child, .mkb-xl-min-radius-none-last > *:last-child, .mkb-xl-min-radius-none-odd > *:nth-child(odd), .mkb-xl-min-radius-none-even > *:nth-child(even) {
    border-radius: 0 !important;
  }
  .mkb-xl-min-radius-s, .mkb-xl-min-radius-s-child > *, .mkb-xl-min-radius-s-first > *:first-child, .mkb-xl-min-radius-s-last > *:last-child, .mkb-xl-min-radius-s-odd > *:nth-child(odd), .mkb-xl-min-radius-s-even > *:nth-child(even) {
    border-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m, .mkb-xl-min-radius-m-child > *, .mkb-xl-min-radius-m-first > *:first-child, .mkb-xl-min-radius-m-last > *:last-child, .mkb-xl-min-radius-m-odd > *:nth-child(odd), .mkb-xl-min-radius-m-even > *:nth-child(even) {
    border-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l, .mkb-xl-min-radius-l-child > *, .mkb-xl-min-radius-l-first > *:first-child, .mkb-xl-min-radius-l-last > *:last-child, .mkb-xl-min-radius-l-odd > *:nth-child(odd), .mkb-xl-min-radius-l-even > *:nth-child(even) {
    border-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl, .mkb-xl-min-radius-xl-child > *, .mkb-xl-min-radius-xl-first > *:first-child, .mkb-xl-min-radius-xl-last > *:last-child, .mkb-xl-min-radius-xl-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-even > *:nth-child(even) {
    border-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-top-none, .mkb-xl-min-radius-top-none-child > *, .mkb-xl-min-radius-top-none-first > *:first-child, .mkb-xl-min-radius-top-none-last > *:last-child, .mkb-xl-min-radius-top-none-odd > *:nth-child(odd), .mkb-xl-min-radius-top-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-top, .mkb-xl-min-radius-s-top-child > *, .mkb-xl-min-radius-s-top-first > *:first-child, .mkb-xl-min-radius-s-top-last > *:last-child, .mkb-xl-min-radius-s-top-odd > *:nth-child(odd), .mkb-xl-min-radius-s-top-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-top, .mkb-xl-min-radius-m-top-child > *, .mkb-xl-min-radius-m-top-first > *:first-child, .mkb-xl-min-radius-m-top-last > *:last-child, .mkb-xl-min-radius-m-top-odd > *:nth-child(odd), .mkb-xl-min-radius-m-top-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-top, .mkb-xl-min-radius-l-top-child > *, .mkb-xl-min-radius-l-top-first > *:first-child, .mkb-xl-min-radius-l-top-last > *:last-child, .mkb-xl-min-radius-l-top-odd > *:nth-child(odd), .mkb-xl-min-radius-l-top-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-top, .mkb-xl-min-radius-xl-top-child > *, .mkb-xl-min-radius-xl-top-first > *:first-child, .mkb-xl-min-radius-xl-top-last > *:last-child, .mkb-xl-min-radius-xl-top-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-top-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-top-left-none, .mkb-xl-min-radius-top-left-none-child > *, .mkb-xl-min-radius-top-left-none-first > *:first-child, .mkb-xl-min-radius-top-left-none-last > *:last-child, .mkb-xl-min-radius-top-left-none-odd > *:nth-child(odd), .mkb-xl-min-radius-top-left-none-even > *:nth-child(even) {
    border-top-left-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-top-left, .mkb-xl-min-radius-s-top-left-child > *, .mkb-xl-min-radius-s-top-left-first > *:first-child, .mkb-xl-min-radius-s-top-left-last > *:last-child, .mkb-xl-min-radius-s-top-left-odd > *:nth-child(odd), .mkb-xl-min-radius-s-top-left-even > *:nth-child(even) {
    border-top-left-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-top-left, .mkb-xl-min-radius-m-top-left-child > *, .mkb-xl-min-radius-m-top-left-first > *:first-child, .mkb-xl-min-radius-m-top-left-last > *:last-child, .mkb-xl-min-radius-m-top-left-odd > *:nth-child(odd), .mkb-xl-min-radius-m-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-top-left, .mkb-xl-min-radius-l-top-left-child > *, .mkb-xl-min-radius-l-top-left-first > *:first-child, .mkb-xl-min-radius-l-top-left-last > *:last-child, .mkb-xl-min-radius-l-top-left-odd > *:nth-child(odd), .mkb-xl-min-radius-l-top-left-even > *:nth-child(even) {
    border-top-left-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-top-left, .mkb-xl-min-radius-xl-top-left-child > *, .mkb-xl-min-radius-xl-top-left-first > *:first-child, .mkb-xl-min-radius-xl-top-left-last > *:last-child, .mkb-xl-min-radius-xl-top-left-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-top-left-even > *:nth-child(even) {
    border-top-left-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-top-right-none, .mkb-xl-min-radius-top-right-none-child > *, .mkb-xl-min-radius-top-right-none-first > *:first-child, .mkb-xl-min-radius-top-right-none-last > *:last-child, .mkb-xl-min-radius-top-right-none-odd > *:nth-child(odd), .mkb-xl-min-radius-top-right-none-even > *:nth-child(even) {
    border-top-right-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-top-right, .mkb-xl-min-radius-s-top-right-child > *, .mkb-xl-min-radius-s-top-right-first > *:first-child, .mkb-xl-min-radius-s-top-right-last > *:last-child, .mkb-xl-min-radius-s-top-right-odd > *:nth-child(odd), .mkb-xl-min-radius-s-top-right-even > *:nth-child(even) {
    border-top-right-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-top-right, .mkb-xl-min-radius-m-top-right-child > *, .mkb-xl-min-radius-m-top-right-first > *:first-child, .mkb-xl-min-radius-m-top-right-last > *:last-child, .mkb-xl-min-radius-m-top-right-odd > *:nth-child(odd), .mkb-xl-min-radius-m-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-top-right, .mkb-xl-min-radius-l-top-right-child > *, .mkb-xl-min-radius-l-top-right-first > *:first-child, .mkb-xl-min-radius-l-top-right-last > *:last-child, .mkb-xl-min-radius-l-top-right-odd > *:nth-child(odd), .mkb-xl-min-radius-l-top-right-even > *:nth-child(even) {
    border-top-right-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-top-right, .mkb-xl-min-radius-xl-top-right-child > *, .mkb-xl-min-radius-xl-top-right-first > *:first-child, .mkb-xl-min-radius-xl-top-right-last > *:last-child, .mkb-xl-min-radius-xl-top-right-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-top-right-even > *:nth-child(even) {
    border-top-right-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-bottom-none, .mkb-xl-min-radius-bottom-none-child > *, .mkb-xl-min-radius-bottom-none-first > *:first-child, .mkb-xl-min-radius-bottom-none-last > *:last-child, .mkb-xl-min-radius-bottom-none-odd > *:nth-child(odd), .mkb-xl-min-radius-bottom-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-bottom, .mkb-xl-min-radius-s-bottom-child > *, .mkb-xl-min-radius-s-bottom-first > *:first-child, .mkb-xl-min-radius-s-bottom-last > *:last-child, .mkb-xl-min-radius-s-bottom-odd > *:nth-child(odd), .mkb-xl-min-radius-s-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-bottom, .mkb-xl-min-radius-m-bottom-child > *, .mkb-xl-min-radius-m-bottom-first > *:first-child, .mkb-xl-min-radius-m-bottom-last > *:last-child, .mkb-xl-min-radius-m-bottom-odd > *:nth-child(odd), .mkb-xl-min-radius-m-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-bottom, .mkb-xl-min-radius-l-bottom-child > *, .mkb-xl-min-radius-l-bottom-first > *:first-child, .mkb-xl-min-radius-l-bottom-last > *:last-child, .mkb-xl-min-radius-l-bottom-odd > *:nth-child(odd), .mkb-xl-min-radius-l-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-bottom, .mkb-xl-min-radius-xl-bottom-child > *, .mkb-xl-min-radius-xl-bottom-first > *:first-child, .mkb-xl-min-radius-xl-bottom-last > *:last-child, .mkb-xl-min-radius-xl-bottom-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-bottom-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
    border-bottom-right-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-bottom-left-none, .mkb-xl-min-radius-bottom-left-none-child > *, .mkb-xl-min-radius-bottom-left-none-first > *:first-child, .mkb-xl-min-radius-bottom-left-none-last > *:last-child, .mkb-xl-min-radius-bottom-left-none-odd > *:nth-child(odd), .mkb-xl-min-radius-bottom-left-none-even > *:nth-child(even) {
    border-bottom-left-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-bottom-left, .mkb-xl-min-radius-s-bottom-left-child > *, .mkb-xl-min-radius-s-bottom-left-first > *:first-child, .mkb-xl-min-radius-s-bottom-left-last > *:last-child, .mkb-xl-min-radius-s-bottom-left-odd > *:nth-child(odd), .mkb-xl-min-radius-s-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-bottom-left, .mkb-xl-min-radius-m-bottom-left-child > *, .mkb-xl-min-radius-m-bottom-left-first > *:first-child, .mkb-xl-min-radius-m-bottom-left-last > *:last-child, .mkb-xl-min-radius-m-bottom-left-odd > *:nth-child(odd), .mkb-xl-min-radius-m-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-bottom-left, .mkb-xl-min-radius-l-bottom-left-child > *, .mkb-xl-min-radius-l-bottom-left-first > *:first-child, .mkb-xl-min-radius-l-bottom-left-last > *:last-child, .mkb-xl-min-radius-l-bottom-left-odd > *:nth-child(odd), .mkb-xl-min-radius-l-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-bottom-left, .mkb-xl-min-radius-xl-bottom-left-child > *, .mkb-xl-min-radius-xl-bottom-left-first > *:first-child, .mkb-xl-min-radius-xl-bottom-left-last > *:last-child, .mkb-xl-min-radius-xl-bottom-left-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-bottom-left-even > *:nth-child(even) {
    border-bottom-left-radius: 2.28571rem !important;
  }
  .mkb-xl-min-radius-bottom-right-none, .mkb-xl-min-radius-bottom-right-none-child > *, .mkb-xl-min-radius-bottom-right-none-first > *:first-child, .mkb-xl-min-radius-bottom-right-none-last > *:last-child, .mkb-xl-min-radius-bottom-right-none-odd > *:nth-child(odd), .mkb-xl-min-radius-bottom-right-none-even > *:nth-child(even) {
    border-bottom-right-radius: 0 !important;
  }
  .mkb-xl-min-radius-s-bottom-right, .mkb-xl-min-radius-s-bottom-right-child > *, .mkb-xl-min-radius-s-bottom-right-first > *:first-child, .mkb-xl-min-radius-s-bottom-right-last > *:last-child, .mkb-xl-min-radius-s-bottom-right-odd > *:nth-child(odd), .mkb-xl-min-radius-s-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 0.57143rem !important;
  }
  .mkb-xl-min-radius-m-bottom-right, .mkb-xl-min-radius-m-bottom-right-child > *, .mkb-xl-min-radius-m-bottom-right-first > *:first-child, .mkb-xl-min-radius-m-bottom-right-last > *:last-child, .mkb-xl-min-radius-m-bottom-right-odd > *:nth-child(odd), .mkb-xl-min-radius-m-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.14286rem !important;
  }
  .mkb-xl-min-radius-l-bottom-right, .mkb-xl-min-radius-l-bottom-right-child > *, .mkb-xl-min-radius-l-bottom-right-first > *:first-child, .mkb-xl-min-radius-l-bottom-right-last > *:last-child, .mkb-xl-min-radius-l-bottom-right-odd > *:nth-child(odd), .mkb-xl-min-radius-l-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 1.71429rem !important;
  }
  .mkb-xl-min-radius-xl-bottom-right, .mkb-xl-min-radius-xl-bottom-right-child > *, .mkb-xl-min-radius-xl-bottom-right-first > *:first-child, .mkb-xl-min-radius-xl-bottom-right-last > *:last-child, .mkb-xl-min-radius-xl-bottom-right-odd > *:nth-child(odd), .mkb-xl-min-radius-xl-bottom-right-even > *:nth-child(even) {
    border-bottom-right-radius: 2.28571rem !important;
  }
  /* #### OFFSET CLASSES #### */
  .mkb-xl-min-offset-auto, .mkb-xl-min-offset-auto-child > *, .mkb-xl-min-offset-auto-first > *:first-child, .mkb-xl-min-offset-auto-last > *:last-child, .mkb-xl-min-offset-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-auto-even > *:nth-child(even) {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .mkb-xl-min-offset-none, .mkb-xl-min-offset-none-child > *, .mkb-xl-min-offset-none-first > *:first-child, .mkb-xl-min-offset-none-last > *:last-child, .mkb-xl-min-offset-none-odd > *:nth-child(odd), .mkb-xl-min-offset-none-even > *:nth-child(even) {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .mkb-xl-min-offset-inherit, .mkb-xl-min-offset-inherit-child > *, .mkb-xl-min-offset-inherit-first > *:first-child, .mkb-xl-min-offset-inherit-last > *:last-child, .mkb-xl-min-offset-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-inherit-even > *:nth-child(even) {
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
  }
  .mkb-xl-min-offset-top-auto, .mkb-xl-min-offset-top-auto-child > *, .mkb-xl-min-offset-top-auto-first > *:first-child, .mkb-xl-min-offset-top-auto-last > *:last-child, .mkb-xl-min-offset-top-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-top-auto-even > *:nth-child(even) {
    top: auto !important;
  }
  .mkb-xl-min-offset-top-none, .mkb-xl-min-offset-top-none-child > *, .mkb-xl-min-offset-top-none-first > *:first-child, .mkb-xl-min-offset-top-none-last > *:last-child, .mkb-xl-min-offset-top-none-odd > *:nth-child(odd), .mkb-xl-min-offset-top-none-even > *:nth-child(even) {
    top: 0 !important;
  }
  .mkb-xl-min-offset-top-inherit, .mkb-xl-min-offset-top-inherit-child > *, .mkb-xl-min-offset-top-inherit-first > *:first-child, .mkb-xl-min-offset-top-inherit-last > *:last-child, .mkb-xl-min-offset-top-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-top-inherit-even > *:nth-child(even) {
    top: inherit !important;
  }
  .mkb-xl-min-offset-bottom-auto, .mkb-xl-min-offset-bottom-auto-child > *, .mkb-xl-min-offset-bottom-auto-first > *:first-child, .mkb-xl-min-offset-bottom-auto-last > *:last-child, .mkb-xl-min-offset-bottom-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-bottom-auto-even > *:nth-child(even) {
    bottom: auto !important;
  }
  .mkb-xl-min-offset-bottom-none, .mkb-xl-min-offset-bottom-none-child > *, .mkb-xl-min-offset-bottom-none-first > *:first-child, .mkb-xl-min-offset-bottom-none-last > *:last-child, .mkb-xl-min-offset-bottom-none-odd > *:nth-child(odd), .mkb-xl-min-offset-bottom-none-even > *:nth-child(even) {
    bottom: 0 !important;
  }
  .mkb-xl-min-offset-bottom-inherit, .mkb-xl-min-offset-bottom-inherit-child > *, .mkb-xl-min-offset-bottom-inherit-first > *:first-child, .mkb-xl-min-offset-bottom-inherit-last > *:last-child, .mkb-xl-min-offset-bottom-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-bottom-inherit-even > *:nth-child(even) {
    bottom: inherit !important;
  }
  .mkb-xl-min-offset-left-auto, .mkb-xl-min-offset-left-auto-child > *, .mkb-xl-min-offset-left-auto-first > *:first-child, .mkb-xl-min-offset-left-auto-last > *:last-child, .mkb-xl-min-offset-left-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-left-auto-even > *:nth-child(even) {
    left: auto !important;
  }
  .mkb-xl-min-offset-left-none, .mkb-xl-min-offset-left-none-child > *, .mkb-xl-min-offset-left-none-first > *:first-child, .mkb-xl-min-offset-left-none-last > *:last-child, .mkb-xl-min-offset-left-none-odd > *:nth-child(odd), .mkb-xl-min-offset-left-none-even > *:nth-child(even) {
    left: 0 !important;
  }
  .mkb-xl-min-offset-left-inherit, .mkb-xl-min-offset-left-inherit-child > *, .mkb-xl-min-offset-left-inherit-first > *:first-child, .mkb-xl-min-offset-left-inherit-last > *:last-child, .mkb-xl-min-offset-left-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-left-inherit-even > *:nth-child(even) {
    left: inherit !important;
  }
  .mkb-xl-min-offset-right-auto, .mkb-xl-min-offset-right-auto-child > *, .mkb-xl-min-offset-right-auto-first > *:first-child, .mkb-xl-min-offset-right-auto-last > *:last-child, .mkb-xl-min-offset-right-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-right-auto-even > *:nth-child(even) {
    right: auto !important;
  }
  .mkb-xl-min-offset-right-none, .mkb-xl-min-offset-right-none-child > *, .mkb-xl-min-offset-right-none-first > *:first-child, .mkb-xl-min-offset-right-none-last > *:last-child, .mkb-xl-min-offset-right-none-odd > *:nth-child(odd), .mkb-xl-min-offset-right-none-even > *:nth-child(even) {
    right: 0 !important;
  }
  .mkb-xl-min-offset-right-inherit, .mkb-xl-min-offset-right-inherit-child > *, .mkb-xl-min-offset-right-inherit-first > *:first-child, .mkb-xl-min-offset-right-inherit-last > *:last-child, .mkb-xl-min-offset-right-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-right-inherit-even > *:nth-child(even) {
    right: inherit !important;
  }
  .mkb-xl-min-offset-vertical-auto, .mkb-xl-min-offset-vertical-auto-child > *, .mkb-xl-min-offset-vertical-auto-first > *:first-child, .mkb-xl-min-offset-vertical-auto-last > *:last-child, .mkb-xl-min-offset-vertical-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-vertical-auto-even > *:nth-child(even) {
    top: auto !important;
    bottom: auto !important;
  }
  .mkb-xl-min-offset-horizontal-auto, .mkb-xl-min-offset-horizontal-auto-child > *, .mkb-xl-min-offset-horizontal-auto-first > *:first-child, .mkb-xl-min-offset-horizontal-auto-last > *:last-child, .mkb-xl-min-offset-horizontal-auto-odd > *:nth-child(odd), .mkb-xl-min-offset-horizontal-auto-even > *:nth-child(even) {
    left: auto !important;
    right: auto !important;
  }
  .mkb-xl-min-offset-vertical-none, .mkb-xl-min-offset-vertical-none-child > *, .mkb-xl-min-offset-vertical-none-first > *:first-child, .mkb-xl-min-offset-vertical-none-last > *:last-child, .mkb-xl-min-offset-vertical-none-odd > *:nth-child(odd), .mkb-xl-min-offset-vertical-none-even > *:nth-child(even) {
    top: 0 !important;
    bottom: 0 !important;
  }
  .mkb-xl-min-offset-horizontal-none, .mkb-xl-min-offset-horizontal-none-child > *, .mkb-xl-min-offset-horizontal-none-first > *:first-child, .mkb-xl-min-offset-horizontal-none-last > *:last-child, .mkb-xl-min-offset-horizontal-none-odd > *:nth-child(odd), .mkb-xl-min-offset-horizontal-none-even > *:nth-child(even) {
    left: 0 !important;
    right: 0 !important;
  }
  .mkb-xl-min-offset-vertical-inherit, .mkb-xl-min-offset-vertical-inherit-child > *, .mkb-xl-min-offset-vertical-inherit-first > *:first-child, .mkb-xl-min-offset-vertical-inherit-last > *:last-child, .mkb-xl-min-offset-vertical-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-vertical-inherit-even > *:nth-child(even) {
    top: inherit !important;
    bottom: inherit !important;
  }
  .mkb-xl-min-offset-horizontal-inherit, .mkb-xl-min-offset-horizontal-inherit-child > *, .mkb-xl-min-offset-horizontal-inherit-first > *:first-child, .mkb-xl-min-offset-horizontal-inherit-last > *:last-child, .mkb-xl-min-offset-horizontal-inherit-odd > *:nth-child(odd), .mkb-xl-min-offset-horizontal-inherit-even > *:nth-child(even) {
    left: inherit !important;
    right: inherit !important;
  }
}
