:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 2px dashed #000;
  background: rgba(192, 192, 192, 1);
  margin: 0;
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
}
.grid-stack > .grid-stack-item {
  min-width: 0.417%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: 0 !important;

}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
  background: url(../images/ico_resize.png) no-repeat left top; width: 19px; height: 19px;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  text-align: right;
  color: gray;
  padding: 2px 3px 0 0;
  margin: 0;
  font: normal normal normal 10px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 0.472%;
}
.grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 0.472%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 0.472%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 0.472%;
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 0.944%;
}
.grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 0.944%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 0.944%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 0.944%;
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 1.416%;
}
.grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 1.416%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 1.416%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 1.416%;
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 1.888%;
}
.grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 1.888%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 1.888%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 1.888%;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 2.36%;
}
.grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 2.36%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 2.36%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 2.36%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 2.832%;
}
.grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 2.832%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 2.832%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 2.832%;
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 3.304%;
}
.grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 3.304%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 3.304%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 3.304%;
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 3.776%;
}
.grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 3.776%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 3.776%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 3.776%;
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 4.248%;
}
.grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 4.248%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 4.248%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 4.248%;
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 4.72%;
}
.grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 4.72%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 4.72%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 4.72%;
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
  width: 5.192%;
}
.grid-stack > .grid-stack-item[data-gs-x='11'] {
  left: 5.192%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 5.192%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 5.192%;
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
  width: 5.664%;
}
.grid-stack > .grid-stack-item[data-gs-x='12'] {
  left: 5.664%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 5.664%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 5.664%;
}

.grid-stack > .grid-stack-item[data-gs-width='13'] {
  width: 6.136%;
}
.grid-stack > .grid-stack-item[data-gs-x='13'] {
  left: 6.136%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='13'] {
  min-width: 6.136%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='13'] {
  max-width: 6.136%;
}

.grid-stack > .grid-stack-item[data-gs-width='14'] {
  width: 6.608%;

}
.grid-stack > .grid-stack-item[data-gs-x='14'] {
  left: 6.608%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='14'] {
  min-width: 6.608%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='14'] {
  max-width: 6.608%;
}

.grid-stack > .grid-stack-item[data-gs-width='15'] {
  width: 7.08%;
}
.grid-stack > .grid-stack-item[data-gs-x='15'] {
  left: 7.08%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='15'] {
  min-width: 7.08%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='15'] {
  max-width: 7.08%;
}

.grid-stack > .grid-stack-item[data-gs-width='16'] {
  width: 7.552%;
}
.grid-stack > .grid-stack-item[data-gs-x='16'] {
  left: 7.552%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='16'] {
  min-width: 7.552%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='16'] {
  max-width: 7.552%;
}

.grid-stack > .grid-stack-item[data-gs-width='17'] {
  width: 8.024%;
}
.grid-stack > .grid-stack-item[data-gs-x='17'] {
  left: 8.024%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='17'] {
  min-width: 8.024%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='17'] {
  max-width: 8.024%;
}

.grid-stack > .grid-stack-item[data-gs-width='18'] {
  width: 8.496%;
}
.grid-stack > .grid-stack-item[data-gs-x='18'] {
  left: 8.496%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='18'] {
  min-width: 8.496%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='18'] {
  max-width: 8.496%;
}

.grid-stack > .grid-stack-item[data-gs-width='19'] {
  width: 8.968%;
}
.grid-stack > .grid-stack-item[data-gs-x='19'] {
  left: 8.968%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='19'] {
  min-width: 8.968%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='19'] {
  max-width: 8.968%;
}

.grid-stack > .grid-stack-item[data-gs-width='20'] {
  width: 9.44%;
}
.grid-stack > .grid-stack-item[data-gs-x='20'] {
  left: 9.44%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='20'] {
  min-width: 9.44%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='20'] {
  max-width: 9.44%;
}

.grid-stack > .grid-stack-item[data-gs-width='21'] {
  width: 9.912%;
}
.grid-stack > .grid-stack-item[data-gs-x='21'] {
  left: 9.912%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='21'] {
  min-width: 9.912%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='21'] {
  max-width: 9.912%;
}

.grid-stack > .grid-stack-item[data-gs-width='22'] {
  width: 10.384%;
}
.grid-stack > .grid-stack-item[data-gs-x='22'] {
  left: 10.384%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='22'] {
  min-width: 10.384%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='22'] {
  max-width: 10.384%;
}

.grid-stack > .grid-stack-item[data-gs-width='23'] {
  width: 10.856%;
}
.grid-stack > .grid-stack-item[data-gs-x='23'] {
  left: 10.856%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='23'] {
  min-width: 10.856%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='23'] {
  max-width: 10.856%;
}

.grid-stack > .grid-stack-item[data-gs-width='24'] {
  width: 11.328%;
}
.grid-stack > .grid-stack-item[data-gs-x='24'] {
  left: 11.328%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='24'] {
  min-width: 11.328%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='24'] {
  max-width: 11.328%;
}

.grid-stack > .grid-stack-item[data-gs-width='25'] {
  width: 11.8%;
}
.grid-stack > .grid-stack-item[data-gs-x='25'] {
  left: 11.8%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='25'] {
  min-width: 11.8%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='25'] {
  max-width: 11.8%;
}

.grid-stack > .grid-stack-item[data-gs-width='26'] {
  width: 12.272%;
}
.grid-stack > .grid-stack-item[data-gs-x='26'] {
  left: 12.272%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='26'] {
  min-width: 12.272%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='26'] {
  max-width: 12.272%;
}

.grid-stack > .grid-stack-item[data-gs-width='27'] {
  width: 12.744%;
}
.grid-stack > .grid-stack-item[data-gs-x='27'] {
  left: 12.744%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='27'] {
  min-width: 12.744%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='27'] {
  max-width: 12.744%;
}

.grid-stack > .grid-stack-item[data-gs-width='28'] {
  width: 13.216%;
}
.grid-stack > .grid-stack-item[data-gs-x='28'] {
  left: 13.216%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='28'] {
  min-width: 13.216%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='28'] {
  max-width: 13.216%;
}

.grid-stack > .grid-stack-item[data-gs-width='29'] {
  width: 13.688%;
}
.grid-stack > .grid-stack-item[data-gs-x='29'] {
  left: 13.688%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='29'] {
  min-width: 13.688%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='29'] {
  max-width: 13.688%;
}

.grid-stack > .grid-stack-item[data-gs-width='30'] {
  width: 14.16%;
}
.grid-stack > .grid-stack-item[data-gs-x='30'] {
  left: 14.16%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='30'] {
  min-width: 14.16%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='30'] {
  max-width: 14.16%;
}

.grid-stack > .grid-stack-item[data-gs-width='31'] {
  width: 14.632%;
}
.grid-stack > .grid-stack-item[data-gs-x='31'] {
  left: 14.632%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='31'] {
  min-width: 14.632%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='31'] {
  max-width: 14.632%;
}

.grid-stack > .grid-stack-item[data-gs-width='32'] {
  width: 15.104%;
}
.grid-stack > .grid-stack-item[data-gs-x='32'] {
  left: 15.104%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='32'] {
  min-width: 15.104%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='32'] {
  max-width: 15.104%;
}

.grid-stack > .grid-stack-item[data-gs-width='33'] {
  width: 15.576%;
}
.grid-stack > .grid-stack-item[data-gs-x='33'] {
  left: 15.576%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='33'] {
  min-width: 15.576%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='33'] {
  max-width: 15.576%;
}

.grid-stack > .grid-stack-item[data-gs-width='34'] {
  width: 16.048%;
}
.grid-stack > .grid-stack-item[data-gs-x='34'] {
  left: 16.048%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='34'] {
  min-width: 16.048%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='34'] {
  max-width: 16.048%;
}

.grid-stack > .grid-stack-item[data-gs-width='35'] {
  width: 16.52%;
}
.grid-stack > .grid-stack-item[data-gs-x='35'] {
  left: 16.52%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='35'] {
  min-width: 16.52%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='35'] {
  max-width: 16.52%;
}

.grid-stack > .grid-stack-item[data-gs-width='36'] {
  width: 16.992%;
}
.grid-stack > .grid-stack-item[data-gs-x='36'] {
  left: 16.992%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='36'] {
  min-width: 16.992%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='36'] {
  max-width: 16.992%;
}

.grid-stack > .grid-stack-item[data-gs-width='37'] {
  width: 17.464%;
}
.grid-stack > .grid-stack-item[data-gs-x='37'] {
  left: 17.464%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='37'] {
  min-width: 17.464%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='37'] {
  max-width: 17.464%;
}

.grid-stack > .grid-stack-item[data-gs-width='38'] {
  width: 17.936%;
}
.grid-stack > .grid-stack-item[data-gs-x='38'] {
  left: 17.936%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='38'] {
  min-width: 17.936%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='38'] {
  max-width: 17.936%;
}

.grid-stack > .grid-stack-item[data-gs-width='39'] {
  width: 18.408%;
}
.grid-stack > .grid-stack-item[data-gs-x='39'] {
  left: 18.408%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='39'] {
  min-width: 18.408%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='39'] {
  max-width: 18.408%;
}

.grid-stack > .grid-stack-item[data-gs-width='40'] {
  width: 18.88%;
}
.grid-stack > .grid-stack-item[data-gs-x='40'] {
  left: 18.88%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='40'] {
  min-width: 18.88%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='40'] {
  max-width: 18.88%;
}

.grid-stack > .grid-stack-item[data-gs-width='41'] {
  width: 19.352%;
}
.grid-stack > .grid-stack-item[data-gs-x='41'] {
  left: 19.352%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='41'] {
  min-width: 19.352%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='41'] {
  max-width: 19.352%;
}

.grid-stack > .grid-stack-item[data-gs-width='42'] {
  width: 19.824%;
}
.grid-stack > .grid-stack-item[data-gs-x='42'] {
  left: 19.824%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='42'] {
  min-width: 19.824%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='42'] {
  max-width: 19.824%;
}

.grid-stack > .grid-stack-item[data-gs-width='43'] {
  width: 20.296%;
}
.grid-stack > .grid-stack-item[data-gs-x='43'] {
  left: 20.296%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='43'] {
  min-width: 20.296%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='43'] {
  max-width: 20.296%;
}

.grid-stack > .grid-stack-item[data-gs-width='44'] {
  width: 20.768%;
}
.grid-stack > .grid-stack-item[data-gs-x='44'] {
  left: 20.768%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='44'] {
  min-width: 20.768%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='44'] {
  max-width: 20.768%;
}

.grid-stack > .grid-stack-item[data-gs-width='45'] {
  width: 21.24%;
}
.grid-stack > .grid-stack-item[data-gs-x='45'] {
  left: 21.24%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='45'] {
  min-width: 21.24%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='45'] {
  max-width: 21.24%;
}

.grid-stack > .grid-stack-item[data-gs-width='46'] {
  width: 21.712%;
}
.grid-stack > .grid-stack-item[data-gs-x='46'] {
  left: 21.712%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='46'] {
  min-width: 21.712%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='46'] {
  max-width: 21.712%;
}

.grid-stack > .grid-stack-item[data-gs-width='47'] {
  width: 22.184%;
}
.grid-stack > .grid-stack-item[data-gs-x='47'] {
  left: 22.184%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='47'] {
  min-width: 22.184%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='47'] {
  max-width: 22.184%;
}

.grid-stack > .grid-stack-item[data-gs-width='48'] {
  width: 22.656%;
}
.grid-stack > .grid-stack-item[data-gs-x='48'] {
  left: 22.656%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='48'] {
  min-width: 22.656%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='48'] {
  max-width: 22.656%;
}

.grid-stack > .grid-stack-item[data-gs-width='49'] {
  width: 23.128%;
}
.grid-stack > .grid-stack-item[data-gs-x='49'] {
  left: 23.128%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='49'] {
  min-width: 23.128%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='49'] {
  max-width: 23.128%;
}

.grid-stack > .grid-stack-item[data-gs-width='50'] {
  width: 23.6%;
}
.grid-stack > .grid-stack-item[data-gs-x='50'] {
  left: 23.6%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='50'] {
  min-width: 23.6%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='50'] {
  max-width: 23.6%;
}

.grid-stack > .grid-stack-item[data-gs-width='51'] {
  width: 24.072%;
}
.grid-stack > .grid-stack-item[data-gs-x='51'] {
  left: 24.072%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='51'] {
  min-width: 24.072%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='51'] {
  max-width: 24.072%;
}

.grid-stack > .grid-stack-item[data-gs-width='52'] {
  width: 24.544%;
}
.grid-stack > .grid-stack-item[data-gs-x='52'] {
  left: 24.544%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='52'] {
  min-width: 24.544%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='52'] {
  max-width: 24.544%;
}

.grid-stack > .grid-stack-item[data-gs-width='53'] {
  width: 25.016%;
}
.grid-stack > .grid-stack-item[data-gs-x='53'] {
  left: 25.016%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='53'] {
  min-width: 25.016%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='53'] {
  max-width: 25.016%;
}

.grid-stack > .grid-stack-item[data-gs-width='54'] {
  width: 25.488%;
}
.grid-stack > .grid-stack-item[data-gs-x='54'] {
  left: 25.488%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='54'] {
  min-width: 25.488%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='54'] {
  max-width: 25.488%;
}

.grid-stack > .grid-stack-item[data-gs-width='55'] {
  width: 25.96%;
}
.grid-stack > .grid-stack-item[data-gs-x='55'] {
  left: 25.96%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='55'] {
  min-width: 25.96%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='55'] {
  max-width: 25.96%;
}

.grid-stack > .grid-stack-item[data-gs-width='56'] {
  width: 26.432%;
}
.grid-stack > .grid-stack-item[data-gs-x='56'] {
  left: 26.432%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='56'] {
  min-width: 26.432%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='56'] {
  max-width: 26.432%;
}

.grid-stack > .grid-stack-item[data-gs-width='57'] {
  width: 26.904%;
}
.grid-stack > .grid-stack-item[data-gs-x='57'] {
  left: 26.904%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='57'] {
  min-width: 26.904%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='57'] {
  max-width: 26.904%;
}

.grid-stack > .grid-stack-item[data-gs-width='58'] {
  width: 27.376%;
}
.grid-stack > .grid-stack-item[data-gs-x='58'] {
  left: 27.376%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='58'] {
  min-width: 27.376%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='58'] {
  max-width: 27.376%;
}

.grid-stack > .grid-stack-item[data-gs-width='59'] {
  width: 27.848%;
}
.grid-stack > .grid-stack-item[data-gs-x='59'] {
  left: 27.848%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='59'] {
  min-width: 27.848%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='59'] {
  max-width: 27.848%;
}

.grid-stack > .grid-stack-item[data-gs-width='60'] {
  width: 28.32%;
}
.grid-stack > .grid-stack-item[data-gs-x='60'] {
  left: 28.32%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='60'] {
  min-width: 28.32%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='60'] {
  max-width: 28.32%;
}

.grid-stack > .grid-stack-item[data-gs-width='61'] {
  width: 28.792%;
}
.grid-stack > .grid-stack-item[data-gs-x='61'] {
  left: 28.792%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='61'] {
  min-width: 28.792%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='61'] {
  max-width: 28.792%;
}

.grid-stack > .grid-stack-item[data-gs-width='62'] {
  width: 29.264%;
}
.grid-stack > .grid-stack-item[data-gs-x='62'] {
  left: 29.264%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='62'] {
  min-width: 29.264%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='62'] {
  max-width: 29.264%;
}

.grid-stack > .grid-stack-item[data-gs-width='63'] {
  width: 29.736%;
}
.grid-stack > .grid-stack-item[data-gs-x='63'] {
  left: 29.736%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='63'] {
  min-width: 29.736%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='63'] {
  max-width: 29.736%;
}

.grid-stack > .grid-stack-item[data-gs-width='64'] {
  width: 30.208%;
}
.grid-stack > .grid-stack-item[data-gs-x='64'] {
  left: 30.208%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='64'] {
  min-width: 30.208%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='64'] {
  max-width: 30.208%;
}

.grid-stack > .grid-stack-item[data-gs-width='65'] {
  width: 30.68%;
}
.grid-stack > .grid-stack-item[data-gs-x='65'] {
  left: 30.68%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='65'] {
  min-width: 30.68%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='65'] {
  max-width: 30.68%;
}

.grid-stack > .grid-stack-item[data-gs-width='66'] {
  width: 31.152%;
}
.grid-stack > .grid-stack-item[data-gs-x='66'] {
  left: 31.152%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='66'] {
  min-width: 31.152%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='66'] {
  max-width: 31.152%;
}

.grid-stack > .grid-stack-item[data-gs-width='67'] {
  width: 31.624%;
}
.grid-stack > .grid-stack-item[data-gs-x='67'] {
  left: 31.624%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='67'] {
  min-width: 31.624%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='67'] {
  max-width: 31.624%;
}

.grid-stack > .grid-stack-item[data-gs-width='68'] {
  width: 32.096%;
}
.grid-stack > .grid-stack-item[data-gs-x='68'] {
  left: 32.096%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='68'] {
  min-width: 32.096%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='68'] {
  max-width: 32.096%;
}

.grid-stack > .grid-stack-item[data-gs-width='69'] {
  width: 32.568%;
}
.grid-stack > .grid-stack-item[data-gs-x='69'] {
  left: 32.568%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='69'] {
  min-width: 32.568%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='69'] {
  max-width: 32.568%;
}

.grid-stack > .grid-stack-item[data-gs-width='70'] {
  width: 33.04%;
}
.grid-stack > .grid-stack-item[data-gs-x='70'] {
  left: 33.04%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='70'] {
  min-width: 33.04%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='70'] {
  max-width: 33.04%;
}

.grid-stack > .grid-stack-item[data-gs-width='71'] {
  width: 33.512%;
}
.grid-stack > .grid-stack-item[data-gs-x='71'] {
  left: 33.512%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='71'] {
  min-width: 33.512%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='71'] {
  max-width: 33.512%;
}

.grid-stack > .grid-stack-item[data-gs-width='72'] {
  width: 33.984%;
}
.grid-stack > .grid-stack-item[data-gs-x='72'] {
  left: 33.984%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='72'] {
  min-width: 33.984%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='72'] {
  max-width: 33.984%;
}

.grid-stack > .grid-stack-item[data-gs-width='73'] {
  width: 34.456%;
}
.grid-stack > .grid-stack-item[data-gs-x='73'] {
  left: 34.456%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='73'] {
  min-width: 34.456%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='73'] {
  max-width: 34.456%;
}

.grid-stack > .grid-stack-item[data-gs-width='74'] {
  width: 34.928%;
}
.grid-stack > .grid-stack-item[data-gs-x='74'] {
  left: 34.928%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='74'] {
  min-width: 34.928%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='74'] {
  max-width: 34.928%;
}

.grid-stack > .grid-stack-item[data-gs-width='75'] {
  width: 35.4%;
}
.grid-stack > .grid-stack-item[data-gs-x='75'] {
  left: 35.4%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='75'] {
  min-width: 35.4%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='75'] {
  max-width: 35.4%;
}

.grid-stack > .grid-stack-item[data-gs-width='76'] {
  width: 35.872%;
}
.grid-stack > .grid-stack-item[data-gs-x='76'] {
  left: 35.872%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='76'] {
  min-width: 35.872%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='76'] {
  max-width: 35.872%;
}

.grid-stack > .grid-stack-item[data-gs-width='77'] {
  width: 36.344%;
}
.grid-stack > .grid-stack-item[data-gs-x='77'] {
  left: 36.344%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='77'] {
  min-width: 36.344%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='77'] {
  max-width: 36.344%;
}

.grid-stack > .grid-stack-item[data-gs-width='78'] {
  width: 36.816%;
}
.grid-stack > .grid-stack-item[data-gs-x='78'] {
  left: 36.816%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='78'] {
  min-width: 36.816%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='78'] {
  max-width: 36.816%;
}

.grid-stack > .grid-stack-item[data-gs-width='79'] {
  width: 37.288%;
}
.grid-stack > .grid-stack-item[data-gs-x='79'] {
  left: 37.288%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='79'] {
  min-width: 37.288%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='79'] {
  max-width: 37.288%;
}

.grid-stack > .grid-stack-item[data-gs-width='80'] {
  width: 37.76%;
}
.grid-stack > .grid-stack-item[data-gs-x='80'] {
  left: 37.76%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='80'] {
  min-width: 37.76%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='80'] {
  max-width: 37.76%;
}

.grid-stack > .grid-stack-item[data-gs-width='81'] {
  width: 38.232%;
}
.grid-stack > .grid-stack-item[data-gs-x='81'] {
  left: 38.232%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='81'] {
  min-width: 38.232%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='81'] {
  max-width: 38.232%;
}

.grid-stack > .grid-stack-item[data-gs-width='82'] {
  width: 38.704%;
}
.grid-stack > .grid-stack-item[data-gs-x='82'] {
  left: 38.704%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='82'] {
  min-width: 38.704%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='82'] {
  max-width: 38.704%;
}

.grid-stack > .grid-stack-item[data-gs-width='83'] {
  width: 39.176%;
}
.grid-stack > .grid-stack-item[data-gs-x='83'] {
  left: 39.176%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='83'] {
  min-width: 39.176%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='83'] {
  max-width: 39.176%;
}

.grid-stack > .grid-stack-item[data-gs-width='84'] {
  width: 39.648%;
}
.grid-stack > .grid-stack-item[data-gs-x='84'] {
  left: 39.648%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='84'] {
  min-width: 39.648%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='84'] {
  max-width: 39.648%;
}

.grid-stack > .grid-stack-item[data-gs-width='85'] {
  width: 40.12%;
}
.grid-stack > .grid-stack-item[data-gs-x='85'] {
  left: 40.12%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='85'] {
  min-width: 40.12%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='85'] {
  max-width: 40.12%;
}

.grid-stack > .grid-stack-item[data-gs-width='86'] {
  width: 40.592%;
}
.grid-stack > .grid-stack-item[data-gs-x='86'] {
  left: 40.592%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='86'] {
  min-width: 40.592%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='86'] {
  max-width: 40.592%;
}

.grid-stack > .grid-stack-item[data-gs-width='87'] {
  width: 41.064%;
}
.grid-stack > .grid-stack-item[data-gs-x='87'] {
  left: 41.064%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='87'] {
  min-width: 41.064%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='87'] {
  max-width: 41.064%;
}

.grid-stack > .grid-stack-item[data-gs-width='88'] {
  width: 41.536%;
}
.grid-stack > .grid-stack-item[data-gs-x='88'] {
  left: 41.536%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='88'] {
  min-width: 41.536%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='88'] {
  max-width: 41.536%;
}

.grid-stack > .grid-stack-item[data-gs-width='89'] {
  width: 42.008%;
}
.grid-stack > .grid-stack-item[data-gs-x='89'] {
  left: 42.008%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='89'] {
  min-width: 42.008%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='89'] {
  max-width: 42.008%;
}

.grid-stack > .grid-stack-item[data-gs-width='90'] {
  width: 42.48%;
}
.grid-stack > .grid-stack-item[data-gs-x='90'] {
  left: 42.48%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='90'] {
  min-width: 42.48%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='90'] {
  max-width: 42.48%;
}

.grid-stack > .grid-stack-item[data-gs-width='91'] {
  width: 42.952%;
}
.grid-stack > .grid-stack-item[data-gs-x='91'] {
  left: 42.952%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='91'] {
  min-width: 42.952%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='91'] {
  max-width: 42.952%;
}

.grid-stack > .grid-stack-item[data-gs-width='92'] {
  width: 43.424%;
}
.grid-stack > .grid-stack-item[data-gs-x='92'] {
  left: 43.424%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='92'] {
  min-width: 43.424%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='92'] {
  max-width: 43.424%;
}

.grid-stack > .grid-stack-item[data-gs-width='93'] {
  width: 43.896%;
}
.grid-stack > .grid-stack-item[data-gs-x='93'] {
  left: 43.896%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='93'] {
  min-width: 43.896%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='93'] {
  max-width: 43.896%;
}

.grid-stack > .grid-stack-item[data-gs-width='94'] {
  width: 44.368%;
}
.grid-stack > .grid-stack-item[data-gs-x='94'] {
  left: 44.368%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='94'] {
  min-width: 44.368%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='94'] {
  max-width: 44.368%;
}

.grid-stack > .grid-stack-item[data-gs-width='95'] {
  width: 44.84%;
}
.grid-stack > .grid-stack-item[data-gs-x='95'] {
  left: 44.84%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='95'] {
  min-width: 44.84%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='95'] {
  max-width: 44.84%;
}

.grid-stack > .grid-stack-item[data-gs-width='96'] {
  width: 45.312%;
}
.grid-stack > .grid-stack-item[data-gs-x='96'] {
  left: 45.312%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='96'] {
  min-width: 45.312%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='96'] {
  max-width: 45.312%;
}

.grid-stack > .grid-stack-item[data-gs-width='97'] {
  width: 45.784%;
}
.grid-stack > .grid-stack-item[data-gs-x='97'] {
  left: 45.784%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='97'] {
  min-width: 45.784%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='97'] {
  max-width: 45.784%;
}

.grid-stack > .grid-stack-item[data-gs-width='98'] {
  width: 46.256%;
}
.grid-stack > .grid-stack-item[data-gs-x='98'] {
  left: 46.256%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='98'] {
  min-width: 46.256%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='98'] {
  max-width: 46.256%;
}

.grid-stack > .grid-stack-item[data-gs-width='99'] {
  width: 46.728%;
}
.grid-stack > .grid-stack-item[data-gs-x='99'] {
  left: 46.728%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='99'] {
  min-width: 46.728%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='99'] {
  max-width: 46.728%;
}

.grid-stack > .grid-stack-item[data-gs-width='100'] {
  width: 47.2%;
}
.grid-stack > .grid-stack-item[data-gs-x='100'] {
  left: 47.2%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='100'] {
  min-width: 47.2%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='100'] {
  max-width: 47.2%;
}

.grid-stack > .grid-stack-item[data-gs-width='101'] {
  width: 47.672%;
}
.grid-stack > .grid-stack-item[data-gs-x='101'] {
  left: 47.672%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='101'] {
  min-width: 47.672%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='101'] {
  max-width: 47.672%;
}

.grid-stack > .grid-stack-item[data-gs-width='102'] {
  width: 48.144%;
}
.grid-stack > .grid-stack-item[data-gs-x='102'] {
  left: 48.144%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='102'] {
  min-width: 48.144%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='102'] {
  max-width: 48.144%;
}

.grid-stack > .grid-stack-item[data-gs-width='103'] {
  width: 48.616%;
}
.grid-stack > .grid-stack-item[data-gs-x='103'] {
  left: 48.616%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='103'] {
  min-width: 48.616%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='103'] {
  max-width: 48.616%;
}

.grid-stack > .grid-stack-item[data-gs-width='104'] {
  width: 49.088%;
}
.grid-stack > .grid-stack-item[data-gs-x='104'] {
  left: 49.088%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='104'] {
  min-width: 49.088%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='104'] {
  max-width: 49.088%;
}

.grid-stack > .grid-stack-item[data-gs-width='105'] {
  width: 49.56%;
}
.grid-stack > .grid-stack-item[data-gs-x='105'] {
  left: 49.56%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='105'] {
  min-width: 49.56%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='105'] {
  max-width: 49.56%;
}

.grid-stack > .grid-stack-item[data-gs-width='106'] {
  width: 50.032%;
}
.grid-stack > .grid-stack-item[data-gs-x='106'] {
  left: 50.032%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='106'] {
  min-width: 50.032%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='106'] {
  max-width: 50.032%;
}

.grid-stack > .grid-stack-item[data-gs-width='107'] {
  width: 50.504%;
}
.grid-stack > .grid-stack-item[data-gs-x='107'] {
  left: 50.504%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='107'] {
  min-width: 50.504%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='107'] {
  max-width: 50.504%;
}

.grid-stack > .grid-stack-item[data-gs-width='108'] {
  width: 50.976%;
}
.grid-stack > .grid-stack-item[data-gs-x='108'] {
  left: 50.976%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='108'] {
  min-width: 50.976%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='108'] {
  max-width: 50.976%;
}

.grid-stack > .grid-stack-item[data-gs-width='109'] {
  width: 51.448%;
}
.grid-stack > .grid-stack-item[data-gs-x='109'] {
  left: 51.448%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='109'] {
  min-width: 51.448%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='109'] {
  max-width: 51.448%;
}

.grid-stack > .grid-stack-item[data-gs-width='110'] {
  width: 51.92%;
}
.grid-stack > .grid-stack-item[data-gs-x='110'] {
  left: 51.92%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='110'] {
  min-width: 51.92%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='110'] {
  max-width: 51.92%;
}

.grid-stack > .grid-stack-item[data-gs-width='111'] {
  width: 52.392%;
}
.grid-stack > .grid-stack-item[data-gs-x='111'] {
  left: 52.392%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='111'] {
  min-width: 52.392%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='111'] {
  max-width: 52.392%;
}

.grid-stack > .grid-stack-item[data-gs-width='112'] {
  width: 52.864%;
}
.grid-stack > .grid-stack-item[data-gs-x='112'] {
  left: 52.864%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='112'] {
  min-width: 52.864%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='112'] {
  max-width: 52.864%;
}

.grid-stack > .grid-stack-item[data-gs-width='113'] {
  width: 53.336%;
}
.grid-stack > .grid-stack-item[data-gs-x='113'] {
  left: 53.336%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='113'] {
  min-width: 53.336%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='113'] {
  max-width: 53.336%;
}

.grid-stack > .grid-stack-item[data-gs-width='114'] {
  width: 53.808%;
}
.grid-stack > .grid-stack-item[data-gs-x='114'] {
  left: 53.808%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='114'] {
  min-width: 53.808%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='114'] {
  max-width: 53.808%;
}

.grid-stack > .grid-stack-item[data-gs-width='115'] {
  width: 54.28%;
}
.grid-stack > .grid-stack-item[data-gs-x='115'] {
  left: 54.28%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='115'] {
  min-width: 54.28%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='115'] {
  max-width: 54.28%;
}

.grid-stack > .grid-stack-item[data-gs-width='116'] {
  width: 54.752%;
}
.grid-stack > .grid-stack-item[data-gs-x='116'] {
  left: 54.752%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='116'] {
  min-width: 54.752%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='116'] {
  max-width: 54.752%;
}

.grid-stack > .grid-stack-item[data-gs-width='117'] {
  width: 55.224%;
}
.grid-stack > .grid-stack-item[data-gs-x='117'] {
  left: 55.224%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='117'] {
  min-width: 55.224%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='117'] {
  max-width: 55.224%;
}

.grid-stack > .grid-stack-item[data-gs-width='118'] {
  width: 55.696%;
}
.grid-stack > .grid-stack-item[data-gs-x='118'] {
  left: 55.696%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='118'] {
  min-width: 55.696%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='118'] {
  max-width: 55.696%;
}

.grid-stack > .grid-stack-item[data-gs-width='119'] {
  width: 56.168%;
}
.grid-stack > .grid-stack-item[data-gs-x='119'] {
  left: 56.168%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='119'] {
  min-width: 56.168%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='119'] {
  max-width: 56.168%;
}

.grid-stack > .grid-stack-item[data-gs-width='120'] {
  width: 56.64%;
}
.grid-stack > .grid-stack-item[data-gs-x='120'] {
  left: 56.64%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='120'] {
  min-width: 56.64%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='120'] {
  max-width: 56.64%;
}

.grid-stack > .grid-stack-item[data-gs-width='121'] {
  width: 57.112%;
}
.grid-stack > .grid-stack-item[data-gs-x='121'] {
  left: 57.112%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='121'] {
  min-width: 57.112%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='121'] {
  max-width: 57.112%;
}

.grid-stack > .grid-stack-item[data-gs-width='122'] {
  width: 57.584%;
}
.grid-stack > .grid-stack-item[data-gs-x='122'] {
  left: 57.584%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='122'] {
  min-width: 57.584%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='122'] {
  max-width: 57.584%;
}

.grid-stack > .grid-stack-item[data-gs-width='123'] {
  width: 58.056%;
}
.grid-stack > .grid-stack-item[data-gs-x='123'] {
  left: 58.056%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='123'] {
  min-width: 58.056%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='123'] {
  max-width: 58.056%;
}

.grid-stack > .grid-stack-item[data-gs-width='124'] {
  width: 58.528%;
}
.grid-stack > .grid-stack-item[data-gs-x='124'] {
  left: 58.528%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='124'] {
  min-width: 58.528%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='124'] {
  max-width: 58.528%;
}

.grid-stack > .grid-stack-item[data-gs-width='125'] {
  width: 59%;
}
.grid-stack > .grid-stack-item[data-gs-x='125'] {
  left: 59%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='125'] {
  min-width: 59%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='125'] {
  max-width: 59%;
}

.grid-stack > .grid-stack-item[data-gs-width='126'] {
  width: 59.472%;
}
.grid-stack > .grid-stack-item[data-gs-x='126'] {
  left: 59.472%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='126'] {
  min-width: 59.472%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='126'] {
  max-width: 59.472%;
}

.grid-stack > .grid-stack-item[data-gs-width='127'] {
  width: 59.944%;
}
.grid-stack > .grid-stack-item[data-gs-x='127'] {
  left: 59.944%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='127'] {
  min-width: 59.944%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='127'] {
  max-width: 59.944%;
}

.grid-stack > .grid-stack-item[data-gs-width='128'] {
  width: 60.416%;
}
.grid-stack > .grid-stack-item[data-gs-x='128'] {
  left: 60.416%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='128'] {
  min-width: 60.416%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='128'] {
  max-width: 60.416%;
}

.grid-stack > .grid-stack-item[data-gs-width='129'] {
  width: 60.888%;
}
.grid-stack > .grid-stack-item[data-gs-x='129'] {
  left: 60.888%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='129'] {
  min-width: 60.888%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='129'] {
  max-width: 60.888%;
}

.grid-stack > .grid-stack-item[data-gs-width='130'] {
  width: 61.36%;
}
.grid-stack > .grid-stack-item[data-gs-x='130'] {
  left: 61.36%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='130'] {
  min-width: 61.36%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='130'] {
  max-width: 61.36%;
}

.grid-stack > .grid-stack-item[data-gs-width='131'] {
  width: 61.832%;
}
.grid-stack > .grid-stack-item[data-gs-x='131'] {
  left: 61.832%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='131'] {
  min-width: 61.832%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='131'] {
  max-width: 61.832%;
}

.grid-stack > .grid-stack-item[data-gs-width='132'] {
  width: 62.304%;
}
.grid-stack > .grid-stack-item[data-gs-x='132'] {
  left: 62.304%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='132'] {
  min-width: 62.304%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='132'] {
  max-width: 62.304%;
}

.grid-stack > .grid-stack-item[data-gs-width='133'] {
  width: 62.776%;
}
.grid-stack > .grid-stack-item[data-gs-x='133'] {
  left: 62.776%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='133'] {
  min-width: 62.776%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='133'] {
  max-width: 62.776%;
}

.grid-stack > .grid-stack-item[data-gs-width='134'] {
  width: 63.248%;
}
.grid-stack > .grid-stack-item[data-gs-x='134'] {
  left: 63.248%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='134'] {
  min-width: 63.248%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='134'] {
  max-width: 63.248%;
}

.grid-stack > .grid-stack-item[data-gs-width='135'] {
  width: 63.72%;
}
.grid-stack > .grid-stack-item[data-gs-x='135'] {
  left: 63.72%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='135'] {
  min-width: 63.72%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='135'] {
  max-width: 63.72%;
}

.grid-stack > .grid-stack-item[data-gs-width='136'] {
  width: 64.192%;
}
.grid-stack > .grid-stack-item[data-gs-x='136'] {
  left: 64.192%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='136'] {
  min-width: 64.192%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='136'] {
  max-width: 64.192%;
}

.grid-stack > .grid-stack-item[data-gs-width='137'] {
  width: 64.664%;
}
.grid-stack > .grid-stack-item[data-gs-x='137'] {
  left: 64.664%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='137'] {
  min-width: 64.664%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='137'] {
  max-width: 64.664%;
}

.grid-stack > .grid-stack-item[data-gs-width='138'] {
  width: 65.136%;
}
.grid-stack > .grid-stack-item[data-gs-x='138'] {
  left: 65.136%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='138'] {
  min-width: 65.136%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='138'] {
  max-width: 65.136%;
}

.grid-stack > .grid-stack-item[data-gs-width='139'] {
  width: 65.608%;
}
.grid-stack > .grid-stack-item[data-gs-x='139'] {
  left: 65.608%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='139'] {
  min-width: 65.608%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='139'] {
  max-width: 65.608%;
}

.grid-stack > .grid-stack-item[data-gs-width='140'] {
  width: 66.08%;
}
.grid-stack > .grid-stack-item[data-gs-x='140'] {
  left: 66.08%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='140'] {
  min-width: 66.08%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='140'] {
  max-width: 66.08%;
}

.grid-stack > .grid-stack-item[data-gs-width='141'] {
  width: 66.552%;
}
.grid-stack > .grid-stack-item[data-gs-x='141'] {
  left: 66.552%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='141'] {
  min-width: 66.552%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='141'] {
  max-width: 66.552%;
}

.grid-stack > .grid-stack-item[data-gs-width='142'] {
  width: 67.024%;
}
.grid-stack > .grid-stack-item[data-gs-x='142'] {
  left: 67.024%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='142'] {
  min-width: 67.024%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='142'] {
  max-width: 67.024%;
}

.grid-stack > .grid-stack-item[data-gs-width='143'] {
  width: 67.496%;
}
.grid-stack > .grid-stack-item[data-gs-x='143'] {
  left: 67.496%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='143'] {
  min-width: 67.496%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='143'] {
  max-width: 67.496%;
}

.grid-stack > .grid-stack-item[data-gs-width='144'] {
  width: 67.968%;
}
.grid-stack > .grid-stack-item[data-gs-x='144'] {
  left: 67.968%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='144'] {
  min-width: 67.968%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='144'] {
  max-width: 67.968%;
}

.grid-stack > .grid-stack-item[data-gs-width='145'] {
  width: 68.44%;
}
.grid-stack > .grid-stack-item[data-gs-x='145'] {
  left: 68.44%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='145'] {
  min-width: 68.44%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='145'] {
  max-width: 68.44%;
}

.grid-stack > .grid-stack-item[data-gs-width='146'] {
  width: 68.912%;
}
.grid-stack > .grid-stack-item[data-gs-x='146'] {
  left: 68.912%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='146'] {
  min-width: 68.912%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='146'] {
  max-width: 68.912%;
}

.grid-stack > .grid-stack-item[data-gs-width='147'] {
  width: 69.384%;
}
.grid-stack > .grid-stack-item[data-gs-x='147'] {
  left: 69.384%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='147'] {
  min-width: 69.384%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='147'] {
  max-width: 69.384%;
}

.grid-stack > .grid-stack-item[data-gs-width='148'] {
  width: 69.856%;
}
.grid-stack > .grid-stack-item[data-gs-x='148'] {
  left: 69.856%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='148'] {
  min-width: 69.856%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='148'] {
  max-width: 69.856%;
}

.grid-stack > .grid-stack-item[data-gs-width='149'] {
  width: 70.328%;
}
.grid-stack > .grid-stack-item[data-gs-x='149'] {
  left: 70.328%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='149'] {
  min-width: 70.328%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='149'] {
  max-width: 70.328%;
}

.grid-stack > .grid-stack-item[data-gs-width='150'] {
  width: 70.8%;
}
.grid-stack > .grid-stack-item[data-gs-x='150'] {
  left: 70.8%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='150'] {
  min-width: 70.8%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='150'] {
  max-width: 70.8%;
}

.grid-stack > .grid-stack-item[data-gs-width='151'] {
  width: 71.272%;
}
.grid-stack > .grid-stack-item[data-gs-x='151'] {
  left: 71.272%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='151'] {
  min-width: 71.272%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='151'] {
  max-width: 71.272%;
}

.grid-stack > .grid-stack-item[data-gs-width='152'] {
  width: 71.744%;
}
.grid-stack > .grid-stack-item[data-gs-x='152'] {
  left: 71.744%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='152'] {
  min-width: 71.744%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='152'] {
  max-width: 71.744%;
}

.grid-stack > .grid-stack-item[data-gs-width='153'] {
  width: 72.216%;
}
.grid-stack > .grid-stack-item[data-gs-x='153'] {
  left: 72.216%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='153'] {
  min-width: 72.216%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='153'] {
  max-width: 72.216%;
}

.grid-stack > .grid-stack-item[data-gs-width='154'] {
  width: 72.688%;
}
.grid-stack > .grid-stack-item[data-gs-x='154'] {
  left: 72.688%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='154'] {
  min-width: 72.688%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='154'] {
  max-width: 72.688%;
}

.grid-stack > .grid-stack-item[data-gs-width='155'] {
  width: 73.16%;
}
.grid-stack > .grid-stack-item[data-gs-x='155'] {
  left: 73.16%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='155'] {
  min-width: 73.16%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='155'] {
  max-width: 73.16%;
}

.grid-stack > .grid-stack-item[data-gs-width='156'] {
  width: 73.632%;
}
.grid-stack > .grid-stack-item[data-gs-x='156'] {
  left: 73.632%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='156'] {
  min-width: 73.632%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='156'] {
  max-width: 73.632%;
}

.grid-stack > .grid-stack-item[data-gs-width='157'] {
  width: 74.104%;
}
.grid-stack > .grid-stack-item[data-gs-x='157'] {
  left: 74.104%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='157'] {
  min-width: 74.104%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='157'] {
  max-width: 74.104%;
}

.grid-stack > .grid-stack-item[data-gs-width='158'] {
  width: 74.576%;
}
.grid-stack > .grid-stack-item[data-gs-x='158'] {
  left: 74.576%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='158'] {
  min-width: 74.576%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='158'] {
  max-width: 74.576%;
}

.grid-stack > .grid-stack-item[data-gs-width='159'] {
  width: 75.048%;
}
.grid-stack > .grid-stack-item[data-gs-x='159'] {
  left: 75.048%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='159'] {
  min-width: 75.048%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='159'] {
  max-width: 75.048%;
}

.grid-stack > .grid-stack-item[data-gs-width='160'] {
  width: 75.52%;
}
.grid-stack > .grid-stack-item[data-gs-x='160'] {
  left: 75.52%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='160'] {
  min-width: 75.52%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='160'] {
  max-width: 75.52%;
}

.grid-stack > .grid-stack-item[data-gs-width='161'] {
  width: 75.992%;
}
.grid-stack > .grid-stack-item[data-gs-x='161'] {
  left: 75.992%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='161'] {
  min-width: 75.992%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='161'] {
  max-width: 75.992%;
}

.grid-stack > .grid-stack-item[data-gs-width='162'] {
  width: 76.464%;
}
.grid-stack > .grid-stack-item[data-gs-x='162'] {
  left: 76.464%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='162'] {
  min-width: 76.464%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='162'] {
  max-width: 76.464%;
}

.grid-stack > .grid-stack-item[data-gs-width='163'] {
  width: 76.936%;
}
.grid-stack > .grid-stack-item[data-gs-x='163'] {
  left: 76.936%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='163'] {
  min-width: 76.936%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='163'] {
  max-width: 76.936%;
}

.grid-stack > .grid-stack-item[data-gs-width='164'] {
  width: 77.408%;
}
.grid-stack > .grid-stack-item[data-gs-x='164'] {
  left: 77.408%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='164'] {
  min-width: 77.408%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='164'] {
  max-width: 77.408%;
}

.grid-stack > .grid-stack-item[data-gs-width='165'] {
  width: 77.88%;
}
.grid-stack > .grid-stack-item[data-gs-x='165'] {
  left: 77.88%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='165'] {
  min-width: 77.88%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='165'] {
  max-width: 77.88%;
}

.grid-stack > .grid-stack-item[data-gs-width='166'] {
  width: 78.352%;
}
.grid-stack > .grid-stack-item[data-gs-x='166'] {
  left: 78.352%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='166'] {
  min-width: 78.352%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='166'] {
  max-width: 78.352%;
}

.grid-stack > .grid-stack-item[data-gs-width='167'] {
  width: 78.824%;
}
.grid-stack > .grid-stack-item[data-gs-x='167'] {
  left: 78.824%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='167'] {
  min-width: 78.824%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='167'] {
  max-width: 78.824%;
}

.grid-stack > .grid-stack-item[data-gs-width='168'] {
  width: 79.296%;
}
.grid-stack > .grid-stack-item[data-gs-x='168'] {
  left: 79.296%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='168'] {
  min-width: 79.296%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='168'] {
  max-width: 79.296%;
}

.grid-stack > .grid-stack-item[data-gs-width='169'] {
  width: 79.768%;
}
.grid-stack > .grid-stack-item[data-gs-x='169'] {
  left: 79.768%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='169'] {
  min-width: 79.768%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='169'] {
  max-width: 79.768%;
}

.grid-stack > .grid-stack-item[data-gs-width='170'] {
  width: 80.24%;
}
.grid-stack > .grid-stack-item[data-gs-x='170'] {
  left: 80.24%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='170'] {
  min-width: 80.24%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='170'] {
  max-width: 80.24%;
}

.grid-stack > .grid-stack-item[data-gs-width='171'] {
  width: 80.712%;
}
.grid-stack > .grid-stack-item[data-gs-x='171'] {
  left: 80.712%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='171'] {
  min-width: 80.712%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='171'] {
  max-width: 80.712%;
}

.grid-stack > .grid-stack-item[data-gs-width='172'] {
  width: 81.184%;
}
.grid-stack > .grid-stack-item[data-gs-x='172'] {
  left: 81.184%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='172'] {
  min-width: 81.184%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='172'] {
  max-width: 81.184%;
}

.grid-stack > .grid-stack-item[data-gs-width='173'] {
  width: 81.656%;
}
.grid-stack > .grid-stack-item[data-gs-x='173'] {
  left: 81.656%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='173'] {
  min-width: 81.656%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='173'] {
  max-width: 81.656%;
}

.grid-stack > .grid-stack-item[data-gs-width='174'] {
  width: 82.128%;
}
.grid-stack > .grid-stack-item[data-gs-x='174'] {
  left: 82.128%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='174'] {
  min-width: 82.128%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='174'] {
  max-width: 82.128%;
}

.grid-stack > .grid-stack-item[data-gs-width='175'] {
  width: 82.6%;
}
.grid-stack > .grid-stack-item[data-gs-x='175'] {
  left: 82.6%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='175'] {
  min-width: 82.6%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='175'] {
  max-width: 82.6%;
}

.grid-stack > .grid-stack-item[data-gs-width='176'] {
  width: 83.072%;
}
.grid-stack > .grid-stack-item[data-gs-x='176'] {
  left: 83.072%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='176'] {
  min-width: 83.072%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='176'] {
  max-width: 83.072%;
}

.grid-stack > .grid-stack-item[data-gs-width='177'] {
  width: 83.544%;
}
.grid-stack > .grid-stack-item[data-gs-x='177'] {
  left: 83.544%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='177'] {
  min-width: 83.544%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='177'] {
  max-width: 83.544%;
}

.grid-stack > .grid-stack-item[data-gs-width='178'] {
  width: 84.016%;
}
.grid-stack > .grid-stack-item[data-gs-x='178'] {
  left: 84.016%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='178'] {
  min-width: 84.016%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='178'] {
  max-width: 84.016%;
}

.grid-stack > .grid-stack-item[data-gs-width='179'] {
  width: 84.488%;
}
.grid-stack > .grid-stack-item[data-gs-x='179'] {
  left: 84.488%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='179'] {
  min-width: 84.488%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='179'] {
  max-width: 84.488%;
}

.grid-stack > .grid-stack-item[data-gs-width='180'] {
  width: 84.96%;
}
.grid-stack > .grid-stack-item[data-gs-x='180'] {
  left: 84.96%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='180'] {
  min-width: 84.96%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='180'] {
  max-width: 84.96%;
}

.grid-stack > .grid-stack-item[data-gs-width='181'] {
  width: 85.432%;
}
.grid-stack > .grid-stack-item[data-gs-x='181'] {
  left: 85.432%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='181'] {
  min-width: 85.432%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='181'] {
  max-width: 85.432%;
}

.grid-stack > .grid-stack-item[data-gs-width='182'] {
  width: 85.904%;
}
.grid-stack > .grid-stack-item[data-gs-x='182'] {
  left: 85.904%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='182'] {
  min-width: 85.904%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='182'] {
  max-width: 85.904%;
}

.grid-stack > .grid-stack-item[data-gs-width='183'] {
  width: 86.376%;
}
.grid-stack > .grid-stack-item[data-gs-x='183'] {
  left: 86.376%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='183'] {
  min-width: 86.376%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='183'] {
  max-width: 86.376%;
}

.grid-stack > .grid-stack-item[data-gs-width='184'] {
  width: 86.848%;
}
.grid-stack > .grid-stack-item[data-gs-x='184'] {
  left: 86.848%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='184'] {
  min-width: 86.848%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='184'] {
  max-width: 86.848%;
}

.grid-stack > .grid-stack-item[data-gs-width='185'] {
  width: 87.32%;
}
.grid-stack > .grid-stack-item[data-gs-x='185'] {
  left: 87.32%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='185'] {
  min-width: 87.32%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='185'] {
  max-width: 87.32%;
}

.grid-stack > .grid-stack-item[data-gs-width='186'] {
  width: 87.792%;
}
.grid-stack > .grid-stack-item[data-gs-x='186'] {
  left: 87.792%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='186'] {
  min-width: 87.792%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='186'] {
  max-width: 87.792%;
}

.grid-stack > .grid-stack-item[data-gs-width='187'] {
  width: 88.264%;
}
.grid-stack > .grid-stack-item[data-gs-x='187'] {
  left: 88.264%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='187'] {
  min-width: 88.264%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='187'] {
  max-width: 88.264%;
}

.grid-stack > .grid-stack-item[data-gs-width='188'] {
  width: 88.736%;
}
.grid-stack > .grid-stack-item[data-gs-x='188'] {
  left: 88.736%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='188'] {
  min-width: 88.736%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='188'] {
  max-width: 88.736%;
}

.grid-stack > .grid-stack-item[data-gs-width='189'] {
  width: 89.208%;
}
.grid-stack > .grid-stack-item[data-gs-x='189'] {
  left: 89.208%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='189'] {
  min-width: 89.208%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='189'] {
  max-width: 89.208%;
}

.grid-stack > .grid-stack-item[data-gs-width='190'] {
  width: 89.68%;
}
.grid-stack > .grid-stack-item[data-gs-x='190'] {
  left: 89.68%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='190'] {
  min-width: 89.68%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='190'] {
  max-width: 89.68%;
}

.grid-stack > .grid-stack-item[data-gs-width='191'] {
  width: 90.152%;
}
.grid-stack > .grid-stack-item[data-gs-x='191'] {
  left: 90.152%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='191'] {
  min-width: 90.152%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='191'] {
  max-width: 90.152%;
}

.grid-stack > .grid-stack-item[data-gs-width='192'] {
  width: 90.624%;
}
.grid-stack > .grid-stack-item[data-gs-x='192'] {
  left: 90.624%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='192'] {
  min-width: 90.624%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='192'] {
  max-width: 90.624%;
}

.grid-stack > .grid-stack-item[data-gs-width='193'] {
  width: 91.096%;
}
.grid-stack > .grid-stack-item[data-gs-x='193'] {
  left: 91.096%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='193'] {
  min-width: 91.096%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='193'] {
  max-width: 91.096%;
}

.grid-stack > .grid-stack-item[data-gs-width='194'] {
  width: 91.568%;
}
.grid-stack > .grid-stack-item[data-gs-x='194'] {
  left: 91.568%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='194'] {
  min-width: 91.568%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='194'] {
  max-width: 91.568%;
}

.grid-stack > .grid-stack-item[data-gs-width='195'] {
  width: 92.04%;
}
.grid-stack > .grid-stack-item[data-gs-x='195'] {
  left: 92.04%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='195'] {
  min-width: 92.04%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='195'] {
  max-width: 92.04%;
}

.grid-stack > .grid-stack-item[data-gs-width='196'] {
  width: 92.512%;
}
.grid-stack > .grid-stack-item[data-gs-x='196'] {
  left: 92.512%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='196'] {
  min-width: 92.512%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='196'] {
  max-width: 92.512%;
}

.grid-stack > .grid-stack-item[data-gs-width='197'] {
  width: 92.984%;
}
.grid-stack > .grid-stack-item[data-gs-x='197'] {
  left: 92.984%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='197'] {
  min-width: 92.984%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='197'] {
  max-width: 92.984%;
}

.grid-stack > .grid-stack-item[data-gs-width='198'] {
  width: 93.456%;
}
.grid-stack > .grid-stack-item[data-gs-x='198'] {
  left: 93.456%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='198'] {
  min-width: 93.456%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='198'] {
  max-width: 93.456%;
}

.grid-stack > .grid-stack-item[data-gs-width='199'] {
  width: 93.928%;
}
.grid-stack > .grid-stack-item[data-gs-x='199'] {
  left: 93.928%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='199'] {
  min-width: 93.928%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='199'] {
  max-width: 93.928%;
}

.grid-stack > .grid-stack-item[data-gs-width='200'] {
  width: 94.4%;
}
.grid-stack > .grid-stack-item[data-gs-x='200'] {
  left: 94.4%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='200'] {
  min-width: 94.4%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='200'] {
  max-width: 94.4%;
}

.grid-stack > .grid-stack-item[data-gs-width='201'] {
  width: 94.872%;
}
.grid-stack > .grid-stack-item[data-gs-x='201'] {
  left: 94.872%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='201'] {
  min-width: 94.872%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='201'] {
  max-width: 94.872%;
}

.grid-stack > .grid-stack-item[data-gs-width='202'] {
  width: 95.344%;
}
.grid-stack > .grid-stack-item[data-gs-x='202'] {
  left: 95.344%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='202'] {
  min-width: 95.344%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='202'] {
  max-width: 95.344%;
}

.grid-stack > .grid-stack-item[data-gs-width='203'] {
  width: 95.816%;
}
.grid-stack > .grid-stack-item[data-gs-x='203'] {
  left: 95.816%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='203'] {
  min-width: 95.816%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='203'] {
  max-width: 95.816%;
}

.grid-stack > .grid-stack-item[data-gs-width='204'] {
  width: 96.288%;
}
.grid-stack > .grid-stack-item[data-gs-x='204'] {
  left: 96.288%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='204'] {
  min-width: 96.288%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='204'] {
  max-width: 96.288%;
}

.grid-stack > .grid-stack-item[data-gs-width='205'] {
  width: 96.76%;
}
.grid-stack > .grid-stack-item[data-gs-x='205'] {
  left: 96.76%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='205'] {
  min-width: 96.76%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='205'] {
  max-width: 96.76%;
}

.grid-stack > .grid-stack-item[data-gs-width='206'] {
  width: 97.232%;
}
.grid-stack > .grid-stack-item[data-gs-x='206'] {
  left: 97.232%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='206'] {
  min-width: 97.232%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='206'] {
  max-width: 97.232%;
}

.grid-stack > .grid-stack-item[data-gs-width='207'] {
  width: 97.704%;
}
.grid-stack > .grid-stack-item[data-gs-x='207'] {
  left: 97.704%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='207'] {
  min-width: 97.704%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='207'] {
  max-width: 97.704%;
}

.grid-stack > .grid-stack-item[data-gs-width='208'] {
  width: 98.176%;
}
.grid-stack > .grid-stack-item[data-gs-x='208'] {
  left: 98.176%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='208'] {
  min-width: 98.176%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='208'] {
  max-width: 98.176%;
}

.grid-stack > .grid-stack-item[data-gs-width='209'] {
  width: 98.648%;
}
.grid-stack > .grid-stack-item[data-gs-x='209'] {
  left: 98.648%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='209'] {
  min-width: 98.648%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='209'] {
  max-width: 98.648%;
}

.grid-stack > .grid-stack-item[data-gs-width='210'] {
  width: 99.12%;
}
.grid-stack > .grid-stack-item[data-gs-x='210'] {
  left: 99.12%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='210'] {
  min-width: 99.12%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='210'] {
  max-width: 99.12%;
}

.grid-stack > .grid-stack-item[data-gs-width='211'] {
  width: 99.592%;
}
.grid-stack > .grid-stack-item[data-gs-x='211'] {
  left: 99.592%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='211'] {
  min-width: 99.592%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='211'] {
  max-width: 99.592%;
}

.grid-stack > .grid-stack-item[data-gs-width='212'] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x='212'] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='212'] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='212'] {
  max-width: 100%;
}



.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}

/** Uncomment this to show bottom-left resize handle **/
/*
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    @include vendor(transform, rotate(180deg));
}
*/
@media (max-width: 768px) {
  .grid-stack-item {
    position: relative !important;
    width: auto !important;
    left: 0 !important;
    top: auto !important;
    margin-bottom: 20px;
  }
  .grid-stack-item .ui-resizable-handle {
    display: none;
  }

  .grid-stack {
    height: auto !important;
  }
}
