/*Font Family*/
/*Colors*/
/*Background Color*/
/*Tabclix Builder vars*/
/*buttons*/
/*Font Family*/
.tbx-navbar-btns .tbx-navbar-btn {
  padding-bottom: calc(20% - 15px);
}

.tbx-flex {
  display: flex;
}

.tbx-flex-inline {
  display: inline-flex;
}

.tbx-flex-align-center {
  align-items: center;
}

.tbx-flex-align-start {
  align-items: flex-start;
}

.tbx-flex-align-end {
  align-items: flex-end;
}

.tbx-flex-justufy-start {
  justify-content: flex-start;
}

.tbx-flex-justufy-center {
  justify-content: center;
}

.tbx-flex-justufy-around {
  justify-content: space-around;
}

.tbx-flex-justufy-between {
  justify-content: space-between;
}

.tbx-flex-justufy-end {
  justify-content: flex-end;
}

@media all and (min-width: 991px) {
  .tbx-flex-1 {
    flex: 1;
  }
  .tbx-flex-2 {
    flex: 2;
  }
  .tbx-flex-3 {
    flex: 3;
  }
  .tbx-flex-4 {
    flex: 4;
  }
  .tbx-flex-5 {
    flex: 5;
  }
  .tbx-flex-6 {
    flex: 6;
  }
}
@media all and (max-width: 990px) {
  .tbx-md-flex-1 {
    flex: 1;
  }
  .tbx-md-flex-2 {
    flex: 2;
  }
  .tbx-md-flex-3 {
    flex: 3;
  }
  .tbx-md-flex-4 {
    flex: 4;
  }
  .tbx-md-flex-5 {
    flex: 5;
  }
  .tbx-md-flex-6 {
    flex: 6;
  }
  .tbx-flex-0 {
    flex: none;
  }
  .tbx-md-flex {
    display: flex;
  }
}
.tbx-flex-wrap {
  flex-wrap: wrap;
}

.tbx-flex-nowrap {
  flex-wrap: nowrap;
}

.tbx-flex-direction-row {
  flex-direction: row;
}

.tbx-flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.tbx-flex-direction-column {
  flex-direction: column;
}

.tbx-flex-direction-column-reverse {
  flex-direction: column-reverse;
}

@font-face {
  font-family: "tbxIcons";
  src: url(/fonts/tabclix.ttf?855a2f9fbb2615737c1929db848554d1) format("truetype");
}
@font-face {
  font-family: "SourceSans3-Regular";
  src: url(/fonts/SourceSans3-Regular.ttf?8b91864a5f05c97bca55d997323ccd3e) format("truetype");
}
@font-face {
  font-family: "Source_Sans_Pro_Black";
  src: url(/fonts/SourceSansPro-Regular.ttf?df87f53caf449a3b757216001bee697d) format("truetype");
}
@font-face {
  font-family: "Fraunces";
  src: url(/fonts/Fraunces.ttf?c767db37f6648bd42213ca2640e10110) format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url(/fonts/Inter.ttf?aadb65ac45347ff466994751a3a83e94) format("truetype");
}
body {
  margin: 0;
}

body * {
  box-sizing: border-box;
}

.tbx-transition {
  transition: 0.3s ease;
}

@keyframes animateMargin {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 330px;
  }
}
@media all and (min-width: 991px) {
  #tbxMobileFrameBlock.transformLeft330 {
    transition: all 0.3s;
    transform: translate(130px, -50%);
  }
  #tbxMobileFrameBlock.transformLeft0 {
    transition: all 0.3s;
    transform: translate(0, -50%);
  }
}
.tbx-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.tbx-bold {
  font-weight: bold;
}

.tbx-fw-normal {
  font-weight: normal;
}

.tbx-fw-100 {
  font-weight: 100;
}

.tbx-fw-200 {
  font-weight: 200;
}

.tbx-fw-300 {
  font-weight: 300;
}

.tbx-fw-400 {
  font-weight: 400;
}

.tbx-fw-500 {
  font-weight: 500;
}

.tbx-fw-600 {
  font-weight: 600;
}

.tbx-fw-700 {
  font-weight: 700;
}

.tbx-text-decoration {
  text-decoration: underline;
}

.tbx-full-height {
  min-height: 100vh;
}

.tbx-ff-SS3 {
  font-family: "SourceSans3-Regular";
}

.tbx-ff-SS-Pro-Regular {
  font-family: "Source_Sans_Pro_Black";
}

.tbx-ff-SS-Pro {
  font-family: "Source Sans Pro", sans-serif;
}

.tbx-ff-fraunces {
  font-family: "Fraunces";
}

.tbx-ff-inter {
  font-family: "Inter";
}

.tbx-pos-sticky {
  position: sticky;
}

.tbx-pos-relative {
  position: relative;
}

.tbx-pos-absolute {
  position: absolute;
}

.tbx-width-full {
  width: 100%;
}

.tbx-width-auto {
  width: auto;
  max-width: 100%;
}

.tbx-height-full-percent {
  height: 100%;
}

.tbx-height-full-vh {
  height: 100vh;
}

.tbx-width-maxcontent {
  width: -moz-max-content;
  width: max-content;
}

.tbx-margin-auto {
  margin: auto;
}

.tbx-brd-solid-black-1 {
  border: 1px solid black;
}

.tbx-brd-solid-black-2 {
  border: 2px solid black;
}

.tbx-brd-solid-white-1 {
  border: 1px solid white;
}

.tbx-brd-solid-white-2 {
  border: 2px solid white;
}

.tbx-brd-dashed-white-1 {
  border: 1px dashed white;
}

.tbx-brd-dashed-white-2 {
  border: 2px dashed white;
}

.tbx-brd-dashed-white-3 {
  border: 3px dashed white;
}

.tbx-brd-dashed-black-1 {
  border: 1px dashed black;
}

.tbx-brd-dashed-black-2 {
  border: 2px dashed black;
}

.tbx-brd-dashed-black-3 {
  border: 3px dashed black;
}

.tbx-brd-dashed-blue-1 {
  border: 1px dashed #1B94FF;
}

.tbx-brd-dashed-blue-2 {
  border: 2px dashed #1B94FF;
}

.tbx-brd-dashed-blue-3 {
  border: 3px dashed #1B94FF;
}

.tbx-brd-solid-blue-1 {
  border: 1px solid #1B94FF;
}

.tbx-brd-solid-blue-2 {
  border: 2px solid #1B94FF;
}

.tbx-brd-solid-blue-3 {
  border: 3px solid #1B94FF;
}

.tbx-brd-solid-gray-1 {
  border: 1px solid #E0E0E0;
}

.tbx-brd-solid-gray-dark-1 {
  border: 1px solid #BDBDBD;
}

.tbx-brd-solid-top-gray-1 {
  border-top: 1px solid #E0E0E0;
}

.tbx-brd-solid-gray-2 {
  border: 2px solid #E0E0E0;
}

.tbx-brd-solid-gray-3 {
  border: 3px solid #E0E0E0;
}

.tbx-brd-radius-card {
  border-radius: 3.5% 3.5% 3.5% 3.5%/5% 5% 5% 5%;
}

.tbx-border-bottom-black-1 {
  border-bottom: 1px solid black;
}

.tbx-border-bottom-gray-1 {
  border-bottom: 1px solid #E0E0E0;
}

.tbx-border-bottom-gray-light-1 {
  border-bottom: 1px solid #f1f1f1;
}

.tbx-border-blue {
  border: 1px solid #1B94FF;
}

.tbx-border-gray {
  border: 1px solid #737373;
}

.tbx-border-gray-light {
  border: 1px solid #f1f1f1;
}

.tbx-border-black {
  border: 1px solid black;
}

.tbx-border-color-black {
  border-color: black;
}

.tbx-rm-border {
  border: none;
}
.tbx-rm-border:focus, .tbx-rm-border:active {
  outline: none;
}

.tbx-text-center {
  text-align: center;
}

.tbx-text-right {
  text-align: right;
}

.tbx-text-left {
  text-align: left;
}

.tbx-dis-block {
  display: block;
}

.tbx-dis-table {
  display: table;
}

.tbx-height-0 {
  height: 0;
}

.tbx-cursor-pointer {
  cursor: pointer;
}

.tbx-cursor-grab {
  cursor: grab;
}

.tbx-change-img-color {
  filter: invert(1);
}

.tbx-overflow-y-auto {
  overflow-y: auto;
}

.tbx-overflow-y-hidden {
  overflow-y: hidden;
}

.tbx-overflow-x-auto {
  overflow-x: auto;
}

.tbx-overflow-x-hidden {
  overflow-x: hidden;
}

.tbx-overflow-hidden {
  overflow: hidden;
}

.tbx-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.tbx-hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

.tbx-active-block {
  box-shadow: 0 0 3px 1px #1b94ff;
}

.tbx-active-blue {
  color: #1B94FF;
}

.tbx-text-uppercase {
  text-transform: uppercase;
}

.tbx-text-lowercase {
  text-transform: lowercase;
}

.tbx-text-capitalize {
  text-transform: capitalize;
}

.tbx-transform-translate-minus-top-50-left-100 {
  transform: translate(100%, -50%);
}

.tbx-shadow {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.tbx-payment-card-brd-radius {
  border-radius: 3.5% 3.5% 3.5% 3.5%/5% 5% 5% 5%;
}

.tbx-border-radius-circle {
  border-radius: 50%;
}

a {
  display: block;
  color: #212529;
  text-decoration: none;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.tbx-backgroung-rgba-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.tbx-backgroung-rgba-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.tbx-backgroung-rgba-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.tbx-backgroung-rgba-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.tbx-backgroung-rgba-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.tbx-backgroung-rgba-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.tbx-backgroung-rgba-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.tbx-backgroung-rgba-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.tbx-backgroung-rgba-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.tbx-backgroung-rgba-white-10 {
  background-color: rgb(255, 255, 255);
}

.tbx-backgroung-rgba-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.tbx-backgroung-rgba-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.tbx-backgroung-rgba-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.tbx-backgroung-rgba-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.tbx-backgroung-rgba-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.tbx-backgroung-rgba-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.tbx-backgroung-rgba-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.tbx-backgroung-rgba-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.tbx-backgroung-rgba-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.tbx-backgroung-rgba-black-10 {
  background-color: rgb(0, 0, 0);
}

.tbx-letter-spacing-01 {
  letter-spacing: 0.1px;
}

.tbx-letter-spacing-02 {
  letter-spacing: 0.2px;
}

.tbx-letter-spacing-03 {
  letter-spacing: 0.3px;
}

.tbx-letter-spacing-04 {
  letter-spacing: 0.4px;
}

.tbx-letter-spacing-05 {
  letter-spacing: 0.5px;
}

.tbx-letter-spacing-1 {
  letter-spacing: 1px;
}

.tbx-letter-spacing-12 {
  letter-spacing: 1.2px;
}

.tbx-letter-spacing-13 {
  letter-spacing: 1.3px;
}

.tbx-zIndex-max {
  z-index: 9999;
}

.tbx-zIndex-max-plus {
  z-index: 99999;
}

.tbx-zIndex-min {
  z-index: 1;
}

.tbx-border-spacing-10 {
  border-spacing: 10px 0;
}

.tbx-word-wrap {
  word-wrap: break-word;
}

@media all and (min-width: 991px) {
  .tbx-pos-fix {
    position: fixed;
  }
  .tbx-width-in-percent-20 {
    width: 20%;
  }
  .tbx-width-in-percent-25 {
    width: 25%;
  }
  .tbx-width-in-percent-33 {
    width: 33.333%;
  }
  .tbx-width-in-percent-35 {
    width: 35%;
  }
  .tbx-width-in-percent-40 {
    width: 40%;
  }
  .tbx-width-in-percent-45 {
    width: 45%;
  }
  .tbx-width-in-percent-48 {
    width: 48%;
  }
  .tbx-width-in-percent-50 {
    width: 50%;
  }
  .tbx-width-in-percent-60 {
    width: 60%;
  }
  .tbx-width-in-percent-70 {
    width: 70%;
  }
  .tbx-width-in-percent-80 {
    width: 80%;
  }
  .tbx-width-in-percent-90 {
    width: 90%;
  }
  .tbx-width-in-percent-100 {
    width: 100%;
  }
  .tbx-width-in-percent-110 {
    width: 110%;
  }
  .tbx-width-in-percent-120 {
    width: 120%;
  }
  .tbx-width-in-percent-130 {
    width: 130%;
  }
  .tbx-width-in-percent-140 {
    width: 140%;
  }
  .tbx-width-in-percent-150 {
    width: 150%;
  }
  .tbx-width-in-percent-160 {
    width: 160%;
  }
  .tbx-width-in-percent-170 {
    width: 170%;
  }
  .tbx-width-in-percent-180 {
    width: 180%;
  }
  .tbx-width-in-percent-190 {
    width: 190%;
  }
  .tbx-width-in-percent-200 {
    width: 200%;
  }
  .tbx-hide {
    display: none;
  }
}
@media all and (max-width: 990px) {
  .tbx-md-width-auto {
    width: auto;
    max-width: 100%;
  }
  .tbx-md-width-in-percent-20 {
    width: 20%;
  }
  .tbx-md-width-in-percent-25 {
    width: 25%;
  }
  .tbx-md-width-in-percent-33 {
    width: 33.333%;
  }
  .tbx-md-width-in-percent-35 {
    width: 35%;
  }
  .tbx-md-width-in-percent-40 {
    width: 40%;
  }
  .tbx-md-width-in-percent-50 {
    width: 50%;
  }
  .tbx-md-width-in-percent-60 {
    width: 60%;
  }
  .tbx-md-width-in-percent-70 {
    width: 70%;
  }
  .tbx-md-width-in-percent-80 {
    width: 80%;
  }
  .tbx-md-width-in-percent-90 {
    width: 90%;
  }
  .tbx-md-width-in-percent-100 {
    width: 100%;
  }
  .tbx-md-width-in-percent-110 {
    width: 110%;
  }
  .tbx-md-width-in-percent-120 {
    width: 120%;
  }
  .tbx-md-width-in-percent-130 {
    width: 130%;
  }
  .tbx-md-width-in-percent-140 {
    width: 140%;
  }
  .tbx-md-width-in-percent-150 {
    width: 150%;
  }
  .tbx-md-width-in-percent-160 {
    width: 160%;
  }
  .tbx-md-width-in-percent-170 {
    width: 170%;
  }
  .tbx-md-width-in-percent-180 {
    width: 180%;
  }
  .tbx-md-width-in-percent-190 {
    width: 190%;
  }
  .tbx-md-width-in-percent-200 {
    width: 200%;
  }
  .tbx-md-pos-none {
    position: initial;
  }
  .tbx-md-pos-absolute {
    position: absolute;
  }
  .tbx-md-pos-fix {
    position: fixed;
  }
  .tbx-md-height-full-vh {
    min-height: 100vh;
  }
  .tbx-md-margin-auto {
    margin: 0 auto;
  }
  .tbx-md-hide {
    display: none;
  }
}
.tbx-cursor-grab {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.tbx-cursor-grab:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.tbx-width-in-percent-101 {
  width: 101%;
}

.tbx-width-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.tbx-white-sp-nowrap {
  white-space: nowrap;
}

.tbx-clear-margin {
  margin: 0;
}

.tbx-clear-padding {
  padding: 0;
}

.tbx-mobile-menu span, .mobile-menu-opened span {
  transition: 0.5s;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #1B94FF;
}

.tbx-mobile-menu span {
  margin-bottom: 6px;
}

.mobile-menu-opened span:last-child {
  display: none;
}
.mobile-menu-opened span:first-child {
  transform: translateY(1px) rotate(45deg);
}
.mobile-menu-opened span + span {
  transform: rotate(135deg);
}

.tbx-make-fullscreen {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: white;
  height: 100%;
  margin: 0 !important;
  z-index: 99999;
}

.tbx-odd-even-bg > *:nth-child(even) {
  background: #FFF;
}
.tbx-odd-even-bg > *:nth-child(odd) {
  background: #F1F1F1;
}

.tbx-border-color-blue {
  border-color: #1B94FF;
}

.tbx-border-color-gray {
  border-color: #737373;
}

.tbx-border-color-lightGray {
  border-color: #f1f1f1;
}

.tbx-bg-default {
  background: #f1f1f1;
}

.tbx-bg-white {
  background: #FFFFFF;
}

.tbx-bg-black {
  background: #000000;
}

.tbx-bg-gray {
  background: linear-gradient(180deg, #DEE2E6 0%, rgba(233, 236, 239, 0.55) 51.56%, rgba(233, 236, 239, 0.554839) 51.57%, #F8F9FA 100%);
}

.tbx-bg-light-gray {
  background: #f1f1f1;
}

.tbx-bg-gray-linear {
  background: linear-gradient(135deg, #dee2e6, #e9ecef 55%, #f8f9fa);
}

.tbx-bg-red {
  background-color: #E53935;
}

.tbx-bg-purple {
  background-color: #5E5CE6;
}

.tbx-bg-blue {
  background-color: #1B94FF;
}

.tbx-bg-green {
  background-color: #009688;
}

.tbx-color-white {
  color: #FFFFFF;
}

.tbx-color-black {
  color: #212529;
}

.tbx-color-blue {
  color: #1B94FF;
}

.tbx-color-purple {
  color: #5E5CE6;
}

.tbx-color-green {
  color: #009688;
}

.tbx-color-red {
  color: #E53935;
}

.tbx-color-gris {
  color: #687385;
}

.tbx-color-gray {
  color: #737373;
}

.tbx-color-gray-light {
  color: #424242;
}

.tbx-color-gray-medium {
  color: #898989;
}

.tbx-color-dark-blue {
  color: #344054;
}

.tbx-color-lightWhite {
  color: #EAECF0;
}

/*Generate TBX Icons*/
.tbx-icon-tbx-custom-clebard-cocktail:before {
  content: "\e97e";
}

.tbx-icon-tbx-custom-clebard-food:before {
  content: "\e97a";
}

.tbx-icon-tbx-custom-clebard-liquer:before {
  content: "\e97b";
}

.tbx-icon-tbx-custom-clebard-wine:before {
  content: "\e97c";
}

.tbx-icon-tbx-custom-clebard-beer:before {
  content: "\e97d";
}

.tbx-icon-tbx-glass-wine:before {
  content: "\e970";
}

.tbx-icon-tbx-glass-wine-outline:before {
  content: "\e975";
}

.tbx-icon-tbx-beer:before {
  content: "\e971";
}

.tbx-icon-tbx-bottle-wine:before {
  content: "\e972";
}

.tbx-icon-tbx-cocktails:before {
  content: "\e973";
}

.tbx-icon-tbx-hard-liquor:before {
  content: "\e974";
}

.tbx-icon-tbx-beer-outline:before {
  content: "\e976";
}

.tbx-icon-tbx-bottle-wine-outline:before {
  content: "\e977";
}

.tbx-icon-tbx-cocktails-outline:before {
  content: "\e978";
}

.tbx-icon-tbx-hard-liquor-outline:before {
  content: "\e979";
}

.tbx-icon-tbx-x-tabclix:before {
  content: "\e96d";
}

.tbx-icon-tbx-tabclix-logo:before {
  content: "\e96f";
}

.tbx-icon-tbx-calendar:before {
  content: "\e96e";
}

.tbx-icon-tbx-dollar:before {
  content: "\e968";
}

.tbx-icon-tbx-facebook:before {
  content: "\e966";
}

.tbx-icon-tbx-fb-outline:before {
  content: "\e969";
}

.tbx-icon-tbx-thermometer-outline:before {
  content: "\e96a";
}

.tbx-icon-tbx-vimeo:before {
  content: "\e96b";
}

.tbx-icon-tbx-youtube:before {
  content: "\e967";
}

.tbx-icon-tbx-youtube-outline:before {
  content: "\e96c";
}

.tbx-icon-tbx-tiktok:before {
  content: "\e959";
}

.tbx-icon-tbx-analytics:before {
  content: "\e900";
}

.tbx-icon-tbx-analytics-outline:before {
  content: "\e901";
}

.tbx-icon-tbx-appearance:before {
  content: "\e902";
}

.tbx-icon-tbx-appearance-outline:before {
  content: "\e903";
}

.tbx-icon-tbx-back1:before {
  content: "\e904";
}

.tbx-icon-tbx-back1-outline:before {
  content: "\e905";
}

.tbx-icon-tbx-back2-outline:before {
  content: "\e906";
}

.tbx-icon-tbx-bike-outline:before {
  content: "\e907";
}

.tbx-icon-tbx-billing:before {
  content: "\e908";
}

.tbx-icon-tbx-billing-outline:before {
  content: "\e909";
}

.tbx-icon-tbx-buypass:before {
  content: "\e90a";
}

.tbx-icon-tbx-buypass-outline:before {
  content: "\e90b";
}

.tbx-icon-tbx-calendly:before {
  content: "\e90c";
}

.tbx-icon-tbx-call:before {
  content: "\e90d";
}

.tbx-icon-tbx-call-outline:before {
  content: "\e910";
}

.tbx-icon-tbx-chat:before {
  content: "\e911";
}

.tbx-icon-tbx-chat-outline:before {
  content: "\e912";
}

.tbx-icon-tbx-close-outline:before {
  content: "\e913";
}

.tbx-icon-tbx-donate:before {
  content: "\e914";
}

.tbx-icon-tbx-donate-outline:before {
  content: "\e915";
}

.tbx-icon-tbx-edit:before {
  content: "\e916";
}

.tbx-icon-tbx-edit-outline:before {
  content: "\e917";
}

.tbx-icon-tbx-fb-messenger:before {
  content: "\e918";
}

.tbx-icon-tbx-fb-messenger-outline:before {
  content: "\e919";
}

.tbx-icon-tbx-fingerprint-outline:before {
  content: "\e91a";
}

.tbx-icon-tbx-form:before {
  content: "\e91b";
}

.tbx-icon-tbx-form-outline:before {
  content: "\e91c";
}

.tbx-icon-tbx-gps:before {
  content: "\e91d";
}

.tbx-icon-tbx-gps-outline:before {
  content: "\e91e";
}

.tbx-icon-tbx-home:before {
  content: "\e91f";
}

.tbx-icon-tbx-home-outline:before {
  content: "\e920";
}

.tbx-icon-tbx-info:before {
  content: "\e921";
}

.tbx-icon-tbx-info-outline:before {
  content: "\e922";
}

.tbx-icon-tbx-instagram:before {
  content: "\e923";
}

.tbx-icon-tbx-instagram-outline:before {
  content: "\e924";
}

.tbx-icon-tbx-keycard-outline:before {
  content: "\e925";
}

.tbx-icon-tbx-label-outline:before {
  content: "\e926";
}

.tbx-icon-tbx-linkedin:before {
  content: "\e927";
}

.tbx-icon-tbx-linkedin-outline:before {
  content: "\e928";
}

.tbx-icon-tbx-lock1:before {
  content: "\e929";
}

.tbx-icon-tbx-lock1-outline:before {
  content: "\e92a";
}

.tbx-icon-tbx-lock2:before {
  content: "\e92b";
}

.tbx-icon-tbx-lock2-outline:before {
  content: "\e92c";
}

.tbx-icon-tbx-logout:before {
  content: "\e92d";
}

.tbx-icon-tbx-logout-outline:before {
  content: "\e92e";
}

.tbx-icon-tbx-map:before {
  content: "\e92f";
}

.tbx-icon-tbx-map-outline:before {
  content: "\e930";
}

.tbx-icon-tbx-menu1:before {
  content: "\e931";
}

.tbx-icon-tbx-menu1-outline:before {
  content: "\e932";
}

.tbx-icon-tbx-menu2:before {
  content: "\e933";
}

.tbx-icon-tbx-menu2-outline:before {
  content: "\e934";
}

.tbx-icon-tbx-menu3:before {
  content: "\e935";
}

.tbx-icon-tbx-menu3-outline:before {
  content: "\e936";
}

.tbx-icon-tbx-menu4:before {
  content: "\e937";
}

.tbx-icon-tbx-menu4-outline:before {
  content: "\e938";
}

.tbx-icon-tbx-objectcursor:before {
  content: "\e939";
}

.tbx-icon-tbx-objectcursor-outline:before {
  content: "\e93a";
}

.tbx-icon-tbx-overview-outline:before {
  content: "\e93b";
}

.tbx-icon-tbx-paymentintegration:before {
  content: "\e93c";
}

.tbx-icon-tbx-paymentintegration-outline:before {
  content: "\e93d";
}

.tbx-icon-tbx-payment-outline:before {
  content: "\e93e";
}

.tbx-icon-tbx-preview:before {
  content: "\e93f";
}

.tbx-icon-tbx-preview-outline:before {
  content: "\e940";
}

.tbx-icon-tbx-profile-outline:before {
  content: "\e941";
}

.tbx-icon-tbx-profile-settings:before {
  content: "\e942";
}

.tbx-icon-tbx-profile-settings-outline:before {
  content: "\e943";
}

.tbx-icon-tbx-routes-outline:before {
  content: "\e944";
}

.tbx-icon-tbx-settings:before {
  content: "\e945";
}

.tbx-icon-tbx-settings-outline:before {
  content: "\e946";
}

.tbx-icon-tbx-singleuser:before {
  content: "\e947";
}

.tbx-icon-tbx-singleuser-outline:before {
  content: "\e948";
}

.tbx-icon-tbx-subscription-outline:before {
  content: "\e949";
}

.tbx-icon-tbx-transactions-outline:before {
  content: "\e94a";
}

.tbx-icon-tbx-twitter:before {
  content: "\e94b";
}

.tbx-icon-tbx-twitter-outline:before {
  content: "\e94c";
}

.tbx-icon-tbx-unlock:before {
  content: "\e94d";
}

.tbx-icon-tbx-unlock2:before {
  content: "\e94e";
}

.tbx-icon-tbx-unlock2-outline:before {
  content: "\e94f";
}

.tbx-icon-tbx-unlockbike-outline:before {
  content: "\e950";
}

.tbx-icon-tbx-unlock-outline:before {
  content: "\e951";
}

.tbx-icon-tbx-visible:before {
  content: "\e952";
}

.tbx-icon-tbx-wallet:before {
  content: "\e953";
}

.tbx-icon-tbx-wallet-outline:before {
  content: "\e954";
}

.tbx-icon-tbx-web:before {
  content: "\e955";
}

.tbx-icon-tbx-whatsapp:before {
  content: "\e956";
}

.tbx-icon-tbx-whatsapp-outline:before {
  content: "\e957";
}

.tbx-icon-tbx-zendesk:before {
  content: "\e958";
}

.tbx-icon-tbx-profile-plus:before {
  content: "\e95a";
}

.tbx-icon-tbx-profile-plus-outline:before {
  content: "\e95b";
}

.tbx-icon-tbx-upload-folder-outline:before {
  content: "\e95c";
}

.tbx-icon-tbx-button-outline:before {
  content: "\e95d";
}

.tbx-icon-tbx-checkbox-outline:before {
  content: "\e95e";
}

.tbx-icon-tbx-dropdown-outline:before {
  content: "\e95f";
}

.tbx-icon-tbx-radio-outline:before {
  content: "\e960";
}

.tbx-icon-tbx-subscription-outline-2:before {
  content: "\e961";
}

.tbx-icon-tbx-input-label-outline:before {
  content: "\e962";
}

.tbx-icon-tbx-input-text-outline:before {
  content: "\e963";
}

/*ZOOM*/
@media all and (min-width: 991px) {
  .tbx-scale-0 {
    transform: scale(0);
  }
  .tbx-scale-1 {
    transform: scale(0.1);
  }
  .tbx-scale-2 {
    transform: scale(0.2);
  }
  .tbx-scale-3 {
    transform: scale(0.3);
  }
  .tbx-scale-4 {
    transform: scale(0.4);
  }
  .tbx-scale-5 {
    transform: scale(0.5);
  }
  .tbx-scale-6 {
    transform: scale(0.6);
  }
  .tbx-scale-7 {
    transform: scale(0.7);
  }
  .tbx-scale-8 {
    transform: scale(0.8);
  }
  .tbx-scale-9 {
    transform: scale(0.9);
  }
  .tbx-scale-10 {
    transform: scale(1);
  }
  /*Paddings*/
  .tbx-padding-0 {
    padding: 0px;
  }
  .tbx-padding-1 {
    padding: 1px;
  }
  .tbx-padding-2 {
    padding: 2px;
  }
  .tbx-padding-3 {
    padding: 3px;
  }
  .tbx-padding-4 {
    padding: 4px;
  }
  .tbx-padding-5 {
    padding: 5px;
  }
  .tbx-padding-6 {
    padding: 6px;
  }
  .tbx-padding-7 {
    padding: 7px;
  }
  .tbx-padding-8 {
    padding: 8px;
  }
  .tbx-padding-9 {
    padding: 9px;
  }
  .tbx-padding-10 {
    padding: 10px;
  }
  .tbx-padding-11 {
    padding: 11px;
  }
  .tbx-padding-12 {
    padding: 12px;
  }
  .tbx-padding-13 {
    padding: 13px;
  }
  .tbx-padding-14 {
    padding: 14px;
  }
  .tbx-padding-15 {
    padding: 15px;
  }
  .tbx-padding-16 {
    padding: 16px;
  }
  .tbx-padding-17 {
    padding: 17px;
  }
  .tbx-padding-18 {
    padding: 18px;
  }
  .tbx-padding-19 {
    padding: 19px;
  }
  .tbx-padding-20 {
    padding: 20px;
  }
  .tbx-padding-21 {
    padding: 21px;
  }
  .tbx-padding-22 {
    padding: 22px;
  }
  .tbx-padding-23 {
    padding: 23px;
  }
  .tbx-padding-24 {
    padding: 24px;
  }
  .tbx-padding-25 {
    padding: 25px;
  }
  .tbx-padding-26 {
    padding: 26px;
  }
  .tbx-padding-27 {
    padding: 27px;
  }
  .tbx-padding-28 {
    padding: 28px;
  }
  .tbx-padding-29 {
    padding: 29px;
  }
  .tbx-padding-30 {
    padding: 30px;
  }
  .tbx-padding-31 {
    padding: 31px;
  }
  .tbx-padding-32 {
    padding: 32px;
  }
  .tbx-padding-33 {
    padding: 33px;
  }
  .tbx-padding-34 {
    padding: 34px;
  }
  .tbx-padding-35 {
    padding: 35px;
  }
  .tbx-padding-36 {
    padding: 36px;
  }
  .tbx-padding-37 {
    padding: 37px;
  }
  .tbx-padding-38 {
    padding: 38px;
  }
  .tbx-padding-39 {
    padding: 39px;
  }
  .tbx-padding-40 {
    padding: 40px;
  }
  .tbx-padding-41 {
    padding: 41px;
  }
  .tbx-padding-42 {
    padding: 42px;
  }
  .tbx-padding-43 {
    padding: 43px;
  }
  .tbx-padding-44 {
    padding: 44px;
  }
  .tbx-padding-45 {
    padding: 45px;
  }
  .tbx-padding-46 {
    padding: 46px;
  }
  .tbx-padding-47 {
    padding: 47px;
  }
  .tbx-padding-48 {
    padding: 48px;
  }
  .tbx-padding-49 {
    padding: 49px;
  }
  .tbx-padding-50 {
    padding: 50px;
  }
  .tbx-padding-51 {
    padding: 51px;
  }
  .tbx-padding-52 {
    padding: 52px;
  }
  .tbx-padding-53 {
    padding: 53px;
  }
  .tbx-padding-54 {
    padding: 54px;
  }
  .tbx-padding-55 {
    padding: 55px;
  }
  .tbx-padding-56 {
    padding: 56px;
  }
  .tbx-padding-57 {
    padding: 57px;
  }
  .tbx-padding-58 {
    padding: 58px;
  }
  .tbx-padding-59 {
    padding: 59px;
  }
  .tbx-padding-60 {
    padding: 60px;
  }
  .tbx-padding-61 {
    padding: 61px;
  }
  .tbx-padding-62 {
    padding: 62px;
  }
  .tbx-padding-63 {
    padding: 63px;
  }
  .tbx-padding-64 {
    padding: 64px;
  }
  .tbx-padding-65 {
    padding: 65px;
  }
  .tbx-padding-66 {
    padding: 66px;
  }
  .tbx-padding-67 {
    padding: 67px;
  }
  .tbx-padding-68 {
    padding: 68px;
  }
  .tbx-padding-69 {
    padding: 69px;
  }
  .tbx-padding-70 {
    padding: 70px;
  }
  .tbx-padding-71 {
    padding: 71px;
  }
  .tbx-padding-72 {
    padding: 72px;
  }
  .tbx-padding-73 {
    padding: 73px;
  }
  .tbx-padding-74 {
    padding: 74px;
  }
  .tbx-padding-75 {
    padding: 75px;
  }
  .tbx-padding-76 {
    padding: 76px;
  }
  .tbx-padding-77 {
    padding: 77px;
  }
  .tbx-padding-78 {
    padding: 78px;
  }
  .tbx-padding-79 {
    padding: 79px;
  }
  .tbx-padding-80 {
    padding: 80px;
  }
  .tbx-padding-81 {
    padding: 81px;
  }
  .tbx-padding-82 {
    padding: 82px;
  }
  .tbx-padding-83 {
    padding: 83px;
  }
  .tbx-padding-84 {
    padding: 84px;
  }
  .tbx-padding-85 {
    padding: 85px;
  }
  .tbx-padding-86 {
    padding: 86px;
  }
  .tbx-padding-87 {
    padding: 87px;
  }
  .tbx-padding-88 {
    padding: 88px;
  }
  .tbx-padding-89 {
    padding: 89px;
  }
  .tbx-padding-90 {
    padding: 90px;
  }
  .tbx-padding-91 {
    padding: 91px;
  }
  .tbx-padding-92 {
    padding: 92px;
  }
  .tbx-padding-93 {
    padding: 93px;
  }
  .tbx-padding-94 {
    padding: 94px;
  }
  .tbx-padding-95 {
    padding: 95px;
  }
  .tbx-padding-96 {
    padding: 96px;
  }
  .tbx-padding-97 {
    padding: 97px;
  }
  .tbx-padding-98 {
    padding: 98px;
  }
  .tbx-padding-99 {
    padding: 99px;
  }
  .tbx-padding-100 {
    padding: 100px;
  }
  .tbx-padding-top-bottom-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tbx-padding-top-bottom-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tbx-padding-top-bottom-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tbx-padding-top-bottom-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .tbx-padding-top-bottom-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .tbx-padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tbx-padding-top-bottom-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tbx-padding-top-bottom-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .tbx-padding-top-bottom-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tbx-padding-top-bottom-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tbx-padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tbx-padding-top-bottom-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .tbx-padding-top-bottom-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tbx-padding-top-bottom-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tbx-padding-top-bottom-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .tbx-padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tbx-padding-top-bottom-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tbx-padding-top-bottom-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tbx-padding-top-bottom-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .tbx-padding-top-bottom-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .tbx-padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tbx-padding-top-bottom-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .tbx-padding-top-bottom-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .tbx-padding-top-bottom-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .tbx-padding-top-bottom-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tbx-padding-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tbx-padding-top-bottom-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .tbx-padding-top-bottom-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .tbx-padding-top-bottom-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .tbx-padding-top-bottom-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .tbx-padding-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tbx-padding-top-bottom-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .tbx-padding-top-bottom-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .tbx-padding-top-bottom-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .tbx-padding-top-bottom-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .tbx-padding-top-bottom-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tbx-padding-top-bottom-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .tbx-padding-top-bottom-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .tbx-padding-top-bottom-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .tbx-padding-top-bottom-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .tbx-padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tbx-padding-top-bottom-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .tbx-padding-top-bottom-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .tbx-padding-top-bottom-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .tbx-padding-top-bottom-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .tbx-padding-top-bottom-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tbx-padding-top-bottom-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .tbx-padding-top-bottom-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .tbx-padding-top-bottom-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .tbx-padding-top-bottom-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .tbx-padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tbx-padding-top-bottom-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .tbx-padding-top-bottom-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .tbx-padding-top-bottom-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .tbx-padding-top-bottom-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .tbx-padding-top-bottom-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .tbx-padding-top-bottom-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tbx-padding-top-bottom-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .tbx-padding-top-bottom-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .tbx-padding-top-bottom-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .tbx-padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tbx-padding-top-bottom-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .tbx-padding-top-bottom-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .tbx-padding-top-bottom-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .tbx-padding-top-bottom-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .tbx-padding-top-bottom-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .tbx-padding-top-bottom-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .tbx-padding-top-bottom-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .tbx-padding-top-bottom-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .tbx-padding-top-bottom-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .tbx-padding-top-bottom-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tbx-padding-top-bottom-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .tbx-padding-top-bottom-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .tbx-padding-top-bottom-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .tbx-padding-top-bottom-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .tbx-padding-top-bottom-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .tbx-padding-top-bottom-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .tbx-padding-top-bottom-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .tbx-padding-top-bottom-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .tbx-padding-top-bottom-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .tbx-padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tbx-padding-top-bottom-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .tbx-padding-top-bottom-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .tbx-padding-top-bottom-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .tbx-padding-top-bottom-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .tbx-padding-top-bottom-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tbx-padding-top-bottom-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .tbx-padding-top-bottom-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .tbx-padding-top-bottom-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .tbx-padding-top-bottom-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .tbx-padding-top-bottom-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tbx-padding-top-bottom-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .tbx-padding-top-bottom-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .tbx-padding-top-bottom-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .tbx-padding-top-bottom-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .tbx-padding-top-bottom-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .tbx-padding-top-bottom-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .tbx-padding-top-bottom-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .tbx-padding-top-bottom-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .tbx-padding-top-bottom-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .tbx-padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tbx-padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tbx-padding-left-right-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tbx-padding-left-right-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .tbx-padding-left-right-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .tbx-padding-left-right-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .tbx-padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tbx-padding-left-right-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .tbx-padding-left-right-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .tbx-padding-left-right-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tbx-padding-left-right-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .tbx-padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tbx-padding-left-right-11 {
    padding-left: 11px;
    padding-right: 11px;
  }
  .tbx-padding-left-right-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .tbx-padding-left-right-13 {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tbx-padding-left-right-14 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tbx-padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tbx-padding-left-right-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tbx-padding-left-right-17 {
    padding-left: 17px;
    padding-right: 17px;
  }
  .tbx-padding-left-right-18 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tbx-padding-left-right-19 {
    padding-left: 19px;
    padding-right: 19px;
  }
  .tbx-padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tbx-padding-left-right-21 {
    padding-left: 21px;
    padding-right: 21px;
  }
  .tbx-padding-left-right-22 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .tbx-padding-left-right-23 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .tbx-padding-left-right-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tbx-padding-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tbx-padding-left-right-26 {
    padding-left: 26px;
    padding-right: 26px;
  }
  .tbx-padding-left-right-27 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .tbx-padding-left-right-28 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .tbx-padding-left-right-29 {
    padding-left: 29px;
    padding-right: 29px;
  }
  .tbx-padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tbx-padding-left-right-31 {
    padding-left: 31px;
    padding-right: 31px;
  }
  .tbx-padding-left-right-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tbx-padding-left-right-33 {
    padding-left: 33px;
    padding-right: 33px;
  }
  .tbx-padding-left-right-34 {
    padding-left: 34px;
    padding-right: 34px;
  }
  .tbx-padding-left-right-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tbx-padding-left-right-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tbx-padding-left-right-37 {
    padding-left: 37px;
    padding-right: 37px;
  }
  .tbx-padding-left-right-38 {
    padding-left: 38px;
    padding-right: 38px;
  }
  .tbx-padding-left-right-39 {
    padding-left: 39px;
    padding-right: 39px;
  }
  .tbx-padding-left-right-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tbx-padding-left-right-41 {
    padding-left: 41px;
    padding-right: 41px;
  }
  .tbx-padding-left-right-42 {
    padding-left: 42px;
    padding-right: 42px;
  }
  .tbx-padding-left-right-43 {
    padding-left: 43px;
    padding-right: 43px;
  }
  .tbx-padding-left-right-44 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .tbx-padding-left-right-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .tbx-padding-left-right-46 {
    padding-left: 46px;
    padding-right: 46px;
  }
  .tbx-padding-left-right-47 {
    padding-left: 47px;
    padding-right: 47px;
  }
  .tbx-padding-left-right-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .tbx-padding-left-right-49 {
    padding-left: 49px;
    padding-right: 49px;
  }
  .tbx-padding-left-right-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tbx-padding-left-right-51 {
    padding-left: 51px;
    padding-right: 51px;
  }
  .tbx-padding-left-right-52 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .tbx-padding-left-right-53 {
    padding-left: 53px;
    padding-right: 53px;
  }
  .tbx-padding-left-right-54 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .tbx-padding-left-right-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .tbx-padding-left-right-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .tbx-padding-left-right-57 {
    padding-left: 57px;
    padding-right: 57px;
  }
  .tbx-padding-left-right-58 {
    padding-left: 58px;
    padding-right: 58px;
  }
  .tbx-padding-left-right-59 {
    padding-left: 59px;
    padding-right: 59px;
  }
  .tbx-padding-left-right-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tbx-padding-left-right-61 {
    padding-left: 61px;
    padding-right: 61px;
  }
  .tbx-padding-left-right-62 {
    padding-left: 62px;
    padding-right: 62px;
  }
  .tbx-padding-left-right-63 {
    padding-left: 63px;
    padding-right: 63px;
  }
  .tbx-padding-left-right-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .tbx-padding-left-right-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .tbx-padding-left-right-66 {
    padding-left: 66px;
    padding-right: 66px;
  }
  .tbx-padding-left-right-67 {
    padding-left: 67px;
    padding-right: 67px;
  }
  .tbx-padding-left-right-68 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .tbx-padding-left-right-69 {
    padding-left: 69px;
    padding-right: 69px;
  }
  .tbx-padding-left-right-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .tbx-padding-left-right-71 {
    padding-left: 71px;
    padding-right: 71px;
  }
  .tbx-padding-left-right-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .tbx-padding-left-right-73 {
    padding-left: 73px;
    padding-right: 73px;
  }
  .tbx-padding-left-right-74 {
    padding-left: 74px;
    padding-right: 74px;
  }
  .tbx-padding-left-right-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .tbx-padding-left-right-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .tbx-padding-left-right-77 {
    padding-left: 77px;
    padding-right: 77px;
  }
  .tbx-padding-left-right-78 {
    padding-left: 78px;
    padding-right: 78px;
  }
  .tbx-padding-left-right-79 {
    padding-left: 79px;
    padding-right: 79px;
  }
  .tbx-padding-left-right-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .tbx-padding-left-right-81 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .tbx-padding-left-right-82 {
    padding-left: 82px;
    padding-right: 82px;
  }
  .tbx-padding-left-right-83 {
    padding-left: 83px;
    padding-right: 83px;
  }
  .tbx-padding-left-right-84 {
    padding-left: 84px;
    padding-right: 84px;
  }
  .tbx-padding-left-right-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .tbx-padding-left-right-86 {
    padding-left: 86px;
    padding-right: 86px;
  }
  .tbx-padding-left-right-87 {
    padding-left: 87px;
    padding-right: 87px;
  }
  .tbx-padding-left-right-88 {
    padding-left: 88px;
    padding-right: 88px;
  }
  .tbx-padding-left-right-89 {
    padding-left: 89px;
    padding-right: 89px;
  }
  .tbx-padding-left-right-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .tbx-padding-left-right-91 {
    padding-left: 91px;
    padding-right: 91px;
  }
  .tbx-padding-left-right-92 {
    padding-left: 92px;
    padding-right: 92px;
  }
  .tbx-padding-left-right-93 {
    padding-left: 93px;
    padding-right: 93px;
  }
  .tbx-padding-left-right-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .tbx-padding-left-right-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .tbx-padding-left-right-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .tbx-padding-left-right-97 {
    padding-left: 97px;
    padding-right: 97px;
  }
  .tbx-padding-left-right-98 {
    padding-left: 98px;
    padding-right: 98px;
  }
  .tbx-padding-left-right-99 {
    padding-left: 99px;
    padding-right: 99px;
  }
  .tbx-padding-left-right-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .tbx-padding-left-0 {
    padding-left: 0px;
  }
  .tbx-padding-left-1 {
    padding-left: 1px;
  }
  .tbx-padding-left-2 {
    padding-left: 2px;
  }
  .tbx-padding-left-3 {
    padding-left: 3px;
  }
  .tbx-padding-left-4 {
    padding-left: 4px;
  }
  .tbx-padding-left-5 {
    padding-left: 5px;
  }
  .tbx-padding-left-6 {
    padding-left: 6px;
  }
  .tbx-padding-left-7 {
    padding-left: 7px;
  }
  .tbx-padding-left-8 {
    padding-left: 8px;
  }
  .tbx-padding-left-9 {
    padding-left: 9px;
  }
  .tbx-padding-left-10 {
    padding-left: 10px;
  }
  .tbx-padding-left-11 {
    padding-left: 11px;
  }
  .tbx-padding-left-12 {
    padding-left: 12px;
  }
  .tbx-padding-left-13 {
    padding-left: 13px;
  }
  .tbx-padding-left-14 {
    padding-left: 14px;
  }
  .tbx-padding-left-15 {
    padding-left: 15px;
  }
  .tbx-padding-left-16 {
    padding-left: 16px;
  }
  .tbx-padding-left-17 {
    padding-left: 17px;
  }
  .tbx-padding-left-18 {
    padding-left: 18px;
  }
  .tbx-padding-left-19 {
    padding-left: 19px;
  }
  .tbx-padding-left-20 {
    padding-left: 20px;
  }
  .tbx-padding-left-21 {
    padding-left: 21px;
  }
  .tbx-padding-left-22 {
    padding-left: 22px;
  }
  .tbx-padding-left-23 {
    padding-left: 23px;
  }
  .tbx-padding-left-24 {
    padding-left: 24px;
  }
  .tbx-padding-left-25 {
    padding-left: 25px;
  }
  .tbx-padding-left-26 {
    padding-left: 26px;
  }
  .tbx-padding-left-27 {
    padding-left: 27px;
  }
  .tbx-padding-left-28 {
    padding-left: 28px;
  }
  .tbx-padding-left-29 {
    padding-left: 29px;
  }
  .tbx-padding-left-30 {
    padding-left: 30px;
  }
  .tbx-padding-left-31 {
    padding-left: 31px;
  }
  .tbx-padding-left-32 {
    padding-left: 32px;
  }
  .tbx-padding-left-33 {
    padding-left: 33px;
  }
  .tbx-padding-left-34 {
    padding-left: 34px;
  }
  .tbx-padding-left-35 {
    padding-left: 35px;
  }
  .tbx-padding-left-36 {
    padding-left: 36px;
  }
  .tbx-padding-left-37 {
    padding-left: 37px;
  }
  .tbx-padding-left-38 {
    padding-left: 38px;
  }
  .tbx-padding-left-39 {
    padding-left: 39px;
  }
  .tbx-padding-left-40 {
    padding-left: 40px;
  }
  .tbx-padding-left-41 {
    padding-left: 41px;
  }
  .tbx-padding-left-42 {
    padding-left: 42px;
  }
  .tbx-padding-left-43 {
    padding-left: 43px;
  }
  .tbx-padding-left-44 {
    padding-left: 44px;
  }
  .tbx-padding-left-45 {
    padding-left: 45px;
  }
  .tbx-padding-left-46 {
    padding-left: 46px;
  }
  .tbx-padding-left-47 {
    padding-left: 47px;
  }
  .tbx-padding-left-48 {
    padding-left: 48px;
  }
  .tbx-padding-left-49 {
    padding-left: 49px;
  }
  .tbx-padding-left-50 {
    padding-left: 50px;
  }
  .tbx-padding-left-51 {
    padding-left: 51px;
  }
  .tbx-padding-left-52 {
    padding-left: 52px;
  }
  .tbx-padding-left-53 {
    padding-left: 53px;
  }
  .tbx-padding-left-54 {
    padding-left: 54px;
  }
  .tbx-padding-left-55 {
    padding-left: 55px;
  }
  .tbx-padding-left-56 {
    padding-left: 56px;
  }
  .tbx-padding-left-57 {
    padding-left: 57px;
  }
  .tbx-padding-left-58 {
    padding-left: 58px;
  }
  .tbx-padding-left-59 {
    padding-left: 59px;
  }
  .tbx-padding-left-60 {
    padding-left: 60px;
  }
  .tbx-padding-left-61 {
    padding-left: 61px;
  }
  .tbx-padding-left-62 {
    padding-left: 62px;
  }
  .tbx-padding-left-63 {
    padding-left: 63px;
  }
  .tbx-padding-left-64 {
    padding-left: 64px;
  }
  .tbx-padding-left-65 {
    padding-left: 65px;
  }
  .tbx-padding-left-66 {
    padding-left: 66px;
  }
  .tbx-padding-left-67 {
    padding-left: 67px;
  }
  .tbx-padding-left-68 {
    padding-left: 68px;
  }
  .tbx-padding-left-69 {
    padding-left: 69px;
  }
  .tbx-padding-left-70 {
    padding-left: 70px;
  }
  .tbx-padding-left-71 {
    padding-left: 71px;
  }
  .tbx-padding-left-72 {
    padding-left: 72px;
  }
  .tbx-padding-left-73 {
    padding-left: 73px;
  }
  .tbx-padding-left-74 {
    padding-left: 74px;
  }
  .tbx-padding-left-75 {
    padding-left: 75px;
  }
  .tbx-padding-left-76 {
    padding-left: 76px;
  }
  .tbx-padding-left-77 {
    padding-left: 77px;
  }
  .tbx-padding-left-78 {
    padding-left: 78px;
  }
  .tbx-padding-left-79 {
    padding-left: 79px;
  }
  .tbx-padding-left-80 {
    padding-left: 80px;
  }
  .tbx-padding-left-81 {
    padding-left: 81px;
  }
  .tbx-padding-left-82 {
    padding-left: 82px;
  }
  .tbx-padding-left-83 {
    padding-left: 83px;
  }
  .tbx-padding-left-84 {
    padding-left: 84px;
  }
  .tbx-padding-left-85 {
    padding-left: 85px;
  }
  .tbx-padding-left-86 {
    padding-left: 86px;
  }
  .tbx-padding-left-87 {
    padding-left: 87px;
  }
  .tbx-padding-left-88 {
    padding-left: 88px;
  }
  .tbx-padding-left-89 {
    padding-left: 89px;
  }
  .tbx-padding-left-90 {
    padding-left: 90px;
  }
  .tbx-padding-left-91 {
    padding-left: 91px;
  }
  .tbx-padding-left-92 {
    padding-left: 92px;
  }
  .tbx-padding-left-93 {
    padding-left: 93px;
  }
  .tbx-padding-left-94 {
    padding-left: 94px;
  }
  .tbx-padding-left-95 {
    padding-left: 95px;
  }
  .tbx-padding-left-96 {
    padding-left: 96px;
  }
  .tbx-padding-left-97 {
    padding-left: 97px;
  }
  .tbx-padding-left-98 {
    padding-left: 98px;
  }
  .tbx-padding-left-99 {
    padding-left: 99px;
  }
  .tbx-padding-left-100 {
    padding-left: 100px;
  }
  .tbx-padding-right-0 {
    padding-right: 0px;
  }
  .tbx-padding-right-1 {
    padding-right: 1px;
  }
  .tbx-padding-right-2 {
    padding-right: 2px;
  }
  .tbx-padding-right-3 {
    padding-right: 3px;
  }
  .tbx-padding-right-4 {
    padding-right: 4px;
  }
  .tbx-padding-right-5 {
    padding-right: 5px;
  }
  .tbx-padding-right-6 {
    padding-right: 6px;
  }
  .tbx-padding-right-7 {
    padding-right: 7px;
  }
  .tbx-padding-right-8 {
    padding-right: 8px;
  }
  .tbx-padding-right-9 {
    padding-right: 9px;
  }
  .tbx-padding-right-10 {
    padding-right: 10px;
  }
  .tbx-padding-right-11 {
    padding-right: 11px;
  }
  .tbx-padding-right-12 {
    padding-right: 12px;
  }
  .tbx-padding-right-13 {
    padding-right: 13px;
  }
  .tbx-padding-right-14 {
    padding-right: 14px;
  }
  .tbx-padding-right-15 {
    padding-right: 15px;
  }
  .tbx-padding-right-16 {
    padding-right: 16px;
  }
  .tbx-padding-right-17 {
    padding-right: 17px;
  }
  .tbx-padding-right-18 {
    padding-right: 18px;
  }
  .tbx-padding-right-19 {
    padding-right: 19px;
  }
  .tbx-padding-right-20 {
    padding-right: 20px;
  }
  .tbx-padding-right-21 {
    padding-right: 21px;
  }
  .tbx-padding-right-22 {
    padding-right: 22px;
  }
  .tbx-padding-right-23 {
    padding-right: 23px;
  }
  .tbx-padding-right-24 {
    padding-right: 24px;
  }
  .tbx-padding-right-25 {
    padding-right: 25px;
  }
  .tbx-padding-right-26 {
    padding-right: 26px;
  }
  .tbx-padding-right-27 {
    padding-right: 27px;
  }
  .tbx-padding-right-28 {
    padding-right: 28px;
  }
  .tbx-padding-right-29 {
    padding-right: 29px;
  }
  .tbx-padding-right-30 {
    padding-right: 30px;
  }
  .tbx-padding-right-31 {
    padding-right: 31px;
  }
  .tbx-padding-right-32 {
    padding-right: 32px;
  }
  .tbx-padding-right-33 {
    padding-right: 33px;
  }
  .tbx-padding-right-34 {
    padding-right: 34px;
  }
  .tbx-padding-right-35 {
    padding-right: 35px;
  }
  .tbx-padding-right-36 {
    padding-right: 36px;
  }
  .tbx-padding-right-37 {
    padding-right: 37px;
  }
  .tbx-padding-right-38 {
    padding-right: 38px;
  }
  .tbx-padding-right-39 {
    padding-right: 39px;
  }
  .tbx-padding-right-40 {
    padding-right: 40px;
  }
  .tbx-padding-right-41 {
    padding-right: 41px;
  }
  .tbx-padding-right-42 {
    padding-right: 42px;
  }
  .tbx-padding-right-43 {
    padding-right: 43px;
  }
  .tbx-padding-right-44 {
    padding-right: 44px;
  }
  .tbx-padding-right-45 {
    padding-right: 45px;
  }
  .tbx-padding-right-46 {
    padding-right: 46px;
  }
  .tbx-padding-right-47 {
    padding-right: 47px;
  }
  .tbx-padding-right-48 {
    padding-right: 48px;
  }
  .tbx-padding-right-49 {
    padding-right: 49px;
  }
  .tbx-padding-right-50 {
    padding-right: 50px;
  }
  .tbx-padding-right-51 {
    padding-right: 51px;
  }
  .tbx-padding-right-52 {
    padding-right: 52px;
  }
  .tbx-padding-right-53 {
    padding-right: 53px;
  }
  .tbx-padding-right-54 {
    padding-right: 54px;
  }
  .tbx-padding-right-55 {
    padding-right: 55px;
  }
  .tbx-padding-right-56 {
    padding-right: 56px;
  }
  .tbx-padding-right-57 {
    padding-right: 57px;
  }
  .tbx-padding-right-58 {
    padding-right: 58px;
  }
  .tbx-padding-right-59 {
    padding-right: 59px;
  }
  .tbx-padding-right-60 {
    padding-right: 60px;
  }
  .tbx-padding-right-61 {
    padding-right: 61px;
  }
  .tbx-padding-right-62 {
    padding-right: 62px;
  }
  .tbx-padding-right-63 {
    padding-right: 63px;
  }
  .tbx-padding-right-64 {
    padding-right: 64px;
  }
  .tbx-padding-right-65 {
    padding-right: 65px;
  }
  .tbx-padding-right-66 {
    padding-right: 66px;
  }
  .tbx-padding-right-67 {
    padding-right: 67px;
  }
  .tbx-padding-right-68 {
    padding-right: 68px;
  }
  .tbx-padding-right-69 {
    padding-right: 69px;
  }
  .tbx-padding-right-70 {
    padding-right: 70px;
  }
  .tbx-padding-right-71 {
    padding-right: 71px;
  }
  .tbx-padding-right-72 {
    padding-right: 72px;
  }
  .tbx-padding-right-73 {
    padding-right: 73px;
  }
  .tbx-padding-right-74 {
    padding-right: 74px;
  }
  .tbx-padding-right-75 {
    padding-right: 75px;
  }
  .tbx-padding-right-76 {
    padding-right: 76px;
  }
  .tbx-padding-right-77 {
    padding-right: 77px;
  }
  .tbx-padding-right-78 {
    padding-right: 78px;
  }
  .tbx-padding-right-79 {
    padding-right: 79px;
  }
  .tbx-padding-right-80 {
    padding-right: 80px;
  }
  .tbx-padding-right-81 {
    padding-right: 81px;
  }
  .tbx-padding-right-82 {
    padding-right: 82px;
  }
  .tbx-padding-right-83 {
    padding-right: 83px;
  }
  .tbx-padding-right-84 {
    padding-right: 84px;
  }
  .tbx-padding-right-85 {
    padding-right: 85px;
  }
  .tbx-padding-right-86 {
    padding-right: 86px;
  }
  .tbx-padding-right-87 {
    padding-right: 87px;
  }
  .tbx-padding-right-88 {
    padding-right: 88px;
  }
  .tbx-padding-right-89 {
    padding-right: 89px;
  }
  .tbx-padding-right-90 {
    padding-right: 90px;
  }
  .tbx-padding-right-91 {
    padding-right: 91px;
  }
  .tbx-padding-right-92 {
    padding-right: 92px;
  }
  .tbx-padding-right-93 {
    padding-right: 93px;
  }
  .tbx-padding-right-94 {
    padding-right: 94px;
  }
  .tbx-padding-right-95 {
    padding-right: 95px;
  }
  .tbx-padding-right-96 {
    padding-right: 96px;
  }
  .tbx-padding-right-97 {
    padding-right: 97px;
  }
  .tbx-padding-right-98 {
    padding-right: 98px;
  }
  .tbx-padding-right-99 {
    padding-right: 99px;
  }
  .tbx-padding-right-100 {
    padding-right: 100px;
  }
  .tbx-padding-top-0 {
    padding-top: 0px;
  }
  .tbx-padding-top-5 {
    padding-top: 5px;
  }
  .tbx-padding-top-10 {
    padding-top: 10px;
  }
  .tbx-padding-top-15 {
    padding-top: 15px;
  }
  .tbx-padding-top-20 {
    padding-top: 20px;
  }
  .tbx-padding-top-25 {
    padding-top: 25px;
  }
  .tbx-padding-top-30 {
    padding-top: 30px;
  }
  .tbx-padding-top-35 {
    padding-top: 35px;
  }
  .tbx-padding-top-40 {
    padding-top: 40px;
  }
  .tbx-padding-top-45 {
    padding-top: 45px;
  }
  .tbx-padding-top-50 {
    padding-top: 50px;
  }
  .tbx-padding-top-55 {
    padding-top: 55px;
  }
  .tbx-padding-top-60 {
    padding-top: 60px;
  }
  .tbx-padding-top-65 {
    padding-top: 65px;
  }
  .tbx-padding-top-70 {
    padding-top: 70px;
  }
  .tbx-padding-top-75 {
    padding-top: 75px;
  }
  .tbx-padding-top-80 {
    padding-top: 80px;
  }
  .tbx-padding-top-85 {
    padding-top: 85px;
  }
  .tbx-padding-top-90 {
    padding-top: 90px;
  }
  .tbx-padding-top-95 {
    padding-top: 95px;
  }
  .tbx-padding-top-100 {
    padding-top: 100px;
  }
  .tbx-padding-top-0 {
    padding-top: 0px;
  }
  .tbx-padding-top-1 {
    padding-top: 1px;
  }
  .tbx-padding-top-2 {
    padding-top: 2px;
  }
  .tbx-padding-top-3 {
    padding-top: 3px;
  }
  .tbx-padding-top-4 {
    padding-top: 4px;
  }
  .tbx-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .tbx-padding-bottom-1 {
    padding-bottom: 1px;
  }
  .tbx-padding-bottom-2 {
    padding-bottom: 2px;
  }
  .tbx-padding-bottom-3 {
    padding-bottom: 3px;
  }
  .tbx-padding-bottom-4 {
    padding-bottom: 4px;
  }
  .tbx-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .tbx-padding-bottom-5 {
    padding-bottom: 5px;
  }
  .tbx-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .tbx-padding-bottom-15 {
    padding-bottom: 15px;
  }
  .tbx-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .tbx-padding-bottom-25 {
    padding-bottom: 25px;
  }
  .tbx-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .tbx-padding-bottom-35 {
    padding-bottom: 35px;
  }
  .tbx-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .tbx-padding-bottom-45 {
    padding-bottom: 45px;
  }
  .tbx-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .tbx-padding-bottom-55 {
    padding-bottom: 55px;
  }
  .tbx-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .tbx-padding-bottom-65 {
    padding-bottom: 65px;
  }
  .tbx-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .tbx-padding-bottom-75 {
    padding-bottom: 75px;
  }
  .tbx-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .tbx-padding-bottom-85 {
    padding-bottom: 85px;
  }
  .tbx-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .tbx-padding-bottom-95 {
    padding-bottom: 95px;
  }
  .tbx-padding-bottom-100 {
    padding-bottom: 100px;
  }
  /*Margins*/
  .tbx-margin-0 {
    margin: 0px;
  }
  .tbx-margin-5 {
    margin: 5px;
  }
  .tbx-margin-10 {
    margin: 10px;
  }
  .tbx-margin-15 {
    margin: 15px;
  }
  .tbx-margin-20 {
    margin: 20px;
  }
  .tbx-margin-25 {
    margin: 25px;
  }
  .tbx-margin-30 {
    margin: 30px;
  }
  .tbx-margin-35 {
    margin: 35px;
  }
  .tbx-margin-40 {
    margin: 40px;
  }
  .tbx-margin-45 {
    margin: 45px;
  }
  .tbx-margin-50 {
    margin: 50px;
  }
  .tbx-margin-55 {
    margin: 55px;
  }
  .tbx-margin-60 {
    margin: 60px;
  }
  .tbx-margin-65 {
    margin: 65px;
  }
  .tbx-margin-70 {
    margin: 70px;
  }
  .tbx-margin-75 {
    margin: 75px;
  }
  .tbx-margin-80 {
    margin: 80px;
  }
  .tbx-margin-85 {
    margin: 85px;
  }
  .tbx-margin-90 {
    margin: 90px;
  }
  .tbx-margin-95 {
    margin: 95px;
  }
  .tbx-margin-100 {
    margin: 100px;
  }
  .tbx-margin-left-right-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tbx-margin-left-right-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .tbx-margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tbx-margin-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tbx-margin-left-right-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tbx-margin-left-right-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .tbx-margin-left-right-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .tbx-margin-left-right-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .tbx-margin-left-right-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .tbx-margin-left-right-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .tbx-margin-left-right-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .tbx-margin-left-right-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .tbx-margin-left-right-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tbx-margin-left-right-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .tbx-margin-left-right-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .tbx-margin-left-right-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .tbx-margin-left-right-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .tbx-margin-left-right-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .tbx-margin-left-right-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .tbx-margin-left-right-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .tbx-margin-left-right-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .tbx-margin-left-0 {
    margin-left: 0px;
  }
  .tbx-margin-left-5 {
    margin-left: 5px;
  }
  .tbx-margin-left-10 {
    margin-left: 10px;
  }
  .tbx-margin-left-15 {
    margin-left: 15px;
  }
  .tbx-margin-left-20 {
    margin-left: 20px;
  }
  .tbx-margin-left-25 {
    margin-left: 25px;
  }
  .tbx-margin-left-30 {
    margin-left: 30px;
  }
  .tbx-margin-left-35 {
    margin-left: 35px;
  }
  .tbx-margin-left-40 {
    margin-left: 40px;
  }
  .tbx-margin-left-45 {
    margin-left: 45px;
  }
  .tbx-margin-left-50 {
    margin-left: 50px;
  }
  .tbx-margin-left-55 {
    margin-left: 55px;
  }
  .tbx-margin-left-60 {
    margin-left: 60px;
  }
  .tbx-margin-left-65 {
    margin-left: 65px;
  }
  .tbx-margin-left-70 {
    margin-left: 70px;
  }
  .tbx-margin-left-75 {
    margin-left: 75px;
  }
  .tbx-margin-left-80 {
    margin-left: 80px;
  }
  .tbx-margin-left-85 {
    margin-left: 85px;
  }
  .tbx-margin-left-90 {
    margin-left: 90px;
  }
  .tbx-margin-left-95 {
    margin-left: 95px;
  }
  .tbx-margin-left-100 {
    margin-left: 100px;
  }
  .tbx-margin-right-0 {
    margin-right: 0px;
  }
  .tbx-margin-right-5 {
    margin-right: 5px;
  }
  .tbx-margin-right-10 {
    margin-right: 10px;
  }
  .tbx-margin-right-15 {
    margin-right: 15px;
  }
  .tbx-margin-right-20 {
    margin-right: 20px;
  }
  .tbx-margin-right-25 {
    margin-right: 25px;
  }
  .tbx-margin-right-30 {
    margin-right: 30px;
  }
  .tbx-margin-right-35 {
    margin-right: 35px;
  }
  .tbx-margin-right-40 {
    margin-right: 40px;
  }
  .tbx-margin-right-45 {
    margin-right: 45px;
  }
  .tbx-margin-right-50 {
    margin-right: 50px;
  }
  .tbx-margin-right-55 {
    margin-right: 55px;
  }
  .tbx-margin-right-60 {
    margin-right: 60px;
  }
  .tbx-margin-right-65 {
    margin-right: 65px;
  }
  .tbx-margin-right-70 {
    margin-right: 70px;
  }
  .tbx-margin-right-75 {
    margin-right: 75px;
  }
  .tbx-margin-right-80 {
    margin-right: 80px;
  }
  .tbx-margin-right-85 {
    margin-right: 85px;
  }
  .tbx-margin-right-90 {
    margin-right: 90px;
  }
  .tbx-margin-right-95 {
    margin-right: 95px;
  }
  .tbx-margin-right-100 {
    margin-right: 100px;
  }
  .tbx-margin-top-0 {
    margin-top: 0px;
  }
  .tbx-margin-top-5 {
    margin-top: 5px;
  }
  .tbx-margin-top-10 {
    margin-top: 10px;
  }
  .tbx-margin-top-15 {
    margin-top: 15px;
  }
  .tbx-margin-top-20 {
    margin-top: 20px;
  }
  .tbx-margin-top-25 {
    margin-top: 25px;
  }
  .tbx-margin-top-30 {
    margin-top: 30px;
  }
  .tbx-margin-top-35 {
    margin-top: 35px;
  }
  .tbx-margin-top-40 {
    margin-top: 40px;
  }
  .tbx-margin-top-45 {
    margin-top: 45px;
  }
  .tbx-margin-top-50 {
    margin-top: 50px;
  }
  .tbx-margin-top-55 {
    margin-top: 55px;
  }
  .tbx-margin-top-60 {
    margin-top: 60px;
  }
  .tbx-margin-top-65 {
    margin-top: 65px;
  }
  .tbx-margin-top-70 {
    margin-top: 70px;
  }
  .tbx-margin-top-75 {
    margin-top: 75px;
  }
  .tbx-margin-top-80 {
    margin-top: 80px;
  }
  .tbx-margin-top-85 {
    margin-top: 85px;
  }
  .tbx-margin-top-90 {
    margin-top: 90px;
  }
  .tbx-margin-top-95 {
    margin-top: 95px;
  }
  .tbx-margin-top-100 {
    margin-top: 100px;
  }
  .tbx-margin-top-105 {
    margin-top: 105px;
  }
  .tbx-margin-top-110 {
    margin-top: 110px;
  }
  .tbx-margin-top-115 {
    margin-top: 115px;
  }
  .tbx-margin-top-120 {
    margin-top: 120px;
  }
  .tbx-margin-top-125 {
    margin-top: 125px;
  }
  .tbx-margin-top-130 {
    margin-top: 130px;
  }
  .tbx-margin-top-135 {
    margin-top: 135px;
  }
  .tbx-margin-top-140 {
    margin-top: 140px;
  }
  .tbx-margin-top-145 {
    margin-top: 145px;
  }
  .tbx-margin-top-150 {
    margin-top: 150px;
  }
  .tbx-margin-top-155 {
    margin-top: 155px;
  }
  .tbx-margin-top-160 {
    margin-top: 160px;
  }
  .tbx-margin-top-165 {
    margin-top: 165px;
  }
  .tbx-margin-top-170 {
    margin-top: 170px;
  }
  .tbx-margin-top-175 {
    margin-top: 175px;
  }
  .tbx-margin-top-180 {
    margin-top: 180px;
  }
  .tbx-margin-top-185 {
    margin-top: 185px;
  }
  .tbx-margin-top-190 {
    margin-top: 190px;
  }
  .tbx-margin-top-195 {
    margin-top: 195px;
  }
  .tbx-margin-top-200 {
    margin-top: 200px;
  }
  .tbx-margin-top-205 {
    margin-top: 205px;
  }
  .tbx-margin-top-210 {
    margin-top: 210px;
  }
  .tbx-margin-top-215 {
    margin-top: 215px;
  }
  .tbx-margin-top-220 {
    margin-top: 220px;
  }
  .tbx-margin-top-225 {
    margin-top: 225px;
  }
  .tbx-margin-top-230 {
    margin-top: 230px;
  }
  .tbx-margin-top-235 {
    margin-top: 235px;
  }
  .tbx-margin-top-240 {
    margin-top: 240px;
  }
  .tbx-margin-top-245 {
    margin-top: 245px;
  }
  .tbx-margin-top-250 {
    margin-top: 250px;
  }
  .tbx-margin-top-in-percent-0 {
    margin-top: calc(100% / 0);
  }
  .tbx-margin-top-in-percent-1 {
    margin-top: calc(100% / 1);
  }
  .tbx-margin-top-in-percent-2 {
    margin-top: calc(100% / 2);
  }
  .tbx-margin-top-in-percent-3 {
    margin-top: calc(100% / 3);
  }
  .tbx-margin-top-in-percent-4 {
    margin-top: calc(100% / 4);
  }
  .tbx-margin-top-in-percent-5 {
    margin-top: calc(100% / 5);
  }
  .tbx-margin-top-in-percent-6 {
    margin-top: calc(100% / 6);
  }
  .tbx-margin-top-in-percent-7 {
    margin-top: calc(100% / 7);
  }
  .tbx-margin-top-in-percent-8 {
    margin-top: calc(100% / 8);
  }
  .tbx-margin-top-in-percent-9 {
    margin-top: calc(100% / 9);
  }
  .tbx-margin-top-in-percent-10 {
    margin-top: calc(100% / 10);
  }
  .tbx-margin-top-in-percent-11 {
    margin-top: calc(100% / 11);
  }
  .tbx-margin-top-in-percent-12 {
    margin-top: calc(100% / 12);
  }
  .tbx-margin-top-in-percent-13 {
    margin-top: calc(100% / 13);
  }
  .tbx-margin-top-in-percent-14 {
    margin-top: calc(100% / 14);
  }
  .tbx-margin-top-in-percent-15 {
    margin-top: calc(100% / 15);
  }
  .tbx-margin-top-in-percent-16 {
    margin-top: calc(100% / 16);
  }
  .tbx-margin-top-in-percent-17 {
    margin-top: calc(100% / 17);
  }
  .tbx-margin-top-in-percent-18 {
    margin-top: calc(100% / 18);
  }
  .tbx-margin-top-in-percent-19 {
    margin-top: calc(100% / 19);
  }
  .tbx-margin-top-in-percent-20 {
    margin-top: calc(100% / 20);
  }
  .tbx-margin-top-in-percent-21 {
    margin-top: calc(100% / 21);
  }
  .tbx-margin-top-in-percent-22 {
    margin-top: calc(100% / 22);
  }
  .tbx-margin-top-in-percent-23 {
    margin-top: calc(100% / 23);
  }
  .tbx-margin-top-in-percent-24 {
    margin-top: calc(100% / 24);
  }
  .tbx-margin-top-in-percent-25 {
    margin-top: calc(100% / 25);
  }
  .tbx-margin-top-in-percent-26 {
    margin-top: calc(100% / 26);
  }
  .tbx-margin-top-in-percent-27 {
    margin-top: calc(100% / 27);
  }
  .tbx-margin-top-in-percent-28 {
    margin-top: calc(100% / 28);
  }
  .tbx-margin-top-in-percent-29 {
    margin-top: calc(100% / 29);
  }
  .tbx-margin-top-in-percent-30 {
    margin-top: calc(100% / 30);
  }
  .tbx-margin-top-in-percent-31 {
    margin-top: calc(100% / 31);
  }
  .tbx-margin-top-in-percent-32 {
    margin-top: calc(100% / 32);
  }
  .tbx-margin-top-in-percent-33 {
    margin-top: calc(100% / 33);
  }
  .tbx-margin-top-in-percent-34 {
    margin-top: calc(100% / 34);
  }
  .tbx-margin-top-in-percent-35 {
    margin-top: calc(100% / 35);
  }
  .tbx-margin-top-in-percent-36 {
    margin-top: calc(100% / 36);
  }
  .tbx-margin-top-in-percent-37 {
    margin-top: calc(100% / 37);
  }
  .tbx-margin-top-in-percent-38 {
    margin-top: calc(100% / 38);
  }
  .tbx-margin-top-in-percent-39 {
    margin-top: calc(100% / 39);
  }
  .tbx-margin-top-in-percent-40 {
    margin-top: calc(100% / 40);
  }
  .tbx-margin-top-in-percent-41 {
    margin-top: calc(100% / 41);
  }
  .tbx-margin-top-in-percent-42 {
    margin-top: calc(100% / 42);
  }
  .tbx-margin-top-in-percent-43 {
    margin-top: calc(100% / 43);
  }
  .tbx-margin-top-in-percent-44 {
    margin-top: calc(100% / 44);
  }
  .tbx-margin-top-in-percent-45 {
    margin-top: calc(100% / 45);
  }
  .tbx-margin-top-in-percent-46 {
    margin-top: calc(100% / 46);
  }
  .tbx-margin-top-in-percent-47 {
    margin-top: calc(100% / 47);
  }
  .tbx-margin-top-in-percent-48 {
    margin-top: calc(100% / 48);
  }
  .tbx-margin-top-in-percent-49 {
    margin-top: calc(100% / 49);
  }
  .tbx-margin-top-in-percent-50 {
    margin-top: calc(100% / 50);
  }
  .tbx-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .tbx-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .tbx-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .tbx-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .tbx-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .tbx-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .tbx-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .tbx-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .tbx-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .tbx-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .tbx-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .tbx-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .tbx-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .tbx-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .tbx-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .tbx-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .tbx-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .tbx-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .tbx-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .tbx-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .tbx-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .tbx-opacity-0 {
    opacity: 0;
  }
  .tbx-opacity-1 {
    opacity: 0.1;
  }
  .tbx-opacity-2 {
    opacity: 0.2;
  }
  .tbx-opacity-3 {
    opacity: 0.3;
  }
  .tbx-opacity-4 {
    opacity: 0.4;
  }
  .tbx-opacity-5 {
    opacity: 0.5;
  }
  .tbx-opacity-6 {
    opacity: 0.6;
  }
  .tbx-opacity-7 {
    opacity: 0.7;
  }
  .tbx-opacity-8 {
    opacity: 0.8;
  }
  .tbx-opacity-9 {
    opacity: 0.9;
  }
  .tbx-opacity-10 {
    opacity: 1;
  }
  /*Font Sizes*/
  .tbx-fs-8 {
    font-size: 8px;
  }
  .tbx-fs-9 {
    font-size: 9px;
  }
  .tbx-fs-10 {
    font-size: 10px;
  }
  .tbx-fs-11 {
    font-size: 11px;
  }
  .tbx-fs-12 {
    font-size: 12px;
  }
  .tbx-fs-13 {
    font-size: 13px;
  }
  .tbx-fs-14 {
    font-size: 14px;
  }
  .tbx-fs-15 {
    font-size: 15px;
  }
  .tbx-fs-16 {
    font-size: 16px;
  }
  .tbx-fs-17 {
    font-size: 17px;
  }
  .tbx-fs-18 {
    font-size: 18px;
  }
  .tbx-fs-19 {
    font-size: 19px;
  }
  .tbx-fs-20 {
    font-size: 20px;
  }
  .tbx-fs-21 {
    font-size: 21px;
  }
  .tbx-fs-22 {
    font-size: 22px;
  }
  .tbx-fs-23 {
    font-size: 23px;
  }
  .tbx-fs-24 {
    font-size: 24px;
  }
  .tbx-fs-25 {
    font-size: 25px;
  }
  .tbx-fs-26 {
    font-size: 26px;
  }
  .tbx-fs-27 {
    font-size: 27px;
  }
  .tbx-fs-28 {
    font-size: 28px;
  }
  .tbx-fs-29 {
    font-size: 29px;
  }
  .tbx-fs-30 {
    font-size: 30px;
  }
  .tbx-fs-31 {
    font-size: 31px;
  }
  .tbx-fs-32 {
    font-size: 32px;
  }
  .tbx-fs-33 {
    font-size: 33px;
  }
  .tbx-fs-34 {
    font-size: 34px;
  }
  .tbx-fs-35 {
    font-size: 35px;
  }
  .tbx-fs-36 {
    font-size: 36px;
  }
  .tbx-fs-37 {
    font-size: 37px;
  }
  .tbx-fs-38 {
    font-size: 38px;
  }
  .tbx-fs-39 {
    font-size: 39px;
  }
  .tbx-fs-40 {
    font-size: 40px;
  }
  .tbx-fs-41 {
    font-size: 41px;
  }
  .tbx-fs-42 {
    font-size: 42px;
  }
  .tbx-fs-43 {
    font-size: 43px;
  }
  .tbx-fs-44 {
    font-size: 44px;
  }
  .tbx-fs-45 {
    font-size: 45px;
  }
  .tbx-fs-46 {
    font-size: 46px;
  }
  .tbx-fs-47 {
    font-size: 47px;
  }
  .tbx-fs-48 {
    font-size: 48px;
  }
  .tbx-fs-49 {
    font-size: 49px;
  }
  .tbx-fs-50 {
    font-size: 50px;
  }
  /*Line Height*/
  .tbx-lh-8 {
    line-height: 8px;
  }
  .tbx-lh-10 {
    line-height: 10px;
  }
  .tbx-lh-12 {
    line-height: 12px;
  }
  .tbx-lh-14 {
    line-height: 14px;
  }
  .tbx-lh-16 {
    line-height: 16px;
  }
  .tbx-lh-18 {
    line-height: 18px;
  }
  .tbx-lh-20 {
    line-height: 20px;
  }
  .tbx-lh-22 {
    line-height: 22px;
  }
  .tbx-lh-24 {
    line-height: 24px;
  }
  .tbx-lh-26 {
    line-height: 26px;
  }
  .tbx-lh-28 {
    line-height: 28px;
  }
  .tbx-lh-30 {
    line-height: 30px;
  }
  .tbx-lh-32 {
    line-height: 32px;
  }
  .tbx-lh-34 {
    line-height: 34px;
  }
  .tbx-lh-36 {
    line-height: 36px;
  }
  .tbx-lh-38 {
    line-height: 38px;
  }
  .tbx-lh-40 {
    line-height: 40px;
  }
  .tbx-lh-42 {
    line-height: 42px;
  }
  .tbx-lh-44 {
    line-height: 44px;
  }
  .tbx-lh-46 {
    line-height: 46px;
  }
  .tbx-lh-48 {
    line-height: 48px;
  }
  .tbx-lh-50 {
    line-height: 50px;
  }
  .tbx-lh-52 {
    line-height: 52px;
  }
  .tbx-lh-54 {
    line-height: 54px;
  }
  .tbx-lh-56 {
    line-height: 56px;
  }
  .tbx-lh-58 {
    line-height: 58px;
  }
  .tbx-lh-60 {
    line-height: 60px;
  }
  .tbx-lh-62 {
    line-height: 62px;
  }
  .tbx-lh-64 {
    line-height: 64px;
  }
  .tbx-lh-66 {
    line-height: 66px;
  }
  .tbx-lh-68 {
    line-height: 68px;
  }
  .tbx-lh-70 {
    line-height: 70px;
  }
  .tbx-lh-72 {
    line-height: 72px;
  }
  .tbx-lh-74 {
    line-height: 74px;
  }
  .tbx-lh-76 {
    line-height: 76px;
  }
  .tbx-lh-78 {
    line-height: 78px;
  }
  .tbx-lh-80 {
    line-height: 80px;
  }
  .tbx-lh-82 {
    line-height: 82px;
  }
  .tbx-lh-84 {
    line-height: 84px;
  }
  .tbx-lh-86 {
    line-height: 86px;
  }
  .tbx-lh-88 {
    line-height: 88px;
  }
  .tbx-lh-90 {
    line-height: 90px;
  }
  .tbx-lh-92 {
    line-height: 92px;
  }
  .tbx-lh-94 {
    line-height: 94px;
  }
  .tbx-lh-96 {
    line-height: 96px;
  }
  .tbx-lh-98 {
    line-height: 98px;
  }
  .tbx-lh-100 {
    line-height: 100px;
  }
  /*Min Width*/
  .tbx-min-width-10 {
    min-width: 10px;
  }
  .tbx-min-width-20 {
    min-width: 20px;
  }
  .tbx-min-width-30 {
    min-width: 30px;
  }
  .tbx-min-width-40 {
    min-width: 40px;
  }
  .tbx-min-width-50 {
    min-width: 50px;
  }
  .tbx-min-width-60 {
    min-width: 60px;
  }
  .tbx-min-width-70 {
    min-width: 70px;
  }
  .tbx-min-width-80 {
    min-width: 80px;
  }
  .tbx-min-width-90 {
    min-width: 90px;
  }
  .tbx-min-width-100 {
    min-width: 100px;
  }
  .tbx-min-width-110 {
    min-width: 110px;
  }
  .tbx-min-width-120 {
    min-width: 120px;
  }
  .tbx-min-width-130 {
    min-width: 130px;
  }
  .tbx-min-width-140 {
    min-width: 140px;
  }
  .tbx-min-width-150 {
    min-width: 150px;
  }
  .tbx-min-width-160 {
    min-width: 160px;
  }
  .tbx-min-width-170 {
    min-width: 170px;
  }
  .tbx-min-width-180 {
    min-width: 180px;
  }
  .tbx-min-width-190 {
    min-width: 190px;
  }
  .tbx-min-width-200 {
    min-width: 200px;
  }
  .tbx-min-width-210 {
    min-width: 210px;
  }
  .tbx-min-width-220 {
    min-width: 220px;
  }
  .tbx-min-width-230 {
    min-width: 230px;
  }
  .tbx-min-width-240 {
    min-width: 240px;
  }
  .tbx-min-width-250 {
    min-width: 250px;
  }
  .tbx-min-width-260 {
    min-width: 260px;
  }
  .tbx-min-width-270 {
    min-width: 270px;
  }
  .tbx-min-width-280 {
    min-width: 280px;
  }
  .tbx-min-width-290 {
    min-width: 290px;
  }
  .tbx-min-width-300 {
    min-width: 300px;
  }
  .tbx-min-width-310 {
    min-width: 310px;
  }
  .tbx-min-width-320 {
    min-width: 320px;
  }
  .tbx-min-width-330 {
    min-width: 330px;
  }
  .tbx-min-width-340 {
    min-width: 340px;
  }
  .tbx-min-width-350 {
    min-width: 350px;
  }
  .tbx-min-width-360 {
    min-width: 360px;
  }
  .tbx-min-width-370 {
    min-width: 370px;
  }
  .tbx-min-width-380 {
    min-width: 380px;
  }
  .tbx-min-width-390 {
    min-width: 390px;
  }
  .tbx-min-width-400 {
    min-width: 400px;
  }
  .tbx-min-width-410 {
    min-width: 410px;
  }
  .tbx-min-width-420 {
    min-width: 420px;
  }
  .tbx-min-width-430 {
    min-width: 430px;
  }
  .tbx-min-width-440 {
    min-width: 440px;
  }
  .tbx-min-width-450 {
    min-width: 450px;
  }
  .tbx-min-width-460 {
    min-width: 460px;
  }
  .tbx-min-width-470 {
    min-width: 470px;
  }
  .tbx-min-width-480 {
    min-width: 480px;
  }
  .tbx-min-width-490 {
    min-width: 490px;
  }
  .tbx-min-width-500 {
    min-width: 500px;
  }
  .tbx-min-width-510 {
    min-width: 510px;
  }
  .tbx-min-width-520 {
    min-width: 520px;
  }
  .tbx-min-width-530 {
    min-width: 530px;
  }
  .tbx-min-width-540 {
    min-width: 540px;
  }
  .tbx-min-width-550 {
    min-width: 550px;
  }
  .tbx-min-width-560 {
    min-width: 560px;
  }
  .tbx-min-width-570 {
    min-width: 570px;
  }
  .tbx-min-width-580 {
    min-width: 580px;
  }
  .tbx-min-width-590 {
    min-width: 590px;
  }
  .tbx-min-width-600 {
    min-width: 600px;
  }
  /*Min Height*/
  .tbx-min-height-in-vh-5 {
    min-height: 5vh;
  }
  .tbx-min-height-in-vh-10 {
    min-height: 10vh;
  }
  .tbx-min-height-in-vh-15 {
    min-height: 15vh;
  }
  .tbx-min-height-in-vh-20 {
    min-height: 20vh;
  }
  .tbx-min-height-in-vh-25 {
    min-height: 25vh;
  }
  .tbx-min-height-in-vh-30 {
    min-height: 30vh;
  }
  .tbx-min-height-in-vh-35 {
    min-height: 35vh;
  }
  .tbx-min-height-in-vh-40 {
    min-height: 40vh;
  }
  .tbx-min-height-in-vh-45 {
    min-height: 45vh;
  }
  .tbx-min-height-in-vh-50 {
    min-height: 50vh;
  }
  .tbx-min-height-in-vh-55 {
    min-height: 55vh;
  }
  .tbx-min-height-in-vh-60 {
    min-height: 60vh;
  }
  .tbx-min-height-in-vh-65 {
    min-height: 65vh;
  }
  .tbx-min-height-in-vh-70 {
    min-height: 70vh;
  }
  .tbx-min-height-in-vh-75 {
    min-height: 75vh;
  }
  .tbx-min-height-in-vh-80 {
    min-height: 80vh;
  }
  .tbx-min-height-in-vh-85 {
    min-height: 85vh;
  }
  .tbx-min-height-in-vh-90 {
    min-height: 90vh;
  }
  .tbx-min-height-in-vh-95 {
    min-height: 95vh;
  }
  .tbx-min-height-in-vh-100 {
    min-height: 100vh;
  }
  /*Max Width*/
  .tbx-max-width-10 {
    max-width: 10px;
  }
  .tbx-max-width-20 {
    max-width: 20px;
  }
  .tbx-max-width-30 {
    max-width: 30px;
  }
  .tbx-max-width-40 {
    max-width: 40px;
  }
  .tbx-max-width-50 {
    max-width: 50px;
  }
  .tbx-max-width-60 {
    max-width: 60px;
  }
  .tbx-max-width-70 {
    max-width: 70px;
  }
  .tbx-max-width-80 {
    max-width: 80px;
  }
  .tbx-max-width-90 {
    max-width: 90px;
  }
  .tbx-max-width-100 {
    max-width: 100px;
  }
  .tbx-max-width-110 {
    max-width: 110px;
  }
  .tbx-max-width-120 {
    max-width: 120px;
  }
  .tbx-max-width-130 {
    max-width: 130px;
  }
  .tbx-max-width-140 {
    max-width: 140px;
  }
  .tbx-max-width-150 {
    max-width: 150px;
  }
  .tbx-max-width-160 {
    max-width: 160px;
  }
  .tbx-max-width-170 {
    max-width: 170px;
  }
  .tbx-max-width-180 {
    max-width: 180px;
  }
  .tbx-max-width-190 {
    max-width: 190px;
  }
  .tbx-max-width-200 {
    max-width: 200px;
  }
  .tbx-max-width-210 {
    max-width: 210px;
  }
  .tbx-max-width-220 {
    max-width: 220px;
  }
  .tbx-max-width-230 {
    max-width: 230px;
  }
  .tbx-max-width-240 {
    max-width: 240px;
  }
  .tbx-max-width-250 {
    max-width: 250px;
  }
  .tbx-max-width-260 {
    max-width: 260px;
  }
  .tbx-max-width-270 {
    max-width: 270px;
  }
  .tbx-max-width-280 {
    max-width: 280px;
  }
  .tbx-max-width-290 {
    max-width: 290px;
  }
  .tbx-max-width-300 {
    max-width: 300px;
  }
  .tbx-max-width-310 {
    max-width: 310px;
  }
  .tbx-max-width-320 {
    max-width: 320px;
  }
  .tbx-max-width-330 {
    max-width: 330px;
  }
  .tbx-max-width-340 {
    max-width: 340px;
  }
  .tbx-max-width-350 {
    max-width: 350px;
  }
  .tbx-max-width-360 {
    max-width: 360px;
  }
  .tbx-max-width-370 {
    max-width: 370px;
  }
  .tbx-max-width-380 {
    max-width: 380px;
  }
  .tbx-max-width-390 {
    max-width: 390px;
  }
  .tbx-max-width-400 {
    max-width: 400px;
  }
  .tbx-max-width-410 {
    max-width: 410px;
  }
  .tbx-max-width-420 {
    max-width: 420px;
  }
  .tbx-max-width-430 {
    max-width: 430px;
  }
  .tbx-max-width-440 {
    max-width: 440px;
  }
  .tbx-max-width-450 {
    max-width: 450px;
  }
  .tbx-max-width-460 {
    max-width: 460px;
  }
  .tbx-max-width-470 {
    max-width: 470px;
  }
  .tbx-max-width-480 {
    max-width: 480px;
  }
  .tbx-max-width-490 {
    max-width: 490px;
  }
  .tbx-max-width-500 {
    max-width: 500px;
  }
  .tbx-max-width-510 {
    max-width: 510px;
  }
  .tbx-max-width-520 {
    max-width: 520px;
  }
  .tbx-max-width-530 {
    max-width: 530px;
  }
  .tbx-max-width-540 {
    max-width: 540px;
  }
  .tbx-max-width-550 {
    max-width: 550px;
  }
  .tbx-max-width-560 {
    max-width: 560px;
  }
  .tbx-max-width-570 {
    max-width: 570px;
  }
  .tbx-max-width-580 {
    max-width: 580px;
  }
  .tbx-max-width-590 {
    max-width: 590px;
  }
  .tbx-max-width-600 {
    max-width: 600px;
  }
  /*Positions*/
  .tbx-pos-top-0 {
    top: 0px;
  }
  .tbx-pos-top-1 {
    top: 1px;
  }
  .tbx-pos-top-2 {
    top: 2px;
  }
  .tbx-pos-top-3 {
    top: 3px;
  }
  .tbx-pos-top-4 {
    top: 4px;
  }
  .tbx-pos-top-5 {
    top: 5px;
  }
  .tbx-pos-top-6 {
    top: 6px;
  }
  .tbx-pos-top-7 {
    top: 7px;
  }
  .tbx-pos-top-8 {
    top: 8px;
  }
  .tbx-pos-top-9 {
    top: 9px;
  }
  .tbx-pos-top-10 {
    top: 10px;
  }
  .tbx-pos-top-11 {
    top: 11px;
  }
  .tbx-pos-top-12 {
    top: 12px;
  }
  .tbx-pos-top-13 {
    top: 13px;
  }
  .tbx-pos-top-14 {
    top: 14px;
  }
  .tbx-pos-top-15 {
    top: 15px;
  }
  .tbx-pos-top-16 {
    top: 16px;
  }
  .tbx-pos-top-17 {
    top: 17px;
  }
  .tbx-pos-top-18 {
    top: 18px;
  }
  .tbx-pos-top-19 {
    top: 19px;
  }
  .tbx-pos-top-20 {
    top: 20px;
  }
  .tbx-pos-top-21 {
    top: 21px;
  }
  .tbx-pos-top-22 {
    top: 22px;
  }
  .tbx-pos-top-23 {
    top: 23px;
  }
  .tbx-pos-top-24 {
    top: 24px;
  }
  .tbx-pos-top-25 {
    top: 25px;
  }
  .tbx-pos-top-26 {
    top: 26px;
  }
  .tbx-pos-top-27 {
    top: 27px;
  }
  .tbx-pos-top-28 {
    top: 28px;
  }
  .tbx-pos-top-29 {
    top: 29px;
  }
  .tbx-pos-top-30 {
    top: 30px;
  }
  .tbx-pos-top-31 {
    top: 31px;
  }
  .tbx-pos-top-32 {
    top: 32px;
  }
  .tbx-pos-top-33 {
    top: 33px;
  }
  .tbx-pos-top-34 {
    top: 34px;
  }
  .tbx-pos-top-35 {
    top: 35px;
  }
  .tbx-pos-top-36 {
    top: 36px;
  }
  .tbx-pos-top-37 {
    top: 37px;
  }
  .tbx-pos-top-38 {
    top: 38px;
  }
  .tbx-pos-top-39 {
    top: 39px;
  }
  .tbx-pos-top-40 {
    top: 40px;
  }
  .tbx-pos-top-41 {
    top: 41px;
  }
  .tbx-pos-top-42 {
    top: 42px;
  }
  .tbx-pos-top-43 {
    top: 43px;
  }
  .tbx-pos-top-44 {
    top: 44px;
  }
  .tbx-pos-top-45 {
    top: 45px;
  }
  .tbx-pos-top-46 {
    top: 46px;
  }
  .tbx-pos-top-47 {
    top: 47px;
  }
  .tbx-pos-top-48 {
    top: 48px;
  }
  .tbx-pos-top-49 {
    top: 49px;
  }
  .tbx-pos-top-50 {
    top: 50px;
  }
  .tbx-pos-top-51 {
    top: 51px;
  }
  .tbx-pos-top-52 {
    top: 52px;
  }
  .tbx-pos-top-53 {
    top: 53px;
  }
  .tbx-pos-top-54 {
    top: 54px;
  }
  .tbx-pos-top-55 {
    top: 55px;
  }
  .tbx-pos-top-56 {
    top: 56px;
  }
  .tbx-pos-top-57 {
    top: 57px;
  }
  .tbx-pos-top-58 {
    top: 58px;
  }
  .tbx-pos-top-59 {
    top: 59px;
  }
  .tbx-pos-top-60 {
    top: 60px;
  }
  .tbx-pos-top-61 {
    top: 61px;
  }
  .tbx-pos-top-62 {
    top: 62px;
  }
  .tbx-pos-top-63 {
    top: 63px;
  }
  .tbx-pos-top-64 {
    top: 64px;
  }
  .tbx-pos-top-65 {
    top: 65px;
  }
  .tbx-pos-top-66 {
    top: 66px;
  }
  .tbx-pos-top-67 {
    top: 67px;
  }
  .tbx-pos-top-68 {
    top: 68px;
  }
  .tbx-pos-top-69 {
    top: 69px;
  }
  .tbx-pos-top-70 {
    top: 70px;
  }
  .tbx-pos-top-71 {
    top: 71px;
  }
  .tbx-pos-top-72 {
    top: 72px;
  }
  .tbx-pos-top-73 {
    top: 73px;
  }
  .tbx-pos-top-74 {
    top: 74px;
  }
  .tbx-pos-top-75 {
    top: 75px;
  }
  .tbx-pos-top-76 {
    top: 76px;
  }
  .tbx-pos-top-77 {
    top: 77px;
  }
  .tbx-pos-top-78 {
    top: 78px;
  }
  .tbx-pos-top-79 {
    top: 79px;
  }
  .tbx-pos-top-80 {
    top: 80px;
  }
  .tbx-pos-top-81 {
    top: 81px;
  }
  .tbx-pos-top-82 {
    top: 82px;
  }
  .tbx-pos-top-83 {
    top: 83px;
  }
  .tbx-pos-top-84 {
    top: 84px;
  }
  .tbx-pos-top-85 {
    top: 85px;
  }
  .tbx-pos-top-86 {
    top: 86px;
  }
  .tbx-pos-top-87 {
    top: 87px;
  }
  .tbx-pos-top-88 {
    top: 88px;
  }
  .tbx-pos-top-89 {
    top: 89px;
  }
  .tbx-pos-top-90 {
    top: 90px;
  }
  .tbx-pos-top-91 {
    top: 91px;
  }
  .tbx-pos-top-92 {
    top: 92px;
  }
  .tbx-pos-top-93 {
    top: 93px;
  }
  .tbx-pos-top-94 {
    top: 94px;
  }
  .tbx-pos-top-95 {
    top: 95px;
  }
  .tbx-pos-top-96 {
    top: 96px;
  }
  .tbx-pos-top-97 {
    top: 97px;
  }
  .tbx-pos-top-98 {
    top: 98px;
  }
  .tbx-pos-top-99 {
    top: 99px;
  }
  .tbx-pos-top-100 {
    top: 100px;
  }
  .tbx-pos-top-minus-0 {
    top: -0px;
  }
  .tbx-pos-top-minus-1 {
    top: -1px;
  }
  .tbx-pos-top-minus-2 {
    top: -2px;
  }
  .tbx-pos-top-minus-3 {
    top: -3px;
  }
  .tbx-pos-top-minus-4 {
    top: -4px;
  }
  .tbx-pos-top-minus-5 {
    top: -5px;
  }
  .tbx-pos-top-minus-6 {
    top: -6px;
  }
  .tbx-pos-top-minus-7 {
    top: -7px;
  }
  .tbx-pos-top-minus-8 {
    top: -8px;
  }
  .tbx-pos-top-minus-9 {
    top: -9px;
  }
  .tbx-pos-top-minus-10 {
    top: -10px;
  }
  .tbx-pos-top-minus-11 {
    top: -11px;
  }
  .tbx-pos-top-minus-12 {
    top: -12px;
  }
  .tbx-pos-top-minus-13 {
    top: -13px;
  }
  .tbx-pos-top-minus-14 {
    top: -14px;
  }
  .tbx-pos-top-minus-15 {
    top: -15px;
  }
  .tbx-pos-top-minus-16 {
    top: -16px;
  }
  .tbx-pos-top-minus-17 {
    top: -17px;
  }
  .tbx-pos-top-minus-18 {
    top: -18px;
  }
  .tbx-pos-top-minus-19 {
    top: -19px;
  }
  .tbx-pos-top-minus-20 {
    top: -20px;
  }
  .tbx-pos-top-minus-21 {
    top: -21px;
  }
  .tbx-pos-top-minus-22 {
    top: -22px;
  }
  .tbx-pos-top-minus-23 {
    top: -23px;
  }
  .tbx-pos-top-minus-24 {
    top: -24px;
  }
  .tbx-pos-top-minus-25 {
    top: -25px;
  }
  .tbx-pos-top-minus-26 {
    top: -26px;
  }
  .tbx-pos-top-minus-27 {
    top: -27px;
  }
  .tbx-pos-top-minus-28 {
    top: -28px;
  }
  .tbx-pos-top-minus-29 {
    top: -29px;
  }
  .tbx-pos-top-minus-30 {
    top: -30px;
  }
  .tbx-pos-top-minus-31 {
    top: -31px;
  }
  .tbx-pos-top-minus-32 {
    top: -32px;
  }
  .tbx-pos-top-minus-33 {
    top: -33px;
  }
  .tbx-pos-top-minus-34 {
    top: -34px;
  }
  .tbx-pos-top-minus-35 {
    top: -35px;
  }
  .tbx-pos-top-minus-36 {
    top: -36px;
  }
  .tbx-pos-top-minus-37 {
    top: -37px;
  }
  .tbx-pos-top-minus-38 {
    top: -38px;
  }
  .tbx-pos-top-minus-39 {
    top: -39px;
  }
  .tbx-pos-top-minus-40 {
    top: -40px;
  }
  .tbx-pos-top-minus-41 {
    top: -41px;
  }
  .tbx-pos-top-minus-42 {
    top: -42px;
  }
  .tbx-pos-top-minus-43 {
    top: -43px;
  }
  .tbx-pos-top-minus-44 {
    top: -44px;
  }
  .tbx-pos-top-minus-45 {
    top: -45px;
  }
  .tbx-pos-top-minus-46 {
    top: -46px;
  }
  .tbx-pos-top-minus-47 {
    top: -47px;
  }
  .tbx-pos-top-minus-48 {
    top: -48px;
  }
  .tbx-pos-top-minus-49 {
    top: -49px;
  }
  .tbx-pos-top-minus-50 {
    top: -50px;
  }
  .tbx-pos-top-minus-51 {
    top: -51px;
  }
  .tbx-pos-top-minus-52 {
    top: -52px;
  }
  .tbx-pos-top-minus-53 {
    top: -53px;
  }
  .tbx-pos-top-minus-54 {
    top: -54px;
  }
  .tbx-pos-top-minus-55 {
    top: -55px;
  }
  .tbx-pos-top-minus-56 {
    top: -56px;
  }
  .tbx-pos-top-minus-57 {
    top: -57px;
  }
  .tbx-pos-top-minus-58 {
    top: -58px;
  }
  .tbx-pos-top-minus-59 {
    top: -59px;
  }
  .tbx-pos-top-minus-60 {
    top: -60px;
  }
  .tbx-pos-top-minus-61 {
    top: -61px;
  }
  .tbx-pos-top-minus-62 {
    top: -62px;
  }
  .tbx-pos-top-minus-63 {
    top: -63px;
  }
  .tbx-pos-top-minus-64 {
    top: -64px;
  }
  .tbx-pos-top-minus-65 {
    top: -65px;
  }
  .tbx-pos-top-minus-66 {
    top: -66px;
  }
  .tbx-pos-top-minus-67 {
    top: -67px;
  }
  .tbx-pos-top-minus-68 {
    top: -68px;
  }
  .tbx-pos-top-minus-69 {
    top: -69px;
  }
  .tbx-pos-top-minus-70 {
    top: -70px;
  }
  .tbx-pos-top-minus-71 {
    top: -71px;
  }
  .tbx-pos-top-minus-72 {
    top: -72px;
  }
  .tbx-pos-top-minus-73 {
    top: -73px;
  }
  .tbx-pos-top-minus-74 {
    top: -74px;
  }
  .tbx-pos-top-minus-75 {
    top: -75px;
  }
  .tbx-pos-top-minus-76 {
    top: -76px;
  }
  .tbx-pos-top-minus-77 {
    top: -77px;
  }
  .tbx-pos-top-minus-78 {
    top: -78px;
  }
  .tbx-pos-top-minus-79 {
    top: -79px;
  }
  .tbx-pos-top-minus-80 {
    top: -80px;
  }
  .tbx-pos-top-minus-81 {
    top: -81px;
  }
  .tbx-pos-top-minus-82 {
    top: -82px;
  }
  .tbx-pos-top-minus-83 {
    top: -83px;
  }
  .tbx-pos-top-minus-84 {
    top: -84px;
  }
  .tbx-pos-top-minus-85 {
    top: -85px;
  }
  .tbx-pos-top-minus-86 {
    top: -86px;
  }
  .tbx-pos-top-minus-87 {
    top: -87px;
  }
  .tbx-pos-top-minus-88 {
    top: -88px;
  }
  .tbx-pos-top-minus-89 {
    top: -89px;
  }
  .tbx-pos-top-minus-90 {
    top: -90px;
  }
  .tbx-pos-top-minus-91 {
    top: -91px;
  }
  .tbx-pos-top-minus-92 {
    top: -92px;
  }
  .tbx-pos-top-minus-93 {
    top: -93px;
  }
  .tbx-pos-top-minus-94 {
    top: -94px;
  }
  .tbx-pos-top-minus-95 {
    top: -95px;
  }
  .tbx-pos-top-minus-96 {
    top: -96px;
  }
  .tbx-pos-top-minus-97 {
    top: -97px;
  }
  .tbx-pos-top-minus-98 {
    top: -98px;
  }
  .tbx-pos-top-minus-99 {
    top: -99px;
  }
  .tbx-pos-top-minus-100 {
    top: -100px;
  }
  .tbx-pos-top-in-percent-1 {
    top: calc(100% / 1);
  }
  .tbx-pos-top-in-percent-2 {
    top: calc(100% / 2);
  }
  .tbx-pos-top-in-percent-3 {
    top: calc(100% / 3);
  }
  .tbx-pos-top-in-percent-4 {
    top: calc(100% / 4);
  }
  .tbx-pos-top-in-percent-5 {
    top: calc(100% / 5);
  }
  .tbx-pos-top-in-percent-6 {
    top: calc(100% / 6);
  }
  .tbx-pos-top-in-percent-7 {
    top: calc(100% / 7);
  }
  .tbx-pos-top-in-percent-8 {
    top: calc(100% / 8);
  }
  .tbx-pos-top-in-percent-9 {
    top: calc(100% / 9);
  }
  .tbx-pos-top-in-percent-10 {
    top: calc(100% / 10);
  }
  .tbx-pos-top-in-percent-11 {
    top: calc(100% / 11);
  }
  .tbx-pos-top-in-percent-12 {
    top: calc(100% / 12);
  }
  .tbx-pos-top-in-percent-13 {
    top: calc(100% / 13);
  }
  .tbx-pos-top-in-percent-14 {
    top: calc(100% / 14);
  }
  .tbx-pos-top-in-percent-15 {
    top: calc(100% / 15);
  }
  .tbx-pos-top-in-percent-16 {
    top: calc(100% / 16);
  }
  .tbx-pos-top-in-percent-17 {
    top: calc(100% / 17);
  }
  .tbx-pos-top-in-percent-18 {
    top: calc(100% / 18);
  }
  .tbx-pos-top-in-percent-19 {
    top: calc(100% / 19);
  }
  .tbx-pos-top-in-percent-20 {
    top: calc(100% / 20);
  }
  .tbx-pos-top-in-percent-21 {
    top: calc(100% / 21);
  }
  .tbx-pos-top-in-percent-22 {
    top: calc(100% / 22);
  }
  .tbx-pos-top-in-percent-23 {
    top: calc(100% / 23);
  }
  .tbx-pos-top-in-percent-24 {
    top: calc(100% / 24);
  }
  .tbx-pos-top-in-percent-25 {
    top: calc(100% / 25);
  }
  .tbx-pos-top-in-percent-26 {
    top: calc(100% / 26);
  }
  .tbx-pos-top-in-percent-27 {
    top: calc(100% / 27);
  }
  .tbx-pos-top-in-percent-28 {
    top: calc(100% / 28);
  }
  .tbx-pos-top-in-percent-29 {
    top: calc(100% / 29);
  }
  .tbx-pos-top-in-percent-30 {
    top: calc(100% / 30);
  }
  .tbx-pos-top-in-percent-31 {
    top: calc(100% / 31);
  }
  .tbx-pos-top-in-percent-32 {
    top: calc(100% / 32);
  }
  .tbx-pos-top-in-percent-33 {
    top: calc(100% / 33);
  }
  .tbx-pos-top-in-percent-34 {
    top: calc(100% / 34);
  }
  .tbx-pos-top-in-percent-35 {
    top: calc(100% / 35);
  }
  .tbx-pos-top-in-percent-36 {
    top: calc(100% / 36);
  }
  .tbx-pos-top-in-percent-37 {
    top: calc(100% / 37);
  }
  .tbx-pos-top-in-percent-38 {
    top: calc(100% / 38);
  }
  .tbx-pos-top-in-percent-39 {
    top: calc(100% / 39);
  }
  .tbx-pos-top-in-percent-40 {
    top: calc(100% / 40);
  }
  .tbx-pos-top-in-percent-41 {
    top: calc(100% / 41);
  }
  .tbx-pos-top-in-percent-42 {
    top: calc(100% / 42);
  }
  .tbx-pos-top-in-percent-43 {
    top: calc(100% / 43);
  }
  .tbx-pos-top-in-percent-44 {
    top: calc(100% / 44);
  }
  .tbx-pos-top-in-percent-45 {
    top: calc(100% / 45);
  }
  .tbx-pos-top-in-percent-46 {
    top: calc(100% / 46);
  }
  .tbx-pos-top-in-percent-47 {
    top: calc(100% / 47);
  }
  .tbx-pos-top-in-percent-48 {
    top: calc(100% / 48);
  }
  .tbx-pos-top-in-percent-49 {
    top: calc(100% / 49);
  }
  .tbx-pos-top-in-percent-50 {
    top: calc(100% / 50);
  }
  .tbx-pos-top-in-percent-51 {
    top: calc(100% / 51);
  }
  .tbx-pos-top-in-percent-52 {
    top: calc(100% / 52);
  }
  .tbx-pos-top-in-percent-53 {
    top: calc(100% / 53);
  }
  .tbx-pos-top-in-percent-54 {
    top: calc(100% / 54);
  }
  .tbx-pos-top-in-percent-55 {
    top: calc(100% / 55);
  }
  .tbx-pos-top-in-percent-56 {
    top: calc(100% / 56);
  }
  .tbx-pos-top-in-percent-57 {
    top: calc(100% / 57);
  }
  .tbx-pos-top-in-percent-58 {
    top: calc(100% / 58);
  }
  .tbx-pos-top-in-percent-59 {
    top: calc(100% / 59);
  }
  .tbx-pos-top-in-percent-60 {
    top: calc(100% / 60);
  }
  .tbx-pos-top-in-percent-61 {
    top: calc(100% / 61);
  }
  .tbx-pos-top-in-percent-62 {
    top: calc(100% / 62);
  }
  .tbx-pos-top-in-percent-63 {
    top: calc(100% / 63);
  }
  .tbx-pos-top-in-percent-64 {
    top: calc(100% / 64);
  }
  .tbx-pos-top-in-percent-65 {
    top: calc(100% / 65);
  }
  .tbx-pos-top-in-percent-66 {
    top: calc(100% / 66);
  }
  .tbx-pos-top-in-percent-67 {
    top: calc(100% / 67);
  }
  .tbx-pos-top-in-percent-68 {
    top: calc(100% / 68);
  }
  .tbx-pos-top-in-percent-69 {
    top: calc(100% / 69);
  }
  .tbx-pos-top-in-percent-70 {
    top: calc(100% / 70);
  }
  .tbx-pos-top-in-percent-71 {
    top: calc(100% / 71);
  }
  .tbx-pos-top-in-percent-72 {
    top: calc(100% / 72);
  }
  .tbx-pos-top-in-percent-73 {
    top: calc(100% / 73);
  }
  .tbx-pos-top-in-percent-74 {
    top: calc(100% / 74);
  }
  .tbx-pos-top-in-percent-75 {
    top: calc(100% / 75);
  }
  .tbx-pos-top-in-percent-76 {
    top: calc(100% / 76);
  }
  .tbx-pos-top-in-percent-77 {
    top: calc(100% / 77);
  }
  .tbx-pos-top-in-percent-78 {
    top: calc(100% / 78);
  }
  .tbx-pos-top-in-percent-79 {
    top: calc(100% / 79);
  }
  .tbx-pos-top-in-percent-80 {
    top: calc(100% / 80);
  }
  .tbx-pos-top-in-percent-81 {
    top: calc(100% / 81);
  }
  .tbx-pos-top-in-percent-82 {
    top: calc(100% / 82);
  }
  .tbx-pos-top-in-percent-83 {
    top: calc(100% / 83);
  }
  .tbx-pos-top-in-percent-84 {
    top: calc(100% / 84);
  }
  .tbx-pos-top-in-percent-85 {
    top: calc(100% / 85);
  }
  .tbx-pos-top-in-percent-86 {
    top: calc(100% / 86);
  }
  .tbx-pos-top-in-percent-87 {
    top: calc(100% / 87);
  }
  .tbx-pos-top-in-percent-88 {
    top: calc(100% / 88);
  }
  .tbx-pos-top-in-percent-89 {
    top: calc(100% / 89);
  }
  .tbx-pos-top-in-percent-90 {
    top: calc(100% / 90);
  }
  .tbx-pos-top-in-percent-91 {
    top: calc(100% / 91);
  }
  .tbx-pos-top-in-percent-92 {
    top: calc(100% / 92);
  }
  .tbx-pos-top-in-percent-93 {
    top: calc(100% / 93);
  }
  .tbx-pos-top-in-percent-94 {
    top: calc(100% / 94);
  }
  .tbx-pos-top-in-percent-95 {
    top: calc(100% / 95);
  }
  .tbx-pos-top-in-percent-96 {
    top: calc(100% / 96);
  }
  .tbx-pos-top-in-percent-97 {
    top: calc(100% / 97);
  }
  .tbx-pos-top-in-percent-98 {
    top: calc(100% / 98);
  }
  .tbx-pos-top-in-percent-99 {
    top: calc(100% / 99);
  }
  .tbx-pos-top-in-percent-100 {
    top: calc(100% / 100);
  }
  .tbx-pos-bottom-0 {
    bottom: 0px;
  }
  .tbx-pos-bottom-1 {
    bottom: 1px;
  }
  .tbx-pos-bottom-2 {
    bottom: 2px;
  }
  .tbx-pos-bottom-3 {
    bottom: 3px;
  }
  .tbx-pos-bottom-4 {
    bottom: 4px;
  }
  .tbx-pos-bottom-5 {
    bottom: 5px;
  }
  .tbx-pos-bottom-6 {
    bottom: 6px;
  }
  .tbx-pos-bottom-7 {
    bottom: 7px;
  }
  .tbx-pos-bottom-8 {
    bottom: 8px;
  }
  .tbx-pos-bottom-9 {
    bottom: 9px;
  }
  .tbx-pos-bottom-10 {
    bottom: 10px;
  }
  .tbx-pos-bottom-11 {
    bottom: 11px;
  }
  .tbx-pos-bottom-12 {
    bottom: 12px;
  }
  .tbx-pos-bottom-13 {
    bottom: 13px;
  }
  .tbx-pos-bottom-14 {
    bottom: 14px;
  }
  .tbx-pos-bottom-15 {
    bottom: 15px;
  }
  .tbx-pos-bottom-16 {
    bottom: 16px;
  }
  .tbx-pos-bottom-17 {
    bottom: 17px;
  }
  .tbx-pos-bottom-18 {
    bottom: 18px;
  }
  .tbx-pos-bottom-19 {
    bottom: 19px;
  }
  .tbx-pos-bottom-20 {
    bottom: 20px;
  }
  .tbx-pos-bottom-21 {
    bottom: 21px;
  }
  .tbx-pos-bottom-22 {
    bottom: 22px;
  }
  .tbx-pos-bottom-23 {
    bottom: 23px;
  }
  .tbx-pos-bottom-24 {
    bottom: 24px;
  }
  .tbx-pos-bottom-25 {
    bottom: 25px;
  }
  .tbx-pos-bottom-26 {
    bottom: 26px;
  }
  .tbx-pos-bottom-27 {
    bottom: 27px;
  }
  .tbx-pos-bottom-28 {
    bottom: 28px;
  }
  .tbx-pos-bottom-29 {
    bottom: 29px;
  }
  .tbx-pos-bottom-30 {
    bottom: 30px;
  }
  .tbx-pos-bottom-31 {
    bottom: 31px;
  }
  .tbx-pos-bottom-32 {
    bottom: 32px;
  }
  .tbx-pos-bottom-33 {
    bottom: 33px;
  }
  .tbx-pos-bottom-34 {
    bottom: 34px;
  }
  .tbx-pos-bottom-35 {
    bottom: 35px;
  }
  .tbx-pos-bottom-36 {
    bottom: 36px;
  }
  .tbx-pos-bottom-37 {
    bottom: 37px;
  }
  .tbx-pos-bottom-38 {
    bottom: 38px;
  }
  .tbx-pos-bottom-39 {
    bottom: 39px;
  }
  .tbx-pos-bottom-40 {
    bottom: 40px;
  }
  .tbx-pos-bottom-41 {
    bottom: 41px;
  }
  .tbx-pos-bottom-42 {
    bottom: 42px;
  }
  .tbx-pos-bottom-43 {
    bottom: 43px;
  }
  .tbx-pos-bottom-44 {
    bottom: 44px;
  }
  .tbx-pos-bottom-45 {
    bottom: 45px;
  }
  .tbx-pos-bottom-46 {
    bottom: 46px;
  }
  .tbx-pos-bottom-47 {
    bottom: 47px;
  }
  .tbx-pos-bottom-48 {
    bottom: 48px;
  }
  .tbx-pos-bottom-49 {
    bottom: 49px;
  }
  .tbx-pos-bottom-50 {
    bottom: 50px;
  }
  .tbx-pos-bottom-51 {
    bottom: 51px;
  }
  .tbx-pos-bottom-52 {
    bottom: 52px;
  }
  .tbx-pos-bottom-53 {
    bottom: 53px;
  }
  .tbx-pos-bottom-54 {
    bottom: 54px;
  }
  .tbx-pos-bottom-55 {
    bottom: 55px;
  }
  .tbx-pos-bottom-56 {
    bottom: 56px;
  }
  .tbx-pos-bottom-57 {
    bottom: 57px;
  }
  .tbx-pos-bottom-58 {
    bottom: 58px;
  }
  .tbx-pos-bottom-59 {
    bottom: 59px;
  }
  .tbx-pos-bottom-60 {
    bottom: 60px;
  }
  .tbx-pos-bottom-61 {
    bottom: 61px;
  }
  .tbx-pos-bottom-62 {
    bottom: 62px;
  }
  .tbx-pos-bottom-63 {
    bottom: 63px;
  }
  .tbx-pos-bottom-64 {
    bottom: 64px;
  }
  .tbx-pos-bottom-65 {
    bottom: 65px;
  }
  .tbx-pos-bottom-66 {
    bottom: 66px;
  }
  .tbx-pos-bottom-67 {
    bottom: 67px;
  }
  .tbx-pos-bottom-68 {
    bottom: 68px;
  }
  .tbx-pos-bottom-69 {
    bottom: 69px;
  }
  .tbx-pos-bottom-70 {
    bottom: 70px;
  }
  .tbx-pos-bottom-71 {
    bottom: 71px;
  }
  .tbx-pos-bottom-72 {
    bottom: 72px;
  }
  .tbx-pos-bottom-73 {
    bottom: 73px;
  }
  .tbx-pos-bottom-74 {
    bottom: 74px;
  }
  .tbx-pos-bottom-75 {
    bottom: 75px;
  }
  .tbx-pos-bottom-76 {
    bottom: 76px;
  }
  .tbx-pos-bottom-77 {
    bottom: 77px;
  }
  .tbx-pos-bottom-78 {
    bottom: 78px;
  }
  .tbx-pos-bottom-79 {
    bottom: 79px;
  }
  .tbx-pos-bottom-80 {
    bottom: 80px;
  }
  .tbx-pos-bottom-81 {
    bottom: 81px;
  }
  .tbx-pos-bottom-82 {
    bottom: 82px;
  }
  .tbx-pos-bottom-83 {
    bottom: 83px;
  }
  .tbx-pos-bottom-84 {
    bottom: 84px;
  }
  .tbx-pos-bottom-85 {
    bottom: 85px;
  }
  .tbx-pos-bottom-86 {
    bottom: 86px;
  }
  .tbx-pos-bottom-87 {
    bottom: 87px;
  }
  .tbx-pos-bottom-88 {
    bottom: 88px;
  }
  .tbx-pos-bottom-89 {
    bottom: 89px;
  }
  .tbx-pos-bottom-90 {
    bottom: 90px;
  }
  .tbx-pos-bottom-91 {
    bottom: 91px;
  }
  .tbx-pos-bottom-92 {
    bottom: 92px;
  }
  .tbx-pos-bottom-93 {
    bottom: 93px;
  }
  .tbx-pos-bottom-94 {
    bottom: 94px;
  }
  .tbx-pos-bottom-95 {
    bottom: 95px;
  }
  .tbx-pos-bottom-96 {
    bottom: 96px;
  }
  .tbx-pos-bottom-97 {
    bottom: 97px;
  }
  .tbx-pos-bottom-98 {
    bottom: 98px;
  }
  .tbx-pos-bottom-99 {
    bottom: 99px;
  }
  .tbx-pos-bottom-100 {
    bottom: 100px;
  }
  .tbx-pos-left-0 {
    left: 0px;
  }
  .tbx-pos-left-1 {
    left: 1px;
  }
  .tbx-pos-left-2 {
    left: 2px;
  }
  .tbx-pos-left-3 {
    left: 3px;
  }
  .tbx-pos-left-4 {
    left: 4px;
  }
  .tbx-pos-left-5 {
    left: 5px;
  }
  .tbx-pos-left-6 {
    left: 6px;
  }
  .tbx-pos-left-7 {
    left: 7px;
  }
  .tbx-pos-left-8 {
    left: 8px;
  }
  .tbx-pos-left-9 {
    left: 9px;
  }
  .tbx-pos-left-10 {
    left: 10px;
  }
  .tbx-pos-left-11 {
    left: 11px;
  }
  .tbx-pos-left-12 {
    left: 12px;
  }
  .tbx-pos-left-13 {
    left: 13px;
  }
  .tbx-pos-left-14 {
    left: 14px;
  }
  .tbx-pos-left-15 {
    left: 15px;
  }
  .tbx-pos-left-16 {
    left: 16px;
  }
  .tbx-pos-left-17 {
    left: 17px;
  }
  .tbx-pos-left-18 {
    left: 18px;
  }
  .tbx-pos-left-19 {
    left: 19px;
  }
  .tbx-pos-left-20 {
    left: 20px;
  }
  .tbx-pos-left-21 {
    left: 21px;
  }
  .tbx-pos-left-22 {
    left: 22px;
  }
  .tbx-pos-left-23 {
    left: 23px;
  }
  .tbx-pos-left-24 {
    left: 24px;
  }
  .tbx-pos-left-25 {
    left: 25px;
  }
  .tbx-pos-left-26 {
    left: 26px;
  }
  .tbx-pos-left-27 {
    left: 27px;
  }
  .tbx-pos-left-28 {
    left: 28px;
  }
  .tbx-pos-left-29 {
    left: 29px;
  }
  .tbx-pos-left-30 {
    left: 30px;
  }
  .tbx-pos-left-31 {
    left: 31px;
  }
  .tbx-pos-left-32 {
    left: 32px;
  }
  .tbx-pos-left-33 {
    left: 33px;
  }
  .tbx-pos-left-34 {
    left: 34px;
  }
  .tbx-pos-left-35 {
    left: 35px;
  }
  .tbx-pos-left-36 {
    left: 36px;
  }
  .tbx-pos-left-37 {
    left: 37px;
  }
  .tbx-pos-left-38 {
    left: 38px;
  }
  .tbx-pos-left-39 {
    left: 39px;
  }
  .tbx-pos-left-40 {
    left: 40px;
  }
  .tbx-pos-left-41 {
    left: 41px;
  }
  .tbx-pos-left-42 {
    left: 42px;
  }
  .tbx-pos-left-43 {
    left: 43px;
  }
  .tbx-pos-left-44 {
    left: 44px;
  }
  .tbx-pos-left-45 {
    left: 45px;
  }
  .tbx-pos-left-46 {
    left: 46px;
  }
  .tbx-pos-left-47 {
    left: 47px;
  }
  .tbx-pos-left-48 {
    left: 48px;
  }
  .tbx-pos-left-49 {
    left: 49px;
  }
  .tbx-pos-left-50 {
    left: 50px;
  }
  .tbx-pos-left-51 {
    left: 51px;
  }
  .tbx-pos-left-52 {
    left: 52px;
  }
  .tbx-pos-left-53 {
    left: 53px;
  }
  .tbx-pos-left-54 {
    left: 54px;
  }
  .tbx-pos-left-55 {
    left: 55px;
  }
  .tbx-pos-left-56 {
    left: 56px;
  }
  .tbx-pos-left-57 {
    left: 57px;
  }
  .tbx-pos-left-58 {
    left: 58px;
  }
  .tbx-pos-left-59 {
    left: 59px;
  }
  .tbx-pos-left-60 {
    left: 60px;
  }
  .tbx-pos-left-61 {
    left: 61px;
  }
  .tbx-pos-left-62 {
    left: 62px;
  }
  .tbx-pos-left-63 {
    left: 63px;
  }
  .tbx-pos-left-64 {
    left: 64px;
  }
  .tbx-pos-left-65 {
    left: 65px;
  }
  .tbx-pos-left-66 {
    left: 66px;
  }
  .tbx-pos-left-67 {
    left: 67px;
  }
  .tbx-pos-left-68 {
    left: 68px;
  }
  .tbx-pos-left-69 {
    left: 69px;
  }
  .tbx-pos-left-70 {
    left: 70px;
  }
  .tbx-pos-left-71 {
    left: 71px;
  }
  .tbx-pos-left-72 {
    left: 72px;
  }
  .tbx-pos-left-73 {
    left: 73px;
  }
  .tbx-pos-left-74 {
    left: 74px;
  }
  .tbx-pos-left-75 {
    left: 75px;
  }
  .tbx-pos-left-76 {
    left: 76px;
  }
  .tbx-pos-left-77 {
    left: 77px;
  }
  .tbx-pos-left-78 {
    left: 78px;
  }
  .tbx-pos-left-79 {
    left: 79px;
  }
  .tbx-pos-left-80 {
    left: 80px;
  }
  .tbx-pos-left-81 {
    left: 81px;
  }
  .tbx-pos-left-82 {
    left: 82px;
  }
  .tbx-pos-left-83 {
    left: 83px;
  }
  .tbx-pos-left-84 {
    left: 84px;
  }
  .tbx-pos-left-85 {
    left: 85px;
  }
  .tbx-pos-left-86 {
    left: 86px;
  }
  .tbx-pos-left-87 {
    left: 87px;
  }
  .tbx-pos-left-88 {
    left: 88px;
  }
  .tbx-pos-left-89 {
    left: 89px;
  }
  .tbx-pos-left-90 {
    left: 90px;
  }
  .tbx-pos-left-91 {
    left: 91px;
  }
  .tbx-pos-left-92 {
    left: 92px;
  }
  .tbx-pos-left-93 {
    left: 93px;
  }
  .tbx-pos-left-94 {
    left: 94px;
  }
  .tbx-pos-left-95 {
    left: 95px;
  }
  .tbx-pos-left-96 {
    left: 96px;
  }
  .tbx-pos-left-97 {
    left: 97px;
  }
  .tbx-pos-left-98 {
    left: 98px;
  }
  .tbx-pos-left-99 {
    left: 99px;
  }
  .tbx-pos-left-100 {
    left: 100px;
  }
  .tbx-pos-left-minus-0 {
    left: -0px;
  }
  .tbx-pos-left-minus-1 {
    left: -1px;
  }
  .tbx-pos-left-minus-2 {
    left: -2px;
  }
  .tbx-pos-left-minus-3 {
    left: -3px;
  }
  .tbx-pos-left-minus-4 {
    left: -4px;
  }
  .tbx-pos-left-minus-5 {
    left: -5px;
  }
  .tbx-pos-left-minus-6 {
    left: -6px;
  }
  .tbx-pos-left-minus-7 {
    left: -7px;
  }
  .tbx-pos-left-minus-8 {
    left: -8px;
  }
  .tbx-pos-left-minus-9 {
    left: -9px;
  }
  .tbx-pos-left-minus-10 {
    left: -10px;
  }
  .tbx-pos-left-minus-11 {
    left: -11px;
  }
  .tbx-pos-left-minus-12 {
    left: -12px;
  }
  .tbx-pos-left-minus-13 {
    left: -13px;
  }
  .tbx-pos-left-minus-14 {
    left: -14px;
  }
  .tbx-pos-left-minus-15 {
    left: -15px;
  }
  .tbx-pos-left-minus-16 {
    left: -16px;
  }
  .tbx-pos-left-minus-17 {
    left: -17px;
  }
  .tbx-pos-left-minus-18 {
    left: -18px;
  }
  .tbx-pos-left-minus-19 {
    left: -19px;
  }
  .tbx-pos-left-minus-20 {
    left: -20px;
  }
  .tbx-pos-left-minus-21 {
    left: -21px;
  }
  .tbx-pos-left-minus-22 {
    left: -22px;
  }
  .tbx-pos-left-minus-23 {
    left: -23px;
  }
  .tbx-pos-left-minus-24 {
    left: -24px;
  }
  .tbx-pos-left-minus-25 {
    left: -25px;
  }
  .tbx-pos-left-minus-26 {
    left: -26px;
  }
  .tbx-pos-left-minus-27 {
    left: -27px;
  }
  .tbx-pos-left-minus-28 {
    left: -28px;
  }
  .tbx-pos-left-minus-29 {
    left: -29px;
  }
  .tbx-pos-left-minus-30 {
    left: -30px;
  }
  .tbx-pos-left-minus-31 {
    left: -31px;
  }
  .tbx-pos-left-minus-32 {
    left: -32px;
  }
  .tbx-pos-left-minus-33 {
    left: -33px;
  }
  .tbx-pos-left-minus-34 {
    left: -34px;
  }
  .tbx-pos-left-minus-35 {
    left: -35px;
  }
  .tbx-pos-left-minus-36 {
    left: -36px;
  }
  .tbx-pos-left-minus-37 {
    left: -37px;
  }
  .tbx-pos-left-minus-38 {
    left: -38px;
  }
  .tbx-pos-left-minus-39 {
    left: -39px;
  }
  .tbx-pos-left-minus-40 {
    left: -40px;
  }
  .tbx-pos-left-minus-41 {
    left: -41px;
  }
  .tbx-pos-left-minus-42 {
    left: -42px;
  }
  .tbx-pos-left-minus-43 {
    left: -43px;
  }
  .tbx-pos-left-minus-44 {
    left: -44px;
  }
  .tbx-pos-left-minus-45 {
    left: -45px;
  }
  .tbx-pos-left-minus-46 {
    left: -46px;
  }
  .tbx-pos-left-minus-47 {
    left: -47px;
  }
  .tbx-pos-left-minus-48 {
    left: -48px;
  }
  .tbx-pos-left-minus-49 {
    left: -49px;
  }
  .tbx-pos-left-minus-50 {
    left: -50px;
  }
  .tbx-pos-left-minus-51 {
    left: -51px;
  }
  .tbx-pos-left-minus-52 {
    left: -52px;
  }
  .tbx-pos-left-minus-53 {
    left: -53px;
  }
  .tbx-pos-left-minus-54 {
    left: -54px;
  }
  .tbx-pos-left-minus-55 {
    left: -55px;
  }
  .tbx-pos-left-minus-56 {
    left: -56px;
  }
  .tbx-pos-left-minus-57 {
    left: -57px;
  }
  .tbx-pos-left-minus-58 {
    left: -58px;
  }
  .tbx-pos-left-minus-59 {
    left: -59px;
  }
  .tbx-pos-left-minus-60 {
    left: -60px;
  }
  .tbx-pos-left-minus-61 {
    left: -61px;
  }
  .tbx-pos-left-minus-62 {
    left: -62px;
  }
  .tbx-pos-left-minus-63 {
    left: -63px;
  }
  .tbx-pos-left-minus-64 {
    left: -64px;
  }
  .tbx-pos-left-minus-65 {
    left: -65px;
  }
  .tbx-pos-left-minus-66 {
    left: -66px;
  }
  .tbx-pos-left-minus-67 {
    left: -67px;
  }
  .tbx-pos-left-minus-68 {
    left: -68px;
  }
  .tbx-pos-left-minus-69 {
    left: -69px;
  }
  .tbx-pos-left-minus-70 {
    left: -70px;
  }
  .tbx-pos-left-minus-71 {
    left: -71px;
  }
  .tbx-pos-left-minus-72 {
    left: -72px;
  }
  .tbx-pos-left-minus-73 {
    left: -73px;
  }
  .tbx-pos-left-minus-74 {
    left: -74px;
  }
  .tbx-pos-left-minus-75 {
    left: -75px;
  }
  .tbx-pos-left-minus-76 {
    left: -76px;
  }
  .tbx-pos-left-minus-77 {
    left: -77px;
  }
  .tbx-pos-left-minus-78 {
    left: -78px;
  }
  .tbx-pos-left-minus-79 {
    left: -79px;
  }
  .tbx-pos-left-minus-80 {
    left: -80px;
  }
  .tbx-pos-left-minus-81 {
    left: -81px;
  }
  .tbx-pos-left-minus-82 {
    left: -82px;
  }
  .tbx-pos-left-minus-83 {
    left: -83px;
  }
  .tbx-pos-left-minus-84 {
    left: -84px;
  }
  .tbx-pos-left-minus-85 {
    left: -85px;
  }
  .tbx-pos-left-minus-86 {
    left: -86px;
  }
  .tbx-pos-left-minus-87 {
    left: -87px;
  }
  .tbx-pos-left-minus-88 {
    left: -88px;
  }
  .tbx-pos-left-minus-89 {
    left: -89px;
  }
  .tbx-pos-left-minus-90 {
    left: -90px;
  }
  .tbx-pos-left-minus-91 {
    left: -91px;
  }
  .tbx-pos-left-minus-92 {
    left: -92px;
  }
  .tbx-pos-left-minus-93 {
    left: -93px;
  }
  .tbx-pos-left-minus-94 {
    left: -94px;
  }
  .tbx-pos-left-minus-95 {
    left: -95px;
  }
  .tbx-pos-left-minus-96 {
    left: -96px;
  }
  .tbx-pos-left-minus-97 {
    left: -97px;
  }
  .tbx-pos-left-minus-98 {
    left: -98px;
  }
  .tbx-pos-left-minus-99 {
    left: -99px;
  }
  .tbx-pos-left-minus-100 {
    left: -100px;
  }
  .tbx-pos-right-0 {
    right: 0px;
  }
  .tbx-pos-right-1 {
    right: 1px;
  }
  .tbx-pos-right-2 {
    right: 2px;
  }
  .tbx-pos-right-3 {
    right: 3px;
  }
  .tbx-pos-right-4 {
    right: 4px;
  }
  .tbx-pos-right-5 {
    right: 5px;
  }
  .tbx-pos-right-6 {
    right: 6px;
  }
  .tbx-pos-right-7 {
    right: 7px;
  }
  .tbx-pos-right-8 {
    right: 8px;
  }
  .tbx-pos-right-9 {
    right: 9px;
  }
  .tbx-pos-right-10 {
    right: 10px;
  }
  .tbx-pos-right-11 {
    right: 11px;
  }
  .tbx-pos-right-12 {
    right: 12px;
  }
  .tbx-pos-right-13 {
    right: 13px;
  }
  .tbx-pos-right-14 {
    right: 14px;
  }
  .tbx-pos-right-15 {
    right: 15px;
  }
  .tbx-pos-right-16 {
    right: 16px;
  }
  .tbx-pos-right-17 {
    right: 17px;
  }
  .tbx-pos-right-18 {
    right: 18px;
  }
  .tbx-pos-right-19 {
    right: 19px;
  }
  .tbx-pos-right-20 {
    right: 20px;
  }
  .tbx-pos-right-21 {
    right: 21px;
  }
  .tbx-pos-right-22 {
    right: 22px;
  }
  .tbx-pos-right-23 {
    right: 23px;
  }
  .tbx-pos-right-24 {
    right: 24px;
  }
  .tbx-pos-right-25 {
    right: 25px;
  }
  .tbx-pos-right-26 {
    right: 26px;
  }
  .tbx-pos-right-27 {
    right: 27px;
  }
  .tbx-pos-right-28 {
    right: 28px;
  }
  .tbx-pos-right-29 {
    right: 29px;
  }
  .tbx-pos-right-30 {
    right: 30px;
  }
  .tbx-pos-right-31 {
    right: 31px;
  }
  .tbx-pos-right-32 {
    right: 32px;
  }
  .tbx-pos-right-33 {
    right: 33px;
  }
  .tbx-pos-right-34 {
    right: 34px;
  }
  .tbx-pos-right-35 {
    right: 35px;
  }
  .tbx-pos-right-36 {
    right: 36px;
  }
  .tbx-pos-right-37 {
    right: 37px;
  }
  .tbx-pos-right-38 {
    right: 38px;
  }
  .tbx-pos-right-39 {
    right: 39px;
  }
  .tbx-pos-right-40 {
    right: 40px;
  }
  .tbx-pos-right-41 {
    right: 41px;
  }
  .tbx-pos-right-42 {
    right: 42px;
  }
  .tbx-pos-right-43 {
    right: 43px;
  }
  .tbx-pos-right-44 {
    right: 44px;
  }
  .tbx-pos-right-45 {
    right: 45px;
  }
  .tbx-pos-right-46 {
    right: 46px;
  }
  .tbx-pos-right-47 {
    right: 47px;
  }
  .tbx-pos-right-48 {
    right: 48px;
  }
  .tbx-pos-right-49 {
    right: 49px;
  }
  .tbx-pos-right-50 {
    right: 50px;
  }
  .tbx-pos-right-51 {
    right: 51px;
  }
  .tbx-pos-right-52 {
    right: 52px;
  }
  .tbx-pos-right-53 {
    right: 53px;
  }
  .tbx-pos-right-54 {
    right: 54px;
  }
  .tbx-pos-right-55 {
    right: 55px;
  }
  .tbx-pos-right-56 {
    right: 56px;
  }
  .tbx-pos-right-57 {
    right: 57px;
  }
  .tbx-pos-right-58 {
    right: 58px;
  }
  .tbx-pos-right-59 {
    right: 59px;
  }
  .tbx-pos-right-60 {
    right: 60px;
  }
  .tbx-pos-right-61 {
    right: 61px;
  }
  .tbx-pos-right-62 {
    right: 62px;
  }
  .tbx-pos-right-63 {
    right: 63px;
  }
  .tbx-pos-right-64 {
    right: 64px;
  }
  .tbx-pos-right-65 {
    right: 65px;
  }
  .tbx-pos-right-66 {
    right: 66px;
  }
  .tbx-pos-right-67 {
    right: 67px;
  }
  .tbx-pos-right-68 {
    right: 68px;
  }
  .tbx-pos-right-69 {
    right: 69px;
  }
  .tbx-pos-right-70 {
    right: 70px;
  }
  .tbx-pos-right-71 {
    right: 71px;
  }
  .tbx-pos-right-72 {
    right: 72px;
  }
  .tbx-pos-right-73 {
    right: 73px;
  }
  .tbx-pos-right-74 {
    right: 74px;
  }
  .tbx-pos-right-75 {
    right: 75px;
  }
  .tbx-pos-right-76 {
    right: 76px;
  }
  .tbx-pos-right-77 {
    right: 77px;
  }
  .tbx-pos-right-78 {
    right: 78px;
  }
  .tbx-pos-right-79 {
    right: 79px;
  }
  .tbx-pos-right-80 {
    right: 80px;
  }
  .tbx-pos-right-81 {
    right: 81px;
  }
  .tbx-pos-right-82 {
    right: 82px;
  }
  .tbx-pos-right-83 {
    right: 83px;
  }
  .tbx-pos-right-84 {
    right: 84px;
  }
  .tbx-pos-right-85 {
    right: 85px;
  }
  .tbx-pos-right-86 {
    right: 86px;
  }
  .tbx-pos-right-87 {
    right: 87px;
  }
  .tbx-pos-right-88 {
    right: 88px;
  }
  .tbx-pos-right-89 {
    right: 89px;
  }
  .tbx-pos-right-90 {
    right: 90px;
  }
  .tbx-pos-right-91 {
    right: 91px;
  }
  .tbx-pos-right-92 {
    right: 92px;
  }
  .tbx-pos-right-93 {
    right: 93px;
  }
  .tbx-pos-right-94 {
    right: 94px;
  }
  .tbx-pos-right-95 {
    right: 95px;
  }
  .tbx-pos-right-96 {
    right: 96px;
  }
  .tbx-pos-right-97 {
    right: 97px;
  }
  .tbx-pos-right-98 {
    right: 98px;
  }
  .tbx-pos-right-99 {
    right: 99px;
  }
  .tbx-pos-right-100 {
    right: 100px;
  }
  .tbx-pos-right-minus-0 {
    right: -0px;
  }
  .tbx-pos-right-minus-1 {
    right: -1px;
  }
  .tbx-pos-right-minus-2 {
    right: -2px;
  }
  .tbx-pos-right-minus-3 {
    right: -3px;
  }
  .tbx-pos-right-minus-4 {
    right: -4px;
  }
  .tbx-pos-right-minus-5 {
    right: -5px;
  }
  .tbx-pos-right-minus-6 {
    right: -6px;
  }
  .tbx-pos-right-minus-7 {
    right: -7px;
  }
  .tbx-pos-right-minus-8 {
    right: -8px;
  }
  .tbx-pos-right-minus-9 {
    right: -9px;
  }
  .tbx-pos-right-minus-10 {
    right: -10px;
  }
  .tbx-pos-right-minus-11 {
    right: -11px;
  }
  .tbx-pos-right-minus-12 {
    right: -12px;
  }
  .tbx-pos-right-minus-13 {
    right: -13px;
  }
  .tbx-pos-right-minus-14 {
    right: -14px;
  }
  .tbx-pos-right-minus-15 {
    right: -15px;
  }
  .tbx-pos-right-minus-16 {
    right: -16px;
  }
  .tbx-pos-right-minus-17 {
    right: -17px;
  }
  .tbx-pos-right-minus-18 {
    right: -18px;
  }
  .tbx-pos-right-minus-19 {
    right: -19px;
  }
  .tbx-pos-right-minus-20 {
    right: -20px;
  }
  .tbx-pos-right-percent-0 {
    right: 100%;
  }
  .tbx-pos-right-percent-1 {
    right: 100%;
  }
  .tbx-pos-right-percent-2 {
    right: 100%;
  }
  .tbx-pos-right-percent-3 {
    right: 100%;
  }
  .tbx-pos-right-percent-4 {
    right: 100%;
  }
  .tbx-pos-right-percent-5 {
    right: 100%;
  }
  .tbx-pos-right-percent-6 {
    right: 100%;
  }
  .tbx-pos-right-percent-7 {
    right: 100%;
  }
  .tbx-pos-right-percent-8 {
    right: 100%;
  }
  .tbx-pos-right-percent-9 {
    right: 100%;
  }
  .tbx-pos-right-percent-10 {
    right: 100%;
  }
  .tbx-pos-right-percent-11 {
    right: 100%;
  }
  .tbx-pos-right-percent-12 {
    right: 100%;
  }
  .tbx-pos-right-percent-13 {
    right: 100%;
  }
  .tbx-pos-right-percent-14 {
    right: 100%;
  }
  .tbx-pos-right-percent-15 {
    right: 100%;
  }
  .tbx-pos-right-percent-16 {
    right: 100%;
  }
  .tbx-pos-right-percent-17 {
    right: 100%;
  }
  .tbx-pos-right-percent-18 {
    right: 100%;
  }
  .tbx-pos-right-percent-19 {
    right: 100%;
  }
  .tbx-pos-right-percent-20 {
    right: 100%;
  }
  .tbx-pos-right-percent-21 {
    right: 100%;
  }
  .tbx-pos-right-percent-22 {
    right: 100%;
  }
  .tbx-pos-right-percent-23 {
    right: 100%;
  }
  .tbx-pos-right-percent-24 {
    right: 100%;
  }
  .tbx-pos-right-percent-25 {
    right: 100%;
  }
  .tbx-pos-right-percent-26 {
    right: 100%;
  }
  .tbx-pos-right-percent-27 {
    right: 100%;
  }
  .tbx-pos-right-percent-28 {
    right: 100%;
  }
  .tbx-pos-right-percent-29 {
    right: 100%;
  }
  .tbx-pos-right-percent-30 {
    right: 100%;
  }
  .tbx-pos-right-percent-31 {
    right: 100%;
  }
  .tbx-pos-right-percent-32 {
    right: 100%;
  }
  .tbx-pos-right-percent-33 {
    right: 100%;
  }
  .tbx-pos-right-percent-34 {
    right: 100%;
  }
  .tbx-pos-right-percent-35 {
    right: 100%;
  }
  .tbx-pos-right-percent-36 {
    right: 100%;
  }
  .tbx-pos-right-percent-37 {
    right: 100%;
  }
  .tbx-pos-right-percent-38 {
    right: 100%;
  }
  .tbx-pos-right-percent-39 {
    right: 100%;
  }
  .tbx-pos-right-percent-40 {
    right: 100%;
  }
  .tbx-pos-right-percent-41 {
    right: 100%;
  }
  .tbx-pos-right-percent-42 {
    right: 100%;
  }
  .tbx-pos-right-percent-43 {
    right: 100%;
  }
  .tbx-pos-right-percent-44 {
    right: 100%;
  }
  .tbx-pos-right-percent-45 {
    right: 100%;
  }
  .tbx-pos-right-percent-46 {
    right: 100%;
  }
  .tbx-pos-right-percent-47 {
    right: 100%;
  }
  .tbx-pos-right-percent-48 {
    right: 100%;
  }
  .tbx-pos-right-percent-49 {
    right: 100%;
  }
  .tbx-pos-right-percent-50 {
    right: 100%;
  }
  .tbx-pos-right-percent-51 {
    right: 100%;
  }
  .tbx-pos-right-percent-52 {
    right: 100%;
  }
  .tbx-pos-right-percent-53 {
    right: 100%;
  }
  .tbx-pos-right-percent-54 {
    right: 100%;
  }
  .tbx-pos-right-percent-55 {
    right: 100%;
  }
  .tbx-pos-right-percent-56 {
    right: 100%;
  }
  .tbx-pos-right-percent-57 {
    right: 100%;
  }
  .tbx-pos-right-percent-58 {
    right: 100%;
  }
  .tbx-pos-right-percent-59 {
    right: 100%;
  }
  .tbx-pos-right-percent-60 {
    right: 100%;
  }
  .tbx-pos-right-percent-61 {
    right: 100%;
  }
  .tbx-pos-right-percent-62 {
    right: 100%;
  }
  .tbx-pos-right-percent-63 {
    right: 100%;
  }
  .tbx-pos-right-percent-64 {
    right: 100%;
  }
  .tbx-pos-right-percent-65 {
    right: 100%;
  }
  .tbx-pos-right-percent-66 {
    right: 100%;
  }
  .tbx-pos-right-percent-67 {
    right: 100%;
  }
  .tbx-pos-right-percent-68 {
    right: 100%;
  }
  .tbx-pos-right-percent-69 {
    right: 100%;
  }
  .tbx-pos-right-percent-70 {
    right: 100%;
  }
  .tbx-pos-right-percent-71 {
    right: 100%;
  }
  .tbx-pos-right-percent-72 {
    right: 100%;
  }
  .tbx-pos-right-percent-73 {
    right: 100%;
  }
  .tbx-pos-right-percent-74 {
    right: 100%;
  }
  .tbx-pos-right-percent-75 {
    right: 100%;
  }
  .tbx-pos-right-percent-76 {
    right: 100%;
  }
  .tbx-pos-right-percent-77 {
    right: 100%;
  }
  .tbx-pos-right-percent-78 {
    right: 100%;
  }
  .tbx-pos-right-percent-79 {
    right: 100%;
  }
  .tbx-pos-right-percent-80 {
    right: 100%;
  }
  .tbx-pos-right-percent-81 {
    right: 100%;
  }
  .tbx-pos-right-percent-82 {
    right: 100%;
  }
  .tbx-pos-right-percent-83 {
    right: 100%;
  }
  .tbx-pos-right-percent-84 {
    right: 100%;
  }
  .tbx-pos-right-percent-85 {
    right: 100%;
  }
  .tbx-pos-right-percent-86 {
    right: 100%;
  }
  .tbx-pos-right-percent-87 {
    right: 100%;
  }
  .tbx-pos-right-percent-88 {
    right: 100%;
  }
  .tbx-pos-right-percent-89 {
    right: 100%;
  }
  .tbx-pos-right-percent-90 {
    right: 100%;
  }
  .tbx-pos-right-percent-91 {
    right: 100%;
  }
  .tbx-pos-right-percent-92 {
    right: 100%;
  }
  .tbx-pos-right-percent-93 {
    right: 100%;
  }
  .tbx-pos-right-percent-94 {
    right: 100%;
  }
  .tbx-pos-right-percent-95 {
    right: 100%;
  }
  .tbx-pos-right-percent-96 {
    right: 100%;
  }
  .tbx-pos-right-percent-97 {
    right: 100%;
  }
  .tbx-pos-right-percent-98 {
    right: 100%;
  }
  .tbx-pos-right-percent-99 {
    right: 100%;
  }
  .tbx-pos-right-percent-100 {
    right: 100%;
  }
  .tbx-pos-left-percent-0 {
    left: 100%;
  }
  .tbx-pos-left-percent-1 {
    left: 100%;
  }
  .tbx-pos-left-percent-2 {
    left: 100%;
  }
  .tbx-pos-left-percent-3 {
    left: 100%;
  }
  .tbx-pos-left-percent-4 {
    left: 100%;
  }
  .tbx-pos-left-percent-5 {
    left: 100%;
  }
  .tbx-pos-left-percent-6 {
    left: 100%;
  }
  .tbx-pos-left-percent-7 {
    left: 100%;
  }
  .tbx-pos-left-percent-8 {
    left: 100%;
  }
  .tbx-pos-left-percent-9 {
    left: 100%;
  }
  .tbx-pos-left-percent-10 {
    left: 100%;
  }
  .tbx-pos-left-percent-11 {
    left: 100%;
  }
  .tbx-pos-left-percent-12 {
    left: 100%;
  }
  .tbx-pos-left-percent-13 {
    left: 100%;
  }
  .tbx-pos-left-percent-14 {
    left: 100%;
  }
  .tbx-pos-left-percent-15 {
    left: 100%;
  }
  .tbx-pos-left-percent-16 {
    left: 100%;
  }
  .tbx-pos-left-percent-17 {
    left: 100%;
  }
  .tbx-pos-left-percent-18 {
    left: 100%;
  }
  .tbx-pos-left-percent-19 {
    left: 100%;
  }
  .tbx-pos-left-percent-20 {
    left: 100%;
  }
  .tbx-pos-left-percent-21 {
    left: 100%;
  }
  .tbx-pos-left-percent-22 {
    left: 100%;
  }
  .tbx-pos-left-percent-23 {
    left: 100%;
  }
  .tbx-pos-left-percent-24 {
    left: 100%;
  }
  .tbx-pos-left-percent-25 {
    left: 100%;
  }
  .tbx-pos-left-percent-26 {
    left: 100%;
  }
  .tbx-pos-left-percent-27 {
    left: 100%;
  }
  .tbx-pos-left-percent-28 {
    left: 100%;
  }
  .tbx-pos-left-percent-29 {
    left: 100%;
  }
  .tbx-pos-left-percent-30 {
    left: 100%;
  }
  .tbx-pos-left-percent-31 {
    left: 100%;
  }
  .tbx-pos-left-percent-32 {
    left: 100%;
  }
  .tbx-pos-left-percent-33 {
    left: 100%;
  }
  .tbx-pos-left-percent-34 {
    left: 100%;
  }
  .tbx-pos-left-percent-35 {
    left: 100%;
  }
  .tbx-pos-left-percent-36 {
    left: 100%;
  }
  .tbx-pos-left-percent-37 {
    left: 100%;
  }
  .tbx-pos-left-percent-38 {
    left: 100%;
  }
  .tbx-pos-left-percent-39 {
    left: 100%;
  }
  .tbx-pos-left-percent-40 {
    left: 100%;
  }
  .tbx-pos-left-percent-41 {
    left: 100%;
  }
  .tbx-pos-left-percent-42 {
    left: 100%;
  }
  .tbx-pos-left-percent-43 {
    left: 100%;
  }
  .tbx-pos-left-percent-44 {
    left: 100%;
  }
  .tbx-pos-left-percent-45 {
    left: 100%;
  }
  .tbx-pos-left-percent-46 {
    left: 100%;
  }
  .tbx-pos-left-percent-47 {
    left: 100%;
  }
  .tbx-pos-left-percent-48 {
    left: 100%;
  }
  .tbx-pos-left-percent-49 {
    left: 100%;
  }
  .tbx-pos-left-percent-50 {
    left: 100%;
  }
  .tbx-pos-left-percent-51 {
    left: 100%;
  }
  .tbx-pos-left-percent-52 {
    left: 100%;
  }
  .tbx-pos-left-percent-53 {
    left: 100%;
  }
  .tbx-pos-left-percent-54 {
    left: 100%;
  }
  .tbx-pos-left-percent-55 {
    left: 100%;
  }
  .tbx-pos-left-percent-56 {
    left: 100%;
  }
  .tbx-pos-left-percent-57 {
    left: 100%;
  }
  .tbx-pos-left-percent-58 {
    left: 100%;
  }
  .tbx-pos-left-percent-59 {
    left: 100%;
  }
  .tbx-pos-left-percent-60 {
    left: 100%;
  }
  .tbx-pos-left-percent-61 {
    left: 100%;
  }
  .tbx-pos-left-percent-62 {
    left: 100%;
  }
  .tbx-pos-left-percent-63 {
    left: 100%;
  }
  .tbx-pos-left-percent-64 {
    left: 100%;
  }
  .tbx-pos-left-percent-65 {
    left: 100%;
  }
  .tbx-pos-left-percent-66 {
    left: 100%;
  }
  .tbx-pos-left-percent-67 {
    left: 100%;
  }
  .tbx-pos-left-percent-68 {
    left: 100%;
  }
  .tbx-pos-left-percent-69 {
    left: 100%;
  }
  .tbx-pos-left-percent-70 {
    left: 100%;
  }
  .tbx-pos-left-percent-71 {
    left: 100%;
  }
  .tbx-pos-left-percent-72 {
    left: 100%;
  }
  .tbx-pos-left-percent-73 {
    left: 100%;
  }
  .tbx-pos-left-percent-74 {
    left: 100%;
  }
  .tbx-pos-left-percent-75 {
    left: 100%;
  }
  .tbx-pos-left-percent-76 {
    left: 100%;
  }
  .tbx-pos-left-percent-77 {
    left: 100%;
  }
  .tbx-pos-left-percent-78 {
    left: 100%;
  }
  .tbx-pos-left-percent-79 {
    left: 100%;
  }
  .tbx-pos-left-percent-80 {
    left: 100%;
  }
  .tbx-pos-left-percent-81 {
    left: 100%;
  }
  .tbx-pos-left-percent-82 {
    left: 100%;
  }
  .tbx-pos-left-percent-83 {
    left: 100%;
  }
  .tbx-pos-left-percent-84 {
    left: 100%;
  }
  .tbx-pos-left-percent-85 {
    left: 100%;
  }
  .tbx-pos-left-percent-86 {
    left: 100%;
  }
  .tbx-pos-left-percent-87 {
    left: 100%;
  }
  .tbx-pos-left-percent-88 {
    left: 100%;
  }
  .tbx-pos-left-percent-89 {
    left: 100%;
  }
  .tbx-pos-left-percent-90 {
    left: 100%;
  }
  .tbx-pos-left-percent-91 {
    left: 100%;
  }
  .tbx-pos-left-percent-92 {
    left: 100%;
  }
  .tbx-pos-left-percent-93 {
    left: 100%;
  }
  .tbx-pos-left-percent-94 {
    left: 100%;
  }
  .tbx-pos-left-percent-95 {
    left: 100%;
  }
  .tbx-pos-left-percent-96 {
    left: 100%;
  }
  .tbx-pos-left-percent-97 {
    left: 100%;
  }
  .tbx-pos-left-percent-98 {
    left: 100%;
  }
  .tbx-pos-left-percent-99 {
    left: 100%;
  }
  .tbx-pos-left-percent-100 {
    left: 100%;
  }
  .tbx-pos-left-minus-percent-0 {
    left: calc(-0%);
  }
  .tbx-pos-left-minus-percent-1 {
    left: calc(-1%);
  }
  .tbx-pos-left-minus-percent-2 {
    left: calc(-2%);
  }
  .tbx-pos-left-minus-percent-3 {
    left: calc(-3%);
  }
  .tbx-pos-left-minus-percent-4 {
    left: calc(-4%);
  }
  .tbx-pos-left-minus-percent-5 {
    left: calc(-5%);
  }
  .tbx-pos-left-minus-percent-6 {
    left: calc(-6%);
  }
  .tbx-pos-left-minus-percent-7 {
    left: calc(-7%);
  }
  .tbx-pos-left-minus-percent-8 {
    left: calc(-8%);
  }
  .tbx-pos-left-minus-percent-9 {
    left: calc(-9%);
  }
  .tbx-pos-left-minus-percent-10 {
    left: calc(-10%);
  }
  .tbx-pos-left-minus-percent-11 {
    left: calc(-11%);
  }
  .tbx-pos-left-minus-percent-12 {
    left: calc(-12%);
  }
  .tbx-pos-left-minus-percent-13 {
    left: calc(-13%);
  }
  .tbx-pos-left-minus-percent-14 {
    left: calc(-14%);
  }
  .tbx-pos-left-minus-percent-15 {
    left: calc(-15%);
  }
  .tbx-pos-left-minus-percent-16 {
    left: calc(-16%);
  }
  .tbx-pos-left-minus-percent-17 {
    left: calc(-17%);
  }
  .tbx-pos-left-minus-percent-18 {
    left: calc(-18%);
  }
  .tbx-pos-left-minus-percent-19 {
    left: calc(-19%);
  }
  .tbx-pos-left-minus-percent-20 {
    left: calc(-20%);
  }
  .tbx-pos-left-minus-percent-21 {
    left: calc(-21%);
  }
  .tbx-pos-left-minus-percent-22 {
    left: calc(-22%);
  }
  .tbx-pos-left-minus-percent-23 {
    left: calc(-23%);
  }
  .tbx-pos-left-minus-percent-24 {
    left: calc(-24%);
  }
  .tbx-pos-left-minus-percent-25 {
    left: calc(-25%);
  }
  .tbx-pos-left-minus-percent-26 {
    left: calc(-26%);
  }
  .tbx-pos-left-minus-percent-27 {
    left: calc(-27%);
  }
  .tbx-pos-left-minus-percent-28 {
    left: calc(-28%);
  }
  .tbx-pos-left-minus-percent-29 {
    left: calc(-29%);
  }
  .tbx-pos-left-minus-percent-30 {
    left: calc(-30%);
  }
  .tbx-pos-left-minus-percent-31 {
    left: calc(-31%);
  }
  .tbx-pos-left-minus-percent-32 {
    left: calc(-32%);
  }
  .tbx-pos-left-minus-percent-33 {
    left: calc(-33%);
  }
  .tbx-pos-left-minus-percent-34 {
    left: calc(-34%);
  }
  .tbx-pos-left-minus-percent-35 {
    left: calc(-35%);
  }
  .tbx-pos-left-minus-percent-36 {
    left: calc(-36%);
  }
  .tbx-pos-left-minus-percent-37 {
    left: calc(-37%);
  }
  .tbx-pos-left-minus-percent-38 {
    left: calc(-38%);
  }
  .tbx-pos-left-minus-percent-39 {
    left: calc(-39%);
  }
  .tbx-pos-left-minus-percent-40 {
    left: calc(-40%);
  }
  .tbx-pos-left-minus-percent-41 {
    left: calc(-41%);
  }
  .tbx-pos-left-minus-percent-42 {
    left: calc(-42%);
  }
  .tbx-pos-left-minus-percent-43 {
    left: calc(-43%);
  }
  .tbx-pos-left-minus-percent-44 {
    left: calc(-44%);
  }
  .tbx-pos-left-minus-percent-45 {
    left: calc(-45%);
  }
  .tbx-pos-left-minus-percent-46 {
    left: calc(-46%);
  }
  .tbx-pos-left-minus-percent-47 {
    left: calc(-47%);
  }
  .tbx-pos-left-minus-percent-48 {
    left: calc(-48%);
  }
  .tbx-pos-left-minus-percent-49 {
    left: calc(-49%);
  }
  .tbx-pos-left-minus-percent-50 {
    left: calc(-50%);
  }
  .tbx-pos-left-minus-percent-51 {
    left: calc(-51%);
  }
  .tbx-pos-left-minus-percent-52 {
    left: calc(-52%);
  }
  .tbx-pos-left-minus-percent-53 {
    left: calc(-53%);
  }
  .tbx-pos-left-minus-percent-54 {
    left: calc(-54%);
  }
  .tbx-pos-left-minus-percent-55 {
    left: calc(-55%);
  }
  .tbx-pos-left-minus-percent-56 {
    left: calc(-56%);
  }
  .tbx-pos-left-minus-percent-57 {
    left: calc(-57%);
  }
  .tbx-pos-left-minus-percent-58 {
    left: calc(-58%);
  }
  .tbx-pos-left-minus-percent-59 {
    left: calc(-59%);
  }
  .tbx-pos-left-minus-percent-60 {
    left: calc(-60%);
  }
  .tbx-pos-left-minus-percent-61 {
    left: calc(-61%);
  }
  .tbx-pos-left-minus-percent-62 {
    left: calc(-62%);
  }
  .tbx-pos-left-minus-percent-63 {
    left: calc(-63%);
  }
  .tbx-pos-left-minus-percent-64 {
    left: calc(-64%);
  }
  .tbx-pos-left-minus-percent-65 {
    left: calc(-65%);
  }
  .tbx-pos-left-minus-percent-66 {
    left: calc(-66%);
  }
  .tbx-pos-left-minus-percent-67 {
    left: calc(-67%);
  }
  .tbx-pos-left-minus-percent-68 {
    left: calc(-68%);
  }
  .tbx-pos-left-minus-percent-69 {
    left: calc(-69%);
  }
  .tbx-pos-left-minus-percent-70 {
    left: calc(-70%);
  }
  .tbx-pos-left-minus-percent-71 {
    left: calc(-71%);
  }
  .tbx-pos-left-minus-percent-72 {
    left: calc(-72%);
  }
  .tbx-pos-left-minus-percent-73 {
    left: calc(-73%);
  }
  .tbx-pos-left-minus-percent-74 {
    left: calc(-74%);
  }
  .tbx-pos-left-minus-percent-75 {
    left: calc(-75%);
  }
  .tbx-pos-left-minus-percent-76 {
    left: calc(-76%);
  }
  .tbx-pos-left-minus-percent-77 {
    left: calc(-77%);
  }
  .tbx-pos-left-minus-percent-78 {
    left: calc(-78%);
  }
  .tbx-pos-left-minus-percent-79 {
    left: calc(-79%);
  }
  .tbx-pos-left-minus-percent-80 {
    left: calc(-80%);
  }
  .tbx-pos-left-minus-percent-81 {
    left: calc(-81%);
  }
  .tbx-pos-left-minus-percent-82 {
    left: calc(-82%);
  }
  .tbx-pos-left-minus-percent-83 {
    left: calc(-83%);
  }
  .tbx-pos-left-minus-percent-84 {
    left: calc(-84%);
  }
  .tbx-pos-left-minus-percent-85 {
    left: calc(-85%);
  }
  .tbx-pos-left-minus-percent-86 {
    left: calc(-86%);
  }
  .tbx-pos-left-minus-percent-87 {
    left: calc(-87%);
  }
  .tbx-pos-left-minus-percent-88 {
    left: calc(-88%);
  }
  .tbx-pos-left-minus-percent-89 {
    left: calc(-89%);
  }
  .tbx-pos-left-minus-percent-90 {
    left: calc(-90%);
  }
  .tbx-pos-left-minus-percent-91 {
    left: calc(-91%);
  }
  .tbx-pos-left-minus-percent-92 {
    left: calc(-92%);
  }
  .tbx-pos-left-minus-percent-93 {
    left: calc(-93%);
  }
  .tbx-pos-left-minus-percent-94 {
    left: calc(-94%);
  }
  .tbx-pos-left-minus-percent-95 {
    left: calc(-95%);
  }
  .tbx-pos-left-minus-percent-96 {
    left: calc(-96%);
  }
  .tbx-pos-left-minus-percent-97 {
    left: calc(-97%);
  }
  .tbx-pos-left-minus-percent-98 {
    left: calc(-98%);
  }
  .tbx-pos-left-minus-percent-99 {
    left: calc(-99%);
  }
  .tbx-pos-left-minus-percent-100 {
    left: calc(-100%);
  }
  /*Inputs*/
  .tbx-input-height-30 {
    top: 30px;
  }
  .tbx-input-height-35 {
    top: 35px;
  }
  .tbx-input-height-40 {
    top: 40px;
  }
  .tbx-input-height-45 {
    top: 45px;
  }
  .tbx-input-height-50 {
    top: 50px;
  }
  .tbx-input-height-55 {
    top: 55px;
  }
  .tbx-input-height-60 {
    top: 60px;
  }
  .tbx-input-height-65 {
    top: 65px;
  }
  .tbx-input-height-70 {
    top: 70px;
  }
  .tbx-input-height-75 {
    top: 75px;
  }
  .tbx-textarea-height-100 {
    top: 100px;
  }
  .tbx-textarea-height-110 {
    top: 110px;
  }
  .tbx-textarea-height-120 {
    top: 120px;
  }
  .tbx-textarea-height-130 {
    top: 130px;
  }
  .tbx-textarea-height-140 {
    top: 140px;
  }
  .tbx-textarea-height-150 {
    top: 150px;
  }
  .tbx-textarea-height-160 {
    top: 160px;
  }
  .tbx-textarea-height-170 {
    top: 170px;
  }
  .tbx-textarea-height-180 {
    top: 180px;
  }
  .tbx-textarea-height-190 {
    top: 190px;
  }
  .tbx-textarea-height-200 {
    top: 200px;
  }
  .tbx-height-in-vh-10 {
    height: 10vh;
  }
  .tbx-height-in-vh-20 {
    height: 20vh;
  }
  .tbx-height-in-vh-30 {
    height: 30vh;
  }
  .tbx-height-in-vh-40 {
    height: 40vh;
  }
  .tbx-height-in-vh-50 {
    height: 50vh;
  }
  .tbx-height-in-vh-60 {
    height: 60vh;
  }
  .tbx-height-in-vh-70 {
    height: 70vh;
  }
  .tbx-height-in-vh-80 {
    height: 80vh;
  }
  .tbx-height-in-vh-90 {
    height: 90vh;
  }
  .tbx-height-in-vh-100 {
    height: 100vh;
  }
  .tbx-width-in-vw-10 {
    width: 10vw;
  }
  .tbx-width-in-vw-20 {
    width: 20vw;
  }
  .tbx-width-in-vw-30 {
    width: 30vw;
  }
  .tbx-width-in-vw-40 {
    width: 40vw;
  }
  .tbx-width-in-vw-50 {
    width: 50vw;
  }
  .tbx-width-in-vw-60 {
    width: 60vw;
  }
  .tbx-width-in-vw-70 {
    width: 70vw;
  }
  .tbx-width-in-vw-80 {
    width: 80vw;
  }
  .tbx-width-in-vw-90 {
    width: 90vw;
  }
  .tbx-width-in-vw-100 {
    width: 100vw;
  }
  .tbx-width-in-px-5 {
    width: 5px;
  }
  .tbx-width-in-px-10 {
    width: 10px;
  }
  .tbx-width-in-px-15 {
    width: 15px;
  }
  .tbx-width-in-px-20 {
    width: 20px;
  }
  .tbx-width-in-px-25 {
    width: 25px;
  }
  .tbx-width-in-px-30 {
    width: 30px;
  }
  .tbx-width-in-px-35 {
    width: 35px;
  }
  .tbx-width-in-px-40 {
    width: 40px;
  }
  .tbx-width-in-px-45 {
    width: 45px;
  }
  .tbx-width-in-px-50 {
    width: 50px;
  }
  .tbx-width-in-px-55 {
    width: 55px;
  }
  .tbx-width-in-px-60 {
    width: 60px;
  }
  .tbx-width-in-px-65 {
    width: 65px;
  }
  .tbx-width-in-px-70 {
    width: 70px;
  }
  .tbx-width-in-px-75 {
    width: 75px;
  }
  .tbx-width-in-px-80 {
    width: 80px;
  }
  .tbx-width-in-px-85 {
    width: 85px;
  }
  .tbx-width-in-px-90 {
    width: 90px;
  }
  .tbx-width-in-px-95 {
    width: 95px;
  }
  .tbx-width-in-px-100 {
    width: 100px;
  }
  .tbx-width-in-px-105 {
    width: 105px;
  }
  .tbx-width-in-px-110 {
    width: 110px;
  }
  .tbx-width-in-px-115 {
    width: 115px;
  }
  .tbx-width-in-px-120 {
    width: 120px;
  }
  .tbx-width-in-px-125 {
    width: 125px;
  }
  .tbx-width-in-px-130 {
    width: 130px;
  }
  .tbx-width-in-px-135 {
    width: 135px;
  }
  .tbx-width-in-px-140 {
    width: 140px;
  }
  .tbx-width-in-px-145 {
    width: 145px;
  }
  .tbx-width-in-px-150 {
    width: 150px;
  }
  .tbx-width-in-px-155 {
    width: 155px;
  }
  .tbx-width-in-px-160 {
    width: 160px;
  }
  .tbx-width-in-px-165 {
    width: 165px;
  }
  .tbx-width-in-px-170 {
    width: 170px;
  }
  .tbx-width-in-px-175 {
    width: 175px;
  }
  .tbx-width-in-px-180 {
    width: 180px;
  }
  .tbx-width-in-px-185 {
    width: 185px;
  }
  .tbx-width-in-px-190 {
    width: 190px;
  }
  .tbx-width-in-px-195 {
    width: 195px;
  }
  .tbx-width-in-px-200 {
    width: 200px;
  }
  .tbx-width-in-px-205 {
    width: 205px;
  }
  .tbx-width-in-px-210 {
    width: 210px;
  }
  .tbx-width-in-px-215 {
    width: 215px;
  }
  .tbx-width-in-px-220 {
    width: 220px;
  }
  .tbx-width-in-px-225 {
    width: 225px;
  }
  .tbx-width-in-px-230 {
    width: 230px;
  }
  .tbx-width-in-px-235 {
    width: 235px;
  }
  .tbx-width-in-px-240 {
    width: 240px;
  }
  .tbx-width-in-px-245 {
    width: 245px;
  }
  .tbx-width-in-px-250 {
    width: 250px;
  }
  .tbx-width-in-px-255 {
    width: 255px;
  }
  .tbx-width-in-px-260 {
    width: 260px;
  }
  .tbx-width-in-px-265 {
    width: 265px;
  }
  .tbx-width-in-px-270 {
    width: 270px;
  }
  .tbx-width-in-px-275 {
    width: 275px;
  }
  .tbx-width-in-px-280 {
    width: 280px;
  }
  .tbx-width-in-px-285 {
    width: 285px;
  }
  .tbx-width-in-px-290 {
    width: 290px;
  }
  .tbx-width-in-px-295 {
    width: 295px;
  }
  .tbx-width-in-px-300 {
    width: 300px;
  }
  .tbx-width-in-px-305 {
    width: 305px;
  }
  .tbx-width-in-px-310 {
    width: 310px;
  }
  .tbx-width-in-px-315 {
    width: 315px;
  }
  .tbx-width-in-px-320 {
    width: 320px;
  }
  .tbx-width-in-px-325 {
    width: 325px;
  }
  .tbx-width-in-px-330 {
    width: 330px;
  }
  .tbx-width-in-px-335 {
    width: 335px;
  }
  .tbx-width-in-px-340 {
    width: 340px;
  }
  .tbx-width-in-px-345 {
    width: 345px;
  }
  .tbx-width-in-px-350 {
    width: 350px;
  }
  .tbx-width-in-px-355 {
    width: 355px;
  }
  .tbx-width-in-px-360 {
    width: 360px;
  }
  .tbx-width-in-px-365 {
    width: 365px;
  }
  .tbx-width-in-px-370 {
    width: 370px;
  }
  .tbx-width-in-px-375 {
    width: 375px;
  }
  .tbx-width-in-px-380 {
    width: 380px;
  }
  .tbx-width-in-px-385 {
    width: 385px;
  }
  .tbx-width-in-px-390 {
    width: 390px;
  }
  .tbx-width-in-px-395 {
    width: 395px;
  }
  .tbx-width-in-px-400 {
    width: 400px;
  }
  .tbx-width-in-px-405 {
    width: 405px;
  }
  .tbx-width-in-px-410 {
    width: 410px;
  }
  .tbx-width-in-px-415 {
    width: 415px;
  }
  .tbx-width-in-px-420 {
    width: 420px;
  }
  .tbx-width-in-px-425 {
    width: 425px;
  }
  .tbx-width-in-px-430 {
    width: 430px;
  }
  .tbx-width-in-px-435 {
    width: 435px;
  }
  .tbx-width-in-px-440 {
    width: 440px;
  }
  .tbx-width-in-px-445 {
    width: 445px;
  }
  .tbx-width-in-px-450 {
    width: 450px;
  }
  .tbx-width-in-px-455 {
    width: 455px;
  }
  .tbx-width-in-px-460 {
    width: 460px;
  }
  .tbx-width-in-px-465 {
    width: 465px;
  }
  .tbx-width-in-px-470 {
    width: 470px;
  }
  .tbx-width-in-px-475 {
    width: 475px;
  }
  .tbx-width-in-px-480 {
    width: 480px;
  }
  .tbx-width-in-px-485 {
    width: 485px;
  }
  .tbx-width-in-px-490 {
    width: 490px;
  }
  .tbx-width-in-px-495 {
    width: 495px;
  }
  .tbx-width-in-px-500 {
    width: 500px;
  }
  .tbx-width-in-px-505 {
    width: 505px;
  }
  .tbx-width-in-px-510 {
    width: 510px;
  }
  .tbx-width-in-px-515 {
    width: 515px;
  }
  .tbx-width-in-px-520 {
    width: 520px;
  }
  .tbx-width-in-px-525 {
    width: 525px;
  }
  .tbx-width-in-px-530 {
    width: 530px;
  }
  .tbx-width-in-px-535 {
    width: 535px;
  }
  .tbx-width-in-px-540 {
    width: 540px;
  }
  .tbx-width-in-px-545 {
    width: 545px;
  }
  .tbx-width-in-px-550 {
    width: 550px;
  }
  .tbx-width-in-px-555 {
    width: 555px;
  }
  .tbx-width-in-px-560 {
    width: 560px;
  }
  .tbx-width-in-px-565 {
    width: 565px;
  }
  .tbx-width-in-px-570 {
    width: 570px;
  }
  .tbx-width-in-px-575 {
    width: 575px;
  }
  .tbx-width-in-px-580 {
    width: 580px;
  }
  .tbx-width-in-px-585 {
    width: 585px;
  }
  .tbx-width-in-px-590 {
    width: 590px;
  }
  .tbx-width-in-px-595 {
    width: 595px;
  }
  .tbx-width-in-px-600 {
    width: 600px;
  }
  .tbx-width-in-px-605 {
    width: 605px;
  }
  .tbx-width-in-px-610 {
    width: 610px;
  }
  .tbx-width-in-px-615 {
    width: 615px;
  }
  .tbx-width-in-px-620 {
    width: 620px;
  }
  .tbx-width-in-px-625 {
    width: 625px;
  }
  .tbx-width-in-px-630 {
    width: 630px;
  }
  .tbx-width-in-px-635 {
    width: 635px;
  }
  .tbx-width-in-px-640 {
    width: 640px;
  }
  .tbx-width-in-px-645 {
    width: 645px;
  }
  .tbx-width-in-px-650 {
    width: 650px;
  }
  .tbx-width-in-px-655 {
    width: 655px;
  }
  .tbx-width-in-px-660 {
    width: 660px;
  }
  .tbx-width-in-px-665 {
    width: 665px;
  }
  .tbx-width-in-px-670 {
    width: 670px;
  }
  .tbx-width-in-px-675 {
    width: 675px;
  }
  .tbx-width-in-px-680 {
    width: 680px;
  }
  .tbx-width-in-px-685 {
    width: 685px;
  }
  .tbx-width-in-px-690 {
    width: 690px;
  }
  .tbx-width-in-px-695 {
    width: 695px;
  }
  .tbx-width-in-px-700 {
    width: 700px;
  }
  .tbx-width-in-px-705 {
    width: 705px;
  }
  .tbx-width-in-px-710 {
    width: 710px;
  }
  .tbx-width-in-px-715 {
    width: 715px;
  }
  .tbx-width-in-px-720 {
    width: 720px;
  }
  .tbx-width-in-px-725 {
    width: 725px;
  }
  .tbx-width-in-px-730 {
    width: 730px;
  }
  .tbx-width-in-px-735 {
    width: 735px;
  }
  .tbx-width-in-px-740 {
    width: 740px;
  }
  .tbx-width-in-px-745 {
    width: 745px;
  }
  .tbx-width-in-px-750 {
    width: 750px;
  }
  .tbx-width-in-px-755 {
    width: 755px;
  }
  .tbx-width-in-px-760 {
    width: 760px;
  }
  .tbx-width-in-px-765 {
    width: 765px;
  }
  .tbx-width-in-px-770 {
    width: 770px;
  }
  .tbx-width-in-px-775 {
    width: 775px;
  }
  .tbx-width-in-px-780 {
    width: 780px;
  }
  .tbx-width-in-px-785 {
    width: 785px;
  }
  .tbx-width-in-px-790 {
    width: 790px;
  }
  .tbx-width-in-px-795 {
    width: 795px;
  }
  .tbx-width-in-px-800 {
    width: 800px;
  }
  .tbx-height-in-px-2 {
    height: 2px;
  }
  .tbx-height-in-px-4 {
    height: 4px;
  }
  .tbx-height-in-px-6 {
    height: 6px;
  }
  .tbx-height-in-px-8 {
    height: 8px;
  }
  .tbx-height-in-px-10 {
    height: 10px;
  }
  .tbx-height-in-px-12 {
    height: 12px;
  }
  .tbx-height-in-px-14 {
    height: 14px;
  }
  .tbx-height-in-px-16 {
    height: 16px;
  }
  .tbx-height-in-px-18 {
    height: 18px;
  }
  .tbx-height-in-px-20 {
    height: 20px;
  }
  .tbx-height-in-px-22 {
    height: 22px;
  }
  .tbx-height-in-px-24 {
    height: 24px;
  }
  .tbx-height-in-px-26 {
    height: 26px;
  }
  .tbx-height-in-px-28 {
    height: 28px;
  }
  .tbx-height-in-px-30 {
    height: 30px;
  }
  .tbx-height-in-px-32 {
    height: 32px;
  }
  .tbx-height-in-px-34 {
    height: 34px;
  }
  .tbx-height-in-px-36 {
    height: 36px;
  }
  .tbx-height-in-px-38 {
    height: 38px;
  }
  .tbx-height-in-px-40 {
    height: 40px;
  }
  .tbx-height-in-px-42 {
    height: 42px;
  }
  .tbx-height-in-px-44 {
    height: 44px;
  }
  .tbx-height-in-px-46 {
    height: 46px;
  }
  .tbx-height-in-px-48 {
    height: 48px;
  }
  .tbx-height-in-px-50 {
    height: 50px;
  }
  .tbx-height-in-px-52 {
    height: 52px;
  }
  .tbx-height-in-px-54 {
    height: 54px;
  }
  .tbx-height-in-px-56 {
    height: 56px;
  }
  .tbx-height-in-px-58 {
    height: 58px;
  }
  .tbx-height-in-px-60 {
    height: 60px;
  }
  .tbx-height-in-px-62 {
    height: 62px;
  }
  .tbx-height-in-px-64 {
    height: 64px;
  }
  .tbx-height-in-px-66 {
    height: 66px;
  }
  .tbx-height-in-px-68 {
    height: 68px;
  }
  .tbx-height-in-px-70 {
    height: 70px;
  }
  .tbx-height-in-px-72 {
    height: 72px;
  }
  .tbx-height-in-px-74 {
    height: 74px;
  }
  .tbx-height-in-px-76 {
    height: 76px;
  }
  .tbx-height-in-px-78 {
    height: 78px;
  }
  .tbx-height-in-px-80 {
    height: 80px;
  }
  .tbx-height-in-px-82 {
    height: 82px;
  }
  .tbx-height-in-px-84 {
    height: 84px;
  }
  .tbx-height-in-px-86 {
    height: 86px;
  }
  .tbx-height-in-px-88 {
    height: 88px;
  }
  .tbx-height-in-px-90 {
    height: 90px;
  }
  .tbx-height-in-px-92 {
    height: 92px;
  }
  .tbx-height-in-px-94 {
    height: 94px;
  }
  .tbx-height-in-px-96 {
    height: 96px;
  }
  .tbx-height-in-px-98 {
    height: 98px;
  }
  .tbx-height-in-px-100 {
    height: 100px;
  }
  .tbx-height-in-px-102 {
    height: 102px;
  }
  .tbx-height-in-px-104 {
    height: 104px;
  }
  .tbx-height-in-px-106 {
    height: 106px;
  }
  .tbx-height-in-px-108 {
    height: 108px;
  }
  .tbx-height-in-px-110 {
    height: 110px;
  }
  .tbx-height-in-px-112 {
    height: 112px;
  }
  .tbx-height-in-px-114 {
    height: 114px;
  }
  .tbx-height-in-px-116 {
    height: 116px;
  }
  .tbx-height-in-px-118 {
    height: 118px;
  }
  .tbx-height-in-px-120 {
    height: 120px;
  }
  .tbx-height-in-px-122 {
    height: 122px;
  }
  .tbx-height-in-px-124 {
    height: 124px;
  }
  .tbx-height-in-px-126 {
    height: 126px;
  }
  .tbx-height-in-px-128 {
    height: 128px;
  }
  .tbx-height-in-px-130 {
    height: 130px;
  }
  .tbx-height-in-px-132 {
    height: 132px;
  }
  .tbx-height-in-px-134 {
    height: 134px;
  }
  .tbx-height-in-px-136 {
    height: 136px;
  }
  .tbx-height-in-px-138 {
    height: 138px;
  }
  .tbx-height-in-px-140 {
    height: 140px;
  }
  .tbx-height-in-px-142 {
    height: 142px;
  }
  .tbx-height-in-px-144 {
    height: 144px;
  }
  .tbx-height-in-px-146 {
    height: 146px;
  }
  .tbx-height-in-px-148 {
    height: 148px;
  }
  .tbx-height-in-px-150 {
    height: 150px;
  }
  .tbx-height-in-px-152 {
    height: 152px;
  }
  .tbx-height-in-px-154 {
    height: 154px;
  }
  .tbx-height-in-px-156 {
    height: 156px;
  }
  .tbx-height-in-px-158 {
    height: 158px;
  }
  .tbx-height-in-px-160 {
    height: 160px;
  }
  .tbx-height-in-px-162 {
    height: 162px;
  }
  .tbx-height-in-px-164 {
    height: 164px;
  }
  .tbx-height-in-px-166 {
    height: 166px;
  }
  .tbx-height-in-px-168 {
    height: 168px;
  }
  .tbx-height-in-px-170 {
    height: 170px;
  }
  .tbx-height-in-px-172 {
    height: 172px;
  }
  .tbx-height-in-px-174 {
    height: 174px;
  }
  .tbx-height-in-px-176 {
    height: 176px;
  }
  .tbx-height-in-px-178 {
    height: 178px;
  }
  .tbx-height-in-px-180 {
    height: 180px;
  }
  .tbx-height-in-px-182 {
    height: 182px;
  }
  .tbx-height-in-px-184 {
    height: 184px;
  }
  .tbx-height-in-px-186 {
    height: 186px;
  }
  .tbx-height-in-px-188 {
    height: 188px;
  }
  .tbx-height-in-px-190 {
    height: 190px;
  }
  .tbx-height-in-px-192 {
    height: 192px;
  }
  .tbx-height-in-px-194 {
    height: 194px;
  }
  .tbx-height-in-px-196 {
    height: 196px;
  }
  .tbx-height-in-px-198 {
    height: 198px;
  }
  .tbx-height-in-px-200 {
    height: 200px;
  }
  .tbx-height-in-px-202 {
    height: 202px;
  }
  .tbx-height-in-px-204 {
    height: 204px;
  }
  .tbx-height-in-px-206 {
    height: 206px;
  }
  .tbx-height-in-px-208 {
    height: 208px;
  }
  .tbx-height-in-px-210 {
    height: 210px;
  }
  .tbx-height-in-px-212 {
    height: 212px;
  }
  .tbx-height-in-px-214 {
    height: 214px;
  }
  .tbx-height-in-px-216 {
    height: 216px;
  }
  .tbx-height-in-px-218 {
    height: 218px;
  }
  .tbx-height-in-px-220 {
    height: 220px;
  }
  .tbx-height-in-px-222 {
    height: 222px;
  }
  .tbx-height-in-px-224 {
    height: 224px;
  }
  .tbx-height-in-px-226 {
    height: 226px;
  }
  .tbx-height-in-px-228 {
    height: 228px;
  }
  .tbx-height-in-px-230 {
    height: 230px;
  }
  .tbx-height-in-px-232 {
    height: 232px;
  }
  .tbx-height-in-px-234 {
    height: 234px;
  }
  .tbx-height-in-px-236 {
    height: 236px;
  }
  .tbx-height-in-px-238 {
    height: 238px;
  }
  .tbx-height-in-px-240 {
    height: 240px;
  }
  .tbx-height-in-px-242 {
    height: 242px;
  }
  .tbx-height-in-px-244 {
    height: 244px;
  }
  .tbx-height-in-px-246 {
    height: 246px;
  }
  .tbx-height-in-px-248 {
    height: 248px;
  }
  .tbx-height-in-px-250 {
    height: 250px;
  }
  .tbx-height-in-px-252 {
    height: 252px;
  }
  .tbx-height-in-px-254 {
    height: 254px;
  }
  .tbx-height-in-px-256 {
    height: 256px;
  }
  .tbx-height-in-px-258 {
    height: 258px;
  }
  .tbx-height-in-px-260 {
    height: 260px;
  }
  .tbx-height-in-px-262 {
    height: 262px;
  }
  .tbx-height-in-px-264 {
    height: 264px;
  }
  .tbx-height-in-px-266 {
    height: 266px;
  }
  .tbx-height-in-px-268 {
    height: 268px;
  }
  .tbx-height-in-px-270 {
    height: 270px;
  }
  .tbx-height-in-px-272 {
    height: 272px;
  }
  .tbx-height-in-px-274 {
    height: 274px;
  }
  .tbx-height-in-px-276 {
    height: 276px;
  }
  .tbx-height-in-px-278 {
    height: 278px;
  }
  .tbx-height-in-px-280 {
    height: 280px;
  }
  .tbx-height-in-px-282 {
    height: 282px;
  }
  .tbx-height-in-px-284 {
    height: 284px;
  }
  .tbx-height-in-px-286 {
    height: 286px;
  }
  .tbx-height-in-px-288 {
    height: 288px;
  }
  .tbx-height-in-px-290 {
    height: 290px;
  }
  .tbx-height-in-px-292 {
    height: 292px;
  }
  .tbx-height-in-px-294 {
    height: 294px;
  }
  .tbx-height-in-px-296 {
    height: 296px;
  }
  .tbx-height-in-px-298 {
    height: 298px;
  }
  .tbx-height-in-px-300 {
    height: 300px;
  }
  .tbx-height-in-px-302 {
    height: 302px;
  }
  .tbx-height-in-px-304 {
    height: 304px;
  }
  .tbx-height-in-px-306 {
    height: 306px;
  }
  .tbx-height-in-px-308 {
    height: 308px;
  }
  .tbx-height-in-px-310 {
    height: 310px;
  }
  .tbx-height-in-px-312 {
    height: 312px;
  }
  .tbx-height-in-px-314 {
    height: 314px;
  }
  .tbx-height-in-px-316 {
    height: 316px;
  }
  .tbx-height-in-px-318 {
    height: 318px;
  }
  .tbx-height-in-px-320 {
    height: 320px;
  }
  .tbx-height-in-px-322 {
    height: 322px;
  }
  .tbx-height-in-px-324 {
    height: 324px;
  }
  .tbx-height-in-px-326 {
    height: 326px;
  }
  .tbx-height-in-px-328 {
    height: 328px;
  }
  .tbx-height-in-px-330 {
    height: 330px;
  }
  .tbx-height-in-px-332 {
    height: 332px;
  }
  .tbx-height-in-px-334 {
    height: 334px;
  }
  .tbx-height-in-px-336 {
    height: 336px;
  }
  .tbx-height-in-px-338 {
    height: 338px;
  }
  .tbx-height-in-px-340 {
    height: 340px;
  }
  .tbx-height-in-px-342 {
    height: 342px;
  }
  .tbx-height-in-px-344 {
    height: 344px;
  }
  .tbx-height-in-px-346 {
    height: 346px;
  }
  .tbx-height-in-px-348 {
    height: 348px;
  }
  .tbx-height-in-px-350 {
    height: 350px;
  }
  .tbx-height-in-px-352 {
    height: 352px;
  }
  .tbx-height-in-px-354 {
    height: 354px;
  }
  .tbx-height-in-px-356 {
    height: 356px;
  }
  .tbx-height-in-px-358 {
    height: 358px;
  }
  .tbx-height-in-px-360 {
    height: 360px;
  }
  .tbx-height-in-px-362 {
    height: 362px;
  }
  .tbx-height-in-px-364 {
    height: 364px;
  }
  .tbx-height-in-px-366 {
    height: 366px;
  }
  .tbx-height-in-px-368 {
    height: 368px;
  }
  .tbx-height-in-px-370 {
    height: 370px;
  }
  .tbx-height-in-px-372 {
    height: 372px;
  }
  .tbx-height-in-px-374 {
    height: 374px;
  }
  .tbx-height-in-px-376 {
    height: 376px;
  }
  .tbx-height-in-px-378 {
    height: 378px;
  }
  .tbx-height-in-px-380 {
    height: 380px;
  }
  .tbx-height-in-px-382 {
    height: 382px;
  }
  .tbx-height-in-px-384 {
    height: 384px;
  }
  .tbx-height-in-px-386 {
    height: 386px;
  }
  .tbx-height-in-px-388 {
    height: 388px;
  }
  .tbx-height-in-px-390 {
    height: 390px;
  }
  .tbx-height-in-px-392 {
    height: 392px;
  }
  .tbx-height-in-px-394 {
    height: 394px;
  }
  .tbx-height-in-px-396 {
    height: 396px;
  }
  .tbx-height-in-px-398 {
    height: 398px;
  }
  .tbx-height-in-px-400 {
    height: 400px;
  }
  .tbx-height-in-px-402 {
    height: 402px;
  }
  .tbx-height-in-px-404 {
    height: 404px;
  }
  .tbx-height-in-px-406 {
    height: 406px;
  }
  .tbx-height-in-px-408 {
    height: 408px;
  }
  .tbx-height-in-px-410 {
    height: 410px;
  }
  .tbx-height-in-px-412 {
    height: 412px;
  }
  .tbx-height-in-px-414 {
    height: 414px;
  }
  .tbx-height-in-px-416 {
    height: 416px;
  }
  .tbx-height-in-px-418 {
    height: 418px;
  }
  .tbx-height-in-px-420 {
    height: 420px;
  }
  .tbx-height-in-px-422 {
    height: 422px;
  }
  .tbx-height-in-px-424 {
    height: 424px;
  }
  .tbx-height-in-px-426 {
    height: 426px;
  }
  .tbx-height-in-px-428 {
    height: 428px;
  }
  .tbx-height-in-px-430 {
    height: 430px;
  }
  .tbx-height-in-px-432 {
    height: 432px;
  }
  .tbx-height-in-px-434 {
    height: 434px;
  }
  .tbx-height-in-px-436 {
    height: 436px;
  }
  .tbx-height-in-px-438 {
    height: 438px;
  }
  .tbx-height-in-px-440 {
    height: 440px;
  }
  .tbx-height-in-px-442 {
    height: 442px;
  }
  .tbx-height-in-px-444 {
    height: 444px;
  }
  .tbx-height-in-px-446 {
    height: 446px;
  }
  .tbx-height-in-px-448 {
    height: 448px;
  }
  .tbx-height-in-px-450 {
    height: 450px;
  }
  .tbx-height-in-px-452 {
    height: 452px;
  }
  .tbx-height-in-px-454 {
    height: 454px;
  }
  .tbx-height-in-px-456 {
    height: 456px;
  }
  .tbx-height-in-px-458 {
    height: 458px;
  }
  .tbx-height-in-px-460 {
    height: 460px;
  }
  .tbx-height-in-px-462 {
    height: 462px;
  }
  .tbx-height-in-px-464 {
    height: 464px;
  }
  .tbx-height-in-px-466 {
    height: 466px;
  }
  .tbx-height-in-px-468 {
    height: 468px;
  }
  .tbx-height-in-px-470 {
    height: 470px;
  }
  .tbx-height-in-px-472 {
    height: 472px;
  }
  .tbx-height-in-px-474 {
    height: 474px;
  }
  .tbx-height-in-px-476 {
    height: 476px;
  }
  .tbx-height-in-px-478 {
    height: 478px;
  }
  .tbx-height-in-px-480 {
    height: 480px;
  }
  .tbx-height-in-px-482 {
    height: 482px;
  }
  .tbx-height-in-px-484 {
    height: 484px;
  }
  .tbx-height-in-px-486 {
    height: 486px;
  }
  .tbx-height-in-px-488 {
    height: 488px;
  }
  .tbx-height-in-px-490 {
    height: 490px;
  }
  .tbx-height-in-px-492 {
    height: 492px;
  }
  .tbx-height-in-px-494 {
    height: 494px;
  }
  .tbx-height-in-px-496 {
    height: 496px;
  }
  .tbx-height-in-px-498 {
    height: 498px;
  }
  .tbx-height-in-px-500 {
    height: 500px;
  }
  .tbx-height-in-px-502 {
    height: 502px;
  }
  .tbx-height-in-px-504 {
    height: 504px;
  }
  .tbx-height-in-px-506 {
    height: 506px;
  }
  .tbx-height-in-px-508 {
    height: 508px;
  }
  .tbx-height-in-px-510 {
    height: 510px;
  }
  .tbx-height-in-px-512 {
    height: 512px;
  }
  .tbx-height-in-px-514 {
    height: 514px;
  }
  .tbx-height-in-px-516 {
    height: 516px;
  }
  .tbx-height-in-px-518 {
    height: 518px;
  }
  .tbx-height-in-px-520 {
    height: 520px;
  }
  .tbx-height-in-px-522 {
    height: 522px;
  }
  .tbx-height-in-px-524 {
    height: 524px;
  }
  .tbx-height-in-px-526 {
    height: 526px;
  }
  .tbx-height-in-px-528 {
    height: 528px;
  }
  .tbx-height-in-px-530 {
    height: 530px;
  }
  .tbx-height-in-px-532 {
    height: 532px;
  }
  .tbx-height-in-px-534 {
    height: 534px;
  }
  .tbx-height-in-px-536 {
    height: 536px;
  }
  .tbx-height-in-px-538 {
    height: 538px;
  }
  .tbx-height-in-px-540 {
    height: 540px;
  }
  .tbx-height-in-px-542 {
    height: 542px;
  }
  .tbx-height-in-px-544 {
    height: 544px;
  }
  .tbx-height-in-px-546 {
    height: 546px;
  }
  .tbx-height-in-px-548 {
    height: 548px;
  }
  .tbx-height-in-px-550 {
    height: 550px;
  }
  .tbx-height-in-px-552 {
    height: 552px;
  }
  .tbx-height-in-px-554 {
    height: 554px;
  }
  .tbx-height-in-px-556 {
    height: 556px;
  }
  .tbx-height-in-px-558 {
    height: 558px;
  }
  .tbx-height-in-px-560 {
    height: 560px;
  }
  .tbx-height-in-px-562 {
    height: 562px;
  }
  .tbx-height-in-px-564 {
    height: 564px;
  }
  .tbx-height-in-px-566 {
    height: 566px;
  }
  .tbx-height-in-px-568 {
    height: 568px;
  }
  .tbx-height-in-px-570 {
    height: 570px;
  }
  .tbx-height-in-px-572 {
    height: 572px;
  }
  .tbx-height-in-px-574 {
    height: 574px;
  }
  .tbx-height-in-px-576 {
    height: 576px;
  }
  .tbx-height-in-px-578 {
    height: 578px;
  }
  .tbx-height-in-px-580 {
    height: 580px;
  }
  .tbx-height-in-px-582 {
    height: 582px;
  }
  .tbx-height-in-px-584 {
    height: 584px;
  }
  .tbx-height-in-px-586 {
    height: 586px;
  }
  .tbx-height-in-px-588 {
    height: 588px;
  }
  .tbx-height-in-px-590 {
    height: 590px;
  }
  .tbx-height-in-px-592 {
    height: 592px;
  }
  .tbx-height-in-px-594 {
    height: 594px;
  }
  .tbx-height-in-px-596 {
    height: 596px;
  }
  .tbx-height-in-px-598 {
    height: 598px;
  }
  .tbx-height-in-px-600 {
    height: 600px;
  }
  .tbx-height-in-px-602 {
    height: 602px;
  }
  .tbx-height-in-px-604 {
    height: 604px;
  }
  .tbx-height-in-px-606 {
    height: 606px;
  }
  .tbx-height-in-px-608 {
    height: 608px;
  }
  .tbx-height-in-px-610 {
    height: 610px;
  }
  .tbx-height-in-px-612 {
    height: 612px;
  }
  .tbx-height-in-px-614 {
    height: 614px;
  }
  .tbx-height-in-px-616 {
    height: 616px;
  }
  .tbx-height-in-px-618 {
    height: 618px;
  }
  .tbx-height-in-px-620 {
    height: 620px;
  }
  .tbx-height-in-px-622 {
    height: 622px;
  }
  .tbx-height-in-px-624 {
    height: 624px;
  }
  .tbx-height-in-px-626 {
    height: 626px;
  }
  .tbx-height-in-px-628 {
    height: 628px;
  }
  .tbx-height-in-px-630 {
    height: 630px;
  }
  .tbx-height-in-px-632 {
    height: 632px;
  }
  .tbx-height-in-px-634 {
    height: 634px;
  }
  .tbx-height-in-px-636 {
    height: 636px;
  }
  .tbx-height-in-px-638 {
    height: 638px;
  }
  .tbx-height-in-px-640 {
    height: 640px;
  }
  .tbx-height-in-px-642 {
    height: 642px;
  }
  .tbx-height-in-px-644 {
    height: 644px;
  }
  .tbx-height-in-px-646 {
    height: 646px;
  }
  .tbx-height-in-px-648 {
    height: 648px;
  }
  .tbx-height-in-px-650 {
    height: 650px;
  }
  .tbx-height-in-px-652 {
    height: 652px;
  }
  .tbx-height-in-px-654 {
    height: 654px;
  }
  .tbx-height-in-px-656 {
    height: 656px;
  }
  .tbx-height-in-px-658 {
    height: 658px;
  }
  .tbx-height-in-px-660 {
    height: 660px;
  }
  .tbx-height-in-px-662 {
    height: 662px;
  }
  .tbx-height-in-px-664 {
    height: 664px;
  }
  .tbx-height-in-px-666 {
    height: 666px;
  }
  .tbx-height-in-px-668 {
    height: 668px;
  }
  .tbx-height-in-px-670 {
    height: 670px;
  }
  .tbx-height-in-px-672 {
    height: 672px;
  }
  .tbx-height-in-px-674 {
    height: 674px;
  }
  .tbx-height-in-px-676 {
    height: 676px;
  }
  .tbx-height-in-px-678 {
    height: 678px;
  }
  .tbx-height-in-px-680 {
    height: 680px;
  }
  .tbx-height-in-px-682 {
    height: 682px;
  }
  .tbx-height-in-px-684 {
    height: 684px;
  }
  .tbx-height-in-px-686 {
    height: 686px;
  }
  .tbx-height-in-px-688 {
    height: 688px;
  }
  .tbx-height-in-px-690 {
    height: 690px;
  }
  .tbx-height-in-px-692 {
    height: 692px;
  }
  .tbx-height-in-px-694 {
    height: 694px;
  }
  .tbx-height-in-px-696 {
    height: 696px;
  }
  .tbx-height-in-px-698 {
    height: 698px;
  }
  .tbx-height-in-px-700 {
    height: 700px;
  }
  .tbx-height-in-px-702 {
    height: 702px;
  }
  .tbx-height-in-px-704 {
    height: 704px;
  }
  .tbx-height-in-px-706 {
    height: 706px;
  }
  .tbx-height-in-px-708 {
    height: 708px;
  }
  .tbx-height-in-px-710 {
    height: 710px;
  }
  .tbx-height-in-px-712 {
    height: 712px;
  }
  .tbx-height-in-px-714 {
    height: 714px;
  }
  .tbx-height-in-px-716 {
    height: 716px;
  }
  .tbx-height-in-px-718 {
    height: 718px;
  }
  .tbx-height-in-px-720 {
    height: 720px;
  }
  .tbx-height-in-px-722 {
    height: 722px;
  }
  .tbx-height-in-px-724 {
    height: 724px;
  }
  .tbx-height-in-px-726 {
    height: 726px;
  }
  .tbx-height-in-px-728 {
    height: 728px;
  }
  .tbx-height-in-px-730 {
    height: 730px;
  }
  .tbx-height-in-px-732 {
    height: 732px;
  }
  .tbx-height-in-px-734 {
    height: 734px;
  }
  .tbx-height-in-px-736 {
    height: 736px;
  }
  .tbx-height-in-px-738 {
    height: 738px;
  }
  .tbx-height-in-px-740 {
    height: 740px;
  }
  .tbx-height-in-px-742 {
    height: 742px;
  }
  .tbx-height-in-px-744 {
    height: 744px;
  }
  .tbx-height-in-px-746 {
    height: 746px;
  }
  .tbx-height-in-px-748 {
    height: 748px;
  }
  .tbx-height-in-px-750 {
    height: 750px;
  }
  .tbx-height-in-px-752 {
    height: 752px;
  }
  .tbx-height-in-px-754 {
    height: 754px;
  }
  .tbx-height-in-px-756 {
    height: 756px;
  }
  .tbx-height-in-px-758 {
    height: 758px;
  }
  .tbx-height-in-px-760 {
    height: 760px;
  }
  .tbx-height-in-px-762 {
    height: 762px;
  }
  .tbx-height-in-px-764 {
    height: 764px;
  }
  .tbx-height-in-px-766 {
    height: 766px;
  }
  .tbx-height-in-px-768 {
    height: 768px;
  }
  .tbx-height-in-px-770 {
    height: 770px;
  }
  .tbx-height-in-px-772 {
    height: 772px;
  }
  .tbx-height-in-px-774 {
    height: 774px;
  }
  .tbx-height-in-px-776 {
    height: 776px;
  }
  .tbx-height-in-px-778 {
    height: 778px;
  }
  .tbx-height-in-px-780 {
    height: 780px;
  }
  .tbx-height-in-px-782 {
    height: 782px;
  }
  .tbx-height-in-px-784 {
    height: 784px;
  }
  .tbx-height-in-px-786 {
    height: 786px;
  }
  .tbx-height-in-px-788 {
    height: 788px;
  }
  .tbx-height-in-px-790 {
    height: 790px;
  }
  .tbx-height-in-px-792 {
    height: 792px;
  }
  .tbx-height-in-px-794 {
    height: 794px;
  }
  .tbx-height-in-px-796 {
    height: 796px;
  }
  .tbx-height-in-px-798 {
    height: 798px;
  }
  .tbx-height-in-px-800 {
    height: 800px;
  }
  .tbx-width-height-equal-in-px-1 {
    width: 1px;
    height: 1px;
  }
  .tbx-width-height-equal-in-px-2 {
    width: 2px;
    height: 2px;
  }
  .tbx-width-height-equal-in-px-3 {
    width: 3px;
    height: 3px;
  }
  .tbx-width-height-equal-in-px-4 {
    width: 4px;
    height: 4px;
  }
  .tbx-width-height-equal-in-px-5 {
    width: 5px;
    height: 5px;
  }
  .tbx-width-height-equal-in-px-6 {
    width: 6px;
    height: 6px;
  }
  .tbx-width-height-equal-in-px-7 {
    width: 7px;
    height: 7px;
  }
  .tbx-width-height-equal-in-px-8 {
    width: 8px;
    height: 8px;
  }
  .tbx-width-height-equal-in-px-9 {
    width: 9px;
    height: 9px;
  }
  .tbx-width-height-equal-in-px-10 {
    width: 10px;
    height: 10px;
  }
  .tbx-width-height-equal-in-px-11 {
    width: 11px;
    height: 11px;
  }
  .tbx-width-height-equal-in-px-12 {
    width: 12px;
    height: 12px;
  }
  .tbx-width-height-equal-in-px-13 {
    width: 13px;
    height: 13px;
  }
  .tbx-width-height-equal-in-px-14 {
    width: 14px;
    height: 14px;
  }
  .tbx-width-height-equal-in-px-15 {
    width: 15px;
    height: 15px;
  }
  .tbx-width-height-equal-in-px-16 {
    width: 16px;
    height: 16px;
  }
  .tbx-width-height-equal-in-px-17 {
    width: 17px;
    height: 17px;
  }
  .tbx-width-height-equal-in-px-18 {
    width: 18px;
    height: 18px;
  }
  .tbx-width-height-equal-in-px-19 {
    width: 19px;
    height: 19px;
  }
  .tbx-width-height-equal-in-px-20 {
    width: 20px;
    height: 20px;
  }
  .tbx-width-height-equal-in-px-21 {
    width: 21px;
    height: 21px;
  }
  .tbx-width-height-equal-in-px-22 {
    width: 22px;
    height: 22px;
  }
  .tbx-width-height-equal-in-px-23 {
    width: 23px;
    height: 23px;
  }
  .tbx-width-height-equal-in-px-24 {
    width: 24px;
    height: 24px;
  }
  .tbx-width-height-equal-in-px-25 {
    width: 25px;
    height: 25px;
  }
  .tbx-width-height-equal-in-px-26 {
    width: 26px;
    height: 26px;
  }
  .tbx-width-height-equal-in-px-27 {
    width: 27px;
    height: 27px;
  }
  .tbx-width-height-equal-in-px-28 {
    width: 28px;
    height: 28px;
  }
  .tbx-width-height-equal-in-px-29 {
    width: 29px;
    height: 29px;
  }
  .tbx-width-height-equal-in-px-30 {
    width: 30px;
    height: 30px;
  }
  .tbx-width-height-equal-in-px-31 {
    width: 31px;
    height: 31px;
  }
  .tbx-width-height-equal-in-px-32 {
    width: 32px;
    height: 32px;
  }
  .tbx-width-height-equal-in-px-33 {
    width: 33px;
    height: 33px;
  }
  .tbx-width-height-equal-in-px-34 {
    width: 34px;
    height: 34px;
  }
  .tbx-width-height-equal-in-px-35 {
    width: 35px;
    height: 35px;
  }
  .tbx-width-height-equal-in-px-36 {
    width: 36px;
    height: 36px;
  }
  .tbx-width-height-equal-in-px-37 {
    width: 37px;
    height: 37px;
  }
  .tbx-width-height-equal-in-px-38 {
    width: 38px;
    height: 38px;
  }
  .tbx-width-height-equal-in-px-39 {
    width: 39px;
    height: 39px;
  }
  .tbx-width-height-equal-in-px-40 {
    width: 40px;
    height: 40px;
  }
  .tbx-width-height-equal-in-px-41 {
    width: 41px;
    height: 41px;
  }
  .tbx-width-height-equal-in-px-42 {
    width: 42px;
    height: 42px;
  }
  .tbx-width-height-equal-in-px-43 {
    width: 43px;
    height: 43px;
  }
  .tbx-width-height-equal-in-px-44 {
    width: 44px;
    height: 44px;
  }
  .tbx-width-height-equal-in-px-45 {
    width: 45px;
    height: 45px;
  }
  .tbx-width-height-equal-in-px-46 {
    width: 46px;
    height: 46px;
  }
  .tbx-width-height-equal-in-px-47 {
    width: 47px;
    height: 47px;
  }
  .tbx-width-height-equal-in-px-48 {
    width: 48px;
    height: 48px;
  }
  .tbx-width-height-equal-in-px-49 {
    width: 49px;
    height: 49px;
  }
  .tbx-width-height-equal-in-px-50 {
    width: 50px;
    height: 50px;
  }
  .tbx-width-height-equal-in-px-51 {
    width: 51px;
    height: 51px;
  }
  .tbx-width-height-equal-in-px-52 {
    width: 52px;
    height: 52px;
  }
  .tbx-width-height-equal-in-px-53 {
    width: 53px;
    height: 53px;
  }
  .tbx-width-height-equal-in-px-54 {
    width: 54px;
    height: 54px;
  }
  .tbx-width-height-equal-in-px-55 {
    width: 55px;
    height: 55px;
  }
  .tbx-width-height-equal-in-px-56 {
    width: 56px;
    height: 56px;
  }
  .tbx-width-height-equal-in-px-57 {
    width: 57px;
    height: 57px;
  }
  .tbx-width-height-equal-in-px-58 {
    width: 58px;
    height: 58px;
  }
  .tbx-width-height-equal-in-px-59 {
    width: 59px;
    height: 59px;
  }
  .tbx-width-height-equal-in-px-60 {
    width: 60px;
    height: 60px;
  }
  .tbx-width-height-equal-in-px-61 {
    width: 61px;
    height: 61px;
  }
  .tbx-width-height-equal-in-px-62 {
    width: 62px;
    height: 62px;
  }
  .tbx-width-height-equal-in-px-63 {
    width: 63px;
    height: 63px;
  }
  .tbx-width-height-equal-in-px-64 {
    width: 64px;
    height: 64px;
  }
  .tbx-width-height-equal-in-px-65 {
    width: 65px;
    height: 65px;
  }
  .tbx-width-height-equal-in-px-66 {
    width: 66px;
    height: 66px;
  }
  .tbx-width-height-equal-in-px-67 {
    width: 67px;
    height: 67px;
  }
  .tbx-width-height-equal-in-px-68 {
    width: 68px;
    height: 68px;
  }
  .tbx-width-height-equal-in-px-69 {
    width: 69px;
    height: 69px;
  }
  .tbx-width-height-equal-in-px-70 {
    width: 70px;
    height: 70px;
  }
  .tbx-width-height-equal-in-px-71 {
    width: 71px;
    height: 71px;
  }
  .tbx-width-height-equal-in-px-72 {
    width: 72px;
    height: 72px;
  }
  .tbx-width-height-equal-in-px-73 {
    width: 73px;
    height: 73px;
  }
  .tbx-width-height-equal-in-px-74 {
    width: 74px;
    height: 74px;
  }
  .tbx-width-height-equal-in-px-75 {
    width: 75px;
    height: 75px;
  }
  .tbx-width-height-equal-in-px-76 {
    width: 76px;
    height: 76px;
  }
  .tbx-width-height-equal-in-px-77 {
    width: 77px;
    height: 77px;
  }
  .tbx-width-height-equal-in-px-78 {
    width: 78px;
    height: 78px;
  }
  .tbx-width-height-equal-in-px-79 {
    width: 79px;
    height: 79px;
  }
  .tbx-width-height-equal-in-px-80 {
    width: 80px;
    height: 80px;
  }
  .tbx-width-height-equal-in-px-81 {
    width: 81px;
    height: 81px;
  }
  .tbx-width-height-equal-in-px-82 {
    width: 82px;
    height: 82px;
  }
  .tbx-width-height-equal-in-px-83 {
    width: 83px;
    height: 83px;
  }
  .tbx-width-height-equal-in-px-84 {
    width: 84px;
    height: 84px;
  }
  .tbx-width-height-equal-in-px-85 {
    width: 85px;
    height: 85px;
  }
  .tbx-width-height-equal-in-px-86 {
    width: 86px;
    height: 86px;
  }
  .tbx-width-height-equal-in-px-87 {
    width: 87px;
    height: 87px;
  }
  .tbx-width-height-equal-in-px-88 {
    width: 88px;
    height: 88px;
  }
  .tbx-width-height-equal-in-px-89 {
    width: 89px;
    height: 89px;
  }
  .tbx-width-height-equal-in-px-90 {
    width: 90px;
    height: 90px;
  }
  .tbx-width-height-equal-in-px-91 {
    width: 91px;
    height: 91px;
  }
  .tbx-width-height-equal-in-px-92 {
    width: 92px;
    height: 92px;
  }
  .tbx-width-height-equal-in-px-93 {
    width: 93px;
    height: 93px;
  }
  .tbx-width-height-equal-in-px-94 {
    width: 94px;
    height: 94px;
  }
  .tbx-width-height-equal-in-px-95 {
    width: 95px;
    height: 95px;
  }
  .tbx-width-height-equal-in-px-96 {
    width: 96px;
    height: 96px;
  }
  .tbx-width-height-equal-in-px-97 {
    width: 97px;
    height: 97px;
  }
  .tbx-width-height-equal-in-px-98 {
    width: 98px;
    height: 98px;
  }
  .tbx-width-height-equal-in-px-99 {
    width: 99px;
    height: 99px;
  }
  .tbx-width-height-equal-in-px-100 {
    width: 100px;
    height: 100px;
  }
  .tbx-width-height-equal-in-px-101 {
    width: 101px;
    height: 101px;
  }
  .tbx-width-height-equal-in-px-102 {
    width: 102px;
    height: 102px;
  }
  .tbx-width-height-equal-in-px-103 {
    width: 103px;
    height: 103px;
  }
  .tbx-width-height-equal-in-px-104 {
    width: 104px;
    height: 104px;
  }
  .tbx-width-height-equal-in-px-105 {
    width: 105px;
    height: 105px;
  }
  .tbx-width-height-equal-in-px-106 {
    width: 106px;
    height: 106px;
  }
  .tbx-width-height-equal-in-px-107 {
    width: 107px;
    height: 107px;
  }
  .tbx-width-height-equal-in-px-108 {
    width: 108px;
    height: 108px;
  }
  .tbx-width-height-equal-in-px-109 {
    width: 109px;
    height: 109px;
  }
  .tbx-width-height-equal-in-px-110 {
    width: 110px;
    height: 110px;
  }
  .tbx-width-height-equal-in-px-111 {
    width: 111px;
    height: 111px;
  }
  .tbx-width-height-equal-in-px-112 {
    width: 112px;
    height: 112px;
  }
  .tbx-width-height-equal-in-px-113 {
    width: 113px;
    height: 113px;
  }
  .tbx-width-height-equal-in-px-114 {
    width: 114px;
    height: 114px;
  }
  .tbx-width-height-equal-in-px-115 {
    width: 115px;
    height: 115px;
  }
  .tbx-width-height-equal-in-px-116 {
    width: 116px;
    height: 116px;
  }
  .tbx-width-height-equal-in-px-117 {
    width: 117px;
    height: 117px;
  }
  .tbx-width-height-equal-in-px-118 {
    width: 118px;
    height: 118px;
  }
  .tbx-width-height-equal-in-px-119 {
    width: 119px;
    height: 119px;
  }
  .tbx-width-height-equal-in-px-120 {
    width: 120px;
    height: 120px;
  }
  .tbx-width-height-equal-in-px-121 {
    width: 121px;
    height: 121px;
  }
  .tbx-width-height-equal-in-px-122 {
    width: 122px;
    height: 122px;
  }
  .tbx-width-height-equal-in-px-123 {
    width: 123px;
    height: 123px;
  }
  .tbx-width-height-equal-in-px-124 {
    width: 124px;
    height: 124px;
  }
  .tbx-width-height-equal-in-px-125 {
    width: 125px;
    height: 125px;
  }
  .tbx-width-height-equal-in-px-126 {
    width: 126px;
    height: 126px;
  }
  .tbx-width-height-equal-in-px-127 {
    width: 127px;
    height: 127px;
  }
  .tbx-width-height-equal-in-px-128 {
    width: 128px;
    height: 128px;
  }
  .tbx-width-height-equal-in-px-129 {
    width: 129px;
    height: 129px;
  }
  .tbx-width-height-equal-in-px-130 {
    width: 130px;
    height: 130px;
  }
  .tbx-width-height-equal-in-px-131 {
    width: 131px;
    height: 131px;
  }
  .tbx-width-height-equal-in-px-132 {
    width: 132px;
    height: 132px;
  }
  .tbx-width-height-equal-in-px-133 {
    width: 133px;
    height: 133px;
  }
  .tbx-width-height-equal-in-px-134 {
    width: 134px;
    height: 134px;
  }
  .tbx-width-height-equal-in-px-135 {
    width: 135px;
    height: 135px;
  }
  .tbx-width-height-equal-in-px-136 {
    width: 136px;
    height: 136px;
  }
  .tbx-width-height-equal-in-px-137 {
    width: 137px;
    height: 137px;
  }
  .tbx-width-height-equal-in-px-138 {
    width: 138px;
    height: 138px;
  }
  .tbx-width-height-equal-in-px-139 {
    width: 139px;
    height: 139px;
  }
  .tbx-width-height-equal-in-px-140 {
    width: 140px;
    height: 140px;
  }
  .tbx-width-height-equal-in-px-141 {
    width: 141px;
    height: 141px;
  }
  .tbx-width-height-equal-in-px-142 {
    width: 142px;
    height: 142px;
  }
  .tbx-width-height-equal-in-px-143 {
    width: 143px;
    height: 143px;
  }
  .tbx-width-height-equal-in-px-144 {
    width: 144px;
    height: 144px;
  }
  .tbx-width-height-equal-in-px-145 {
    width: 145px;
    height: 145px;
  }
  .tbx-width-height-equal-in-px-146 {
    width: 146px;
    height: 146px;
  }
  .tbx-width-height-equal-in-px-147 {
    width: 147px;
    height: 147px;
  }
  .tbx-width-height-equal-in-px-148 {
    width: 148px;
    height: 148px;
  }
  .tbx-width-height-equal-in-px-149 {
    width: 149px;
    height: 149px;
  }
  .tbx-width-height-equal-in-px-150 {
    width: 150px;
    height: 150px;
  }
  .tbx-width-height-equal-in-px-151 {
    width: 151px;
    height: 151px;
  }
  .tbx-width-height-equal-in-px-152 {
    width: 152px;
    height: 152px;
  }
  .tbx-width-height-equal-in-px-153 {
    width: 153px;
    height: 153px;
  }
  .tbx-width-height-equal-in-px-154 {
    width: 154px;
    height: 154px;
  }
  .tbx-width-height-equal-in-px-155 {
    width: 155px;
    height: 155px;
  }
  .tbx-width-height-equal-in-px-156 {
    width: 156px;
    height: 156px;
  }
  .tbx-width-height-equal-in-px-157 {
    width: 157px;
    height: 157px;
  }
  .tbx-width-height-equal-in-px-158 {
    width: 158px;
    height: 158px;
  }
  .tbx-width-height-equal-in-px-159 {
    width: 159px;
    height: 159px;
  }
  .tbx-width-height-equal-in-px-160 {
    width: 160px;
    height: 160px;
  }
  .tbx-width-height-equal-in-px-161 {
    width: 161px;
    height: 161px;
  }
  .tbx-width-height-equal-in-px-162 {
    width: 162px;
    height: 162px;
  }
  .tbx-width-height-equal-in-px-163 {
    width: 163px;
    height: 163px;
  }
  .tbx-width-height-equal-in-px-164 {
    width: 164px;
    height: 164px;
  }
  .tbx-width-height-equal-in-px-165 {
    width: 165px;
    height: 165px;
  }
  .tbx-width-height-equal-in-px-166 {
    width: 166px;
    height: 166px;
  }
  .tbx-width-height-equal-in-px-167 {
    width: 167px;
    height: 167px;
  }
  .tbx-width-height-equal-in-px-168 {
    width: 168px;
    height: 168px;
  }
  .tbx-width-height-equal-in-px-169 {
    width: 169px;
    height: 169px;
  }
  .tbx-width-height-equal-in-px-170 {
    width: 170px;
    height: 170px;
  }
  .tbx-width-height-equal-in-px-171 {
    width: 171px;
    height: 171px;
  }
  .tbx-width-height-equal-in-px-172 {
    width: 172px;
    height: 172px;
  }
  .tbx-width-height-equal-in-px-173 {
    width: 173px;
    height: 173px;
  }
  .tbx-width-height-equal-in-px-174 {
    width: 174px;
    height: 174px;
  }
  .tbx-width-height-equal-in-px-175 {
    width: 175px;
    height: 175px;
  }
  .tbx-width-height-equal-in-px-176 {
    width: 176px;
    height: 176px;
  }
  .tbx-width-height-equal-in-px-177 {
    width: 177px;
    height: 177px;
  }
  .tbx-width-height-equal-in-px-178 {
    width: 178px;
    height: 178px;
  }
  .tbx-width-height-equal-in-px-179 {
    width: 179px;
    height: 179px;
  }
  .tbx-width-height-equal-in-px-180 {
    width: 180px;
    height: 180px;
  }
  .tbx-width-height-equal-in-px-181 {
    width: 181px;
    height: 181px;
  }
  .tbx-width-height-equal-in-px-182 {
    width: 182px;
    height: 182px;
  }
  .tbx-width-height-equal-in-px-183 {
    width: 183px;
    height: 183px;
  }
  .tbx-width-height-equal-in-px-184 {
    width: 184px;
    height: 184px;
  }
  .tbx-width-height-equal-in-px-185 {
    width: 185px;
    height: 185px;
  }
  .tbx-width-height-equal-in-px-186 {
    width: 186px;
    height: 186px;
  }
  .tbx-width-height-equal-in-px-187 {
    width: 187px;
    height: 187px;
  }
  .tbx-width-height-equal-in-px-188 {
    width: 188px;
    height: 188px;
  }
  .tbx-width-height-equal-in-px-189 {
    width: 189px;
    height: 189px;
  }
  .tbx-width-height-equal-in-px-190 {
    width: 190px;
    height: 190px;
  }
  .tbx-width-height-equal-in-px-191 {
    width: 191px;
    height: 191px;
  }
  .tbx-width-height-equal-in-px-192 {
    width: 192px;
    height: 192px;
  }
  .tbx-width-height-equal-in-px-193 {
    width: 193px;
    height: 193px;
  }
  .tbx-width-height-equal-in-px-194 {
    width: 194px;
    height: 194px;
  }
  .tbx-width-height-equal-in-px-195 {
    width: 195px;
    height: 195px;
  }
  .tbx-width-height-equal-in-px-196 {
    width: 196px;
    height: 196px;
  }
  .tbx-width-height-equal-in-px-197 {
    width: 197px;
    height: 197px;
  }
  .tbx-width-height-equal-in-px-198 {
    width: 198px;
    height: 198px;
  }
  .tbx-width-height-equal-in-px-199 {
    width: 199px;
    height: 199px;
  }
  .tbx-width-height-equal-in-px-200 {
    width: 200px;
    height: 200px;
  }
  .tbx-transform-translate-minus-top-1 {
    transform: translateY(calc(-100% / 1));
  }
  .tbx-transform-translate-minus-top-2 {
    transform: translateY(calc(-100% / 2));
  }
  .tbx-transform-translate-minus-top-3 {
    transform: translateY(calc(-100% / 3));
  }
  .tbx-transform-translate-minus-top-4 {
    transform: translateY(calc(-100% / 4));
  }
  .tbx-transform-translate-minus-top-5 {
    transform: translateY(calc(-100% / 5));
  }
  .tbx-transform-translate-minus-top-6 {
    transform: translateY(calc(-100% / 6));
  }
  .tbx-transform-translate-minus-top-7 {
    transform: translateY(calc(-100% / 7));
  }
  .tbx-transform-translate-minus-top-8 {
    transform: translateY(calc(-100% / 8));
  }
  .tbx-transform-translate-minus-top-9 {
    transform: translateY(calc(-100% / 9));
  }
  .tbx-transform-translate-minus-top-10 {
    transform: translateY(calc(-100% / 10));
  }
  .tbx-transform-translate-minus-top-11 {
    transform: translateY(calc(-100% / 11));
  }
  .tbx-transform-translate-minus-top-12 {
    transform: translateY(calc(-100% / 12));
  }
  .tbx-transform-translate-minus-top-13 {
    transform: translateY(calc(-100% / 13));
  }
  .tbx-transform-translate-minus-top-14 {
    transform: translateY(calc(-100% / 14));
  }
  .tbx-transform-translate-minus-top-15 {
    transform: translateY(calc(-100% / 15));
  }
  .tbx-transform-translate-minus-top-16 {
    transform: translateY(calc(-100% / 16));
  }
  .tbx-transform-translate-minus-top-17 {
    transform: translateY(calc(-100% / 17));
  }
  .tbx-transform-translate-minus-top-18 {
    transform: translateY(calc(-100% / 18));
  }
  .tbx-transform-translate-minus-top-19 {
    transform: translateY(calc(-100% / 19));
  }
  .tbx-transform-translate-minus-top-20 {
    transform: translateY(calc(-100% / 20));
  }
  .tbx-transform-translate-minus-top-21 {
    transform: translateY(calc(-100% / 21));
  }
  .tbx-transform-translate-minus-top-22 {
    transform: translateY(calc(-100% / 22));
  }
  .tbx-transform-translate-minus-top-23 {
    transform: translateY(calc(-100% / 23));
  }
  .tbx-transform-translate-minus-top-24 {
    transform: translateY(calc(-100% / 24));
  }
  .tbx-transform-translate-minus-top-25 {
    transform: translateY(calc(-100% / 25));
  }
  .tbx-transform-translate-minus-top-26 {
    transform: translateY(calc(-100% / 26));
  }
  .tbx-transform-translate-minus-top-27 {
    transform: translateY(calc(-100% / 27));
  }
  .tbx-transform-translate-minus-top-28 {
    transform: translateY(calc(-100% / 28));
  }
  .tbx-transform-translate-minus-top-29 {
    transform: translateY(calc(-100% / 29));
  }
  .tbx-transform-translate-minus-top-30 {
    transform: translateY(calc(-100% / 30));
  }
  .tbx-transform-translate-minus-top-31 {
    transform: translateY(calc(-100% / 31));
  }
  .tbx-transform-translate-minus-top-32 {
    transform: translateY(calc(-100% / 32));
  }
  .tbx-transform-translate-minus-top-33 {
    transform: translateY(calc(-100% / 33));
  }
  .tbx-transform-translate-minus-top-34 {
    transform: translateY(calc(-100% / 34));
  }
  .tbx-transform-translate-minus-top-35 {
    transform: translateY(calc(-100% / 35));
  }
  .tbx-transform-translate-minus-top-36 {
    transform: translateY(calc(-100% / 36));
  }
  .tbx-transform-translate-minus-top-37 {
    transform: translateY(calc(-100% / 37));
  }
  .tbx-transform-translate-minus-top-38 {
    transform: translateY(calc(-100% / 38));
  }
  .tbx-transform-translate-minus-top-39 {
    transform: translateY(calc(-100% / 39));
  }
  .tbx-transform-translate-minus-top-40 {
    transform: translateY(calc(-100% / 40));
  }
  .tbx-transform-translate-minus-top-41 {
    transform: translateY(calc(-100% / 41));
  }
  .tbx-transform-translate-minus-top-42 {
    transform: translateY(calc(-100% / 42));
  }
  .tbx-transform-translate-minus-top-43 {
    transform: translateY(calc(-100% / 43));
  }
  .tbx-transform-translate-minus-top-44 {
    transform: translateY(calc(-100% / 44));
  }
  .tbx-transform-translate-minus-top-45 {
    transform: translateY(calc(-100% / 45));
  }
  .tbx-transform-translate-minus-top-46 {
    transform: translateY(calc(-100% / 46));
  }
  .tbx-transform-translate-minus-top-47 {
    transform: translateY(calc(-100% / 47));
  }
  .tbx-transform-translate-minus-top-48 {
    transform: translateY(calc(-100% / 48));
  }
  .tbx-transform-translate-minus-top-49 {
    transform: translateY(calc(-100% / 49));
  }
  .tbx-transform-translate-minus-top-50 {
    transform: translateY(calc(-100% / 50));
  }
  .tbx-transform-translate-minus-top-51 {
    transform: translateY(calc(-100% / 51));
  }
  .tbx-transform-translate-minus-top-52 {
    transform: translateY(calc(-100% / 52));
  }
  .tbx-transform-translate-minus-top-53 {
    transform: translateY(calc(-100% / 53));
  }
  .tbx-transform-translate-minus-top-54 {
    transform: translateY(calc(-100% / 54));
  }
  .tbx-transform-translate-minus-top-55 {
    transform: translateY(calc(-100% / 55));
  }
  .tbx-transform-translate-minus-top-56 {
    transform: translateY(calc(-100% / 56));
  }
  .tbx-transform-translate-minus-top-57 {
    transform: translateY(calc(-100% / 57));
  }
  .tbx-transform-translate-minus-top-58 {
    transform: translateY(calc(-100% / 58));
  }
  .tbx-transform-translate-minus-top-59 {
    transform: translateY(calc(-100% / 59));
  }
  .tbx-transform-translate-minus-top-60 {
    transform: translateY(calc(-100% / 60));
  }
  .tbx-transform-translate-minus-top-61 {
    transform: translateY(calc(-100% / 61));
  }
  .tbx-transform-translate-minus-top-62 {
    transform: translateY(calc(-100% / 62));
  }
  .tbx-transform-translate-minus-top-63 {
    transform: translateY(calc(-100% / 63));
  }
  .tbx-transform-translate-minus-top-64 {
    transform: translateY(calc(-100% / 64));
  }
  .tbx-transform-translate-minus-top-65 {
    transform: translateY(calc(-100% / 65));
  }
  .tbx-transform-translate-minus-top-66 {
    transform: translateY(calc(-100% / 66));
  }
  .tbx-transform-translate-minus-top-67 {
    transform: translateY(calc(-100% / 67));
  }
  .tbx-transform-translate-minus-top-68 {
    transform: translateY(calc(-100% / 68));
  }
  .tbx-transform-translate-minus-top-69 {
    transform: translateY(calc(-100% / 69));
  }
  .tbx-transform-translate-minus-top-70 {
    transform: translateY(calc(-100% / 70));
  }
  .tbx-transform-translate-minus-top-71 {
    transform: translateY(calc(-100% / 71));
  }
  .tbx-transform-translate-minus-top-72 {
    transform: translateY(calc(-100% / 72));
  }
  .tbx-transform-translate-minus-top-73 {
    transform: translateY(calc(-100% / 73));
  }
  .tbx-transform-translate-minus-top-74 {
    transform: translateY(calc(-100% / 74));
  }
  .tbx-transform-translate-minus-top-75 {
    transform: translateY(calc(-100% / 75));
  }
  .tbx-transform-translate-minus-top-76 {
    transform: translateY(calc(-100% / 76));
  }
  .tbx-transform-translate-minus-top-77 {
    transform: translateY(calc(-100% / 77));
  }
  .tbx-transform-translate-minus-top-78 {
    transform: translateY(calc(-100% / 78));
  }
  .tbx-transform-translate-minus-top-79 {
    transform: translateY(calc(-100% / 79));
  }
  .tbx-transform-translate-minus-top-80 {
    transform: translateY(calc(-100% / 80));
  }
  .tbx-transform-translate-minus-top-81 {
    transform: translateY(calc(-100% / 81));
  }
  .tbx-transform-translate-minus-top-82 {
    transform: translateY(calc(-100% / 82));
  }
  .tbx-transform-translate-minus-top-83 {
    transform: translateY(calc(-100% / 83));
  }
  .tbx-transform-translate-minus-top-84 {
    transform: translateY(calc(-100% / 84));
  }
  .tbx-transform-translate-minus-top-85 {
    transform: translateY(calc(-100% / 85));
  }
  .tbx-transform-translate-minus-top-86 {
    transform: translateY(calc(-100% / 86));
  }
  .tbx-transform-translate-minus-top-87 {
    transform: translateY(calc(-100% / 87));
  }
  .tbx-transform-translate-minus-top-88 {
    transform: translateY(calc(-100% / 88));
  }
  .tbx-transform-translate-minus-top-89 {
    transform: translateY(calc(-100% / 89));
  }
  .tbx-transform-translate-minus-top-90 {
    transform: translateY(calc(-100% / 90));
  }
  .tbx-transform-translate-minus-top-91 {
    transform: translateY(calc(-100% / 91));
  }
  .tbx-transform-translate-minus-top-92 {
    transform: translateY(calc(-100% / 92));
  }
  .tbx-transform-translate-minus-top-93 {
    transform: translateY(calc(-100% / 93));
  }
  .tbx-transform-translate-minus-top-94 {
    transform: translateY(calc(-100% / 94));
  }
  .tbx-transform-translate-minus-top-95 {
    transform: translateY(calc(-100% / 95));
  }
  .tbx-transform-translate-minus-top-96 {
    transform: translateY(calc(-100% / 96));
  }
  .tbx-transform-translate-minus-top-97 {
    transform: translateY(calc(-100% / 97));
  }
  .tbx-transform-translate-minus-top-98 {
    transform: translateY(calc(-100% / 98));
  }
  .tbx-transform-translate-minus-top-99 {
    transform: translateY(calc(-100% / 99));
  }
  .tbx-transform-translate-minus-top-100 {
    transform: translateY(calc(-100% / 100));
  }
  .tbx-transform-translate-top-1 {
    transform: translateY(1px);
  }
  .tbx-transform-translate-top-2 {
    transform: translateY(2px);
  }
  .tbx-transform-translate-top-3 {
    transform: translateY(3px);
  }
  .tbx-transform-translate-top-4 {
    transform: translateY(4px);
  }
  .tbx-transform-translate-top-5 {
    transform: translateY(5px);
  }
  .tbx-transform-translate-top-6 {
    transform: translateY(6px);
  }
  .tbx-transform-translate-top-7 {
    transform: translateY(7px);
  }
  .tbx-transform-translate-top-8 {
    transform: translateY(8px);
  }
  .tbx-transform-translate-top-9 {
    transform: translateY(9px);
  }
  .tbx-transform-translate-top-10 {
    transform: translateY(10px);
  }
  .tbx-transform-translate-top-11 {
    transform: translateY(11px);
  }
  .tbx-transform-translate-top-12 {
    transform: translateY(12px);
  }
  .tbx-transform-translate-top-13 {
    transform: translateY(13px);
  }
  .tbx-transform-translate-top-14 {
    transform: translateY(14px);
  }
  .tbx-transform-translate-top-15 {
    transform: translateY(15px);
  }
  .tbx-transform-translate-top-16 {
    transform: translateY(16px);
  }
  .tbx-transform-translate-top-17 {
    transform: translateY(17px);
  }
  .tbx-transform-translate-top-18 {
    transform: translateY(18px);
  }
  .tbx-transform-translate-top-19 {
    transform: translateY(19px);
  }
  .tbx-transform-translate-top-20 {
    transform: translateY(20px);
  }
  .tbx-transform-translate-top-21 {
    transform: translateY(21px);
  }
  .tbx-transform-translate-top-22 {
    transform: translateY(22px);
  }
  .tbx-transform-translate-top-23 {
    transform: translateY(23px);
  }
  .tbx-transform-translate-top-24 {
    transform: translateY(24px);
  }
  .tbx-transform-translate-top-25 {
    transform: translateY(25px);
  }
  .tbx-transform-translate-top-26 {
    transform: translateY(26px);
  }
  .tbx-transform-translate-top-27 {
    transform: translateY(27px);
  }
  .tbx-transform-translate-top-28 {
    transform: translateY(28px);
  }
  .tbx-transform-translate-top-29 {
    transform: translateY(29px);
  }
  .tbx-transform-translate-top-30 {
    transform: translateY(30px);
  }
  .tbx-transform-translate-top-31 {
    transform: translateY(31px);
  }
  .tbx-transform-translate-top-32 {
    transform: translateY(32px);
  }
  .tbx-transform-translate-top-33 {
    transform: translateY(33px);
  }
  .tbx-transform-translate-top-34 {
    transform: translateY(34px);
  }
  .tbx-transform-translate-top-35 {
    transform: translateY(35px);
  }
  .tbx-transform-translate-top-36 {
    transform: translateY(36px);
  }
  .tbx-transform-translate-top-37 {
    transform: translateY(37px);
  }
  .tbx-transform-translate-top-38 {
    transform: translateY(38px);
  }
  .tbx-transform-translate-top-39 {
    transform: translateY(39px);
  }
  .tbx-transform-translate-top-40 {
    transform: translateY(40px);
  }
  .tbx-transform-translate-top-41 {
    transform: translateY(41px);
  }
  .tbx-transform-translate-top-42 {
    transform: translateY(42px);
  }
  .tbx-transform-translate-top-43 {
    transform: translateY(43px);
  }
  .tbx-transform-translate-top-44 {
    transform: translateY(44px);
  }
  .tbx-transform-translate-top-45 {
    transform: translateY(45px);
  }
  .tbx-transform-translate-top-46 {
    transform: translateY(46px);
  }
  .tbx-transform-translate-top-47 {
    transform: translateY(47px);
  }
  .tbx-transform-translate-top-48 {
    transform: translateY(48px);
  }
  .tbx-transform-translate-top-49 {
    transform: translateY(49px);
  }
  .tbx-transform-translate-top-50 {
    transform: translateY(50px);
  }
  .tbx-transform-translate-top-51 {
    transform: translateY(51px);
  }
  .tbx-transform-translate-top-52 {
    transform: translateY(52px);
  }
  .tbx-transform-translate-top-53 {
    transform: translateY(53px);
  }
  .tbx-transform-translate-top-54 {
    transform: translateY(54px);
  }
  .tbx-transform-translate-top-55 {
    transform: translateY(55px);
  }
  .tbx-transform-translate-top-56 {
    transform: translateY(56px);
  }
  .tbx-transform-translate-top-57 {
    transform: translateY(57px);
  }
  .tbx-transform-translate-top-58 {
    transform: translateY(58px);
  }
  .tbx-transform-translate-top-59 {
    transform: translateY(59px);
  }
  .tbx-transform-translate-top-60 {
    transform: translateY(60px);
  }
  .tbx-transform-translate-top-61 {
    transform: translateY(61px);
  }
  .tbx-transform-translate-top-62 {
    transform: translateY(62px);
  }
  .tbx-transform-translate-top-63 {
    transform: translateY(63px);
  }
  .tbx-transform-translate-top-64 {
    transform: translateY(64px);
  }
  .tbx-transform-translate-top-65 {
    transform: translateY(65px);
  }
  .tbx-transform-translate-top-66 {
    transform: translateY(66px);
  }
  .tbx-transform-translate-top-67 {
    transform: translateY(67px);
  }
  .tbx-transform-translate-top-68 {
    transform: translateY(68px);
  }
  .tbx-transform-translate-top-69 {
    transform: translateY(69px);
  }
  .tbx-transform-translate-top-70 {
    transform: translateY(70px);
  }
  .tbx-transform-translate-top-71 {
    transform: translateY(71px);
  }
  .tbx-transform-translate-top-72 {
    transform: translateY(72px);
  }
  .tbx-transform-translate-top-73 {
    transform: translateY(73px);
  }
  .tbx-transform-translate-top-74 {
    transform: translateY(74px);
  }
  .tbx-transform-translate-top-75 {
    transform: translateY(75px);
  }
  .tbx-transform-translate-top-76 {
    transform: translateY(76px);
  }
  .tbx-transform-translate-top-77 {
    transform: translateY(77px);
  }
  .tbx-transform-translate-top-78 {
    transform: translateY(78px);
  }
  .tbx-transform-translate-top-79 {
    transform: translateY(79px);
  }
  .tbx-transform-translate-top-80 {
    transform: translateY(80px);
  }
  .tbx-transform-translate-top-81 {
    transform: translateY(81px);
  }
  .tbx-transform-translate-top-82 {
    transform: translateY(82px);
  }
  .tbx-transform-translate-top-83 {
    transform: translateY(83px);
  }
  .tbx-transform-translate-top-84 {
    transform: translateY(84px);
  }
  .tbx-transform-translate-top-85 {
    transform: translateY(85px);
  }
  .tbx-transform-translate-top-86 {
    transform: translateY(86px);
  }
  .tbx-transform-translate-top-87 {
    transform: translateY(87px);
  }
  .tbx-transform-translate-top-88 {
    transform: translateY(88px);
  }
  .tbx-transform-translate-top-89 {
    transform: translateY(89px);
  }
  .tbx-transform-translate-top-90 {
    transform: translateY(90px);
  }
  .tbx-transform-translate-top-91 {
    transform: translateY(91px);
  }
  .tbx-transform-translate-top-92 {
    transform: translateY(92px);
  }
  .tbx-transform-translate-top-93 {
    transform: translateY(93px);
  }
  .tbx-transform-translate-top-94 {
    transform: translateY(94px);
  }
  .tbx-transform-translate-top-95 {
    transform: translateY(95px);
  }
  .tbx-transform-translate-top-96 {
    transform: translateY(96px);
  }
  .tbx-transform-translate-top-97 {
    transform: translateY(97px);
  }
  .tbx-transform-translate-top-98 {
    transform: translateY(98px);
  }
  .tbx-transform-translate-top-99 {
    transform: translateY(99px);
  }
  .tbx-transform-translate-top-100 {
    transform: translateY(100px);
  }
  .tbx-rotate-1 {
    transform: rotate(1deg);
  }
  .tbx-rotate-2 {
    transform: rotate(2deg);
  }
  .tbx-rotate-3 {
    transform: rotate(3deg);
  }
  .tbx-rotate-4 {
    transform: rotate(4deg);
  }
  .tbx-rotate-5 {
    transform: rotate(5deg);
  }
  .tbx-rotate-6 {
    transform: rotate(6deg);
  }
  .tbx-rotate-7 {
    transform: rotate(7deg);
  }
  .tbx-rotate-8 {
    transform: rotate(8deg);
  }
  .tbx-rotate-9 {
    transform: rotate(9deg);
  }
  .tbx-rotate-10 {
    transform: rotate(10deg);
  }
  .tbx-rotate-11 {
    transform: rotate(11deg);
  }
  .tbx-rotate-12 {
    transform: rotate(12deg);
  }
  .tbx-rotate-13 {
    transform: rotate(13deg);
  }
  .tbx-rotate-14 {
    transform: rotate(14deg);
  }
  .tbx-rotate-15 {
    transform: rotate(15deg);
  }
  .tbx-rotate-16 {
    transform: rotate(16deg);
  }
  .tbx-rotate-17 {
    transform: rotate(17deg);
  }
  .tbx-rotate-18 {
    transform: rotate(18deg);
  }
  .tbx-rotate-19 {
    transform: rotate(19deg);
  }
  .tbx-rotate-20 {
    transform: rotate(20deg);
  }
  .tbx-rotate-21 {
    transform: rotate(21deg);
  }
  .tbx-rotate-22 {
    transform: rotate(22deg);
  }
  .tbx-rotate-23 {
    transform: rotate(23deg);
  }
  .tbx-rotate-24 {
    transform: rotate(24deg);
  }
  .tbx-rotate-25 {
    transform: rotate(25deg);
  }
  .tbx-rotate-26 {
    transform: rotate(26deg);
  }
  .tbx-rotate-27 {
    transform: rotate(27deg);
  }
  .tbx-rotate-28 {
    transform: rotate(28deg);
  }
  .tbx-rotate-29 {
    transform: rotate(29deg);
  }
  .tbx-rotate-30 {
    transform: rotate(30deg);
  }
  .tbx-rotate-31 {
    transform: rotate(31deg);
  }
  .tbx-rotate-32 {
    transform: rotate(32deg);
  }
  .tbx-rotate-33 {
    transform: rotate(33deg);
  }
  .tbx-rotate-34 {
    transform: rotate(34deg);
  }
  .tbx-rotate-35 {
    transform: rotate(35deg);
  }
  .tbx-rotate-36 {
    transform: rotate(36deg);
  }
  .tbx-rotate-37 {
    transform: rotate(37deg);
  }
  .tbx-rotate-38 {
    transform: rotate(38deg);
  }
  .tbx-rotate-39 {
    transform: rotate(39deg);
  }
  .tbx-rotate-40 {
    transform: rotate(40deg);
  }
  .tbx-rotate-41 {
    transform: rotate(41deg);
  }
  .tbx-rotate-42 {
    transform: rotate(42deg);
  }
  .tbx-rotate-43 {
    transform: rotate(43deg);
  }
  .tbx-rotate-44 {
    transform: rotate(44deg);
  }
  .tbx-rotate-45 {
    transform: rotate(45deg);
  }
  .tbx-rotate-46 {
    transform: rotate(46deg);
  }
  .tbx-rotate-47 {
    transform: rotate(47deg);
  }
  .tbx-rotate-48 {
    transform: rotate(48deg);
  }
  .tbx-rotate-49 {
    transform: rotate(49deg);
  }
  .tbx-rotate-50 {
    transform: rotate(50deg);
  }
  .tbx-rotate-51 {
    transform: rotate(51deg);
  }
  .tbx-rotate-52 {
    transform: rotate(52deg);
  }
  .tbx-rotate-53 {
    transform: rotate(53deg);
  }
  .tbx-rotate-54 {
    transform: rotate(54deg);
  }
  .tbx-rotate-55 {
    transform: rotate(55deg);
  }
  .tbx-rotate-56 {
    transform: rotate(56deg);
  }
  .tbx-rotate-57 {
    transform: rotate(57deg);
  }
  .tbx-rotate-58 {
    transform: rotate(58deg);
  }
  .tbx-rotate-59 {
    transform: rotate(59deg);
  }
  .tbx-rotate-60 {
    transform: rotate(60deg);
  }
  .tbx-rotate-61 {
    transform: rotate(61deg);
  }
  .tbx-rotate-62 {
    transform: rotate(62deg);
  }
  .tbx-rotate-63 {
    transform: rotate(63deg);
  }
  .tbx-rotate-64 {
    transform: rotate(64deg);
  }
  .tbx-rotate-65 {
    transform: rotate(65deg);
  }
  .tbx-rotate-66 {
    transform: rotate(66deg);
  }
  .tbx-rotate-67 {
    transform: rotate(67deg);
  }
  .tbx-rotate-68 {
    transform: rotate(68deg);
  }
  .tbx-rotate-69 {
    transform: rotate(69deg);
  }
  .tbx-rotate-70 {
    transform: rotate(70deg);
  }
  .tbx-rotate-71 {
    transform: rotate(71deg);
  }
  .tbx-rotate-72 {
    transform: rotate(72deg);
  }
  .tbx-rotate-73 {
    transform: rotate(73deg);
  }
  .tbx-rotate-74 {
    transform: rotate(74deg);
  }
  .tbx-rotate-75 {
    transform: rotate(75deg);
  }
  .tbx-rotate-76 {
    transform: rotate(76deg);
  }
  .tbx-rotate-77 {
    transform: rotate(77deg);
  }
  .tbx-rotate-78 {
    transform: rotate(78deg);
  }
  .tbx-rotate-79 {
    transform: rotate(79deg);
  }
  .tbx-rotate-80 {
    transform: rotate(80deg);
  }
  .tbx-rotate-81 {
    transform: rotate(81deg);
  }
  .tbx-rotate-82 {
    transform: rotate(82deg);
  }
  .tbx-rotate-83 {
    transform: rotate(83deg);
  }
  .tbx-rotate-84 {
    transform: rotate(84deg);
  }
  .tbx-rotate-85 {
    transform: rotate(85deg);
  }
  .tbx-rotate-86 {
    transform: rotate(86deg);
  }
  .tbx-rotate-87 {
    transform: rotate(87deg);
  }
  .tbx-rotate-88 {
    transform: rotate(88deg);
  }
  .tbx-rotate-89 {
    transform: rotate(89deg);
  }
  .tbx-rotate-90 {
    transform: rotate(90deg);
  }
  .tbx-rotate-91 {
    transform: rotate(91deg);
  }
  .tbx-rotate-92 {
    transform: rotate(92deg);
  }
  .tbx-rotate-93 {
    transform: rotate(93deg);
  }
  .tbx-rotate-94 {
    transform: rotate(94deg);
  }
  .tbx-rotate-95 {
    transform: rotate(95deg);
  }
  .tbx-rotate-96 {
    transform: rotate(96deg);
  }
  .tbx-rotate-97 {
    transform: rotate(97deg);
  }
  .tbx-rotate-98 {
    transform: rotate(98deg);
  }
  .tbx-rotate-99 {
    transform: rotate(99deg);
  }
  .tbx-rotate-100 {
    transform: rotate(100deg);
  }
  .tbx-rotate-minus-1 {
    transform: rotate(-1deg);
  }
  .tbx-rotate-minus-2 {
    transform: rotate(-2deg);
  }
  .tbx-rotate-minus-3 {
    transform: rotate(-3deg);
  }
  .tbx-rotate-minus-4 {
    transform: rotate(-4deg);
  }
  .tbx-rotate-minus-5 {
    transform: rotate(-5deg);
  }
  .tbx-rotate-minus-6 {
    transform: rotate(-6deg);
  }
  .tbx-rotate-minus-7 {
    transform: rotate(-7deg);
  }
  .tbx-rotate-minus-8 {
    transform: rotate(-8deg);
  }
  .tbx-rotate-minus-9 {
    transform: rotate(-9deg);
  }
  .tbx-rotate-minus-10 {
    transform: rotate(-10deg);
  }
  .tbx-rotate-minus-11 {
    transform: rotate(-11deg);
  }
  .tbx-rotate-minus-12 {
    transform: rotate(-12deg);
  }
  .tbx-rotate-minus-13 {
    transform: rotate(-13deg);
  }
  .tbx-rotate-minus-14 {
    transform: rotate(-14deg);
  }
  .tbx-rotate-minus-15 {
    transform: rotate(-15deg);
  }
  .tbx-rotate-minus-16 {
    transform: rotate(-16deg);
  }
  .tbx-rotate-minus-17 {
    transform: rotate(-17deg);
  }
  .tbx-rotate-minus-18 {
    transform: rotate(-18deg);
  }
  .tbx-rotate-minus-19 {
    transform: rotate(-19deg);
  }
  .tbx-rotate-minus-20 {
    transform: rotate(-20deg);
  }
  .tbx-rotate-minus-21 {
    transform: rotate(-21deg);
  }
  .tbx-rotate-minus-22 {
    transform: rotate(-22deg);
  }
  .tbx-rotate-minus-23 {
    transform: rotate(-23deg);
  }
  .tbx-rotate-minus-24 {
    transform: rotate(-24deg);
  }
  .tbx-rotate-minus-25 {
    transform: rotate(-25deg);
  }
  .tbx-rotate-minus-26 {
    transform: rotate(-26deg);
  }
  .tbx-rotate-minus-27 {
    transform: rotate(-27deg);
  }
  .tbx-rotate-minus-28 {
    transform: rotate(-28deg);
  }
  .tbx-rotate-minus-29 {
    transform: rotate(-29deg);
  }
  .tbx-rotate-minus-30 {
    transform: rotate(-30deg);
  }
  .tbx-rotate-minus-31 {
    transform: rotate(-31deg);
  }
  .tbx-rotate-minus-32 {
    transform: rotate(-32deg);
  }
  .tbx-rotate-minus-33 {
    transform: rotate(-33deg);
  }
  .tbx-rotate-minus-34 {
    transform: rotate(-34deg);
  }
  .tbx-rotate-minus-35 {
    transform: rotate(-35deg);
  }
  .tbx-rotate-minus-36 {
    transform: rotate(-36deg);
  }
  .tbx-rotate-minus-37 {
    transform: rotate(-37deg);
  }
  .tbx-rotate-minus-38 {
    transform: rotate(-38deg);
  }
  .tbx-rotate-minus-39 {
    transform: rotate(-39deg);
  }
  .tbx-rotate-minus-40 {
    transform: rotate(-40deg);
  }
  .tbx-rotate-minus-41 {
    transform: rotate(-41deg);
  }
  .tbx-rotate-minus-42 {
    transform: rotate(-42deg);
  }
  .tbx-rotate-minus-43 {
    transform: rotate(-43deg);
  }
  .tbx-rotate-minus-44 {
    transform: rotate(-44deg);
  }
  .tbx-rotate-minus-45 {
    transform: rotate(-45deg);
  }
  .tbx-rotate-minus-46 {
    transform: rotate(-46deg);
  }
  .tbx-rotate-minus-47 {
    transform: rotate(-47deg);
  }
  .tbx-rotate-minus-48 {
    transform: rotate(-48deg);
  }
  .tbx-rotate-minus-49 {
    transform: rotate(-49deg);
  }
  .tbx-rotate-minus-50 {
    transform: rotate(-50deg);
  }
  .tbx-rotate-minus-51 {
    transform: rotate(-51deg);
  }
  .tbx-rotate-minus-52 {
    transform: rotate(-52deg);
  }
  .tbx-rotate-minus-53 {
    transform: rotate(-53deg);
  }
  .tbx-rotate-minus-54 {
    transform: rotate(-54deg);
  }
  .tbx-rotate-minus-55 {
    transform: rotate(-55deg);
  }
  .tbx-rotate-minus-56 {
    transform: rotate(-56deg);
  }
  .tbx-rotate-minus-57 {
    transform: rotate(-57deg);
  }
  .tbx-rotate-minus-58 {
    transform: rotate(-58deg);
  }
  .tbx-rotate-minus-59 {
    transform: rotate(-59deg);
  }
  .tbx-rotate-minus-60 {
    transform: rotate(-60deg);
  }
  .tbx-rotate-minus-61 {
    transform: rotate(-61deg);
  }
  .tbx-rotate-minus-62 {
    transform: rotate(-62deg);
  }
  .tbx-rotate-minus-63 {
    transform: rotate(-63deg);
  }
  .tbx-rotate-minus-64 {
    transform: rotate(-64deg);
  }
  .tbx-rotate-minus-65 {
    transform: rotate(-65deg);
  }
  .tbx-rotate-minus-66 {
    transform: rotate(-66deg);
  }
  .tbx-rotate-minus-67 {
    transform: rotate(-67deg);
  }
  .tbx-rotate-minus-68 {
    transform: rotate(-68deg);
  }
  .tbx-rotate-minus-69 {
    transform: rotate(-69deg);
  }
  .tbx-rotate-minus-70 {
    transform: rotate(-70deg);
  }
  .tbx-rotate-minus-71 {
    transform: rotate(-71deg);
  }
  .tbx-rotate-minus-72 {
    transform: rotate(-72deg);
  }
  .tbx-rotate-minus-73 {
    transform: rotate(-73deg);
  }
  .tbx-rotate-minus-74 {
    transform: rotate(-74deg);
  }
  .tbx-rotate-minus-75 {
    transform: rotate(-75deg);
  }
  .tbx-rotate-minus-76 {
    transform: rotate(-76deg);
  }
  .tbx-rotate-minus-77 {
    transform: rotate(-77deg);
  }
  .tbx-rotate-minus-78 {
    transform: rotate(-78deg);
  }
  .tbx-rotate-minus-79 {
    transform: rotate(-79deg);
  }
  .tbx-rotate-minus-80 {
    transform: rotate(-80deg);
  }
  .tbx-rotate-minus-81 {
    transform: rotate(-81deg);
  }
  .tbx-rotate-minus-82 {
    transform: rotate(-82deg);
  }
  .tbx-rotate-minus-83 {
    transform: rotate(-83deg);
  }
  .tbx-rotate-minus-84 {
    transform: rotate(-84deg);
  }
  .tbx-rotate-minus-85 {
    transform: rotate(-85deg);
  }
  .tbx-rotate-minus-86 {
    transform: rotate(-86deg);
  }
  .tbx-rotate-minus-87 {
    transform: rotate(-87deg);
  }
  .tbx-rotate-minus-88 {
    transform: rotate(-88deg);
  }
  .tbx-rotate-minus-89 {
    transform: rotate(-89deg);
  }
  .tbx-rotate-minus-90 {
    transform: rotate(-90deg);
  }
  .tbx-rotate-minus-91 {
    transform: rotate(-91deg);
  }
  .tbx-rotate-minus-92 {
    transform: rotate(-92deg);
  }
  .tbx-rotate-minus-93 {
    transform: rotate(-93deg);
  }
  .tbx-rotate-minus-94 {
    transform: rotate(-94deg);
  }
  .tbx-rotate-minus-95 {
    transform: rotate(-95deg);
  }
  .tbx-rotate-minus-96 {
    transform: rotate(-96deg);
  }
  .tbx-rotate-minus-97 {
    transform: rotate(-97deg);
  }
  .tbx-rotate-minus-98 {
    transform: rotate(-98deg);
  }
  .tbx-rotate-minus-99 {
    transform: rotate(-99deg);
  }
  .tbx-rotate-minus-100 {
    transform: rotate(-100deg);
  }
  .tbx-col-count-1-minus-margin-5 {
    width: calc((100% / 1) - 5px);
  }
  .tbx-col-count-1-minus-margin-10 {
    width: calc((100% / 1) - 10px);
  }
  .tbx-col-count-1-minus-margin-15 {
    width: calc((100% / 1) - 15px);
  }
  .tbx-col-count-1-minus-margin-20 {
    width: calc((100% / 1) - 20px);
  }
  .tbx-col-count-1-minus-margin-25 {
    width: calc((100% / 1) - 25px);
  }
  .tbx-col-count-1-minus-margin-30 {
    width: calc((100% / 1) - 30px);
  }
  .tbx-col-count-1-minus-margin-35 {
    width: calc((100% / 1) - 35px);
  }
  .tbx-col-count-1-minus-margin-40 {
    width: calc((100% / 1) - 40px);
  }
  .tbx-col-count-1-minus-margin-45 {
    width: calc((100% / 1) - 45px);
  }
  .tbx-col-count-1-minus-margin-50 {
    width: calc((100% / 1) - 50px);
  }
  .tbx-col-count-1-minus-margin-55 {
    width: calc((100% / 1) - 55px);
  }
  .tbx-col-count-1-minus-margin-60 {
    width: calc((100% / 1) - 60px);
  }
  .tbx-col-count-2-minus-margin-5 {
    width: calc((100% / 2) - 5px);
  }
  .tbx-col-count-2-minus-margin-10 {
    width: calc((100% / 2) - 10px);
  }
  .tbx-col-count-2-minus-margin-15 {
    width: calc((100% / 2) - 15px);
  }
  .tbx-col-count-2-minus-margin-20 {
    width: calc((100% / 2) - 20px);
  }
  .tbx-col-count-2-minus-margin-25 {
    width: calc((100% / 2) - 25px);
  }
  .tbx-col-count-2-minus-margin-30 {
    width: calc((100% / 2) - 30px);
  }
  .tbx-col-count-2-minus-margin-35 {
    width: calc((100% / 2) - 35px);
  }
  .tbx-col-count-2-minus-margin-40 {
    width: calc((100% / 2) - 40px);
  }
  .tbx-col-count-2-minus-margin-45 {
    width: calc((100% / 2) - 45px);
  }
  .tbx-col-count-2-minus-margin-50 {
    width: calc((100% / 2) - 50px);
  }
  .tbx-col-count-2-minus-margin-55 {
    width: calc((100% / 2) - 55px);
  }
  .tbx-col-count-2-minus-margin-60 {
    width: calc((100% / 2) - 60px);
  }
  .tbx-col-count-3-minus-margin-5 {
    width: calc((100% / 3) - 5px);
  }
  .tbx-col-count-3-minus-margin-10 {
    width: calc((100% / 3) - 10px);
  }
  .tbx-col-count-3-minus-margin-15 {
    width: calc((100% / 3) - 15px);
  }
  .tbx-col-count-3-minus-margin-20 {
    width: calc((100% / 3) - 20px);
  }
  .tbx-col-count-3-minus-margin-25 {
    width: calc((100% / 3) - 25px);
  }
  .tbx-col-count-3-minus-margin-30 {
    width: calc((100% / 3) - 30px);
  }
  .tbx-col-count-3-minus-margin-35 {
    width: calc((100% / 3) - 35px);
  }
  .tbx-col-count-3-minus-margin-40 {
    width: calc((100% / 3) - 40px);
  }
  .tbx-col-count-3-minus-margin-45 {
    width: calc((100% / 3) - 45px);
  }
  .tbx-col-count-3-minus-margin-50 {
    width: calc((100% / 3) - 50px);
  }
  .tbx-col-count-3-minus-margin-55 {
    width: calc((100% / 3) - 55px);
  }
  .tbx-col-count-3-minus-margin-60 {
    width: calc((100% / 3) - 60px);
  }
  .tbx-col-count-4-minus-margin-5 {
    width: calc((100% / 4) - 5px);
  }
  .tbx-col-count-4-minus-margin-10 {
    width: calc((100% / 4) - 10px);
  }
  .tbx-col-count-4-minus-margin-15 {
    width: calc((100% / 4) - 15px);
  }
  .tbx-col-count-4-minus-margin-20 {
    width: calc((100% / 4) - 20px);
  }
  .tbx-col-count-4-minus-margin-25 {
    width: calc((100% / 4) - 25px);
  }
  .tbx-col-count-4-minus-margin-30 {
    width: calc((100% / 4) - 30px);
  }
  .tbx-col-count-4-minus-margin-35 {
    width: calc((100% / 4) - 35px);
  }
  .tbx-col-count-4-minus-margin-40 {
    width: calc((100% / 4) - 40px);
  }
  .tbx-col-count-4-minus-margin-45 {
    width: calc((100% / 4) - 45px);
  }
  .tbx-col-count-4-minus-margin-50 {
    width: calc((100% / 4) - 50px);
  }
  .tbx-col-count-4-minus-margin-55 {
    width: calc((100% / 4) - 55px);
  }
  .tbx-col-count-4-minus-margin-60 {
    width: calc((100% / 4) - 60px);
  }
  .tbx-col-count-5-minus-margin-5 {
    width: calc((100% / 5) - 5px);
  }
  .tbx-col-count-5-minus-margin-10 {
    width: calc((100% / 5) - 10px);
  }
  .tbx-col-count-5-minus-margin-15 {
    width: calc((100% / 5) - 15px);
  }
  .tbx-col-count-5-minus-margin-20 {
    width: calc((100% / 5) - 20px);
  }
  .tbx-col-count-5-minus-margin-25 {
    width: calc((100% / 5) - 25px);
  }
  .tbx-col-count-5-minus-margin-30 {
    width: calc((100% / 5) - 30px);
  }
  .tbx-col-count-5-minus-margin-35 {
    width: calc((100% / 5) - 35px);
  }
  .tbx-col-count-5-minus-margin-40 {
    width: calc((100% / 5) - 40px);
  }
  .tbx-col-count-5-minus-margin-45 {
    width: calc((100% / 5) - 45px);
  }
  .tbx-col-count-5-minus-margin-50 {
    width: calc((100% / 5) - 50px);
  }
  .tbx-col-count-5-minus-margin-55 {
    width: calc((100% / 5) - 55px);
  }
  .tbx-col-count-5-minus-margin-60 {
    width: calc((100% / 5) - 60px);
  }
  .tbx-col-count-6-minus-margin-5 {
    width: calc((100% / 6) - 5px);
  }
  .tbx-col-count-6-minus-margin-10 {
    width: calc((100% / 6) - 10px);
  }
  .tbx-col-count-6-minus-margin-15 {
    width: calc((100% / 6) - 15px);
  }
  .tbx-col-count-6-minus-margin-20 {
    width: calc((100% / 6) - 20px);
  }
  .tbx-col-count-6-minus-margin-25 {
    width: calc((100% / 6) - 25px);
  }
  .tbx-col-count-6-minus-margin-30 {
    width: calc((100% / 6) - 30px);
  }
  .tbx-col-count-6-minus-margin-35 {
    width: calc((100% / 6) - 35px);
  }
  .tbx-col-count-6-minus-margin-40 {
    width: calc((100% / 6) - 40px);
  }
  .tbx-col-count-6-minus-margin-45 {
    width: calc((100% / 6) - 45px);
  }
  .tbx-col-count-6-minus-margin-50 {
    width: calc((100% / 6) - 50px);
  }
  .tbx-col-count-6-minus-margin-55 {
    width: calc((100% / 6) - 55px);
  }
  .tbx-col-count-6-minus-margin-60 {
    width: calc((100% / 6) - 60px);
  }
  .tbx-col-count-7-minus-margin-5 {
    width: calc((100% / 7) - 5px);
  }
  .tbx-col-count-7-minus-margin-10 {
    width: calc((100% / 7) - 10px);
  }
  .tbx-col-count-7-minus-margin-15 {
    width: calc((100% / 7) - 15px);
  }
  .tbx-col-count-7-minus-margin-20 {
    width: calc((100% / 7) - 20px);
  }
  .tbx-col-count-7-minus-margin-25 {
    width: calc((100% / 7) - 25px);
  }
  .tbx-col-count-7-minus-margin-30 {
    width: calc((100% / 7) - 30px);
  }
  .tbx-col-count-7-minus-margin-35 {
    width: calc((100% / 7) - 35px);
  }
  .tbx-col-count-7-minus-margin-40 {
    width: calc((100% / 7) - 40px);
  }
  .tbx-col-count-7-minus-margin-45 {
    width: calc((100% / 7) - 45px);
  }
  .tbx-col-count-7-minus-margin-50 {
    width: calc((100% / 7) - 50px);
  }
  .tbx-col-count-7-minus-margin-55 {
    width: calc((100% / 7) - 55px);
  }
  .tbx-col-count-7-minus-margin-60 {
    width: calc((100% / 7) - 60px);
  }
  .tbx-col-count-8-minus-margin-5 {
    width: calc((100% / 8) - 5px);
  }
  .tbx-col-count-8-minus-margin-10 {
    width: calc((100% / 8) - 10px);
  }
  .tbx-col-count-8-minus-margin-15 {
    width: calc((100% / 8) - 15px);
  }
  .tbx-col-count-8-minus-margin-20 {
    width: calc((100% / 8) - 20px);
  }
  .tbx-col-count-8-minus-margin-25 {
    width: calc((100% / 8) - 25px);
  }
  .tbx-col-count-8-minus-margin-30 {
    width: calc((100% / 8) - 30px);
  }
  .tbx-col-count-8-minus-margin-35 {
    width: calc((100% / 8) - 35px);
  }
  .tbx-col-count-8-minus-margin-40 {
    width: calc((100% / 8) - 40px);
  }
  .tbx-col-count-8-minus-margin-45 {
    width: calc((100% / 8) - 45px);
  }
  .tbx-col-count-8-minus-margin-50 {
    width: calc((100% / 8) - 50px);
  }
  .tbx-col-count-8-minus-margin-55 {
    width: calc((100% / 8) - 55px);
  }
  .tbx-col-count-8-minus-margin-60 {
    width: calc((100% / 8) - 60px);
  }
  .tbx-col-count-9-minus-margin-5 {
    width: calc((100% / 9) - 5px);
  }
  .tbx-col-count-9-minus-margin-10 {
    width: calc((100% / 9) - 10px);
  }
  .tbx-col-count-9-minus-margin-15 {
    width: calc((100% / 9) - 15px);
  }
  .tbx-col-count-9-minus-margin-20 {
    width: calc((100% / 9) - 20px);
  }
  .tbx-col-count-9-minus-margin-25 {
    width: calc((100% / 9) - 25px);
  }
  .tbx-col-count-9-minus-margin-30 {
    width: calc((100% / 9) - 30px);
  }
  .tbx-col-count-9-minus-margin-35 {
    width: calc((100% / 9) - 35px);
  }
  .tbx-col-count-9-minus-margin-40 {
    width: calc((100% / 9) - 40px);
  }
  .tbx-col-count-9-minus-margin-45 {
    width: calc((100% / 9) - 45px);
  }
  .tbx-col-count-9-minus-margin-50 {
    width: calc((100% / 9) - 50px);
  }
  .tbx-col-count-9-minus-margin-55 {
    width: calc((100% / 9) - 55px);
  }
  .tbx-col-count-9-minus-margin-60 {
    width: calc((100% / 9) - 60px);
  }
  .tbx-col-count-10-minus-margin-5 {
    width: calc((100% / 10) - 5px);
  }
  .tbx-col-count-10-minus-margin-10 {
    width: calc((100% / 10) - 10px);
  }
  .tbx-col-count-10-minus-margin-15 {
    width: calc((100% / 10) - 15px);
  }
  .tbx-col-count-10-minus-margin-20 {
    width: calc((100% / 10) - 20px);
  }
  .tbx-col-count-10-minus-margin-25 {
    width: calc((100% / 10) - 25px);
  }
  .tbx-col-count-10-minus-margin-30 {
    width: calc((100% / 10) - 30px);
  }
  .tbx-col-count-10-minus-margin-35 {
    width: calc((100% / 10) - 35px);
  }
  .tbx-col-count-10-minus-margin-40 {
    width: calc((100% / 10) - 40px);
  }
  .tbx-col-count-10-minus-margin-45 {
    width: calc((100% / 10) - 45px);
  }
  .tbx-col-count-10-minus-margin-50 {
    width: calc((100% / 10) - 50px);
  }
  .tbx-col-count-10-minus-margin-55 {
    width: calc((100% / 10) - 55px);
  }
  .tbx-col-count-10-minus-margin-60 {
    width: calc((100% / 10) - 60px);
  }
  .tbx-col-count-11-minus-margin-5 {
    width: calc((100% / 11) - 5px);
  }
  .tbx-col-count-11-minus-margin-10 {
    width: calc((100% / 11) - 10px);
  }
  .tbx-col-count-11-minus-margin-15 {
    width: calc((100% / 11) - 15px);
  }
  .tbx-col-count-11-minus-margin-20 {
    width: calc((100% / 11) - 20px);
  }
  .tbx-col-count-11-minus-margin-25 {
    width: calc((100% / 11) - 25px);
  }
  .tbx-col-count-11-minus-margin-30 {
    width: calc((100% / 11) - 30px);
  }
  .tbx-col-count-11-minus-margin-35 {
    width: calc((100% / 11) - 35px);
  }
  .tbx-col-count-11-minus-margin-40 {
    width: calc((100% / 11) - 40px);
  }
  .tbx-col-count-11-minus-margin-45 {
    width: calc((100% / 11) - 45px);
  }
  .tbx-col-count-11-minus-margin-50 {
    width: calc((100% / 11) - 50px);
  }
  .tbx-col-count-11-minus-margin-55 {
    width: calc((100% / 11) - 55px);
  }
  .tbx-col-count-11-minus-margin-60 {
    width: calc((100% / 11) - 60px);
  }
  .tbx-col-count-12-minus-margin-5 {
    width: calc((100% / 12) - 5px);
  }
  .tbx-col-count-12-minus-margin-10 {
    width: calc((100% / 12) - 10px);
  }
  .tbx-col-count-12-minus-margin-15 {
    width: calc((100% / 12) - 15px);
  }
  .tbx-col-count-12-minus-margin-20 {
    width: calc((100% / 12) - 20px);
  }
  .tbx-col-count-12-minus-margin-25 {
    width: calc((100% / 12) - 25px);
  }
  .tbx-col-count-12-minus-margin-30 {
    width: calc((100% / 12) - 30px);
  }
  .tbx-col-count-12-minus-margin-35 {
    width: calc((100% / 12) - 35px);
  }
  .tbx-col-count-12-minus-margin-40 {
    width: calc((100% / 12) - 40px);
  }
  .tbx-col-count-12-minus-margin-45 {
    width: calc((100% / 12) - 45px);
  }
  .tbx-col-count-12-minus-margin-50 {
    width: calc((100% / 12) - 50px);
  }
  .tbx-col-count-12-minus-margin-55 {
    width: calc((100% / 12) - 55px);
  }
  .tbx-col-count-12-minus-margin-60 {
    width: calc((100% / 12) - 60px);
  }
  .tbx-border-radius-1 {
    border-radius: 1px 1px 1px 1px;
  }
  .tbx-border-radius-2 {
    border-radius: 2px 2px 2px 2px;
  }
  .tbx-border-radius-3 {
    border-radius: 3px 3px 3px 3px;
  }
  .tbx-border-radius-4 {
    border-radius: 4px 4px 4px 4px;
  }
  .tbx-border-radius-5 {
    border-radius: 5px 5px 5px 5px;
  }
  .tbx-border-radius-6 {
    border-radius: 6px 6px 6px 6px;
  }
  .tbx-border-radius-7 {
    border-radius: 7px 7px 7px 7px;
  }
  .tbx-border-radius-8 {
    border-radius: 8px 8px 8px 8px;
  }
  .tbx-border-radius-9 {
    border-radius: 9px 9px 9px 9px;
  }
  .tbx-border-radius-10 {
    border-radius: 10px 10px 10px 10px;
  }
  .tbx-border-radius-11 {
    border-radius: 11px 11px 11px 11px;
  }
  .tbx-border-radius-12 {
    border-radius: 12px 12px 12px 12px;
  }
  .tbx-border-radius-13 {
    border-radius: 13px 13px 13px 13px;
  }
  .tbx-border-radius-14 {
    border-radius: 14px 14px 14px 14px;
  }
  .tbx-border-radius-15 {
    border-radius: 15px 15px 15px 15px;
  }
  .tbx-border-radius-16 {
    border-radius: 16px 16px 16px 16px;
  }
  .tbx-border-radius-17 {
    border-radius: 17px 17px 17px 17px;
  }
  .tbx-border-radius-18 {
    border-radius: 18px 18px 18px 18px;
  }
  .tbx-border-radius-19 {
    border-radius: 19px 19px 19px 19px;
  }
  .tbx-border-radius-20 {
    border-radius: 20px 20px 20px 20px;
  }
  .tbx-border-radius-21 {
    border-radius: 21px 21px 21px 21px;
  }
  .tbx-border-radius-22 {
    border-radius: 22px 22px 22px 22px;
  }
  .tbx-border-radius-23 {
    border-radius: 23px 23px 23px 23px;
  }
  .tbx-border-radius-24 {
    border-radius: 24px 24px 24px 24px;
  }
  .tbx-border-radius-25 {
    border-radius: 25px 25px 25px 25px;
  }
  .tbx-border-radius-26 {
    border-radius: 26px 26px 26px 26px;
  }
  .tbx-border-radius-27 {
    border-radius: 27px 27px 27px 27px;
  }
  .tbx-border-radius-28 {
    border-radius: 28px 28px 28px 28px;
  }
  .tbx-border-radius-29 {
    border-radius: 29px 29px 29px 29px;
  }
  .tbx-border-radius-30 {
    border-radius: 30px 30px 30px 30px;
  }
  .tbx-border-radius-31 {
    border-radius: 31px 31px 31px 31px;
  }
  .tbx-border-radius-32 {
    border-radius: 32px 32px 32px 32px;
  }
  .tbx-border-radius-33 {
    border-radius: 33px 33px 33px 33px;
  }
  .tbx-border-radius-34 {
    border-radius: 34px 34px 34px 34px;
  }
  .tbx-border-radius-35 {
    border-radius: 35px 35px 35px 35px;
  }
  .tbx-border-radius-36 {
    border-radius: 36px 36px 36px 36px;
  }
  .tbx-border-radius-37 {
    border-radius: 37px 37px 37px 37px;
  }
  .tbx-border-radius-38 {
    border-radius: 38px 38px 38px 38px;
  }
  .tbx-border-radius-39 {
    border-radius: 39px 39px 39px 39px;
  }
  .tbx-border-radius-40 {
    border-radius: 40px 40px 40px 40px;
  }
  .tbx-border-radius-41 {
    border-radius: 41px 41px 41px 41px;
  }
  .tbx-border-radius-42 {
    border-radius: 42px 42px 42px 42px;
  }
  .tbx-border-radius-43 {
    border-radius: 43px 43px 43px 43px;
  }
  .tbx-border-radius-44 {
    border-radius: 44px 44px 44px 44px;
  }
  .tbx-border-radius-45 {
    border-radius: 45px 45px 45px 45px;
  }
  .tbx-border-radius-46 {
    border-radius: 46px 46px 46px 46px;
  }
  .tbx-border-radius-47 {
    border-radius: 47px 47px 47px 47px;
  }
  .tbx-border-radius-48 {
    border-radius: 48px 48px 48px 48px;
  }
  .tbx-border-radius-49 {
    border-radius: 49px 49px 49px 49px;
  }
  .tbx-border-radius-50 {
    border-radius: 50px 50px 50px 50px;
  }
  .tbx-border-radius-51 {
    border-radius: 51px 51px 51px 51px;
  }
  .tbx-border-radius-52 {
    border-radius: 52px 52px 52px 52px;
  }
  .tbx-border-radius-53 {
    border-radius: 53px 53px 53px 53px;
  }
  .tbx-border-radius-54 {
    border-radius: 54px 54px 54px 54px;
  }
  .tbx-border-radius-55 {
    border-radius: 55px 55px 55px 55px;
  }
  .tbx-border-radius-56 {
    border-radius: 56px 56px 56px 56px;
  }
  .tbx-border-radius-57 {
    border-radius: 57px 57px 57px 57px;
  }
  .tbx-border-radius-58 {
    border-radius: 58px 58px 58px 58px;
  }
  .tbx-border-radius-59 {
    border-radius: 59px 59px 59px 59px;
  }
  .tbx-border-radius-60 {
    border-radius: 60px 60px 60px 60px;
  }
  .tbx-border-radius-61 {
    border-radius: 61px 61px 61px 61px;
  }
  .tbx-border-radius-62 {
    border-radius: 62px 62px 62px 62px;
  }
  .tbx-border-radius-63 {
    border-radius: 63px 63px 63px 63px;
  }
  .tbx-border-radius-64 {
    border-radius: 64px 64px 64px 64px;
  }
  .tbx-border-radius-65 {
    border-radius: 65px 65px 65px 65px;
  }
  .tbx-border-radius-66 {
    border-radius: 66px 66px 66px 66px;
  }
  .tbx-border-radius-67 {
    border-radius: 67px 67px 67px 67px;
  }
  .tbx-border-radius-68 {
    border-radius: 68px 68px 68px 68px;
  }
  .tbx-border-radius-69 {
    border-radius: 69px 69px 69px 69px;
  }
  .tbx-border-radius-70 {
    border-radius: 70px 70px 70px 70px;
  }
  .tbx-border-radius-71 {
    border-radius: 71px 71px 71px 71px;
  }
  .tbx-border-radius-72 {
    border-radius: 72px 72px 72px 72px;
  }
  .tbx-border-radius-73 {
    border-radius: 73px 73px 73px 73px;
  }
  .tbx-border-radius-74 {
    border-radius: 74px 74px 74px 74px;
  }
  .tbx-border-radius-75 {
    border-radius: 75px 75px 75px 75px;
  }
  .tbx-border-radius-76 {
    border-radius: 76px 76px 76px 76px;
  }
  .tbx-border-radius-77 {
    border-radius: 77px 77px 77px 77px;
  }
  .tbx-border-radius-78 {
    border-radius: 78px 78px 78px 78px;
  }
  .tbx-border-radius-79 {
    border-radius: 79px 79px 79px 79px;
  }
  .tbx-border-radius-80 {
    border-radius: 80px 80px 80px 80px;
  }
  .tbx-border-radius-81 {
    border-radius: 81px 81px 81px 81px;
  }
  .tbx-border-radius-82 {
    border-radius: 82px 82px 82px 82px;
  }
  .tbx-border-radius-83 {
    border-radius: 83px 83px 83px 83px;
  }
  .tbx-border-radius-84 {
    border-radius: 84px 84px 84px 84px;
  }
  .tbx-border-radius-85 {
    border-radius: 85px 85px 85px 85px;
  }
  .tbx-border-radius-86 {
    border-radius: 86px 86px 86px 86px;
  }
  .tbx-border-radius-87 {
    border-radius: 87px 87px 87px 87px;
  }
  .tbx-border-radius-88 {
    border-radius: 88px 88px 88px 88px;
  }
  .tbx-border-radius-89 {
    border-radius: 89px 89px 89px 89px;
  }
  .tbx-border-radius-90 {
    border-radius: 90px 90px 90px 90px;
  }
  .tbx-border-radius-91 {
    border-radius: 91px 91px 91px 91px;
  }
  .tbx-border-radius-92 {
    border-radius: 92px 92px 92px 92px;
  }
  .tbx-border-radius-93 {
    border-radius: 93px 93px 93px 93px;
  }
  .tbx-border-radius-94 {
    border-radius: 94px 94px 94px 94px;
  }
  .tbx-border-radius-95 {
    border-radius: 95px 95px 95px 95px;
  }
  .tbx-border-radius-96 {
    border-radius: 96px 96px 96px 96px;
  }
  .tbx-border-radius-97 {
    border-radius: 97px 97px 97px 97px;
  }
  .tbx-border-radius-98 {
    border-radius: 98px 98px 98px 98px;
  }
  .tbx-border-radius-99 {
    border-radius: 99px 99px 99px 99px;
  }
  .tbx-border-radius-100 {
    border-radius: 100px 100px 100px 100px;
  }
  .tbx-border-radius-top-1 {
    border-radius: 1px 1px 0 0;
  }
  .tbx-border-radius-top-2 {
    border-radius: 2px 2px 0 0;
  }
  .tbx-border-radius-top-3 {
    border-radius: 3px 3px 0 0;
  }
  .tbx-border-radius-top-4 {
    border-radius: 4px 4px 0 0;
  }
  .tbx-border-radius-top-5 {
    border-radius: 5px 5px 0 0;
  }
  .tbx-border-radius-top-6 {
    border-radius: 6px 6px 0 0;
  }
  .tbx-border-radius-top-7 {
    border-radius: 7px 7px 0 0;
  }
  .tbx-border-radius-top-8 {
    border-radius: 8px 8px 0 0;
  }
  .tbx-border-radius-top-9 {
    border-radius: 9px 9px 0 0;
  }
  .tbx-border-radius-top-10 {
    border-radius: 10px 10px 0 0;
  }
  .tbx-border-radius-top-11 {
    border-radius: 11px 11px 0 0;
  }
  .tbx-border-radius-top-12 {
    border-radius: 12px 12px 0 0;
  }
  .tbx-border-radius-top-13 {
    border-radius: 13px 13px 0 0;
  }
  .tbx-border-radius-top-14 {
    border-radius: 14px 14px 0 0;
  }
  .tbx-border-radius-top-15 {
    border-radius: 15px 15px 0 0;
  }
  .tbx-border-radius-top-16 {
    border-radius: 16px 16px 0 0;
  }
  .tbx-border-radius-top-17 {
    border-radius: 17px 17px 0 0;
  }
  .tbx-border-radius-top-18 {
    border-radius: 18px 18px 0 0;
  }
  .tbx-border-radius-top-19 {
    border-radius: 19px 19px 0 0;
  }
  .tbx-border-radius-top-20 {
    border-radius: 20px 20px 0 0;
  }
  .tbx-border-radius-top-21 {
    border-radius: 21px 21px 0 0;
  }
  .tbx-border-radius-top-22 {
    border-radius: 22px 22px 0 0;
  }
  .tbx-border-radius-top-23 {
    border-radius: 23px 23px 0 0;
  }
  .tbx-border-radius-top-24 {
    border-radius: 24px 24px 0 0;
  }
  .tbx-border-radius-top-25 {
    border-radius: 25px 25px 0 0;
  }
  .tbx-border-radius-top-26 {
    border-radius: 26px 26px 0 0;
  }
  .tbx-border-radius-top-27 {
    border-radius: 27px 27px 0 0;
  }
  .tbx-border-radius-top-28 {
    border-radius: 28px 28px 0 0;
  }
  .tbx-border-radius-top-29 {
    border-radius: 29px 29px 0 0;
  }
  .tbx-border-radius-top-30 {
    border-radius: 30px 30px 0 0;
  }
  .tbx-border-radius-top-31 {
    border-radius: 31px 31px 0 0;
  }
  .tbx-border-radius-top-32 {
    border-radius: 32px 32px 0 0;
  }
  .tbx-border-radius-top-33 {
    border-radius: 33px 33px 0 0;
  }
  .tbx-border-radius-top-34 {
    border-radius: 34px 34px 0 0;
  }
  .tbx-border-radius-top-35 {
    border-radius: 35px 35px 0 0;
  }
  .tbx-border-radius-top-36 {
    border-radius: 36px 36px 0 0;
  }
  .tbx-border-radius-top-37 {
    border-radius: 37px 37px 0 0;
  }
  .tbx-border-radius-top-38 {
    border-radius: 38px 38px 0 0;
  }
  .tbx-border-radius-top-39 {
    border-radius: 39px 39px 0 0;
  }
  .tbx-border-radius-top-40 {
    border-radius: 40px 40px 0 0;
  }
  .tbx-border-radius-top-41 {
    border-radius: 41px 41px 0 0;
  }
  .tbx-border-radius-top-42 {
    border-radius: 42px 42px 0 0;
  }
  .tbx-border-radius-top-43 {
    border-radius: 43px 43px 0 0;
  }
  .tbx-border-radius-top-44 {
    border-radius: 44px 44px 0 0;
  }
  .tbx-border-radius-top-45 {
    border-radius: 45px 45px 0 0;
  }
  .tbx-border-radius-top-46 {
    border-radius: 46px 46px 0 0;
  }
  .tbx-border-radius-top-47 {
    border-radius: 47px 47px 0 0;
  }
  .tbx-border-radius-top-48 {
    border-radius: 48px 48px 0 0;
  }
  .tbx-border-radius-top-49 {
    border-radius: 49px 49px 0 0;
  }
  .tbx-border-radius-top-50 {
    border-radius: 50px 50px 0 0;
  }
  .tbx-border-radius-top-51 {
    border-radius: 51px 51px 0 0;
  }
  .tbx-border-radius-top-52 {
    border-radius: 52px 52px 0 0;
  }
  .tbx-border-radius-top-53 {
    border-radius: 53px 53px 0 0;
  }
  .tbx-border-radius-top-54 {
    border-radius: 54px 54px 0 0;
  }
  .tbx-border-radius-top-55 {
    border-radius: 55px 55px 0 0;
  }
  .tbx-border-radius-top-56 {
    border-radius: 56px 56px 0 0;
  }
  .tbx-border-radius-top-57 {
    border-radius: 57px 57px 0 0;
  }
  .tbx-border-radius-top-58 {
    border-radius: 58px 58px 0 0;
  }
  .tbx-border-radius-top-59 {
    border-radius: 59px 59px 0 0;
  }
  .tbx-border-radius-top-60 {
    border-radius: 60px 60px 0 0;
  }
  .tbx-border-radius-top-61 {
    border-radius: 61px 61px 0 0;
  }
  .tbx-border-radius-top-62 {
    border-radius: 62px 62px 0 0;
  }
  .tbx-border-radius-top-63 {
    border-radius: 63px 63px 0 0;
  }
  .tbx-border-radius-top-64 {
    border-radius: 64px 64px 0 0;
  }
  .tbx-border-radius-top-65 {
    border-radius: 65px 65px 0 0;
  }
  .tbx-border-radius-top-66 {
    border-radius: 66px 66px 0 0;
  }
  .tbx-border-radius-top-67 {
    border-radius: 67px 67px 0 0;
  }
  .tbx-border-radius-top-68 {
    border-radius: 68px 68px 0 0;
  }
  .tbx-border-radius-top-69 {
    border-radius: 69px 69px 0 0;
  }
  .tbx-border-radius-top-70 {
    border-radius: 70px 70px 0 0;
  }
  .tbx-border-radius-top-71 {
    border-radius: 71px 71px 0 0;
  }
  .tbx-border-radius-top-72 {
    border-radius: 72px 72px 0 0;
  }
  .tbx-border-radius-top-73 {
    border-radius: 73px 73px 0 0;
  }
  .tbx-border-radius-top-74 {
    border-radius: 74px 74px 0 0;
  }
  .tbx-border-radius-top-75 {
    border-radius: 75px 75px 0 0;
  }
  .tbx-border-radius-top-76 {
    border-radius: 76px 76px 0 0;
  }
  .tbx-border-radius-top-77 {
    border-radius: 77px 77px 0 0;
  }
  .tbx-border-radius-top-78 {
    border-radius: 78px 78px 0 0;
  }
  .tbx-border-radius-top-79 {
    border-radius: 79px 79px 0 0;
  }
  .tbx-border-radius-top-80 {
    border-radius: 80px 80px 0 0;
  }
  .tbx-border-radius-top-81 {
    border-radius: 81px 81px 0 0;
  }
  .tbx-border-radius-top-82 {
    border-radius: 82px 82px 0 0;
  }
  .tbx-border-radius-top-83 {
    border-radius: 83px 83px 0 0;
  }
  .tbx-border-radius-top-84 {
    border-radius: 84px 84px 0 0;
  }
  .tbx-border-radius-top-85 {
    border-radius: 85px 85px 0 0;
  }
  .tbx-border-radius-top-86 {
    border-radius: 86px 86px 0 0;
  }
  .tbx-border-radius-top-87 {
    border-radius: 87px 87px 0 0;
  }
  .tbx-border-radius-top-88 {
    border-radius: 88px 88px 0 0;
  }
  .tbx-border-radius-top-89 {
    border-radius: 89px 89px 0 0;
  }
  .tbx-border-radius-top-90 {
    border-radius: 90px 90px 0 0;
  }
  .tbx-border-radius-top-91 {
    border-radius: 91px 91px 0 0;
  }
  .tbx-border-radius-top-92 {
    border-radius: 92px 92px 0 0;
  }
  .tbx-border-radius-top-93 {
    border-radius: 93px 93px 0 0;
  }
  .tbx-border-radius-top-94 {
    border-radius: 94px 94px 0 0;
  }
  .tbx-border-radius-top-95 {
    border-radius: 95px 95px 0 0;
  }
  .tbx-border-radius-top-96 {
    border-radius: 96px 96px 0 0;
  }
  .tbx-border-radius-top-97 {
    border-radius: 97px 97px 0 0;
  }
  .tbx-border-radius-top-98 {
    border-radius: 98px 98px 0 0;
  }
  .tbx-border-radius-top-99 {
    border-radius: 99px 99px 0 0;
  }
  .tbx-border-radius-top-100 {
    border-radius: 100px 100px 0 0;
  }
  .tbx-border-radius-bottom-1 {
    border-radius: 0 0 1px 1px;
  }
  .tbx-border-radius-bottom-2 {
    border-radius: 0 0 2px 2px;
  }
  .tbx-border-radius-bottom-3 {
    border-radius: 0 0 3px 3px;
  }
  .tbx-border-radius-bottom-4 {
    border-radius: 0 0 4px 4px;
  }
  .tbx-border-radius-bottom-5 {
    border-radius: 0 0 5px 5px;
  }
  .tbx-border-radius-bottom-6 {
    border-radius: 0 0 6px 6px;
  }
  .tbx-border-radius-bottom-7 {
    border-radius: 0 0 7px 7px;
  }
  .tbx-border-radius-bottom-8 {
    border-radius: 0 0 8px 8px;
  }
  .tbx-border-radius-bottom-9 {
    border-radius: 0 0 9px 9px;
  }
  .tbx-border-radius-bottom-10 {
    border-radius: 0 0 10px 10px;
  }
  .tbx-border-radius-bottom-11 {
    border-radius: 0 0 11px 11px;
  }
  .tbx-border-radius-bottom-12 {
    border-radius: 0 0 12px 12px;
  }
  .tbx-border-radius-bottom-13 {
    border-radius: 0 0 13px 13px;
  }
  .tbx-border-radius-bottom-14 {
    border-radius: 0 0 14px 14px;
  }
  .tbx-border-radius-bottom-15 {
    border-radius: 0 0 15px 15px;
  }
  .tbx-border-radius-bottom-16 {
    border-radius: 0 0 16px 16px;
  }
  .tbx-border-radius-bottom-17 {
    border-radius: 0 0 17px 17px;
  }
  .tbx-border-radius-bottom-18 {
    border-radius: 0 0 18px 18px;
  }
  .tbx-border-radius-bottom-19 {
    border-radius: 0 0 19px 19px;
  }
  .tbx-border-radius-bottom-20 {
    border-radius: 0 0 20px 20px;
  }
  .tbx-border-radius-bottom-21 {
    border-radius: 0 0 21px 21px;
  }
  .tbx-border-radius-bottom-22 {
    border-radius: 0 0 22px 22px;
  }
  .tbx-border-radius-bottom-23 {
    border-radius: 0 0 23px 23px;
  }
  .tbx-border-radius-bottom-24 {
    border-radius: 0 0 24px 24px;
  }
  .tbx-border-radius-bottom-25 {
    border-radius: 0 0 25px 25px;
  }
  .tbx-border-radius-bottom-26 {
    border-radius: 0 0 26px 26px;
  }
  .tbx-border-radius-bottom-27 {
    border-radius: 0 0 27px 27px;
  }
  .tbx-border-radius-bottom-28 {
    border-radius: 0 0 28px 28px;
  }
  .tbx-border-radius-bottom-29 {
    border-radius: 0 0 29px 29px;
  }
  .tbx-border-radius-bottom-30 {
    border-radius: 0 0 30px 30px;
  }
  .tbx-border-radius-bottom-31 {
    border-radius: 0 0 31px 31px;
  }
  .tbx-border-radius-bottom-32 {
    border-radius: 0 0 32px 32px;
  }
  .tbx-border-radius-bottom-33 {
    border-radius: 0 0 33px 33px;
  }
  .tbx-border-radius-bottom-34 {
    border-radius: 0 0 34px 34px;
  }
  .tbx-border-radius-bottom-35 {
    border-radius: 0 0 35px 35px;
  }
  .tbx-border-radius-bottom-36 {
    border-radius: 0 0 36px 36px;
  }
  .tbx-border-radius-bottom-37 {
    border-radius: 0 0 37px 37px;
  }
  .tbx-border-radius-bottom-38 {
    border-radius: 0 0 38px 38px;
  }
  .tbx-border-radius-bottom-39 {
    border-radius: 0 0 39px 39px;
  }
  .tbx-border-radius-bottom-40 {
    border-radius: 0 0 40px 40px;
  }
  .tbx-border-radius-bottom-41 {
    border-radius: 0 0 41px 41px;
  }
  .tbx-border-radius-bottom-42 {
    border-radius: 0 0 42px 42px;
  }
  .tbx-border-radius-bottom-43 {
    border-radius: 0 0 43px 43px;
  }
  .tbx-border-radius-bottom-44 {
    border-radius: 0 0 44px 44px;
  }
  .tbx-border-radius-bottom-45 {
    border-radius: 0 0 45px 45px;
  }
  .tbx-border-radius-bottom-46 {
    border-radius: 0 0 46px 46px;
  }
  .tbx-border-radius-bottom-47 {
    border-radius: 0 0 47px 47px;
  }
  .tbx-border-radius-bottom-48 {
    border-radius: 0 0 48px 48px;
  }
  .tbx-border-radius-bottom-49 {
    border-radius: 0 0 49px 49px;
  }
  .tbx-border-radius-bottom-50 {
    border-radius: 0 0 50px 50px;
  }
  .tbx-border-radius-bottom-51 {
    border-radius: 0 0 51px 51px;
  }
  .tbx-border-radius-bottom-52 {
    border-radius: 0 0 52px 52px;
  }
  .tbx-border-radius-bottom-53 {
    border-radius: 0 0 53px 53px;
  }
  .tbx-border-radius-bottom-54 {
    border-radius: 0 0 54px 54px;
  }
  .tbx-border-radius-bottom-55 {
    border-radius: 0 0 55px 55px;
  }
  .tbx-border-radius-bottom-56 {
    border-radius: 0 0 56px 56px;
  }
  .tbx-border-radius-bottom-57 {
    border-radius: 0 0 57px 57px;
  }
  .tbx-border-radius-bottom-58 {
    border-radius: 0 0 58px 58px;
  }
  .tbx-border-radius-bottom-59 {
    border-radius: 0 0 59px 59px;
  }
  .tbx-border-radius-bottom-60 {
    border-radius: 0 0 60px 60px;
  }
  .tbx-border-radius-bottom-61 {
    border-radius: 0 0 61px 61px;
  }
  .tbx-border-radius-bottom-62 {
    border-radius: 0 0 62px 62px;
  }
  .tbx-border-radius-bottom-63 {
    border-radius: 0 0 63px 63px;
  }
  .tbx-border-radius-bottom-64 {
    border-radius: 0 0 64px 64px;
  }
  .tbx-border-radius-bottom-65 {
    border-radius: 0 0 65px 65px;
  }
  .tbx-border-radius-bottom-66 {
    border-radius: 0 0 66px 66px;
  }
  .tbx-border-radius-bottom-67 {
    border-radius: 0 0 67px 67px;
  }
  .tbx-border-radius-bottom-68 {
    border-radius: 0 0 68px 68px;
  }
  .tbx-border-radius-bottom-69 {
    border-radius: 0 0 69px 69px;
  }
  .tbx-border-radius-bottom-70 {
    border-radius: 0 0 70px 70px;
  }
  .tbx-border-radius-bottom-71 {
    border-radius: 0 0 71px 71px;
  }
  .tbx-border-radius-bottom-72 {
    border-radius: 0 0 72px 72px;
  }
  .tbx-border-radius-bottom-73 {
    border-radius: 0 0 73px 73px;
  }
  .tbx-border-radius-bottom-74 {
    border-radius: 0 0 74px 74px;
  }
  .tbx-border-radius-bottom-75 {
    border-radius: 0 0 75px 75px;
  }
  .tbx-border-radius-bottom-76 {
    border-radius: 0 0 76px 76px;
  }
  .tbx-border-radius-bottom-77 {
    border-radius: 0 0 77px 77px;
  }
  .tbx-border-radius-bottom-78 {
    border-radius: 0 0 78px 78px;
  }
  .tbx-border-radius-bottom-79 {
    border-radius: 0 0 79px 79px;
  }
  .tbx-border-radius-bottom-80 {
    border-radius: 0 0 80px 80px;
  }
  .tbx-border-radius-bottom-81 {
    border-radius: 0 0 81px 81px;
  }
  .tbx-border-radius-bottom-82 {
    border-radius: 0 0 82px 82px;
  }
  .tbx-border-radius-bottom-83 {
    border-radius: 0 0 83px 83px;
  }
  .tbx-border-radius-bottom-84 {
    border-radius: 0 0 84px 84px;
  }
  .tbx-border-radius-bottom-85 {
    border-radius: 0 0 85px 85px;
  }
  .tbx-border-radius-bottom-86 {
    border-radius: 0 0 86px 86px;
  }
  .tbx-border-radius-bottom-87 {
    border-radius: 0 0 87px 87px;
  }
  .tbx-border-radius-bottom-88 {
    border-radius: 0 0 88px 88px;
  }
  .tbx-border-radius-bottom-89 {
    border-radius: 0 0 89px 89px;
  }
  .tbx-border-radius-bottom-90 {
    border-radius: 0 0 90px 90px;
  }
  .tbx-border-radius-bottom-91 {
    border-radius: 0 0 91px 91px;
  }
  .tbx-border-radius-bottom-92 {
    border-radius: 0 0 92px 92px;
  }
  .tbx-border-radius-bottom-93 {
    border-radius: 0 0 93px 93px;
  }
  .tbx-border-radius-bottom-94 {
    border-radius: 0 0 94px 94px;
  }
  .tbx-border-radius-bottom-95 {
    border-radius: 0 0 95px 95px;
  }
  .tbx-border-radius-bottom-96 {
    border-radius: 0 0 96px 96px;
  }
  .tbx-border-radius-bottom-97 {
    border-radius: 0 0 97px 97px;
  }
  .tbx-border-radius-bottom-98 {
    border-radius: 0 0 98px 98px;
  }
  .tbx-border-radius-bottom-99 {
    border-radius: 0 0 99px 99px;
  }
  .tbx-border-radius-bottom-100 {
    border-radius: 0 0 100px 100px;
  }
  .tbx-border-top-left-radius-1 {
    border-top-left-radius: 1px 1px;
  }
  .tbx-border-top-left-radius-2 {
    border-top-left-radius: 2px 2px;
  }
  .tbx-border-top-left-radius-3 {
    border-top-left-radius: 3px 3px;
  }
  .tbx-border-top-left-radius-4 {
    border-top-left-radius: 4px 4px;
  }
  .tbx-border-top-left-radius-5 {
    border-top-left-radius: 5px 5px;
  }
  .tbx-border-top-left-radius-6 {
    border-top-left-radius: 6px 6px;
  }
  .tbx-border-top-left-radius-7 {
    border-top-left-radius: 7px 7px;
  }
  .tbx-border-top-left-radius-8 {
    border-top-left-radius: 8px 8px;
  }
  .tbx-border-top-left-radius-9 {
    border-top-left-radius: 9px 9px;
  }
  .tbx-border-top-left-radius-10 {
    border-top-left-radius: 10px 10px;
  }
  .tbx-border-top-left-radius-11 {
    border-top-left-radius: 11px 11px;
  }
  .tbx-border-top-left-radius-12 {
    border-top-left-radius: 12px 12px;
  }
  .tbx-border-top-left-radius-13 {
    border-top-left-radius: 13px 13px;
  }
  .tbx-border-top-left-radius-14 {
    border-top-left-radius: 14px 14px;
  }
  .tbx-border-top-left-radius-15 {
    border-top-left-radius: 15px 15px;
  }
  .tbx-border-top-left-radius-16 {
    border-top-left-radius: 16px 16px;
  }
  .tbx-border-top-left-radius-17 {
    border-top-left-radius: 17px 17px;
  }
  .tbx-border-top-left-radius-18 {
    border-top-left-radius: 18px 18px;
  }
  .tbx-border-top-left-radius-19 {
    border-top-left-radius: 19px 19px;
  }
  .tbx-border-top-left-radius-20 {
    border-top-left-radius: 20px 20px;
  }
  .tbx-border-top-left-radius-21 {
    border-top-left-radius: 21px 21px;
  }
  .tbx-border-top-left-radius-22 {
    border-top-left-radius: 22px 22px;
  }
  .tbx-border-top-left-radius-23 {
    border-top-left-radius: 23px 23px;
  }
  .tbx-border-top-left-radius-24 {
    border-top-left-radius: 24px 24px;
  }
  .tbx-border-top-left-radius-25 {
    border-top-left-radius: 25px 25px;
  }
  .tbx-border-top-left-radius-26 {
    border-top-left-radius: 26px 26px;
  }
  .tbx-border-top-left-radius-27 {
    border-top-left-radius: 27px 27px;
  }
  .tbx-border-top-left-radius-28 {
    border-top-left-radius: 28px 28px;
  }
  .tbx-border-top-left-radius-29 {
    border-top-left-radius: 29px 29px;
  }
  .tbx-border-top-left-radius-30 {
    border-top-left-radius: 30px 30px;
  }
  .tbx-border-top-left-radius-31 {
    border-top-left-radius: 31px 31px;
  }
  .tbx-border-top-left-radius-32 {
    border-top-left-radius: 32px 32px;
  }
  .tbx-border-top-left-radius-33 {
    border-top-left-radius: 33px 33px;
  }
  .tbx-border-top-left-radius-34 {
    border-top-left-radius: 34px 34px;
  }
  .tbx-border-top-left-radius-35 {
    border-top-left-radius: 35px 35px;
  }
  .tbx-border-top-left-radius-36 {
    border-top-left-radius: 36px 36px;
  }
  .tbx-border-top-left-radius-37 {
    border-top-left-radius: 37px 37px;
  }
  .tbx-border-top-left-radius-38 {
    border-top-left-radius: 38px 38px;
  }
  .tbx-border-top-left-radius-39 {
    border-top-left-radius: 39px 39px;
  }
  .tbx-border-top-left-radius-40 {
    border-top-left-radius: 40px 40px;
  }
  .tbx-border-top-left-radius-41 {
    border-top-left-radius: 41px 41px;
  }
  .tbx-border-top-left-radius-42 {
    border-top-left-radius: 42px 42px;
  }
  .tbx-border-top-left-radius-43 {
    border-top-left-radius: 43px 43px;
  }
  .tbx-border-top-left-radius-44 {
    border-top-left-radius: 44px 44px;
  }
  .tbx-border-top-left-radius-45 {
    border-top-left-radius: 45px 45px;
  }
  .tbx-border-top-left-radius-46 {
    border-top-left-radius: 46px 46px;
  }
  .tbx-border-top-left-radius-47 {
    border-top-left-radius: 47px 47px;
  }
  .tbx-border-top-left-radius-48 {
    border-top-left-radius: 48px 48px;
  }
  .tbx-border-top-left-radius-49 {
    border-top-left-radius: 49px 49px;
  }
  .tbx-border-top-left-radius-50 {
    border-top-left-radius: 50px 50px;
  }
  .tbx-border-top-left-radius-51 {
    border-top-left-radius: 51px 51px;
  }
  .tbx-border-top-left-radius-52 {
    border-top-left-radius: 52px 52px;
  }
  .tbx-border-top-left-radius-53 {
    border-top-left-radius: 53px 53px;
  }
  .tbx-border-top-left-radius-54 {
    border-top-left-radius: 54px 54px;
  }
  .tbx-border-top-left-radius-55 {
    border-top-left-radius: 55px 55px;
  }
  .tbx-border-top-left-radius-56 {
    border-top-left-radius: 56px 56px;
  }
  .tbx-border-top-left-radius-57 {
    border-top-left-radius: 57px 57px;
  }
  .tbx-border-top-left-radius-58 {
    border-top-left-radius: 58px 58px;
  }
  .tbx-border-top-left-radius-59 {
    border-top-left-radius: 59px 59px;
  }
  .tbx-border-top-left-radius-60 {
    border-top-left-radius: 60px 60px;
  }
  .tbx-border-top-left-radius-61 {
    border-top-left-radius: 61px 61px;
  }
  .tbx-border-top-left-radius-62 {
    border-top-left-radius: 62px 62px;
  }
  .tbx-border-top-left-radius-63 {
    border-top-left-radius: 63px 63px;
  }
  .tbx-border-top-left-radius-64 {
    border-top-left-radius: 64px 64px;
  }
  .tbx-border-top-left-radius-65 {
    border-top-left-radius: 65px 65px;
  }
  .tbx-border-top-left-radius-66 {
    border-top-left-radius: 66px 66px;
  }
  .tbx-border-top-left-radius-67 {
    border-top-left-radius: 67px 67px;
  }
  .tbx-border-top-left-radius-68 {
    border-top-left-radius: 68px 68px;
  }
  .tbx-border-top-left-radius-69 {
    border-top-left-radius: 69px 69px;
  }
  .tbx-border-top-left-radius-70 {
    border-top-left-radius: 70px 70px;
  }
  .tbx-border-top-left-radius-71 {
    border-top-left-radius: 71px 71px;
  }
  .tbx-border-top-left-radius-72 {
    border-top-left-radius: 72px 72px;
  }
  .tbx-border-top-left-radius-73 {
    border-top-left-radius: 73px 73px;
  }
  .tbx-border-top-left-radius-74 {
    border-top-left-radius: 74px 74px;
  }
  .tbx-border-top-left-radius-75 {
    border-top-left-radius: 75px 75px;
  }
  .tbx-border-top-left-radius-76 {
    border-top-left-radius: 76px 76px;
  }
  .tbx-border-top-left-radius-77 {
    border-top-left-radius: 77px 77px;
  }
  .tbx-border-top-left-radius-78 {
    border-top-left-radius: 78px 78px;
  }
  .tbx-border-top-left-radius-79 {
    border-top-left-radius: 79px 79px;
  }
  .tbx-border-top-left-radius-80 {
    border-top-left-radius: 80px 80px;
  }
  .tbx-border-top-left-radius-81 {
    border-top-left-radius: 81px 81px;
  }
  .tbx-border-top-left-radius-82 {
    border-top-left-radius: 82px 82px;
  }
  .tbx-border-top-left-radius-83 {
    border-top-left-radius: 83px 83px;
  }
  .tbx-border-top-left-radius-84 {
    border-top-left-radius: 84px 84px;
  }
  .tbx-border-top-left-radius-85 {
    border-top-left-radius: 85px 85px;
  }
  .tbx-border-top-left-radius-86 {
    border-top-left-radius: 86px 86px;
  }
  .tbx-border-top-left-radius-87 {
    border-top-left-radius: 87px 87px;
  }
  .tbx-border-top-left-radius-88 {
    border-top-left-radius: 88px 88px;
  }
  .tbx-border-top-left-radius-89 {
    border-top-left-radius: 89px 89px;
  }
  .tbx-border-top-left-radius-90 {
    border-top-left-radius: 90px 90px;
  }
  .tbx-border-top-left-radius-91 {
    border-top-left-radius: 91px 91px;
  }
  .tbx-border-top-left-radius-92 {
    border-top-left-radius: 92px 92px;
  }
  .tbx-border-top-left-radius-93 {
    border-top-left-radius: 93px 93px;
  }
  .tbx-border-top-left-radius-94 {
    border-top-left-radius: 94px 94px;
  }
  .tbx-border-top-left-radius-95 {
    border-top-left-radius: 95px 95px;
  }
  .tbx-border-top-left-radius-96 {
    border-top-left-radius: 96px 96px;
  }
  .tbx-border-top-left-radius-97 {
    border-top-left-radius: 97px 97px;
  }
  .tbx-border-top-left-radius-98 {
    border-top-left-radius: 98px 98px;
  }
  .tbx-border-top-left-radius-99 {
    border-top-left-radius: 99px 99px;
  }
  .tbx-border-top-left-radius-100 {
    border-top-left-radius: 100px 100px;
  }
  .tbx-border-top-right-radius-1 {
    border-top-right-radius: 1px 1px;
  }
  .tbx-border-top-right-radius-2 {
    border-top-right-radius: 2px 2px;
  }
  .tbx-border-top-right-radius-3 {
    border-top-right-radius: 3px 3px;
  }
  .tbx-border-top-right-radius-4 {
    border-top-right-radius: 4px 4px;
  }
  .tbx-border-top-right-radius-5 {
    border-top-right-radius: 5px 5px;
  }
  .tbx-border-top-right-radius-6 {
    border-top-right-radius: 6px 6px;
  }
  .tbx-border-top-right-radius-7 {
    border-top-right-radius: 7px 7px;
  }
  .tbx-border-top-right-radius-8 {
    border-top-right-radius: 8px 8px;
  }
  .tbx-border-top-right-radius-9 {
    border-top-right-radius: 9px 9px;
  }
  .tbx-border-top-right-radius-10 {
    border-top-right-radius: 10px 10px;
  }
  .tbx-border-top-right-radius-11 {
    border-top-right-radius: 11px 11px;
  }
  .tbx-border-top-right-radius-12 {
    border-top-right-radius: 12px 12px;
  }
  .tbx-border-top-right-radius-13 {
    border-top-right-radius: 13px 13px;
  }
  .tbx-border-top-right-radius-14 {
    border-top-right-radius: 14px 14px;
  }
  .tbx-border-top-right-radius-15 {
    border-top-right-radius: 15px 15px;
  }
  .tbx-border-top-right-radius-16 {
    border-top-right-radius: 16px 16px;
  }
  .tbx-border-top-right-radius-17 {
    border-top-right-radius: 17px 17px;
  }
  .tbx-border-top-right-radius-18 {
    border-top-right-radius: 18px 18px;
  }
  .tbx-border-top-right-radius-19 {
    border-top-right-radius: 19px 19px;
  }
  .tbx-border-top-right-radius-20 {
    border-top-right-radius: 20px 20px;
  }
  .tbx-border-top-right-radius-21 {
    border-top-right-radius: 21px 21px;
  }
  .tbx-border-top-right-radius-22 {
    border-top-right-radius: 22px 22px;
  }
  .tbx-border-top-right-radius-23 {
    border-top-right-radius: 23px 23px;
  }
  .tbx-border-top-right-radius-24 {
    border-top-right-radius: 24px 24px;
  }
  .tbx-border-top-right-radius-25 {
    border-top-right-radius: 25px 25px;
  }
  .tbx-border-top-right-radius-26 {
    border-top-right-radius: 26px 26px;
  }
  .tbx-border-top-right-radius-27 {
    border-top-right-radius: 27px 27px;
  }
  .tbx-border-top-right-radius-28 {
    border-top-right-radius: 28px 28px;
  }
  .tbx-border-top-right-radius-29 {
    border-top-right-radius: 29px 29px;
  }
  .tbx-border-top-right-radius-30 {
    border-top-right-radius: 30px 30px;
  }
  .tbx-border-top-right-radius-31 {
    border-top-right-radius: 31px 31px;
  }
  .tbx-border-top-right-radius-32 {
    border-top-right-radius: 32px 32px;
  }
  .tbx-border-top-right-radius-33 {
    border-top-right-radius: 33px 33px;
  }
  .tbx-border-top-right-radius-34 {
    border-top-right-radius: 34px 34px;
  }
  .tbx-border-top-right-radius-35 {
    border-top-right-radius: 35px 35px;
  }
  .tbx-border-top-right-radius-36 {
    border-top-right-radius: 36px 36px;
  }
  .tbx-border-top-right-radius-37 {
    border-top-right-radius: 37px 37px;
  }
  .tbx-border-top-right-radius-38 {
    border-top-right-radius: 38px 38px;
  }
  .tbx-border-top-right-radius-39 {
    border-top-right-radius: 39px 39px;
  }
  .tbx-border-top-right-radius-40 {
    border-top-right-radius: 40px 40px;
  }
  .tbx-border-top-right-radius-41 {
    border-top-right-radius: 41px 41px;
  }
  .tbx-border-top-right-radius-42 {
    border-top-right-radius: 42px 42px;
  }
  .tbx-border-top-right-radius-43 {
    border-top-right-radius: 43px 43px;
  }
  .tbx-border-top-right-radius-44 {
    border-top-right-radius: 44px 44px;
  }
  .tbx-border-top-right-radius-45 {
    border-top-right-radius: 45px 45px;
  }
  .tbx-border-top-right-radius-46 {
    border-top-right-radius: 46px 46px;
  }
  .tbx-border-top-right-radius-47 {
    border-top-right-radius: 47px 47px;
  }
  .tbx-border-top-right-radius-48 {
    border-top-right-radius: 48px 48px;
  }
  .tbx-border-top-right-radius-49 {
    border-top-right-radius: 49px 49px;
  }
  .tbx-border-top-right-radius-50 {
    border-top-right-radius: 50px 50px;
  }
  .tbx-border-top-right-radius-51 {
    border-top-right-radius: 51px 51px;
  }
  .tbx-border-top-right-radius-52 {
    border-top-right-radius: 52px 52px;
  }
  .tbx-border-top-right-radius-53 {
    border-top-right-radius: 53px 53px;
  }
  .tbx-border-top-right-radius-54 {
    border-top-right-radius: 54px 54px;
  }
  .tbx-border-top-right-radius-55 {
    border-top-right-radius: 55px 55px;
  }
  .tbx-border-top-right-radius-56 {
    border-top-right-radius: 56px 56px;
  }
  .tbx-border-top-right-radius-57 {
    border-top-right-radius: 57px 57px;
  }
  .tbx-border-top-right-radius-58 {
    border-top-right-radius: 58px 58px;
  }
  .tbx-border-top-right-radius-59 {
    border-top-right-radius: 59px 59px;
  }
  .tbx-border-top-right-radius-60 {
    border-top-right-radius: 60px 60px;
  }
  .tbx-border-top-right-radius-61 {
    border-top-right-radius: 61px 61px;
  }
  .tbx-border-top-right-radius-62 {
    border-top-right-radius: 62px 62px;
  }
  .tbx-border-top-right-radius-63 {
    border-top-right-radius: 63px 63px;
  }
  .tbx-border-top-right-radius-64 {
    border-top-right-radius: 64px 64px;
  }
  .tbx-border-top-right-radius-65 {
    border-top-right-radius: 65px 65px;
  }
  .tbx-border-top-right-radius-66 {
    border-top-right-radius: 66px 66px;
  }
  .tbx-border-top-right-radius-67 {
    border-top-right-radius: 67px 67px;
  }
  .tbx-border-top-right-radius-68 {
    border-top-right-radius: 68px 68px;
  }
  .tbx-border-top-right-radius-69 {
    border-top-right-radius: 69px 69px;
  }
  .tbx-border-top-right-radius-70 {
    border-top-right-radius: 70px 70px;
  }
  .tbx-border-top-right-radius-71 {
    border-top-right-radius: 71px 71px;
  }
  .tbx-border-top-right-radius-72 {
    border-top-right-radius: 72px 72px;
  }
  .tbx-border-top-right-radius-73 {
    border-top-right-radius: 73px 73px;
  }
  .tbx-border-top-right-radius-74 {
    border-top-right-radius: 74px 74px;
  }
  .tbx-border-top-right-radius-75 {
    border-top-right-radius: 75px 75px;
  }
  .tbx-border-top-right-radius-76 {
    border-top-right-radius: 76px 76px;
  }
  .tbx-border-top-right-radius-77 {
    border-top-right-radius: 77px 77px;
  }
  .tbx-border-top-right-radius-78 {
    border-top-right-radius: 78px 78px;
  }
  .tbx-border-top-right-radius-79 {
    border-top-right-radius: 79px 79px;
  }
  .tbx-border-top-right-radius-80 {
    border-top-right-radius: 80px 80px;
  }
  .tbx-border-top-right-radius-81 {
    border-top-right-radius: 81px 81px;
  }
  .tbx-border-top-right-radius-82 {
    border-top-right-radius: 82px 82px;
  }
  .tbx-border-top-right-radius-83 {
    border-top-right-radius: 83px 83px;
  }
  .tbx-border-top-right-radius-84 {
    border-top-right-radius: 84px 84px;
  }
  .tbx-border-top-right-radius-85 {
    border-top-right-radius: 85px 85px;
  }
  .tbx-border-top-right-radius-86 {
    border-top-right-radius: 86px 86px;
  }
  .tbx-border-top-right-radius-87 {
    border-top-right-radius: 87px 87px;
  }
  .tbx-border-top-right-radius-88 {
    border-top-right-radius: 88px 88px;
  }
  .tbx-border-top-right-radius-89 {
    border-top-right-radius: 89px 89px;
  }
  .tbx-border-top-right-radius-90 {
    border-top-right-radius: 90px 90px;
  }
  .tbx-border-top-right-radius-91 {
    border-top-right-radius: 91px 91px;
  }
  .tbx-border-top-right-radius-92 {
    border-top-right-radius: 92px 92px;
  }
  .tbx-border-top-right-radius-93 {
    border-top-right-radius: 93px 93px;
  }
  .tbx-border-top-right-radius-94 {
    border-top-right-radius: 94px 94px;
  }
  .tbx-border-top-right-radius-95 {
    border-top-right-radius: 95px 95px;
  }
  .tbx-border-top-right-radius-96 {
    border-top-right-radius: 96px 96px;
  }
  .tbx-border-top-right-radius-97 {
    border-top-right-radius: 97px 97px;
  }
  .tbx-border-top-right-radius-98 {
    border-top-right-radius: 98px 98px;
  }
  .tbx-border-top-right-radius-99 {
    border-top-right-radius: 99px 99px;
  }
  .tbx-border-top-right-radius-100 {
    border-top-right-radius: 100px 100px;
  }
}
.tbx-md-icon-tbx-custom-clebard-cocktail:before {
  content: "\e97e";
}

.tbx-md-icon-tbx-custom-clebard-food:before {
  content: "\e97a";
}

.tbx-md-icon-tbx-custom-clebard-liquer:before {
  content: "\e97b";
}

.tbx-md-icon-tbx-custom-clebard-wine:before {
  content: "\e97c";
}

.tbx-md-icon-tbx-custom-clebard-beer:before {
  content: "\e97d";
}

.tbx-md-icon-tbx-glass-wine:before {
  content: "\e970";
}

.tbx-md-icon-tbx-glass-wine-outline:before {
  content: "\e975";
}

.tbx-md-icon-tbx-beer:before {
  content: "\e971";
}

.tbx-md-icon-tbx-bottle-wine:before {
  content: "\e972";
}

.tbx-md-icon-tbx-cocktails:before {
  content: "\e973";
}

.tbx-md-icon-tbx-hard-liquor:before {
  content: "\e974";
}

.tbx-md-icon-tbx-beer-outline:before {
  content: "\e976";
}

.tbx-md-icon-tbx-bottle-wine-outline:before {
  content: "\e977";
}

.tbx-md-icon-tbx-cocktails-outline:before {
  content: "\e978";
}

.tbx-md-icon-tbx-hard-liquor-outline:before {
  content: "\e979";
}

.tbx-md-icon-tbx-x-tabclix:before {
  content: "\e96d";
}

.tbx-md-icon-tbx-tabclix-logo:before {
  content: "\e96f";
}

.tbx-md-icon-tbx-calendar:before {
  content: "\e96e";
}

.tbx-md-icon-tbx-dollar:before {
  content: "\e968";
}

.tbx-md-icon-tbx-facebook:before {
  content: "\e966";
}

.tbx-md-icon-tbx-fb-outline:before {
  content: "\e969";
}

.tbx-md-icon-tbx-thermometer-outline:before {
  content: "\e96a";
}

.tbx-md-icon-tbx-vimeo:before {
  content: "\e96b";
}

.tbx-md-icon-tbx-youtube:before {
  content: "\e967";
}

.tbx-md-icon-tbx-youtube-outline:before {
  content: "\e96c";
}

.tbx-md-icon-tbx-tiktok:before {
  content: "\e959";
}

.tbx-md-icon-tbx-analytics:before {
  content: "\e900";
}

.tbx-md-icon-tbx-analytics-outline:before {
  content: "\e901";
}

.tbx-md-icon-tbx-appearance:before {
  content: "\e902";
}

.tbx-md-icon-tbx-appearance-outline:before {
  content: "\e903";
}

.tbx-md-icon-tbx-back1:before {
  content: "\e904";
}

.tbx-md-icon-tbx-back1-outline:before {
  content: "\e905";
}

.tbx-md-icon-tbx-back2-outline:before {
  content: "\e906";
}

.tbx-md-icon-tbx-bike-outline:before {
  content: "\e907";
}

.tbx-md-icon-tbx-billing:before {
  content: "\e908";
}

.tbx-md-icon-tbx-billing-outline:before {
  content: "\e909";
}

.tbx-md-icon-tbx-buypass:before {
  content: "\e90a";
}

.tbx-md-icon-tbx-buypass-outline:before {
  content: "\e90b";
}

.tbx-md-icon-tbx-calendly:before {
  content: "\e90c";
}

.tbx-md-icon-tbx-call:before {
  content: "\e90d";
}

.tbx-md-icon-tbx-call-outline:before {
  content: "\e910";
}

.tbx-md-icon-tbx-chat:before {
  content: "\e911";
}

.tbx-md-icon-tbx-chat-outline:before {
  content: "\e912";
}

.tbx-md-icon-tbx-close-outline:before {
  content: "\e913";
}

.tbx-md-icon-tbx-donate:before {
  content: "\e914";
}

.tbx-md-icon-tbx-donate-outline:before {
  content: "\e915";
}

.tbx-md-icon-tbx-edit:before {
  content: "\e916";
}

.tbx-md-icon-tbx-edit-outline:before {
  content: "\e917";
}

.tbx-md-icon-tbx-fb-messenger:before {
  content: "\e918";
}

.tbx-md-icon-tbx-fb-messenger-outline:before {
  content: "\e919";
}

.tbx-md-icon-tbx-fingerprint-outline:before {
  content: "\e91a";
}

.tbx-md-icon-tbx-form:before {
  content: "\e91b";
}

.tbx-md-icon-tbx-form-outline:before {
  content: "\e91c";
}

.tbx-md-icon-tbx-gps:before {
  content: "\e91d";
}

.tbx-md-icon-tbx-gps-outline:before {
  content: "\e91e";
}

.tbx-md-icon-tbx-home:before {
  content: "\e91f";
}

.tbx-md-icon-tbx-home-outline:before {
  content: "\e920";
}

.tbx-md-icon-tbx-info:before {
  content: "\e921";
}

.tbx-md-icon-tbx-info-outline:before {
  content: "\e922";
}

.tbx-md-icon-tbx-instagram:before {
  content: "\e923";
}

.tbx-md-icon-tbx-instagram-outline:before {
  content: "\e924";
}

.tbx-md-icon-tbx-keycard-outline:before {
  content: "\e925";
}

.tbx-md-icon-tbx-label-outline:before {
  content: "\e926";
}

.tbx-md-icon-tbx-linkedin:before {
  content: "\e927";
}

.tbx-md-icon-tbx-linkedin-outline:before {
  content: "\e928";
}

.tbx-md-icon-tbx-lock1:before {
  content: "\e929";
}

.tbx-md-icon-tbx-lock1-outline:before {
  content: "\e92a";
}

.tbx-md-icon-tbx-lock2:before {
  content: "\e92b";
}

.tbx-md-icon-tbx-lock2-outline:before {
  content: "\e92c";
}

.tbx-md-icon-tbx-logout:before {
  content: "\e92d";
}

.tbx-md-icon-tbx-logout-outline:before {
  content: "\e92e";
}

.tbx-md-icon-tbx-map:before {
  content: "\e92f";
}

.tbx-md-icon-tbx-map-outline:before {
  content: "\e930";
}

.tbx-md-icon-tbx-menu1:before {
  content: "\e931";
}

.tbx-md-icon-tbx-menu1-outline:before {
  content: "\e932";
}

.tbx-md-icon-tbx-menu2:before {
  content: "\e933";
}

.tbx-md-icon-tbx-menu2-outline:before {
  content: "\e934";
}

.tbx-md-icon-tbx-menu3:before {
  content: "\e935";
}

.tbx-md-icon-tbx-menu3-outline:before {
  content: "\e936";
}

.tbx-md-icon-tbx-menu4:before {
  content: "\e937";
}

.tbx-md-icon-tbx-menu4-outline:before {
  content: "\e938";
}

.tbx-md-icon-tbx-objectcursor:before {
  content: "\e939";
}

.tbx-md-icon-tbx-objectcursor-outline:before {
  content: "\e93a";
}

.tbx-md-icon-tbx-overview-outline:before {
  content: "\e93b";
}

.tbx-md-icon-tbx-paymentintegration:before {
  content: "\e93c";
}

.tbx-md-icon-tbx-paymentintegration-outline:before {
  content: "\e93d";
}

.tbx-md-icon-tbx-payment-outline:before {
  content: "\e93e";
}

.tbx-md-icon-tbx-preview:before {
  content: "\e93f";
}

.tbx-md-icon-tbx-preview-outline:before {
  content: "\e940";
}

.tbx-md-icon-tbx-profile-outline:before {
  content: "\e941";
}

.tbx-md-icon-tbx-profile-settings:before {
  content: "\e942";
}

.tbx-md-icon-tbx-profile-settings-outline:before {
  content: "\e943";
}

.tbx-md-icon-tbx-routes-outline:before {
  content: "\e944";
}

.tbx-md-icon-tbx-settings:before {
  content: "\e945";
}

.tbx-md-icon-tbx-settings-outline:before {
  content: "\e946";
}

.tbx-md-icon-tbx-singleuser:before {
  content: "\e947";
}

.tbx-md-icon-tbx-singleuser-outline:before {
  content: "\e948";
}

.tbx-md-icon-tbx-subscription-outline:before {
  content: "\e949";
}

.tbx-md-icon-tbx-transactions-outline:before {
  content: "\e94a";
}

.tbx-md-icon-tbx-twitter:before {
  content: "\e94b";
}

.tbx-md-icon-tbx-twitter-outline:before {
  content: "\e94c";
}

.tbx-md-icon-tbx-unlock:before {
  content: "\e94d";
}

.tbx-md-icon-tbx-unlock2:before {
  content: "\e94e";
}

.tbx-md-icon-tbx-unlock2-outline:before {
  content: "\e94f";
}

.tbx-md-icon-tbx-unlockbike-outline:before {
  content: "\e950";
}

.tbx-md-icon-tbx-unlock-outline:before {
  content: "\e951";
}

.tbx-md-icon-tbx-visible:before {
  content: "\e952";
}

.tbx-md-icon-tbx-wallet:before {
  content: "\e953";
}

.tbx-md-icon-tbx-wallet-outline:before {
  content: "\e954";
}

.tbx-md-icon-tbx-web:before {
  content: "\e955";
}

.tbx-md-icon-tbx-whatsapp:before {
  content: "\e956";
}

.tbx-md-icon-tbx-whatsapp-outline:before {
  content: "\e957";
}

.tbx-md-icon-tbx-zendesk:before {
  content: "\e958";
}

.tbx-md-icon-tbx-profile-plus:before {
  content: "\e95a";
}

.tbx-md-icon-tbx-profile-plus-outline:before {
  content: "\e95b";
}

.tbx-md-icon-tbx-upload-folder-outline:before {
  content: "\e95c";
}

.tbx-md-icon-tbx-button-outline:before {
  content: "\e95d";
}

.tbx-md-icon-tbx-checkbox-outline:before {
  content: "\e95e";
}

.tbx-md-icon-tbx-dropdown-outline:before {
  content: "\e95f";
}

.tbx-md-icon-tbx-radio-outline:before {
  content: "\e960";
}

.tbx-md-icon-tbx-subscription-outline-2:before {
  content: "\e961";
}

.tbx-md-icon-tbx-input-label-outline:before {
  content: "\e962";
}

.tbx-md-icon-tbx-input-text-outline:before {
  content: "\e963";
}

/*ZOOM*/
@media all and (max-width: 990px) {
  .tbx-md-scale-0 {
    transform: scale(0);
  }
  .tbx-md-scale-1 {
    transform: scale(0.1);
  }
  .tbx-md-scale-2 {
    transform: scale(0.2);
  }
  .tbx-md-scale-3 {
    transform: scale(0.3);
  }
  .tbx-md-scale-4 {
    transform: scale(0.4);
  }
  .tbx-md-scale-5 {
    transform: scale(0.5);
  }
  .tbx-md-scale-6 {
    transform: scale(0.6);
  }
  .tbx-md-scale-7 {
    transform: scale(0.7);
  }
  .tbx-md-scale-8 {
    transform: scale(0.8);
  }
  .tbx-md-scale-9 {
    transform: scale(0.9);
  }
  .tbx-md-scale-10 {
    transform: scale(1);
  }
  /*Paddings*/
  .tbx-md-padding-0 {
    padding: 0px;
  }
  .tbx-md-padding-1 {
    padding: 1px;
  }
  .tbx-md-padding-2 {
    padding: 2px;
  }
  .tbx-md-padding-3 {
    padding: 3px;
  }
  .tbx-md-padding-4 {
    padding: 4px;
  }
  .tbx-md-padding-5 {
    padding: 5px;
  }
  .tbx-md-padding-6 {
    padding: 6px;
  }
  .tbx-md-padding-7 {
    padding: 7px;
  }
  .tbx-md-padding-8 {
    padding: 8px;
  }
  .tbx-md-padding-9 {
    padding: 9px;
  }
  .tbx-md-padding-10 {
    padding: 10px;
  }
  .tbx-md-padding-11 {
    padding: 11px;
  }
  .tbx-md-padding-12 {
    padding: 12px;
  }
  .tbx-md-padding-13 {
    padding: 13px;
  }
  .tbx-md-padding-14 {
    padding: 14px;
  }
  .tbx-md-padding-15 {
    padding: 15px;
  }
  .tbx-md-padding-16 {
    padding: 16px;
  }
  .tbx-md-padding-17 {
    padding: 17px;
  }
  .tbx-md-padding-18 {
    padding: 18px;
  }
  .tbx-md-padding-19 {
    padding: 19px;
  }
  .tbx-md-padding-20 {
    padding: 20px;
  }
  .tbx-md-padding-21 {
    padding: 21px;
  }
  .tbx-md-padding-22 {
    padding: 22px;
  }
  .tbx-md-padding-23 {
    padding: 23px;
  }
  .tbx-md-padding-24 {
    padding: 24px;
  }
  .tbx-md-padding-25 {
    padding: 25px;
  }
  .tbx-md-padding-26 {
    padding: 26px;
  }
  .tbx-md-padding-27 {
    padding: 27px;
  }
  .tbx-md-padding-28 {
    padding: 28px;
  }
  .tbx-md-padding-29 {
    padding: 29px;
  }
  .tbx-md-padding-30 {
    padding: 30px;
  }
  .tbx-md-padding-31 {
    padding: 31px;
  }
  .tbx-md-padding-32 {
    padding: 32px;
  }
  .tbx-md-padding-33 {
    padding: 33px;
  }
  .tbx-md-padding-34 {
    padding: 34px;
  }
  .tbx-md-padding-35 {
    padding: 35px;
  }
  .tbx-md-padding-36 {
    padding: 36px;
  }
  .tbx-md-padding-37 {
    padding: 37px;
  }
  .tbx-md-padding-38 {
    padding: 38px;
  }
  .tbx-md-padding-39 {
    padding: 39px;
  }
  .tbx-md-padding-40 {
    padding: 40px;
  }
  .tbx-md-padding-41 {
    padding: 41px;
  }
  .tbx-md-padding-42 {
    padding: 42px;
  }
  .tbx-md-padding-43 {
    padding: 43px;
  }
  .tbx-md-padding-44 {
    padding: 44px;
  }
  .tbx-md-padding-45 {
    padding: 45px;
  }
  .tbx-md-padding-46 {
    padding: 46px;
  }
  .tbx-md-padding-47 {
    padding: 47px;
  }
  .tbx-md-padding-48 {
    padding: 48px;
  }
  .tbx-md-padding-49 {
    padding: 49px;
  }
  .tbx-md-padding-50 {
    padding: 50px;
  }
  .tbx-md-padding-51 {
    padding: 51px;
  }
  .tbx-md-padding-52 {
    padding: 52px;
  }
  .tbx-md-padding-53 {
    padding: 53px;
  }
  .tbx-md-padding-54 {
    padding: 54px;
  }
  .tbx-md-padding-55 {
    padding: 55px;
  }
  .tbx-md-padding-56 {
    padding: 56px;
  }
  .tbx-md-padding-57 {
    padding: 57px;
  }
  .tbx-md-padding-58 {
    padding: 58px;
  }
  .tbx-md-padding-59 {
    padding: 59px;
  }
  .tbx-md-padding-60 {
    padding: 60px;
  }
  .tbx-md-padding-61 {
    padding: 61px;
  }
  .tbx-md-padding-62 {
    padding: 62px;
  }
  .tbx-md-padding-63 {
    padding: 63px;
  }
  .tbx-md-padding-64 {
    padding: 64px;
  }
  .tbx-md-padding-65 {
    padding: 65px;
  }
  .tbx-md-padding-66 {
    padding: 66px;
  }
  .tbx-md-padding-67 {
    padding: 67px;
  }
  .tbx-md-padding-68 {
    padding: 68px;
  }
  .tbx-md-padding-69 {
    padding: 69px;
  }
  .tbx-md-padding-70 {
    padding: 70px;
  }
  .tbx-md-padding-71 {
    padding: 71px;
  }
  .tbx-md-padding-72 {
    padding: 72px;
  }
  .tbx-md-padding-73 {
    padding: 73px;
  }
  .tbx-md-padding-74 {
    padding: 74px;
  }
  .tbx-md-padding-75 {
    padding: 75px;
  }
  .tbx-md-padding-76 {
    padding: 76px;
  }
  .tbx-md-padding-77 {
    padding: 77px;
  }
  .tbx-md-padding-78 {
    padding: 78px;
  }
  .tbx-md-padding-79 {
    padding: 79px;
  }
  .tbx-md-padding-80 {
    padding: 80px;
  }
  .tbx-md-padding-81 {
    padding: 81px;
  }
  .tbx-md-padding-82 {
    padding: 82px;
  }
  .tbx-md-padding-83 {
    padding: 83px;
  }
  .tbx-md-padding-84 {
    padding: 84px;
  }
  .tbx-md-padding-85 {
    padding: 85px;
  }
  .tbx-md-padding-86 {
    padding: 86px;
  }
  .tbx-md-padding-87 {
    padding: 87px;
  }
  .tbx-md-padding-88 {
    padding: 88px;
  }
  .tbx-md-padding-89 {
    padding: 89px;
  }
  .tbx-md-padding-90 {
    padding: 90px;
  }
  .tbx-md-padding-91 {
    padding: 91px;
  }
  .tbx-md-padding-92 {
    padding: 92px;
  }
  .tbx-md-padding-93 {
    padding: 93px;
  }
  .tbx-md-padding-94 {
    padding: 94px;
  }
  .tbx-md-padding-95 {
    padding: 95px;
  }
  .tbx-md-padding-96 {
    padding: 96px;
  }
  .tbx-md-padding-97 {
    padding: 97px;
  }
  .tbx-md-padding-98 {
    padding: 98px;
  }
  .tbx-md-padding-99 {
    padding: 99px;
  }
  .tbx-md-padding-100 {
    padding: 100px;
  }
  .tbx-md-padding-top-bottom-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tbx-md-padding-top-bottom-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tbx-md-padding-top-bottom-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tbx-md-padding-top-bottom-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .tbx-md-padding-top-bottom-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .tbx-md-padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tbx-md-padding-top-bottom-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tbx-md-padding-top-bottom-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .tbx-md-padding-top-bottom-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tbx-md-padding-top-bottom-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tbx-md-padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tbx-md-padding-top-bottom-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .tbx-md-padding-top-bottom-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tbx-md-padding-top-bottom-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tbx-md-padding-top-bottom-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .tbx-md-padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tbx-md-padding-top-bottom-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tbx-md-padding-top-bottom-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tbx-md-padding-top-bottom-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .tbx-md-padding-top-bottom-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .tbx-md-padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tbx-md-padding-top-bottom-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .tbx-md-padding-top-bottom-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .tbx-md-padding-top-bottom-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .tbx-md-padding-top-bottom-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tbx-md-padding-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tbx-md-padding-top-bottom-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .tbx-md-padding-top-bottom-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .tbx-md-padding-top-bottom-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .tbx-md-padding-top-bottom-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .tbx-md-padding-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tbx-md-padding-top-bottom-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .tbx-md-padding-top-bottom-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .tbx-md-padding-top-bottom-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .tbx-md-padding-top-bottom-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .tbx-md-padding-top-bottom-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tbx-md-padding-top-bottom-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .tbx-md-padding-top-bottom-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .tbx-md-padding-top-bottom-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .tbx-md-padding-top-bottom-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .tbx-md-padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tbx-md-padding-top-bottom-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .tbx-md-padding-top-bottom-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .tbx-md-padding-top-bottom-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .tbx-md-padding-top-bottom-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .tbx-md-padding-top-bottom-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tbx-md-padding-top-bottom-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .tbx-md-padding-top-bottom-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .tbx-md-padding-top-bottom-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .tbx-md-padding-top-bottom-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .tbx-md-padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tbx-md-padding-top-bottom-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .tbx-md-padding-top-bottom-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .tbx-md-padding-top-bottom-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .tbx-md-padding-top-bottom-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .tbx-md-padding-top-bottom-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .tbx-md-padding-top-bottom-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tbx-md-padding-top-bottom-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .tbx-md-padding-top-bottom-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .tbx-md-padding-top-bottom-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .tbx-md-padding-top-bottom-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tbx-md-padding-top-bottom-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .tbx-md-padding-top-bottom-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .tbx-md-padding-top-bottom-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .tbx-md-padding-top-bottom-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .tbx-md-padding-top-bottom-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .tbx-md-padding-top-bottom-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .tbx-md-padding-top-bottom-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .tbx-md-padding-top-bottom-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .tbx-md-padding-top-bottom-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .tbx-md-padding-top-bottom-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tbx-md-padding-top-bottom-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .tbx-md-padding-top-bottom-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .tbx-md-padding-top-bottom-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .tbx-md-padding-top-bottom-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .tbx-md-padding-top-bottom-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .tbx-md-padding-top-bottom-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .tbx-md-padding-top-bottom-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .tbx-md-padding-top-bottom-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .tbx-md-padding-top-bottom-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .tbx-md-padding-top-bottom-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tbx-md-padding-top-bottom-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .tbx-md-padding-top-bottom-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .tbx-md-padding-top-bottom-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .tbx-md-padding-top-bottom-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .tbx-md-padding-top-bottom-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tbx-md-padding-top-bottom-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .tbx-md-padding-top-bottom-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .tbx-md-padding-top-bottom-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .tbx-md-padding-top-bottom-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .tbx-md-padding-top-bottom-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tbx-md-padding-top-bottom-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .tbx-md-padding-top-bottom-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .tbx-md-padding-top-bottom-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .tbx-md-padding-top-bottom-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .tbx-md-padding-top-bottom-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .tbx-md-padding-top-bottom-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .tbx-md-padding-top-bottom-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .tbx-md-padding-top-bottom-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .tbx-md-padding-top-bottom-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .tbx-md-padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tbx-md-padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tbx-md-padding-left-right-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tbx-md-padding-left-right-2 {
    padding-left: 2px;
    padding-right: 2px;
  }
  .tbx-md-padding-left-right-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
  .tbx-md-padding-left-right-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .tbx-md-padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tbx-md-padding-left-right-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  .tbx-md-padding-left-right-7 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .tbx-md-padding-left-right-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .tbx-md-padding-left-right-9 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .tbx-md-padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tbx-md-padding-left-right-11 {
    padding-left: 11px;
    padding-right: 11px;
  }
  .tbx-md-padding-left-right-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .tbx-md-padding-left-right-13 {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tbx-md-padding-left-right-14 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .tbx-md-padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tbx-md-padding-left-right-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tbx-md-padding-left-right-17 {
    padding-left: 17px;
    padding-right: 17px;
  }
  .tbx-md-padding-left-right-18 {
    padding-left: 18px;
    padding-right: 18px;
  }
  .tbx-md-padding-left-right-19 {
    padding-left: 19px;
    padding-right: 19px;
  }
  .tbx-md-padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tbx-md-padding-left-right-21 {
    padding-left: 21px;
    padding-right: 21px;
  }
  .tbx-md-padding-left-right-22 {
    padding-left: 22px;
    padding-right: 22px;
  }
  .tbx-md-padding-left-right-23 {
    padding-left: 23px;
    padding-right: 23px;
  }
  .tbx-md-padding-left-right-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .tbx-md-padding-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tbx-md-padding-left-right-26 {
    padding-left: 26px;
    padding-right: 26px;
  }
  .tbx-md-padding-left-right-27 {
    padding-left: 27px;
    padding-right: 27px;
  }
  .tbx-md-padding-left-right-28 {
    padding-left: 28px;
    padding-right: 28px;
  }
  .tbx-md-padding-left-right-29 {
    padding-left: 29px;
    padding-right: 29px;
  }
  .tbx-md-padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tbx-md-padding-left-right-31 {
    padding-left: 31px;
    padding-right: 31px;
  }
  .tbx-md-padding-left-right-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .tbx-md-padding-left-right-33 {
    padding-left: 33px;
    padding-right: 33px;
  }
  .tbx-md-padding-left-right-34 {
    padding-left: 34px;
    padding-right: 34px;
  }
  .tbx-md-padding-left-right-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .tbx-md-padding-left-right-36 {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tbx-md-padding-left-right-37 {
    padding-left: 37px;
    padding-right: 37px;
  }
  .tbx-md-padding-left-right-38 {
    padding-left: 38px;
    padding-right: 38px;
  }
  .tbx-md-padding-left-right-39 {
    padding-left: 39px;
    padding-right: 39px;
  }
  .tbx-md-padding-left-right-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tbx-md-padding-left-right-41 {
    padding-left: 41px;
    padding-right: 41px;
  }
  .tbx-md-padding-left-right-42 {
    padding-left: 42px;
    padding-right: 42px;
  }
  .tbx-md-padding-left-right-43 {
    padding-left: 43px;
    padding-right: 43px;
  }
  .tbx-md-padding-left-right-44 {
    padding-left: 44px;
    padding-right: 44px;
  }
  .tbx-md-padding-left-right-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .tbx-md-padding-left-right-46 {
    padding-left: 46px;
    padding-right: 46px;
  }
  .tbx-md-padding-left-right-47 {
    padding-left: 47px;
    padding-right: 47px;
  }
  .tbx-md-padding-left-right-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .tbx-md-padding-left-right-49 {
    padding-left: 49px;
    padding-right: 49px;
  }
  .tbx-md-padding-left-right-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tbx-md-padding-left-right-51 {
    padding-left: 51px;
    padding-right: 51px;
  }
  .tbx-md-padding-left-right-52 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .tbx-md-padding-left-right-53 {
    padding-left: 53px;
    padding-right: 53px;
  }
  .tbx-md-padding-left-right-54 {
    padding-left: 54px;
    padding-right: 54px;
  }
  .tbx-md-padding-left-right-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .tbx-md-padding-left-right-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .tbx-md-padding-left-right-57 {
    padding-left: 57px;
    padding-right: 57px;
  }
  .tbx-md-padding-left-right-58 {
    padding-left: 58px;
    padding-right: 58px;
  }
  .tbx-md-padding-left-right-59 {
    padding-left: 59px;
    padding-right: 59px;
  }
  .tbx-md-padding-left-right-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .tbx-md-padding-left-right-61 {
    padding-left: 61px;
    padding-right: 61px;
  }
  .tbx-md-padding-left-right-62 {
    padding-left: 62px;
    padding-right: 62px;
  }
  .tbx-md-padding-left-right-63 {
    padding-left: 63px;
    padding-right: 63px;
  }
  .tbx-md-padding-left-right-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .tbx-md-padding-left-right-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .tbx-md-padding-left-right-66 {
    padding-left: 66px;
    padding-right: 66px;
  }
  .tbx-md-padding-left-right-67 {
    padding-left: 67px;
    padding-right: 67px;
  }
  .tbx-md-padding-left-right-68 {
    padding-left: 68px;
    padding-right: 68px;
  }
  .tbx-md-padding-left-right-69 {
    padding-left: 69px;
    padding-right: 69px;
  }
  .tbx-md-padding-left-right-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .tbx-md-padding-left-right-71 {
    padding-left: 71px;
    padding-right: 71px;
  }
  .tbx-md-padding-left-right-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .tbx-md-padding-left-right-73 {
    padding-left: 73px;
    padding-right: 73px;
  }
  .tbx-md-padding-left-right-74 {
    padding-left: 74px;
    padding-right: 74px;
  }
  .tbx-md-padding-left-right-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .tbx-md-padding-left-right-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
  .tbx-md-padding-left-right-77 {
    padding-left: 77px;
    padding-right: 77px;
  }
  .tbx-md-padding-left-right-78 {
    padding-left: 78px;
    padding-right: 78px;
  }
  .tbx-md-padding-left-right-79 {
    padding-left: 79px;
    padding-right: 79px;
  }
  .tbx-md-padding-left-right-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .tbx-md-padding-left-right-81 {
    padding-left: 81px;
    padding-right: 81px;
  }
  .tbx-md-padding-left-right-82 {
    padding-left: 82px;
    padding-right: 82px;
  }
  .tbx-md-padding-left-right-83 {
    padding-left: 83px;
    padding-right: 83px;
  }
  .tbx-md-padding-left-right-84 {
    padding-left: 84px;
    padding-right: 84px;
  }
  .tbx-md-padding-left-right-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .tbx-md-padding-left-right-86 {
    padding-left: 86px;
    padding-right: 86px;
  }
  .tbx-md-padding-left-right-87 {
    padding-left: 87px;
    padding-right: 87px;
  }
  .tbx-md-padding-left-right-88 {
    padding-left: 88px;
    padding-right: 88px;
  }
  .tbx-md-padding-left-right-89 {
    padding-left: 89px;
    padding-right: 89px;
  }
  .tbx-md-padding-left-right-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .tbx-md-padding-left-right-91 {
    padding-left: 91px;
    padding-right: 91px;
  }
  .tbx-md-padding-left-right-92 {
    padding-left: 92px;
    padding-right: 92px;
  }
  .tbx-md-padding-left-right-93 {
    padding-left: 93px;
    padding-right: 93px;
  }
  .tbx-md-padding-left-right-94 {
    padding-left: 94px;
    padding-right: 94px;
  }
  .tbx-md-padding-left-right-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .tbx-md-padding-left-right-96 {
    padding-left: 96px;
    padding-right: 96px;
  }
  .tbx-md-padding-left-right-97 {
    padding-left: 97px;
    padding-right: 97px;
  }
  .tbx-md-padding-left-right-98 {
    padding-left: 98px;
    padding-right: 98px;
  }
  .tbx-md-padding-left-right-99 {
    padding-left: 99px;
    padding-right: 99px;
  }
  .tbx-md-padding-left-right-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .tbx-md-padding-left-0 {
    padding-left: 0px;
  }
  .tbx-md-padding-left-1 {
    padding-left: 1px;
  }
  .tbx-md-padding-left-2 {
    padding-left: 2px;
  }
  .tbx-md-padding-left-3 {
    padding-left: 3px;
  }
  .tbx-md-padding-left-4 {
    padding-left: 4px;
  }
  .tbx-md-padding-left-5 {
    padding-left: 5px;
  }
  .tbx-md-padding-left-6 {
    padding-left: 6px;
  }
  .tbx-md-padding-left-7 {
    padding-left: 7px;
  }
  .tbx-md-padding-left-8 {
    padding-left: 8px;
  }
  .tbx-md-padding-left-9 {
    padding-left: 9px;
  }
  .tbx-md-padding-left-10 {
    padding-left: 10px;
  }
  .tbx-md-padding-left-11 {
    padding-left: 11px;
  }
  .tbx-md-padding-left-12 {
    padding-left: 12px;
  }
  .tbx-md-padding-left-13 {
    padding-left: 13px;
  }
  .tbx-md-padding-left-14 {
    padding-left: 14px;
  }
  .tbx-md-padding-left-15 {
    padding-left: 15px;
  }
  .tbx-md-padding-left-16 {
    padding-left: 16px;
  }
  .tbx-md-padding-left-17 {
    padding-left: 17px;
  }
  .tbx-md-padding-left-18 {
    padding-left: 18px;
  }
  .tbx-md-padding-left-19 {
    padding-left: 19px;
  }
  .tbx-md-padding-left-20 {
    padding-left: 20px;
  }
  .tbx-md-padding-left-21 {
    padding-left: 21px;
  }
  .tbx-md-padding-left-22 {
    padding-left: 22px;
  }
  .tbx-md-padding-left-23 {
    padding-left: 23px;
  }
  .tbx-md-padding-left-24 {
    padding-left: 24px;
  }
  .tbx-md-padding-left-25 {
    padding-left: 25px;
  }
  .tbx-md-padding-left-26 {
    padding-left: 26px;
  }
  .tbx-md-padding-left-27 {
    padding-left: 27px;
  }
  .tbx-md-padding-left-28 {
    padding-left: 28px;
  }
  .tbx-md-padding-left-29 {
    padding-left: 29px;
  }
  .tbx-md-padding-left-30 {
    padding-left: 30px;
  }
  .tbx-md-padding-left-31 {
    padding-left: 31px;
  }
  .tbx-md-padding-left-32 {
    padding-left: 32px;
  }
  .tbx-md-padding-left-33 {
    padding-left: 33px;
  }
  .tbx-md-padding-left-34 {
    padding-left: 34px;
  }
  .tbx-md-padding-left-35 {
    padding-left: 35px;
  }
  .tbx-md-padding-left-36 {
    padding-left: 36px;
  }
  .tbx-md-padding-left-37 {
    padding-left: 37px;
  }
  .tbx-md-padding-left-38 {
    padding-left: 38px;
  }
  .tbx-md-padding-left-39 {
    padding-left: 39px;
  }
  .tbx-md-padding-left-40 {
    padding-left: 40px;
  }
  .tbx-md-padding-left-41 {
    padding-left: 41px;
  }
  .tbx-md-padding-left-42 {
    padding-left: 42px;
  }
  .tbx-md-padding-left-43 {
    padding-left: 43px;
  }
  .tbx-md-padding-left-44 {
    padding-left: 44px;
  }
  .tbx-md-padding-left-45 {
    padding-left: 45px;
  }
  .tbx-md-padding-left-46 {
    padding-left: 46px;
  }
  .tbx-md-padding-left-47 {
    padding-left: 47px;
  }
  .tbx-md-padding-left-48 {
    padding-left: 48px;
  }
  .tbx-md-padding-left-49 {
    padding-left: 49px;
  }
  .tbx-md-padding-left-50 {
    padding-left: 50px;
  }
  .tbx-md-padding-left-51 {
    padding-left: 51px;
  }
  .tbx-md-padding-left-52 {
    padding-left: 52px;
  }
  .tbx-md-padding-left-53 {
    padding-left: 53px;
  }
  .tbx-md-padding-left-54 {
    padding-left: 54px;
  }
  .tbx-md-padding-left-55 {
    padding-left: 55px;
  }
  .tbx-md-padding-left-56 {
    padding-left: 56px;
  }
  .tbx-md-padding-left-57 {
    padding-left: 57px;
  }
  .tbx-md-padding-left-58 {
    padding-left: 58px;
  }
  .tbx-md-padding-left-59 {
    padding-left: 59px;
  }
  .tbx-md-padding-left-60 {
    padding-left: 60px;
  }
  .tbx-md-padding-left-61 {
    padding-left: 61px;
  }
  .tbx-md-padding-left-62 {
    padding-left: 62px;
  }
  .tbx-md-padding-left-63 {
    padding-left: 63px;
  }
  .tbx-md-padding-left-64 {
    padding-left: 64px;
  }
  .tbx-md-padding-left-65 {
    padding-left: 65px;
  }
  .tbx-md-padding-left-66 {
    padding-left: 66px;
  }
  .tbx-md-padding-left-67 {
    padding-left: 67px;
  }
  .tbx-md-padding-left-68 {
    padding-left: 68px;
  }
  .tbx-md-padding-left-69 {
    padding-left: 69px;
  }
  .tbx-md-padding-left-70 {
    padding-left: 70px;
  }
  .tbx-md-padding-left-71 {
    padding-left: 71px;
  }
  .tbx-md-padding-left-72 {
    padding-left: 72px;
  }
  .tbx-md-padding-left-73 {
    padding-left: 73px;
  }
  .tbx-md-padding-left-74 {
    padding-left: 74px;
  }
  .tbx-md-padding-left-75 {
    padding-left: 75px;
  }
  .tbx-md-padding-left-76 {
    padding-left: 76px;
  }
  .tbx-md-padding-left-77 {
    padding-left: 77px;
  }
  .tbx-md-padding-left-78 {
    padding-left: 78px;
  }
  .tbx-md-padding-left-79 {
    padding-left: 79px;
  }
  .tbx-md-padding-left-80 {
    padding-left: 80px;
  }
  .tbx-md-padding-left-81 {
    padding-left: 81px;
  }
  .tbx-md-padding-left-82 {
    padding-left: 82px;
  }
  .tbx-md-padding-left-83 {
    padding-left: 83px;
  }
  .tbx-md-padding-left-84 {
    padding-left: 84px;
  }
  .tbx-md-padding-left-85 {
    padding-left: 85px;
  }
  .tbx-md-padding-left-86 {
    padding-left: 86px;
  }
  .tbx-md-padding-left-87 {
    padding-left: 87px;
  }
  .tbx-md-padding-left-88 {
    padding-left: 88px;
  }
  .tbx-md-padding-left-89 {
    padding-left: 89px;
  }
  .tbx-md-padding-left-90 {
    padding-left: 90px;
  }
  .tbx-md-padding-left-91 {
    padding-left: 91px;
  }
  .tbx-md-padding-left-92 {
    padding-left: 92px;
  }
  .tbx-md-padding-left-93 {
    padding-left: 93px;
  }
  .tbx-md-padding-left-94 {
    padding-left: 94px;
  }
  .tbx-md-padding-left-95 {
    padding-left: 95px;
  }
  .tbx-md-padding-left-96 {
    padding-left: 96px;
  }
  .tbx-md-padding-left-97 {
    padding-left: 97px;
  }
  .tbx-md-padding-left-98 {
    padding-left: 98px;
  }
  .tbx-md-padding-left-99 {
    padding-left: 99px;
  }
  .tbx-md-padding-left-100 {
    padding-left: 100px;
  }
  .tbx-md-padding-right-0 {
    padding-right: 0px;
  }
  .tbx-md-padding-right-1 {
    padding-right: 1px;
  }
  .tbx-md-padding-right-2 {
    padding-right: 2px;
  }
  .tbx-md-padding-right-3 {
    padding-right: 3px;
  }
  .tbx-md-padding-right-4 {
    padding-right: 4px;
  }
  .tbx-md-padding-right-5 {
    padding-right: 5px;
  }
  .tbx-md-padding-right-6 {
    padding-right: 6px;
  }
  .tbx-md-padding-right-7 {
    padding-right: 7px;
  }
  .tbx-md-padding-right-8 {
    padding-right: 8px;
  }
  .tbx-md-padding-right-9 {
    padding-right: 9px;
  }
  .tbx-md-padding-right-10 {
    padding-right: 10px;
  }
  .tbx-md-padding-right-11 {
    padding-right: 11px;
  }
  .tbx-md-padding-right-12 {
    padding-right: 12px;
  }
  .tbx-md-padding-right-13 {
    padding-right: 13px;
  }
  .tbx-md-padding-right-14 {
    padding-right: 14px;
  }
  .tbx-md-padding-right-15 {
    padding-right: 15px;
  }
  .tbx-md-padding-right-16 {
    padding-right: 16px;
  }
  .tbx-md-padding-right-17 {
    padding-right: 17px;
  }
  .tbx-md-padding-right-18 {
    padding-right: 18px;
  }
  .tbx-md-padding-right-19 {
    padding-right: 19px;
  }
  .tbx-md-padding-right-20 {
    padding-right: 20px;
  }
  .tbx-md-padding-right-21 {
    padding-right: 21px;
  }
  .tbx-md-padding-right-22 {
    padding-right: 22px;
  }
  .tbx-md-padding-right-23 {
    padding-right: 23px;
  }
  .tbx-md-padding-right-24 {
    padding-right: 24px;
  }
  .tbx-md-padding-right-25 {
    padding-right: 25px;
  }
  .tbx-md-padding-right-26 {
    padding-right: 26px;
  }
  .tbx-md-padding-right-27 {
    padding-right: 27px;
  }
  .tbx-md-padding-right-28 {
    padding-right: 28px;
  }
  .tbx-md-padding-right-29 {
    padding-right: 29px;
  }
  .tbx-md-padding-right-30 {
    padding-right: 30px;
  }
  .tbx-md-padding-right-31 {
    padding-right: 31px;
  }
  .tbx-md-padding-right-32 {
    padding-right: 32px;
  }
  .tbx-md-padding-right-33 {
    padding-right: 33px;
  }
  .tbx-md-padding-right-34 {
    padding-right: 34px;
  }
  .tbx-md-padding-right-35 {
    padding-right: 35px;
  }
  .tbx-md-padding-right-36 {
    padding-right: 36px;
  }
  .tbx-md-padding-right-37 {
    padding-right: 37px;
  }
  .tbx-md-padding-right-38 {
    padding-right: 38px;
  }
  .tbx-md-padding-right-39 {
    padding-right: 39px;
  }
  .tbx-md-padding-right-40 {
    padding-right: 40px;
  }
  .tbx-md-padding-right-41 {
    padding-right: 41px;
  }
  .tbx-md-padding-right-42 {
    padding-right: 42px;
  }
  .tbx-md-padding-right-43 {
    padding-right: 43px;
  }
  .tbx-md-padding-right-44 {
    padding-right: 44px;
  }
  .tbx-md-padding-right-45 {
    padding-right: 45px;
  }
  .tbx-md-padding-right-46 {
    padding-right: 46px;
  }
  .tbx-md-padding-right-47 {
    padding-right: 47px;
  }
  .tbx-md-padding-right-48 {
    padding-right: 48px;
  }
  .tbx-md-padding-right-49 {
    padding-right: 49px;
  }
  .tbx-md-padding-right-50 {
    padding-right: 50px;
  }
  .tbx-md-padding-right-51 {
    padding-right: 51px;
  }
  .tbx-md-padding-right-52 {
    padding-right: 52px;
  }
  .tbx-md-padding-right-53 {
    padding-right: 53px;
  }
  .tbx-md-padding-right-54 {
    padding-right: 54px;
  }
  .tbx-md-padding-right-55 {
    padding-right: 55px;
  }
  .tbx-md-padding-right-56 {
    padding-right: 56px;
  }
  .tbx-md-padding-right-57 {
    padding-right: 57px;
  }
  .tbx-md-padding-right-58 {
    padding-right: 58px;
  }
  .tbx-md-padding-right-59 {
    padding-right: 59px;
  }
  .tbx-md-padding-right-60 {
    padding-right: 60px;
  }
  .tbx-md-padding-right-61 {
    padding-right: 61px;
  }
  .tbx-md-padding-right-62 {
    padding-right: 62px;
  }
  .tbx-md-padding-right-63 {
    padding-right: 63px;
  }
  .tbx-md-padding-right-64 {
    padding-right: 64px;
  }
  .tbx-md-padding-right-65 {
    padding-right: 65px;
  }
  .tbx-md-padding-right-66 {
    padding-right: 66px;
  }
  .tbx-md-padding-right-67 {
    padding-right: 67px;
  }
  .tbx-md-padding-right-68 {
    padding-right: 68px;
  }
  .tbx-md-padding-right-69 {
    padding-right: 69px;
  }
  .tbx-md-padding-right-70 {
    padding-right: 70px;
  }
  .tbx-md-padding-right-71 {
    padding-right: 71px;
  }
  .tbx-md-padding-right-72 {
    padding-right: 72px;
  }
  .tbx-md-padding-right-73 {
    padding-right: 73px;
  }
  .tbx-md-padding-right-74 {
    padding-right: 74px;
  }
  .tbx-md-padding-right-75 {
    padding-right: 75px;
  }
  .tbx-md-padding-right-76 {
    padding-right: 76px;
  }
  .tbx-md-padding-right-77 {
    padding-right: 77px;
  }
  .tbx-md-padding-right-78 {
    padding-right: 78px;
  }
  .tbx-md-padding-right-79 {
    padding-right: 79px;
  }
  .tbx-md-padding-right-80 {
    padding-right: 80px;
  }
  .tbx-md-padding-right-81 {
    padding-right: 81px;
  }
  .tbx-md-padding-right-82 {
    padding-right: 82px;
  }
  .tbx-md-padding-right-83 {
    padding-right: 83px;
  }
  .tbx-md-padding-right-84 {
    padding-right: 84px;
  }
  .tbx-md-padding-right-85 {
    padding-right: 85px;
  }
  .tbx-md-padding-right-86 {
    padding-right: 86px;
  }
  .tbx-md-padding-right-87 {
    padding-right: 87px;
  }
  .tbx-md-padding-right-88 {
    padding-right: 88px;
  }
  .tbx-md-padding-right-89 {
    padding-right: 89px;
  }
  .tbx-md-padding-right-90 {
    padding-right: 90px;
  }
  .tbx-md-padding-right-91 {
    padding-right: 91px;
  }
  .tbx-md-padding-right-92 {
    padding-right: 92px;
  }
  .tbx-md-padding-right-93 {
    padding-right: 93px;
  }
  .tbx-md-padding-right-94 {
    padding-right: 94px;
  }
  .tbx-md-padding-right-95 {
    padding-right: 95px;
  }
  .tbx-md-padding-right-96 {
    padding-right: 96px;
  }
  .tbx-md-padding-right-97 {
    padding-right: 97px;
  }
  .tbx-md-padding-right-98 {
    padding-right: 98px;
  }
  .tbx-md-padding-right-99 {
    padding-right: 99px;
  }
  .tbx-md-padding-right-100 {
    padding-right: 100px;
  }
  .tbx-md-padding-top-0 {
    padding-top: 0px;
  }
  .tbx-md-padding-top-5 {
    padding-top: 5px;
  }
  .tbx-md-padding-top-10 {
    padding-top: 10px;
  }
  .tbx-md-padding-top-15 {
    padding-top: 15px;
  }
  .tbx-md-padding-top-20 {
    padding-top: 20px;
  }
  .tbx-md-padding-top-25 {
    padding-top: 25px;
  }
  .tbx-md-padding-top-30 {
    padding-top: 30px;
  }
  .tbx-md-padding-top-35 {
    padding-top: 35px;
  }
  .tbx-md-padding-top-40 {
    padding-top: 40px;
  }
  .tbx-md-padding-top-45 {
    padding-top: 45px;
  }
  .tbx-md-padding-top-50 {
    padding-top: 50px;
  }
  .tbx-md-padding-top-55 {
    padding-top: 55px;
  }
  .tbx-md-padding-top-60 {
    padding-top: 60px;
  }
  .tbx-md-padding-top-65 {
    padding-top: 65px;
  }
  .tbx-md-padding-top-70 {
    padding-top: 70px;
  }
  .tbx-md-padding-top-75 {
    padding-top: 75px;
  }
  .tbx-md-padding-top-80 {
    padding-top: 80px;
  }
  .tbx-md-padding-top-85 {
    padding-top: 85px;
  }
  .tbx-md-padding-top-90 {
    padding-top: 90px;
  }
  .tbx-md-padding-top-95 {
    padding-top: 95px;
  }
  .tbx-md-padding-top-100 {
    padding-top: 100px;
  }
  .tbx-md-padding-top-0 {
    padding-top: 0px;
  }
  .tbx-md-padding-top-1 {
    padding-top: 1px;
  }
  .tbx-md-padding-top-2 {
    padding-top: 2px;
  }
  .tbx-md-padding-top-3 {
    padding-top: 3px;
  }
  .tbx-md-padding-top-4 {
    padding-top: 4px;
  }
  .tbx-md-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .tbx-md-padding-bottom-1 {
    padding-bottom: 1px;
  }
  .tbx-md-padding-bottom-2 {
    padding-bottom: 2px;
  }
  .tbx-md-padding-bottom-3 {
    padding-bottom: 3px;
  }
  .tbx-md-padding-bottom-4 {
    padding-bottom: 4px;
  }
  .tbx-md-padding-bottom-0 {
    padding-bottom: 0px;
  }
  .tbx-md-padding-bottom-5 {
    padding-bottom: 5px;
  }
  .tbx-md-padding-bottom-10 {
    padding-bottom: 10px;
  }
  .tbx-md-padding-bottom-15 {
    padding-bottom: 15px;
  }
  .tbx-md-padding-bottom-20 {
    padding-bottom: 20px;
  }
  .tbx-md-padding-bottom-25 {
    padding-bottom: 25px;
  }
  .tbx-md-padding-bottom-30 {
    padding-bottom: 30px;
  }
  .tbx-md-padding-bottom-35 {
    padding-bottom: 35px;
  }
  .tbx-md-padding-bottom-40 {
    padding-bottom: 40px;
  }
  .tbx-md-padding-bottom-45 {
    padding-bottom: 45px;
  }
  .tbx-md-padding-bottom-50 {
    padding-bottom: 50px;
  }
  .tbx-md-padding-bottom-55 {
    padding-bottom: 55px;
  }
  .tbx-md-padding-bottom-60 {
    padding-bottom: 60px;
  }
  .tbx-md-padding-bottom-65 {
    padding-bottom: 65px;
  }
  .tbx-md-padding-bottom-70 {
    padding-bottom: 70px;
  }
  .tbx-md-padding-bottom-75 {
    padding-bottom: 75px;
  }
  .tbx-md-padding-bottom-80 {
    padding-bottom: 80px;
  }
  .tbx-md-padding-bottom-85 {
    padding-bottom: 85px;
  }
  .tbx-md-padding-bottom-90 {
    padding-bottom: 90px;
  }
  .tbx-md-padding-bottom-95 {
    padding-bottom: 95px;
  }
  .tbx-md-padding-bottom-100 {
    padding-bottom: 100px;
  }
  /*Margins*/
  .tbx-md-margin-0 {
    margin: 0px;
  }
  .tbx-md-margin-5 {
    margin: 5px;
  }
  .tbx-md-margin-10 {
    margin: 10px;
  }
  .tbx-md-margin-15 {
    margin: 15px;
  }
  .tbx-md-margin-20 {
    margin: 20px;
  }
  .tbx-md-margin-25 {
    margin: 25px;
  }
  .tbx-md-margin-30 {
    margin: 30px;
  }
  .tbx-md-margin-35 {
    margin: 35px;
  }
  .tbx-md-margin-40 {
    margin: 40px;
  }
  .tbx-md-margin-45 {
    margin: 45px;
  }
  .tbx-md-margin-50 {
    margin: 50px;
  }
  .tbx-md-margin-55 {
    margin: 55px;
  }
  .tbx-md-margin-60 {
    margin: 60px;
  }
  .tbx-md-margin-65 {
    margin: 65px;
  }
  .tbx-md-margin-70 {
    margin: 70px;
  }
  .tbx-md-margin-75 {
    margin: 75px;
  }
  .tbx-md-margin-80 {
    margin: 80px;
  }
  .tbx-md-margin-85 {
    margin: 85px;
  }
  .tbx-md-margin-90 {
    margin: 90px;
  }
  .tbx-md-margin-95 {
    margin: 95px;
  }
  .tbx-md-margin-100 {
    margin: 100px;
  }
  .tbx-md-margin-left-right-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tbx-md-margin-left-right-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .tbx-md-margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tbx-md-margin-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tbx-md-margin-left-right-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tbx-md-margin-left-right-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .tbx-md-margin-left-right-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .tbx-md-margin-left-right-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .tbx-md-margin-left-right-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .tbx-md-margin-left-right-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .tbx-md-margin-left-right-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .tbx-md-margin-left-right-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .tbx-md-margin-left-right-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .tbx-md-margin-left-right-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .tbx-md-margin-left-right-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .tbx-md-margin-left-right-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .tbx-md-margin-left-right-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .tbx-md-margin-left-right-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .tbx-md-margin-left-right-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .tbx-md-margin-left-right-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .tbx-md-margin-left-right-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .tbx-md-margin-left-0 {
    margin-left: 0px;
  }
  .tbx-md-margin-left-5 {
    margin-left: 5px;
  }
  .tbx-md-margin-left-10 {
    margin-left: 10px;
  }
  .tbx-md-margin-left-15 {
    margin-left: 15px;
  }
  .tbx-md-margin-left-20 {
    margin-left: 20px;
  }
  .tbx-md-margin-left-25 {
    margin-left: 25px;
  }
  .tbx-md-margin-left-30 {
    margin-left: 30px;
  }
  .tbx-md-margin-left-35 {
    margin-left: 35px;
  }
  .tbx-md-margin-left-40 {
    margin-left: 40px;
  }
  .tbx-md-margin-left-45 {
    margin-left: 45px;
  }
  .tbx-md-margin-left-50 {
    margin-left: 50px;
  }
  .tbx-md-margin-left-55 {
    margin-left: 55px;
  }
  .tbx-md-margin-left-60 {
    margin-left: 60px;
  }
  .tbx-md-margin-left-65 {
    margin-left: 65px;
  }
  .tbx-md-margin-left-70 {
    margin-left: 70px;
  }
  .tbx-md-margin-left-75 {
    margin-left: 75px;
  }
  .tbx-md-margin-left-80 {
    margin-left: 80px;
  }
  .tbx-md-margin-left-85 {
    margin-left: 85px;
  }
  .tbx-md-margin-left-90 {
    margin-left: 90px;
  }
  .tbx-md-margin-left-95 {
    margin-left: 95px;
  }
  .tbx-md-margin-left-100 {
    margin-left: 100px;
  }
  .tbx-md-margin-right-0 {
    margin-right: 0px;
  }
  .tbx-md-margin-right-5 {
    margin-right: 5px;
  }
  .tbx-md-margin-right-10 {
    margin-right: 10px;
  }
  .tbx-md-margin-right-15 {
    margin-right: 15px;
  }
  .tbx-md-margin-right-20 {
    margin-right: 20px;
  }
  .tbx-md-margin-right-25 {
    margin-right: 25px;
  }
  .tbx-md-margin-right-30 {
    margin-right: 30px;
  }
  .tbx-md-margin-right-35 {
    margin-right: 35px;
  }
  .tbx-md-margin-right-40 {
    margin-right: 40px;
  }
  .tbx-md-margin-right-45 {
    margin-right: 45px;
  }
  .tbx-md-margin-right-50 {
    margin-right: 50px;
  }
  .tbx-md-margin-right-55 {
    margin-right: 55px;
  }
  .tbx-md-margin-right-60 {
    margin-right: 60px;
  }
  .tbx-md-margin-right-65 {
    margin-right: 65px;
  }
  .tbx-md-margin-right-70 {
    margin-right: 70px;
  }
  .tbx-md-margin-right-75 {
    margin-right: 75px;
  }
  .tbx-md-margin-right-80 {
    margin-right: 80px;
  }
  .tbx-md-margin-right-85 {
    margin-right: 85px;
  }
  .tbx-md-margin-right-90 {
    margin-right: 90px;
  }
  .tbx-md-margin-right-95 {
    margin-right: 95px;
  }
  .tbx-md-margin-right-100 {
    margin-right: 100px;
  }
  .tbx-md-margin-top-0 {
    margin-top: 0px;
  }
  .tbx-md-margin-top-5 {
    margin-top: 5px;
  }
  .tbx-md-margin-top-10 {
    margin-top: 10px;
  }
  .tbx-md-margin-top-15 {
    margin-top: 15px;
  }
  .tbx-md-margin-top-20 {
    margin-top: 20px;
  }
  .tbx-md-margin-top-25 {
    margin-top: 25px;
  }
  .tbx-md-margin-top-30 {
    margin-top: 30px;
  }
  .tbx-md-margin-top-35 {
    margin-top: 35px;
  }
  .tbx-md-margin-top-40 {
    margin-top: 40px;
  }
  .tbx-md-margin-top-45 {
    margin-top: 45px;
  }
  .tbx-md-margin-top-50 {
    margin-top: 50px;
  }
  .tbx-md-margin-top-55 {
    margin-top: 55px;
  }
  .tbx-md-margin-top-60 {
    margin-top: 60px;
  }
  .tbx-md-margin-top-65 {
    margin-top: 65px;
  }
  .tbx-md-margin-top-70 {
    margin-top: 70px;
  }
  .tbx-md-margin-top-75 {
    margin-top: 75px;
  }
  .tbx-md-margin-top-80 {
    margin-top: 80px;
  }
  .tbx-md-margin-top-85 {
    margin-top: 85px;
  }
  .tbx-md-margin-top-90 {
    margin-top: 90px;
  }
  .tbx-md-margin-top-95 {
    margin-top: 95px;
  }
  .tbx-md-margin-top-100 {
    margin-top: 100px;
  }
  .tbx-md-margin-top-105 {
    margin-top: 105px;
  }
  .tbx-md-margin-top-110 {
    margin-top: 110px;
  }
  .tbx-md-margin-top-115 {
    margin-top: 115px;
  }
  .tbx-md-margin-top-120 {
    margin-top: 120px;
  }
  .tbx-md-margin-top-125 {
    margin-top: 125px;
  }
  .tbx-md-margin-top-130 {
    margin-top: 130px;
  }
  .tbx-md-margin-top-135 {
    margin-top: 135px;
  }
  .tbx-md-margin-top-140 {
    margin-top: 140px;
  }
  .tbx-md-margin-top-145 {
    margin-top: 145px;
  }
  .tbx-md-margin-top-150 {
    margin-top: 150px;
  }
  .tbx-md-margin-top-155 {
    margin-top: 155px;
  }
  .tbx-md-margin-top-160 {
    margin-top: 160px;
  }
  .tbx-md-margin-top-165 {
    margin-top: 165px;
  }
  .tbx-md-margin-top-170 {
    margin-top: 170px;
  }
  .tbx-md-margin-top-175 {
    margin-top: 175px;
  }
  .tbx-md-margin-top-180 {
    margin-top: 180px;
  }
  .tbx-md-margin-top-185 {
    margin-top: 185px;
  }
  .tbx-md-margin-top-190 {
    margin-top: 190px;
  }
  .tbx-md-margin-top-195 {
    margin-top: 195px;
  }
  .tbx-md-margin-top-200 {
    margin-top: 200px;
  }
  .tbx-md-margin-top-205 {
    margin-top: 205px;
  }
  .tbx-md-margin-top-210 {
    margin-top: 210px;
  }
  .tbx-md-margin-top-215 {
    margin-top: 215px;
  }
  .tbx-md-margin-top-220 {
    margin-top: 220px;
  }
  .tbx-md-margin-top-225 {
    margin-top: 225px;
  }
  .tbx-md-margin-top-230 {
    margin-top: 230px;
  }
  .tbx-md-margin-top-235 {
    margin-top: 235px;
  }
  .tbx-md-margin-top-240 {
    margin-top: 240px;
  }
  .tbx-md-margin-top-245 {
    margin-top: 245px;
  }
  .tbx-md-margin-top-250 {
    margin-top: 250px;
  }
  .tbx-md-margin-top-in-percent-0 {
    margin-top: calc(100% / 0);
  }
  .tbx-md-margin-top-in-percent-1 {
    margin-top: calc(100% / 1);
  }
  .tbx-md-margin-top-in-percent-2 {
    margin-top: calc(100% / 2);
  }
  .tbx-md-margin-top-in-percent-3 {
    margin-top: calc(100% / 3);
  }
  .tbx-md-margin-top-in-percent-4 {
    margin-top: calc(100% / 4);
  }
  .tbx-md-margin-top-in-percent-5 {
    margin-top: calc(100% / 5);
  }
  .tbx-md-margin-top-in-percent-6 {
    margin-top: calc(100% / 6);
  }
  .tbx-md-margin-top-in-percent-7 {
    margin-top: calc(100% / 7);
  }
  .tbx-md-margin-top-in-percent-8 {
    margin-top: calc(100% / 8);
  }
  .tbx-md-margin-top-in-percent-9 {
    margin-top: calc(100% / 9);
  }
  .tbx-md-margin-top-in-percent-10 {
    margin-top: calc(100% / 10);
  }
  .tbx-md-margin-top-in-percent-11 {
    margin-top: calc(100% / 11);
  }
  .tbx-md-margin-top-in-percent-12 {
    margin-top: calc(100% / 12);
  }
  .tbx-md-margin-top-in-percent-13 {
    margin-top: calc(100% / 13);
  }
  .tbx-md-margin-top-in-percent-14 {
    margin-top: calc(100% / 14);
  }
  .tbx-md-margin-top-in-percent-15 {
    margin-top: calc(100% / 15);
  }
  .tbx-md-margin-top-in-percent-16 {
    margin-top: calc(100% / 16);
  }
  .tbx-md-margin-top-in-percent-17 {
    margin-top: calc(100% / 17);
  }
  .tbx-md-margin-top-in-percent-18 {
    margin-top: calc(100% / 18);
  }
  .tbx-md-margin-top-in-percent-19 {
    margin-top: calc(100% / 19);
  }
  .tbx-md-margin-top-in-percent-20 {
    margin-top: calc(100% / 20);
  }
  .tbx-md-margin-top-in-percent-21 {
    margin-top: calc(100% / 21);
  }
  .tbx-md-margin-top-in-percent-22 {
    margin-top: calc(100% / 22);
  }
  .tbx-md-margin-top-in-percent-23 {
    margin-top: calc(100% / 23);
  }
  .tbx-md-margin-top-in-percent-24 {
    margin-top: calc(100% / 24);
  }
  .tbx-md-margin-top-in-percent-25 {
    margin-top: calc(100% / 25);
  }
  .tbx-md-margin-top-in-percent-26 {
    margin-top: calc(100% / 26);
  }
  .tbx-md-margin-top-in-percent-27 {
    margin-top: calc(100% / 27);
  }
  .tbx-md-margin-top-in-percent-28 {
    margin-top: calc(100% / 28);
  }
  .tbx-md-margin-top-in-percent-29 {
    margin-top: calc(100% / 29);
  }
  .tbx-md-margin-top-in-percent-30 {
    margin-top: calc(100% / 30);
  }
  .tbx-md-margin-top-in-percent-31 {
    margin-top: calc(100% / 31);
  }
  .tbx-md-margin-top-in-percent-32 {
    margin-top: calc(100% / 32);
  }
  .tbx-md-margin-top-in-percent-33 {
    margin-top: calc(100% / 33);
  }
  .tbx-md-margin-top-in-percent-34 {
    margin-top: calc(100% / 34);
  }
  .tbx-md-margin-top-in-percent-35 {
    margin-top: calc(100% / 35);
  }
  .tbx-md-margin-top-in-percent-36 {
    margin-top: calc(100% / 36);
  }
  .tbx-md-margin-top-in-percent-37 {
    margin-top: calc(100% / 37);
  }
  .tbx-md-margin-top-in-percent-38 {
    margin-top: calc(100% / 38);
  }
  .tbx-md-margin-top-in-percent-39 {
    margin-top: calc(100% / 39);
  }
  .tbx-md-margin-top-in-percent-40 {
    margin-top: calc(100% / 40);
  }
  .tbx-md-margin-top-in-percent-41 {
    margin-top: calc(100% / 41);
  }
  .tbx-md-margin-top-in-percent-42 {
    margin-top: calc(100% / 42);
  }
  .tbx-md-margin-top-in-percent-43 {
    margin-top: calc(100% / 43);
  }
  .tbx-md-margin-top-in-percent-44 {
    margin-top: calc(100% / 44);
  }
  .tbx-md-margin-top-in-percent-45 {
    margin-top: calc(100% / 45);
  }
  .tbx-md-margin-top-in-percent-46 {
    margin-top: calc(100% / 46);
  }
  .tbx-md-margin-top-in-percent-47 {
    margin-top: calc(100% / 47);
  }
  .tbx-md-margin-top-in-percent-48 {
    margin-top: calc(100% / 48);
  }
  .tbx-md-margin-top-in-percent-49 {
    margin-top: calc(100% / 49);
  }
  .tbx-md-margin-top-in-percent-50 {
    margin-top: calc(100% / 50);
  }
  .tbx-md-margin-bottom-0 {
    margin-bottom: 0px;
  }
  .tbx-md-margin-bottom-5 {
    margin-bottom: 5px;
  }
  .tbx-md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .tbx-md-margin-bottom-15 {
    margin-bottom: 15px;
  }
  .tbx-md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .tbx-md-margin-bottom-25 {
    margin-bottom: 25px;
  }
  .tbx-md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .tbx-md-margin-bottom-35 {
    margin-bottom: 35px;
  }
  .tbx-md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .tbx-md-margin-bottom-45 {
    margin-bottom: 45px;
  }
  .tbx-md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .tbx-md-margin-bottom-55 {
    margin-bottom: 55px;
  }
  .tbx-md-margin-bottom-60 {
    margin-bottom: 60px;
  }
  .tbx-md-margin-bottom-65 {
    margin-bottom: 65px;
  }
  .tbx-md-margin-bottom-70 {
    margin-bottom: 70px;
  }
  .tbx-md-margin-bottom-75 {
    margin-bottom: 75px;
  }
  .tbx-md-margin-bottom-80 {
    margin-bottom: 80px;
  }
  .tbx-md-margin-bottom-85 {
    margin-bottom: 85px;
  }
  .tbx-md-margin-bottom-90 {
    margin-bottom: 90px;
  }
  .tbx-md-margin-bottom-95 {
    margin-bottom: 95px;
  }
  .tbx-md-margin-bottom-100 {
    margin-bottom: 100px;
  }
  .tbx-md-opacity-0 {
    opacity: 0;
  }
  .tbx-md-opacity-1 {
    opacity: 0.1;
  }
  .tbx-md-opacity-2 {
    opacity: 0.2;
  }
  .tbx-md-opacity-3 {
    opacity: 0.3;
  }
  .tbx-md-opacity-4 {
    opacity: 0.4;
  }
  .tbx-md-opacity-5 {
    opacity: 0.5;
  }
  .tbx-md-opacity-6 {
    opacity: 0.6;
  }
  .tbx-md-opacity-7 {
    opacity: 0.7;
  }
  .tbx-md-opacity-8 {
    opacity: 0.8;
  }
  .tbx-md-opacity-9 {
    opacity: 0.9;
  }
  .tbx-md-opacity-10 {
    opacity: 1;
  }
  /*Font Sizes*/
  .tbx-md-fs-8 {
    font-size: 8px;
  }
  .tbx-md-fs-9 {
    font-size: 9px;
  }
  .tbx-md-fs-10 {
    font-size: 10px;
  }
  .tbx-md-fs-11 {
    font-size: 11px;
  }
  .tbx-md-fs-12 {
    font-size: 12px;
  }
  .tbx-md-fs-13 {
    font-size: 13px;
  }
  .tbx-md-fs-14 {
    font-size: 14px;
  }
  .tbx-md-fs-15 {
    font-size: 15px;
  }
  .tbx-md-fs-16 {
    font-size: 16px;
  }
  .tbx-md-fs-17 {
    font-size: 17px;
  }
  .tbx-md-fs-18 {
    font-size: 18px;
  }
  .tbx-md-fs-19 {
    font-size: 19px;
  }
  .tbx-md-fs-20 {
    font-size: 20px;
  }
  .tbx-md-fs-21 {
    font-size: 21px;
  }
  .tbx-md-fs-22 {
    font-size: 22px;
  }
  .tbx-md-fs-23 {
    font-size: 23px;
  }
  .tbx-md-fs-24 {
    font-size: 24px;
  }
  .tbx-md-fs-25 {
    font-size: 25px;
  }
  .tbx-md-fs-26 {
    font-size: 26px;
  }
  .tbx-md-fs-27 {
    font-size: 27px;
  }
  .tbx-md-fs-28 {
    font-size: 28px;
  }
  .tbx-md-fs-29 {
    font-size: 29px;
  }
  .tbx-md-fs-30 {
    font-size: 30px;
  }
  .tbx-md-fs-31 {
    font-size: 31px;
  }
  .tbx-md-fs-32 {
    font-size: 32px;
  }
  .tbx-md-fs-33 {
    font-size: 33px;
  }
  .tbx-md-fs-34 {
    font-size: 34px;
  }
  .tbx-md-fs-35 {
    font-size: 35px;
  }
  .tbx-md-fs-36 {
    font-size: 36px;
  }
  .tbx-md-fs-37 {
    font-size: 37px;
  }
  .tbx-md-fs-38 {
    font-size: 38px;
  }
  .tbx-md-fs-39 {
    font-size: 39px;
  }
  .tbx-md-fs-40 {
    font-size: 40px;
  }
  .tbx-md-fs-41 {
    font-size: 41px;
  }
  .tbx-md-fs-42 {
    font-size: 42px;
  }
  .tbx-md-fs-43 {
    font-size: 43px;
  }
  .tbx-md-fs-44 {
    font-size: 44px;
  }
  .tbx-md-fs-45 {
    font-size: 45px;
  }
  .tbx-md-fs-46 {
    font-size: 46px;
  }
  .tbx-md-fs-47 {
    font-size: 47px;
  }
  .tbx-md-fs-48 {
    font-size: 48px;
  }
  .tbx-md-fs-49 {
    font-size: 49px;
  }
  .tbx-md-fs-50 {
    font-size: 50px;
  }
  /*Line Height*/
  .tbx-md-lh-8 {
    line-height: 8px;
  }
  .tbx-md-lh-10 {
    line-height: 10px;
  }
  .tbx-md-lh-12 {
    line-height: 12px;
  }
  .tbx-md-lh-14 {
    line-height: 14px;
  }
  .tbx-md-lh-16 {
    line-height: 16px;
  }
  .tbx-md-lh-18 {
    line-height: 18px;
  }
  .tbx-md-lh-20 {
    line-height: 20px;
  }
  .tbx-md-lh-22 {
    line-height: 22px;
  }
  .tbx-md-lh-24 {
    line-height: 24px;
  }
  .tbx-md-lh-26 {
    line-height: 26px;
  }
  .tbx-md-lh-28 {
    line-height: 28px;
  }
  .tbx-md-lh-30 {
    line-height: 30px;
  }
  .tbx-md-lh-32 {
    line-height: 32px;
  }
  .tbx-md-lh-34 {
    line-height: 34px;
  }
  .tbx-md-lh-36 {
    line-height: 36px;
  }
  .tbx-md-lh-38 {
    line-height: 38px;
  }
  .tbx-md-lh-40 {
    line-height: 40px;
  }
  .tbx-md-lh-42 {
    line-height: 42px;
  }
  .tbx-md-lh-44 {
    line-height: 44px;
  }
  .tbx-md-lh-46 {
    line-height: 46px;
  }
  .tbx-md-lh-48 {
    line-height: 48px;
  }
  .tbx-md-lh-50 {
    line-height: 50px;
  }
  .tbx-md-lh-52 {
    line-height: 52px;
  }
  .tbx-md-lh-54 {
    line-height: 54px;
  }
  .tbx-md-lh-56 {
    line-height: 56px;
  }
  .tbx-md-lh-58 {
    line-height: 58px;
  }
  .tbx-md-lh-60 {
    line-height: 60px;
  }
  .tbx-md-lh-62 {
    line-height: 62px;
  }
  .tbx-md-lh-64 {
    line-height: 64px;
  }
  .tbx-md-lh-66 {
    line-height: 66px;
  }
  .tbx-md-lh-68 {
    line-height: 68px;
  }
  .tbx-md-lh-70 {
    line-height: 70px;
  }
  .tbx-md-lh-72 {
    line-height: 72px;
  }
  .tbx-md-lh-74 {
    line-height: 74px;
  }
  .tbx-md-lh-76 {
    line-height: 76px;
  }
  .tbx-md-lh-78 {
    line-height: 78px;
  }
  .tbx-md-lh-80 {
    line-height: 80px;
  }
  .tbx-md-lh-82 {
    line-height: 82px;
  }
  .tbx-md-lh-84 {
    line-height: 84px;
  }
  .tbx-md-lh-86 {
    line-height: 86px;
  }
  .tbx-md-lh-88 {
    line-height: 88px;
  }
  .tbx-md-lh-90 {
    line-height: 90px;
  }
  .tbx-md-lh-92 {
    line-height: 92px;
  }
  .tbx-md-lh-94 {
    line-height: 94px;
  }
  .tbx-md-lh-96 {
    line-height: 96px;
  }
  .tbx-md-lh-98 {
    line-height: 98px;
  }
  .tbx-md-lh-100 {
    line-height: 100px;
  }
  /*Min Width*/
  .tbx-md-min-width-50 {
    min-width: 50px;
  }
  .tbx-md-min-width-100 {
    min-width: 100px;
  }
  .tbx-md-min-width-150 {
    min-width: 150px;
  }
  .tbx-md-min-width-200 {
    min-width: 200px;
  }
  .tbx-md-min-width-250 {
    min-width: 250px;
  }
  .tbx-md-min-width-300 {
    min-width: 300px;
  }
  .tbx-md-min-width-350 {
    min-width: 350px;
  }
  .tbx-md-min-width-400 {
    min-width: 400px;
  }
  .tbx-md-min-width-450 {
    min-width: 450px;
  }
  .tbx-md-min-width-500 {
    min-width: 500px;
  }
  .tbx-md-min-width-550 {
    min-width: 550px;
  }
  /*Min Height*/
  .tbx-md-min-height-in-vh-5 {
    min-height: 5vh;
  }
  .tbx-md-min-height-in-vh-10 {
    min-height: 10vh;
  }
  .tbx-md-min-height-in-vh-15 {
    min-height: 15vh;
  }
  .tbx-md-min-height-in-vh-20 {
    min-height: 20vh;
  }
  .tbx-md-min-height-in-vh-25 {
    min-height: 25vh;
  }
  .tbx-md-min-height-in-vh-30 {
    min-height: 30vh;
  }
  .tbx-md-min-height-in-vh-35 {
    min-height: 35vh;
  }
  .tbx-md-min-height-in-vh-40 {
    min-height: 40vh;
  }
  .tbx-md-min-height-in-vh-45 {
    min-height: 45vh;
  }
  .tbx-md-min-height-in-vh-50 {
    min-height: 50vh;
  }
  .tbx-md-min-height-in-vh-55 {
    min-height: 55vh;
  }
  .tbx-md-min-height-in-vh-60 {
    min-height: 60vh;
  }
  .tbx-md-min-height-in-vh-65 {
    min-height: 65vh;
  }
  .tbx-md-min-height-in-vh-70 {
    min-height: 70vh;
  }
  .tbx-md-min-height-in-vh-75 {
    min-height: 75vh;
  }
  .tbx-md-min-height-in-vh-80 {
    min-height: 80vh;
  }
  .tbx-md-min-height-in-vh-85 {
    min-height: 85vh;
  }
  .tbx-md-min-height-in-vh-90 {
    min-height: 90vh;
  }
  .tbx-md-min-height-in-vh-95 {
    min-height: 95vh;
  }
  .tbx-md-min-height-in-vh-100 {
    min-height: 100vh;
  }
  /*Max Width*/
  .tbx-md-max-width-10 {
    max-width: 10px;
  }
  .tbx-md-max-width-20 {
    max-width: 20px;
  }
  .tbx-md-max-width-30 {
    max-width: 30px;
  }
  .tbx-md-max-width-40 {
    max-width: 40px;
  }
  .tbx-md-max-width-50 {
    max-width: 50px;
  }
  .tbx-md-max-width-60 {
    max-width: 60px;
  }
  .tbx-md-max-width-70 {
    max-width: 70px;
  }
  .tbx-md-max-width-80 {
    max-width: 80px;
  }
  .tbx-md-max-width-90 {
    max-width: 90px;
  }
  .tbx-md-max-width-100 {
    max-width: 100px;
  }
  .tbx-md-max-width-110 {
    max-width: 110px;
  }
  .tbx-md-max-width-120 {
    max-width: 120px;
  }
  .tbx-md-max-width-130 {
    max-width: 130px;
  }
  .tbx-md-max-width-140 {
    max-width: 140px;
  }
  .tbx-md-max-width-150 {
    max-width: 150px;
  }
  .tbx-md-max-width-160 {
    max-width: 160px;
  }
  .tbx-md-max-width-170 {
    max-width: 170px;
  }
  .tbx-md-max-width-180 {
    max-width: 180px;
  }
  .tbx-md-max-width-190 {
    max-width: 190px;
  }
  .tbx-md-max-width-200 {
    max-width: 200px;
  }
  .tbx-md-max-width-210 {
    max-width: 210px;
  }
  .tbx-md-max-width-220 {
    max-width: 220px;
  }
  .tbx-md-max-width-230 {
    max-width: 230px;
  }
  .tbx-md-max-width-240 {
    max-width: 240px;
  }
  .tbx-md-max-width-250 {
    max-width: 250px;
  }
  .tbx-md-max-width-260 {
    max-width: 260px;
  }
  .tbx-md-max-width-270 {
    max-width: 270px;
  }
  .tbx-md-max-width-280 {
    max-width: 280px;
  }
  .tbx-md-max-width-290 {
    max-width: 290px;
  }
  .tbx-md-max-width-300 {
    max-width: 300px;
  }
  .tbx-md-max-width-310 {
    max-width: 310px;
  }
  .tbx-md-max-width-320 {
    max-width: 320px;
  }
  .tbx-md-max-width-330 {
    max-width: 330px;
  }
  .tbx-md-max-width-340 {
    max-width: 340px;
  }
  .tbx-md-max-width-350 {
    max-width: 350px;
  }
  .tbx-md-max-width-360 {
    max-width: 360px;
  }
  .tbx-md-max-width-370 {
    max-width: 370px;
  }
  .tbx-md-max-width-380 {
    max-width: 380px;
  }
  .tbx-md-max-width-390 {
    max-width: 390px;
  }
  .tbx-md-max-width-400 {
    max-width: 400px;
  }
  .tbx-md-max-width-410 {
    max-width: 410px;
  }
  .tbx-md-max-width-420 {
    max-width: 420px;
  }
  .tbx-md-max-width-430 {
    max-width: 430px;
  }
  .tbx-md-max-width-440 {
    max-width: 440px;
  }
  .tbx-md-max-width-450 {
    max-width: 450px;
  }
  .tbx-md-max-width-460 {
    max-width: 460px;
  }
  .tbx-md-max-width-470 {
    max-width: 470px;
  }
  .tbx-md-max-width-480 {
    max-width: 480px;
  }
  .tbx-md-max-width-490 {
    max-width: 490px;
  }
  .tbx-md-max-width-500 {
    max-width: 500px;
  }
  .tbx-md-max-width-510 {
    max-width: 510px;
  }
  .tbx-md-max-width-520 {
    max-width: 520px;
  }
  .tbx-md-max-width-530 {
    max-width: 530px;
  }
  .tbx-md-max-width-540 {
    max-width: 540px;
  }
  .tbx-md-max-width-550 {
    max-width: 550px;
  }
  .tbx-md-max-width-560 {
    max-width: 560px;
  }
  .tbx-md-max-width-570 {
    max-width: 570px;
  }
  .tbx-md-max-width-580 {
    max-width: 580px;
  }
  .tbx-md-max-width-590 {
    max-width: 590px;
  }
  .tbx-md-max-width-600 {
    max-width: 600px;
  }
  /*Positions*/
  .tbx-md-pos-top-0 {
    top: 0px;
  }
  .tbx-md-pos-top-1 {
    top: 1px;
  }
  .tbx-md-pos-top-2 {
    top: 2px;
  }
  .tbx-md-pos-top-3 {
    top: 3px;
  }
  .tbx-md-pos-top-4 {
    top: 4px;
  }
  .tbx-md-pos-top-5 {
    top: 5px;
  }
  .tbx-md-pos-top-6 {
    top: 6px;
  }
  .tbx-md-pos-top-7 {
    top: 7px;
  }
  .tbx-md-pos-top-8 {
    top: 8px;
  }
  .tbx-md-pos-top-9 {
    top: 9px;
  }
  .tbx-md-pos-top-10 {
    top: 10px;
  }
  .tbx-md-pos-top-11 {
    top: 11px;
  }
  .tbx-md-pos-top-12 {
    top: 12px;
  }
  .tbx-md-pos-top-13 {
    top: 13px;
  }
  .tbx-md-pos-top-14 {
    top: 14px;
  }
  .tbx-md-pos-top-15 {
    top: 15px;
  }
  .tbx-md-pos-top-16 {
    top: 16px;
  }
  .tbx-md-pos-top-17 {
    top: 17px;
  }
  .tbx-md-pos-top-18 {
    top: 18px;
  }
  .tbx-md-pos-top-19 {
    top: 19px;
  }
  .tbx-md-pos-top-20 {
    top: 20px;
  }
  .tbx-md-pos-top-21 {
    top: 21px;
  }
  .tbx-md-pos-top-22 {
    top: 22px;
  }
  .tbx-md-pos-top-23 {
    top: 23px;
  }
  .tbx-md-pos-top-24 {
    top: 24px;
  }
  .tbx-md-pos-top-25 {
    top: 25px;
  }
  .tbx-md-pos-top-26 {
    top: 26px;
  }
  .tbx-md-pos-top-27 {
    top: 27px;
  }
  .tbx-md-pos-top-28 {
    top: 28px;
  }
  .tbx-md-pos-top-29 {
    top: 29px;
  }
  .tbx-md-pos-top-30 {
    top: 30px;
  }
  .tbx-md-pos-top-31 {
    top: 31px;
  }
  .tbx-md-pos-top-32 {
    top: 32px;
  }
  .tbx-md-pos-top-33 {
    top: 33px;
  }
  .tbx-md-pos-top-34 {
    top: 34px;
  }
  .tbx-md-pos-top-35 {
    top: 35px;
  }
  .tbx-md-pos-top-36 {
    top: 36px;
  }
  .tbx-md-pos-top-37 {
    top: 37px;
  }
  .tbx-md-pos-top-38 {
    top: 38px;
  }
  .tbx-md-pos-top-39 {
    top: 39px;
  }
  .tbx-md-pos-top-40 {
    top: 40px;
  }
  .tbx-md-pos-top-41 {
    top: 41px;
  }
  .tbx-md-pos-top-42 {
    top: 42px;
  }
  .tbx-md-pos-top-43 {
    top: 43px;
  }
  .tbx-md-pos-top-44 {
    top: 44px;
  }
  .tbx-md-pos-top-45 {
    top: 45px;
  }
  .tbx-md-pos-top-46 {
    top: 46px;
  }
  .tbx-md-pos-top-47 {
    top: 47px;
  }
  .tbx-md-pos-top-48 {
    top: 48px;
  }
  .tbx-md-pos-top-49 {
    top: 49px;
  }
  .tbx-md-pos-top-50 {
    top: 50px;
  }
  .tbx-md-pos-top-51 {
    top: 51px;
  }
  .tbx-md-pos-top-52 {
    top: 52px;
  }
  .tbx-md-pos-top-53 {
    top: 53px;
  }
  .tbx-md-pos-top-54 {
    top: 54px;
  }
  .tbx-md-pos-top-55 {
    top: 55px;
  }
  .tbx-md-pos-top-56 {
    top: 56px;
  }
  .tbx-md-pos-top-57 {
    top: 57px;
  }
  .tbx-md-pos-top-58 {
    top: 58px;
  }
  .tbx-md-pos-top-59 {
    top: 59px;
  }
  .tbx-md-pos-top-60 {
    top: 60px;
  }
  .tbx-md-pos-top-61 {
    top: 61px;
  }
  .tbx-md-pos-top-62 {
    top: 62px;
  }
  .tbx-md-pos-top-63 {
    top: 63px;
  }
  .tbx-md-pos-top-64 {
    top: 64px;
  }
  .tbx-md-pos-top-65 {
    top: 65px;
  }
  .tbx-md-pos-top-66 {
    top: 66px;
  }
  .tbx-md-pos-top-67 {
    top: 67px;
  }
  .tbx-md-pos-top-68 {
    top: 68px;
  }
  .tbx-md-pos-top-69 {
    top: 69px;
  }
  .tbx-md-pos-top-70 {
    top: 70px;
  }
  .tbx-md-pos-top-71 {
    top: 71px;
  }
  .tbx-md-pos-top-72 {
    top: 72px;
  }
  .tbx-md-pos-top-73 {
    top: 73px;
  }
  .tbx-md-pos-top-74 {
    top: 74px;
  }
  .tbx-md-pos-top-75 {
    top: 75px;
  }
  .tbx-md-pos-top-76 {
    top: 76px;
  }
  .tbx-md-pos-top-77 {
    top: 77px;
  }
  .tbx-md-pos-top-78 {
    top: 78px;
  }
  .tbx-md-pos-top-79 {
    top: 79px;
  }
  .tbx-md-pos-top-80 {
    top: 80px;
  }
  .tbx-md-pos-top-81 {
    top: 81px;
  }
  .tbx-md-pos-top-82 {
    top: 82px;
  }
  .tbx-md-pos-top-83 {
    top: 83px;
  }
  .tbx-md-pos-top-84 {
    top: 84px;
  }
  .tbx-md-pos-top-85 {
    top: 85px;
  }
  .tbx-md-pos-top-86 {
    top: 86px;
  }
  .tbx-md-pos-top-87 {
    top: 87px;
  }
  .tbx-md-pos-top-88 {
    top: 88px;
  }
  .tbx-md-pos-top-89 {
    top: 89px;
  }
  .tbx-md-pos-top-90 {
    top: 90px;
  }
  .tbx-md-pos-top-91 {
    top: 91px;
  }
  .tbx-md-pos-top-92 {
    top: 92px;
  }
  .tbx-md-pos-top-93 {
    top: 93px;
  }
  .tbx-md-pos-top-94 {
    top: 94px;
  }
  .tbx-md-pos-top-95 {
    top: 95px;
  }
  .tbx-md-pos-top-96 {
    top: 96px;
  }
  .tbx-md-pos-top-97 {
    top: 97px;
  }
  .tbx-md-pos-top-98 {
    top: 98px;
  }
  .tbx-md-pos-top-99 {
    top: 99px;
  }
  .tbx-md-pos-top-100 {
    top: 100px;
  }
  .tbx-md-pos-top-minus-0 {
    top: -0px;
  }
  .tbx-md-pos-top-minus-1 {
    top: -1px;
  }
  .tbx-md-pos-top-minus-2 {
    top: -2px;
  }
  .tbx-md-pos-top-minus-3 {
    top: -3px;
  }
  .tbx-md-pos-top-minus-4 {
    top: -4px;
  }
  .tbx-md-pos-top-minus-5 {
    top: -5px;
  }
  .tbx-md-pos-top-minus-6 {
    top: -6px;
  }
  .tbx-md-pos-top-minus-7 {
    top: -7px;
  }
  .tbx-md-pos-top-minus-8 {
    top: -8px;
  }
  .tbx-md-pos-top-minus-9 {
    top: -9px;
  }
  .tbx-md-pos-top-minus-10 {
    top: -10px;
  }
  .tbx-md-pos-top-minus-11 {
    top: -11px;
  }
  .tbx-md-pos-top-minus-12 {
    top: -12px;
  }
  .tbx-md-pos-top-minus-13 {
    top: -13px;
  }
  .tbx-md-pos-top-minus-14 {
    top: -14px;
  }
  .tbx-md-pos-top-minus-15 {
    top: -15px;
  }
  .tbx-md-pos-top-minus-16 {
    top: -16px;
  }
  .tbx-md-pos-top-minus-17 {
    top: -17px;
  }
  .tbx-md-pos-top-minus-18 {
    top: -18px;
  }
  .tbx-md-pos-top-minus-19 {
    top: -19px;
  }
  .tbx-md-pos-top-minus-20 {
    top: -20px;
  }
  .tbx-md-pos-top-minus-21 {
    top: -21px;
  }
  .tbx-md-pos-top-minus-22 {
    top: -22px;
  }
  .tbx-md-pos-top-minus-23 {
    top: -23px;
  }
  .tbx-md-pos-top-minus-24 {
    top: -24px;
  }
  .tbx-md-pos-top-minus-25 {
    top: -25px;
  }
  .tbx-md-pos-top-minus-26 {
    top: -26px;
  }
  .tbx-md-pos-top-minus-27 {
    top: -27px;
  }
  .tbx-md-pos-top-minus-28 {
    top: -28px;
  }
  .tbx-md-pos-top-minus-29 {
    top: -29px;
  }
  .tbx-md-pos-top-minus-30 {
    top: -30px;
  }
  .tbx-md-pos-top-minus-31 {
    top: -31px;
  }
  .tbx-md-pos-top-minus-32 {
    top: -32px;
  }
  .tbx-md-pos-top-minus-33 {
    top: -33px;
  }
  .tbx-md-pos-top-minus-34 {
    top: -34px;
  }
  .tbx-md-pos-top-minus-35 {
    top: -35px;
  }
  .tbx-md-pos-top-minus-36 {
    top: -36px;
  }
  .tbx-md-pos-top-minus-37 {
    top: -37px;
  }
  .tbx-md-pos-top-minus-38 {
    top: -38px;
  }
  .tbx-md-pos-top-minus-39 {
    top: -39px;
  }
  .tbx-md-pos-top-minus-40 {
    top: -40px;
  }
  .tbx-md-pos-top-minus-41 {
    top: -41px;
  }
  .tbx-md-pos-top-minus-42 {
    top: -42px;
  }
  .tbx-md-pos-top-minus-43 {
    top: -43px;
  }
  .tbx-md-pos-top-minus-44 {
    top: -44px;
  }
  .tbx-md-pos-top-minus-45 {
    top: -45px;
  }
  .tbx-md-pos-top-minus-46 {
    top: -46px;
  }
  .tbx-md-pos-top-minus-47 {
    top: -47px;
  }
  .tbx-md-pos-top-minus-48 {
    top: -48px;
  }
  .tbx-md-pos-top-minus-49 {
    top: -49px;
  }
  .tbx-md-pos-top-minus-50 {
    top: -50px;
  }
  .tbx-md-pos-top-minus-51 {
    top: -51px;
  }
  .tbx-md-pos-top-minus-52 {
    top: -52px;
  }
  .tbx-md-pos-top-minus-53 {
    top: -53px;
  }
  .tbx-md-pos-top-minus-54 {
    top: -54px;
  }
  .tbx-md-pos-top-minus-55 {
    top: -55px;
  }
  .tbx-md-pos-top-minus-56 {
    top: -56px;
  }
  .tbx-md-pos-top-minus-57 {
    top: -57px;
  }
  .tbx-md-pos-top-minus-58 {
    top: -58px;
  }
  .tbx-md-pos-top-minus-59 {
    top: -59px;
  }
  .tbx-md-pos-top-minus-60 {
    top: -60px;
  }
  .tbx-md-pos-top-minus-61 {
    top: -61px;
  }
  .tbx-md-pos-top-minus-62 {
    top: -62px;
  }
  .tbx-md-pos-top-minus-63 {
    top: -63px;
  }
  .tbx-md-pos-top-minus-64 {
    top: -64px;
  }
  .tbx-md-pos-top-minus-65 {
    top: -65px;
  }
  .tbx-md-pos-top-minus-66 {
    top: -66px;
  }
  .tbx-md-pos-top-minus-67 {
    top: -67px;
  }
  .tbx-md-pos-top-minus-68 {
    top: -68px;
  }
  .tbx-md-pos-top-minus-69 {
    top: -69px;
  }
  .tbx-md-pos-top-minus-70 {
    top: -70px;
  }
  .tbx-md-pos-top-minus-71 {
    top: -71px;
  }
  .tbx-md-pos-top-minus-72 {
    top: -72px;
  }
  .tbx-md-pos-top-minus-73 {
    top: -73px;
  }
  .tbx-md-pos-top-minus-74 {
    top: -74px;
  }
  .tbx-md-pos-top-minus-75 {
    top: -75px;
  }
  .tbx-md-pos-top-minus-76 {
    top: -76px;
  }
  .tbx-md-pos-top-minus-77 {
    top: -77px;
  }
  .tbx-md-pos-top-minus-78 {
    top: -78px;
  }
  .tbx-md-pos-top-minus-79 {
    top: -79px;
  }
  .tbx-md-pos-top-minus-80 {
    top: -80px;
  }
  .tbx-md-pos-top-minus-81 {
    top: -81px;
  }
  .tbx-md-pos-top-minus-82 {
    top: -82px;
  }
  .tbx-md-pos-top-minus-83 {
    top: -83px;
  }
  .tbx-md-pos-top-minus-84 {
    top: -84px;
  }
  .tbx-md-pos-top-minus-85 {
    top: -85px;
  }
  .tbx-md-pos-top-minus-86 {
    top: -86px;
  }
  .tbx-md-pos-top-minus-87 {
    top: -87px;
  }
  .tbx-md-pos-top-minus-88 {
    top: -88px;
  }
  .tbx-md-pos-top-minus-89 {
    top: -89px;
  }
  .tbx-md-pos-top-minus-90 {
    top: -90px;
  }
  .tbx-md-pos-top-minus-91 {
    top: -91px;
  }
  .tbx-md-pos-top-minus-92 {
    top: -92px;
  }
  .tbx-md-pos-top-minus-93 {
    top: -93px;
  }
  .tbx-md-pos-top-minus-94 {
    top: -94px;
  }
  .tbx-md-pos-top-minus-95 {
    top: -95px;
  }
  .tbx-md-pos-top-minus-96 {
    top: -96px;
  }
  .tbx-md-pos-top-minus-97 {
    top: -97px;
  }
  .tbx-md-pos-top-minus-98 {
    top: -98px;
  }
  .tbx-md-pos-top-minus-99 {
    top: -99px;
  }
  .tbx-md-pos-top-minus-100 {
    top: -100px;
  }
  .tbx-md-pos-top-in-percent-1 {
    top: calc(100% / 1);
  }
  .tbx-md-pos-top-in-percent-2 {
    top: calc(100% / 2);
  }
  .tbx-md-pos-top-in-percent-3 {
    top: calc(100% / 3);
  }
  .tbx-md-pos-top-in-percent-4 {
    top: calc(100% / 4);
  }
  .tbx-md-pos-top-in-percent-5 {
    top: calc(100% / 5);
  }
  .tbx-md-pos-top-in-percent-6 {
    top: calc(100% / 6);
  }
  .tbx-md-pos-top-in-percent-7 {
    top: calc(100% / 7);
  }
  .tbx-md-pos-top-in-percent-8 {
    top: calc(100% / 8);
  }
  .tbx-md-pos-top-in-percent-9 {
    top: calc(100% / 9);
  }
  .tbx-md-pos-top-in-percent-10 {
    top: calc(100% / 10);
  }
  .tbx-md-pos-top-in-percent-11 {
    top: calc(100% / 11);
  }
  .tbx-md-pos-top-in-percent-12 {
    top: calc(100% / 12);
  }
  .tbx-md-pos-top-in-percent-13 {
    top: calc(100% / 13);
  }
  .tbx-md-pos-top-in-percent-14 {
    top: calc(100% / 14);
  }
  .tbx-md-pos-top-in-percent-15 {
    top: calc(100% / 15);
  }
  .tbx-md-pos-top-in-percent-16 {
    top: calc(100% / 16);
  }
  .tbx-md-pos-top-in-percent-17 {
    top: calc(100% / 17);
  }
  .tbx-md-pos-top-in-percent-18 {
    top: calc(100% / 18);
  }
  .tbx-md-pos-top-in-percent-19 {
    top: calc(100% / 19);
  }
  .tbx-md-pos-top-in-percent-20 {
    top: calc(100% / 20);
  }
  .tbx-md-pos-top-in-percent-21 {
    top: calc(100% / 21);
  }
  .tbx-md-pos-top-in-percent-22 {
    top: calc(100% / 22);
  }
  .tbx-md-pos-top-in-percent-23 {
    top: calc(100% / 23);
  }
  .tbx-md-pos-top-in-percent-24 {
    top: calc(100% / 24);
  }
  .tbx-md-pos-top-in-percent-25 {
    top: calc(100% / 25);
  }
  .tbx-md-pos-top-in-percent-26 {
    top: calc(100% / 26);
  }
  .tbx-md-pos-top-in-percent-27 {
    top: calc(100% / 27);
  }
  .tbx-md-pos-top-in-percent-28 {
    top: calc(100% / 28);
  }
  .tbx-md-pos-top-in-percent-29 {
    top: calc(100% / 29);
  }
  .tbx-md-pos-top-in-percent-30 {
    top: calc(100% / 30);
  }
  .tbx-md-pos-top-in-percent-31 {
    top: calc(100% / 31);
  }
  .tbx-md-pos-top-in-percent-32 {
    top: calc(100% / 32);
  }
  .tbx-md-pos-top-in-percent-33 {
    top: calc(100% / 33);
  }
  .tbx-md-pos-top-in-percent-34 {
    top: calc(100% / 34);
  }
  .tbx-md-pos-top-in-percent-35 {
    top: calc(100% / 35);
  }
  .tbx-md-pos-top-in-percent-36 {
    top: calc(100% / 36);
  }
  .tbx-md-pos-top-in-percent-37 {
    top: calc(100% / 37);
  }
  .tbx-md-pos-top-in-percent-38 {
    top: calc(100% / 38);
  }
  .tbx-md-pos-top-in-percent-39 {
    top: calc(100% / 39);
  }
  .tbx-md-pos-top-in-percent-40 {
    top: calc(100% / 40);
  }
  .tbx-md-pos-top-in-percent-41 {
    top: calc(100% / 41);
  }
  .tbx-md-pos-top-in-percent-42 {
    top: calc(100% / 42);
  }
  .tbx-md-pos-top-in-percent-43 {
    top: calc(100% / 43);
  }
  .tbx-md-pos-top-in-percent-44 {
    top: calc(100% / 44);
  }
  .tbx-md-pos-top-in-percent-45 {
    top: calc(100% / 45);
  }
  .tbx-md-pos-top-in-percent-46 {
    top: calc(100% / 46);
  }
  .tbx-md-pos-top-in-percent-47 {
    top: calc(100% / 47);
  }
  .tbx-md-pos-top-in-percent-48 {
    top: calc(100% / 48);
  }
  .tbx-md-pos-top-in-percent-49 {
    top: calc(100% / 49);
  }
  .tbx-md-pos-top-in-percent-50 {
    top: calc(100% / 50);
  }
  .tbx-md-pos-top-in-percent-51 {
    top: calc(100% / 51);
  }
  .tbx-md-pos-top-in-percent-52 {
    top: calc(100% / 52);
  }
  .tbx-md-pos-top-in-percent-53 {
    top: calc(100% / 53);
  }
  .tbx-md-pos-top-in-percent-54 {
    top: calc(100% / 54);
  }
  .tbx-md-pos-top-in-percent-55 {
    top: calc(100% / 55);
  }
  .tbx-md-pos-top-in-percent-56 {
    top: calc(100% / 56);
  }
  .tbx-md-pos-top-in-percent-57 {
    top: calc(100% / 57);
  }
  .tbx-md-pos-top-in-percent-58 {
    top: calc(100% / 58);
  }
  .tbx-md-pos-top-in-percent-59 {
    top: calc(100% / 59);
  }
  .tbx-md-pos-top-in-percent-60 {
    top: calc(100% / 60);
  }
  .tbx-md-pos-top-in-percent-61 {
    top: calc(100% / 61);
  }
  .tbx-md-pos-top-in-percent-62 {
    top: calc(100% / 62);
  }
  .tbx-md-pos-top-in-percent-63 {
    top: calc(100% / 63);
  }
  .tbx-md-pos-top-in-percent-64 {
    top: calc(100% / 64);
  }
  .tbx-md-pos-top-in-percent-65 {
    top: calc(100% / 65);
  }
  .tbx-md-pos-top-in-percent-66 {
    top: calc(100% / 66);
  }
  .tbx-md-pos-top-in-percent-67 {
    top: calc(100% / 67);
  }
  .tbx-md-pos-top-in-percent-68 {
    top: calc(100% / 68);
  }
  .tbx-md-pos-top-in-percent-69 {
    top: calc(100% / 69);
  }
  .tbx-md-pos-top-in-percent-70 {
    top: calc(100% / 70);
  }
  .tbx-md-pos-top-in-percent-71 {
    top: calc(100% / 71);
  }
  .tbx-md-pos-top-in-percent-72 {
    top: calc(100% / 72);
  }
  .tbx-md-pos-top-in-percent-73 {
    top: calc(100% / 73);
  }
  .tbx-md-pos-top-in-percent-74 {
    top: calc(100% / 74);
  }
  .tbx-md-pos-top-in-percent-75 {
    top: calc(100% / 75);
  }
  .tbx-md-pos-top-in-percent-76 {
    top: calc(100% / 76);
  }
  .tbx-md-pos-top-in-percent-77 {
    top: calc(100% / 77);
  }
  .tbx-md-pos-top-in-percent-78 {
    top: calc(100% / 78);
  }
  .tbx-md-pos-top-in-percent-79 {
    top: calc(100% / 79);
  }
  .tbx-md-pos-top-in-percent-80 {
    top: calc(100% / 80);
  }
  .tbx-md-pos-top-in-percent-81 {
    top: calc(100% / 81);
  }
  .tbx-md-pos-top-in-percent-82 {
    top: calc(100% / 82);
  }
  .tbx-md-pos-top-in-percent-83 {
    top: calc(100% / 83);
  }
  .tbx-md-pos-top-in-percent-84 {
    top: calc(100% / 84);
  }
  .tbx-md-pos-top-in-percent-85 {
    top: calc(100% / 85);
  }
  .tbx-md-pos-top-in-percent-86 {
    top: calc(100% / 86);
  }
  .tbx-md-pos-top-in-percent-87 {
    top: calc(100% / 87);
  }
  .tbx-md-pos-top-in-percent-88 {
    top: calc(100% / 88);
  }
  .tbx-md-pos-top-in-percent-89 {
    top: calc(100% / 89);
  }
  .tbx-md-pos-top-in-percent-90 {
    top: calc(100% / 90);
  }
  .tbx-md-pos-top-in-percent-91 {
    top: calc(100% / 91);
  }
  .tbx-md-pos-top-in-percent-92 {
    top: calc(100% / 92);
  }
  .tbx-md-pos-top-in-percent-93 {
    top: calc(100% / 93);
  }
  .tbx-md-pos-top-in-percent-94 {
    top: calc(100% / 94);
  }
  .tbx-md-pos-top-in-percent-95 {
    top: calc(100% / 95);
  }
  .tbx-md-pos-top-in-percent-96 {
    top: calc(100% / 96);
  }
  .tbx-md-pos-top-in-percent-97 {
    top: calc(100% / 97);
  }
  .tbx-md-pos-top-in-percent-98 {
    top: calc(100% / 98);
  }
  .tbx-md-pos-top-in-percent-99 {
    top: calc(100% / 99);
  }
  .tbx-md-pos-top-in-percent-100 {
    top: calc(100% / 100);
  }
  .tbx-md-pos-bottom-0 {
    bottom: 0px;
  }
  .tbx-md-pos-bottom-1 {
    bottom: 1px;
  }
  .tbx-md-pos-bottom-2 {
    bottom: 2px;
  }
  .tbx-md-pos-bottom-3 {
    bottom: 3px;
  }
  .tbx-md-pos-bottom-4 {
    bottom: 4px;
  }
  .tbx-md-pos-bottom-5 {
    bottom: 5px;
  }
  .tbx-md-pos-bottom-6 {
    bottom: 6px;
  }
  .tbx-md-pos-bottom-7 {
    bottom: 7px;
  }
  .tbx-md-pos-bottom-8 {
    bottom: 8px;
  }
  .tbx-md-pos-bottom-9 {
    bottom: 9px;
  }
  .tbx-md-pos-bottom-10 {
    bottom: 10px;
  }
  .tbx-md-pos-bottom-11 {
    bottom: 11px;
  }
  .tbx-md-pos-bottom-12 {
    bottom: 12px;
  }
  .tbx-md-pos-bottom-13 {
    bottom: 13px;
  }
  .tbx-md-pos-bottom-14 {
    bottom: 14px;
  }
  .tbx-md-pos-bottom-15 {
    bottom: 15px;
  }
  .tbx-md-pos-bottom-16 {
    bottom: 16px;
  }
  .tbx-md-pos-bottom-17 {
    bottom: 17px;
  }
  .tbx-md-pos-bottom-18 {
    bottom: 18px;
  }
  .tbx-md-pos-bottom-19 {
    bottom: 19px;
  }
  .tbx-md-pos-bottom-20 {
    bottom: 20px;
  }
  .tbx-md-pos-bottom-21 {
    bottom: 21px;
  }
  .tbx-md-pos-bottom-22 {
    bottom: 22px;
  }
  .tbx-md-pos-bottom-23 {
    bottom: 23px;
  }
  .tbx-md-pos-bottom-24 {
    bottom: 24px;
  }
  .tbx-md-pos-bottom-25 {
    bottom: 25px;
  }
  .tbx-md-pos-bottom-26 {
    bottom: 26px;
  }
  .tbx-md-pos-bottom-27 {
    bottom: 27px;
  }
  .tbx-md-pos-bottom-28 {
    bottom: 28px;
  }
  .tbx-md-pos-bottom-29 {
    bottom: 29px;
  }
  .tbx-md-pos-bottom-30 {
    bottom: 30px;
  }
  .tbx-md-pos-bottom-31 {
    bottom: 31px;
  }
  .tbx-md-pos-bottom-32 {
    bottom: 32px;
  }
  .tbx-md-pos-bottom-33 {
    bottom: 33px;
  }
  .tbx-md-pos-bottom-34 {
    bottom: 34px;
  }
  .tbx-md-pos-bottom-35 {
    bottom: 35px;
  }
  .tbx-md-pos-bottom-36 {
    bottom: 36px;
  }
  .tbx-md-pos-bottom-37 {
    bottom: 37px;
  }
  .tbx-md-pos-bottom-38 {
    bottom: 38px;
  }
  .tbx-md-pos-bottom-39 {
    bottom: 39px;
  }
  .tbx-md-pos-bottom-40 {
    bottom: 40px;
  }
  .tbx-md-pos-bottom-41 {
    bottom: 41px;
  }
  .tbx-md-pos-bottom-42 {
    bottom: 42px;
  }
  .tbx-md-pos-bottom-43 {
    bottom: 43px;
  }
  .tbx-md-pos-bottom-44 {
    bottom: 44px;
  }
  .tbx-md-pos-bottom-45 {
    bottom: 45px;
  }
  .tbx-md-pos-bottom-46 {
    bottom: 46px;
  }
  .tbx-md-pos-bottom-47 {
    bottom: 47px;
  }
  .tbx-md-pos-bottom-48 {
    bottom: 48px;
  }
  .tbx-md-pos-bottom-49 {
    bottom: 49px;
  }
  .tbx-md-pos-bottom-50 {
    bottom: 50px;
  }
  .tbx-md-pos-bottom-51 {
    bottom: 51px;
  }
  .tbx-md-pos-bottom-52 {
    bottom: 52px;
  }
  .tbx-md-pos-bottom-53 {
    bottom: 53px;
  }
  .tbx-md-pos-bottom-54 {
    bottom: 54px;
  }
  .tbx-md-pos-bottom-55 {
    bottom: 55px;
  }
  .tbx-md-pos-bottom-56 {
    bottom: 56px;
  }
  .tbx-md-pos-bottom-57 {
    bottom: 57px;
  }
  .tbx-md-pos-bottom-58 {
    bottom: 58px;
  }
  .tbx-md-pos-bottom-59 {
    bottom: 59px;
  }
  .tbx-md-pos-bottom-60 {
    bottom: 60px;
  }
  .tbx-md-pos-bottom-61 {
    bottom: 61px;
  }
  .tbx-md-pos-bottom-62 {
    bottom: 62px;
  }
  .tbx-md-pos-bottom-63 {
    bottom: 63px;
  }
  .tbx-md-pos-bottom-64 {
    bottom: 64px;
  }
  .tbx-md-pos-bottom-65 {
    bottom: 65px;
  }
  .tbx-md-pos-bottom-66 {
    bottom: 66px;
  }
  .tbx-md-pos-bottom-67 {
    bottom: 67px;
  }
  .tbx-md-pos-bottom-68 {
    bottom: 68px;
  }
  .tbx-md-pos-bottom-69 {
    bottom: 69px;
  }
  .tbx-md-pos-bottom-70 {
    bottom: 70px;
  }
  .tbx-md-pos-bottom-71 {
    bottom: 71px;
  }
  .tbx-md-pos-bottom-72 {
    bottom: 72px;
  }
  .tbx-md-pos-bottom-73 {
    bottom: 73px;
  }
  .tbx-md-pos-bottom-74 {
    bottom: 74px;
  }
  .tbx-md-pos-bottom-75 {
    bottom: 75px;
  }
  .tbx-md-pos-bottom-76 {
    bottom: 76px;
  }
  .tbx-md-pos-bottom-77 {
    bottom: 77px;
  }
  .tbx-md-pos-bottom-78 {
    bottom: 78px;
  }
  .tbx-md-pos-bottom-79 {
    bottom: 79px;
  }
  .tbx-md-pos-bottom-80 {
    bottom: 80px;
  }
  .tbx-md-pos-bottom-81 {
    bottom: 81px;
  }
  .tbx-md-pos-bottom-82 {
    bottom: 82px;
  }
  .tbx-md-pos-bottom-83 {
    bottom: 83px;
  }
  .tbx-md-pos-bottom-84 {
    bottom: 84px;
  }
  .tbx-md-pos-bottom-85 {
    bottom: 85px;
  }
  .tbx-md-pos-bottom-86 {
    bottom: 86px;
  }
  .tbx-md-pos-bottom-87 {
    bottom: 87px;
  }
  .tbx-md-pos-bottom-88 {
    bottom: 88px;
  }
  .tbx-md-pos-bottom-89 {
    bottom: 89px;
  }
  .tbx-md-pos-bottom-90 {
    bottom: 90px;
  }
  .tbx-md-pos-bottom-91 {
    bottom: 91px;
  }
  .tbx-md-pos-bottom-92 {
    bottom: 92px;
  }
  .tbx-md-pos-bottom-93 {
    bottom: 93px;
  }
  .tbx-md-pos-bottom-94 {
    bottom: 94px;
  }
  .tbx-md-pos-bottom-95 {
    bottom: 95px;
  }
  .tbx-md-pos-bottom-96 {
    bottom: 96px;
  }
  .tbx-md-pos-bottom-97 {
    bottom: 97px;
  }
  .tbx-md-pos-bottom-98 {
    bottom: 98px;
  }
  .tbx-md-pos-bottom-99 {
    bottom: 99px;
  }
  .tbx-md-pos-bottom-100 {
    bottom: 100px;
  }
  .tbx-md-pos-left-0 {
    left: 0px;
  }
  .tbx-md-pos-left-1 {
    left: 1px;
  }
  .tbx-md-pos-left-2 {
    left: 2px;
  }
  .tbx-md-pos-left-3 {
    left: 3px;
  }
  .tbx-md-pos-left-4 {
    left: 4px;
  }
  .tbx-md-pos-left-5 {
    left: 5px;
  }
  .tbx-md-pos-left-6 {
    left: 6px;
  }
  .tbx-md-pos-left-7 {
    left: 7px;
  }
  .tbx-md-pos-left-8 {
    left: 8px;
  }
  .tbx-md-pos-left-9 {
    left: 9px;
  }
  .tbx-md-pos-left-10 {
    left: 10px;
  }
  .tbx-md-pos-left-11 {
    left: 11px;
  }
  .tbx-md-pos-left-12 {
    left: 12px;
  }
  .tbx-md-pos-left-13 {
    left: 13px;
  }
  .tbx-md-pos-left-14 {
    left: 14px;
  }
  .tbx-md-pos-left-15 {
    left: 15px;
  }
  .tbx-md-pos-left-16 {
    left: 16px;
  }
  .tbx-md-pos-left-17 {
    left: 17px;
  }
  .tbx-md-pos-left-18 {
    left: 18px;
  }
  .tbx-md-pos-left-19 {
    left: 19px;
  }
  .tbx-md-pos-left-20 {
    left: 20px;
  }
  .tbx-md-pos-left-21 {
    left: 21px;
  }
  .tbx-md-pos-left-22 {
    left: 22px;
  }
  .tbx-md-pos-left-23 {
    left: 23px;
  }
  .tbx-md-pos-left-24 {
    left: 24px;
  }
  .tbx-md-pos-left-25 {
    left: 25px;
  }
  .tbx-md-pos-left-26 {
    left: 26px;
  }
  .tbx-md-pos-left-27 {
    left: 27px;
  }
  .tbx-md-pos-left-28 {
    left: 28px;
  }
  .tbx-md-pos-left-29 {
    left: 29px;
  }
  .tbx-md-pos-left-30 {
    left: 30px;
  }
  .tbx-md-pos-left-31 {
    left: 31px;
  }
  .tbx-md-pos-left-32 {
    left: 32px;
  }
  .tbx-md-pos-left-33 {
    left: 33px;
  }
  .tbx-md-pos-left-34 {
    left: 34px;
  }
  .tbx-md-pos-left-35 {
    left: 35px;
  }
  .tbx-md-pos-left-36 {
    left: 36px;
  }
  .tbx-md-pos-left-37 {
    left: 37px;
  }
  .tbx-md-pos-left-38 {
    left: 38px;
  }
  .tbx-md-pos-left-39 {
    left: 39px;
  }
  .tbx-md-pos-left-40 {
    left: 40px;
  }
  .tbx-md-pos-left-41 {
    left: 41px;
  }
  .tbx-md-pos-left-42 {
    left: 42px;
  }
  .tbx-md-pos-left-43 {
    left: 43px;
  }
  .tbx-md-pos-left-44 {
    left: 44px;
  }
  .tbx-md-pos-left-45 {
    left: 45px;
  }
  .tbx-md-pos-left-46 {
    left: 46px;
  }
  .tbx-md-pos-left-47 {
    left: 47px;
  }
  .tbx-md-pos-left-48 {
    left: 48px;
  }
  .tbx-md-pos-left-49 {
    left: 49px;
  }
  .tbx-md-pos-left-50 {
    left: 50px;
  }
  .tbx-md-pos-left-51 {
    left: 51px;
  }
  .tbx-md-pos-left-52 {
    left: 52px;
  }
  .tbx-md-pos-left-53 {
    left: 53px;
  }
  .tbx-md-pos-left-54 {
    left: 54px;
  }
  .tbx-md-pos-left-55 {
    left: 55px;
  }
  .tbx-md-pos-left-56 {
    left: 56px;
  }
  .tbx-md-pos-left-57 {
    left: 57px;
  }
  .tbx-md-pos-left-58 {
    left: 58px;
  }
  .tbx-md-pos-left-59 {
    left: 59px;
  }
  .tbx-md-pos-left-60 {
    left: 60px;
  }
  .tbx-md-pos-left-61 {
    left: 61px;
  }
  .tbx-md-pos-left-62 {
    left: 62px;
  }
  .tbx-md-pos-left-63 {
    left: 63px;
  }
  .tbx-md-pos-left-64 {
    left: 64px;
  }
  .tbx-md-pos-left-65 {
    left: 65px;
  }
  .tbx-md-pos-left-66 {
    left: 66px;
  }
  .tbx-md-pos-left-67 {
    left: 67px;
  }
  .tbx-md-pos-left-68 {
    left: 68px;
  }
  .tbx-md-pos-left-69 {
    left: 69px;
  }
  .tbx-md-pos-left-70 {
    left: 70px;
  }
  .tbx-md-pos-left-71 {
    left: 71px;
  }
  .tbx-md-pos-left-72 {
    left: 72px;
  }
  .tbx-md-pos-left-73 {
    left: 73px;
  }
  .tbx-md-pos-left-74 {
    left: 74px;
  }
  .tbx-md-pos-left-75 {
    left: 75px;
  }
  .tbx-md-pos-left-76 {
    left: 76px;
  }
  .tbx-md-pos-left-77 {
    left: 77px;
  }
  .tbx-md-pos-left-78 {
    left: 78px;
  }
  .tbx-md-pos-left-79 {
    left: 79px;
  }
  .tbx-md-pos-left-80 {
    left: 80px;
  }
  .tbx-md-pos-left-81 {
    left: 81px;
  }
  .tbx-md-pos-left-82 {
    left: 82px;
  }
  .tbx-md-pos-left-83 {
    left: 83px;
  }
  .tbx-md-pos-left-84 {
    left: 84px;
  }
  .tbx-md-pos-left-85 {
    left: 85px;
  }
  .tbx-md-pos-left-86 {
    left: 86px;
  }
  .tbx-md-pos-left-87 {
    left: 87px;
  }
  .tbx-md-pos-left-88 {
    left: 88px;
  }
  .tbx-md-pos-left-89 {
    left: 89px;
  }
  .tbx-md-pos-left-90 {
    left: 90px;
  }
  .tbx-md-pos-left-91 {
    left: 91px;
  }
  .tbx-md-pos-left-92 {
    left: 92px;
  }
  .tbx-md-pos-left-93 {
    left: 93px;
  }
  .tbx-md-pos-left-94 {
    left: 94px;
  }
  .tbx-md-pos-left-95 {
    left: 95px;
  }
  .tbx-md-pos-left-96 {
    left: 96px;
  }
  .tbx-md-pos-left-97 {
    left: 97px;
  }
  .tbx-md-pos-left-98 {
    left: 98px;
  }
  .tbx-md-pos-left-99 {
    left: 99px;
  }
  .tbx-md-pos-left-100 {
    left: 100px;
  }
  .tbx-md-pos-left-minus-0 {
    left: -0px;
  }
  .tbx-md-pos-left-minus-1 {
    left: -1px;
  }
  .tbx-md-pos-left-minus-2 {
    left: -2px;
  }
  .tbx-md-pos-left-minus-3 {
    left: -3px;
  }
  .tbx-md-pos-left-minus-4 {
    left: -4px;
  }
  .tbx-md-pos-left-minus-5 {
    left: -5px;
  }
  .tbx-md-pos-left-minus-6 {
    left: -6px;
  }
  .tbx-md-pos-left-minus-7 {
    left: -7px;
  }
  .tbx-md-pos-left-minus-8 {
    left: -8px;
  }
  .tbx-md-pos-left-minus-9 {
    left: -9px;
  }
  .tbx-md-pos-left-minus-10 {
    left: -10px;
  }
  .tbx-md-pos-left-minus-11 {
    left: -11px;
  }
  .tbx-md-pos-left-minus-12 {
    left: -12px;
  }
  .tbx-md-pos-left-minus-13 {
    left: -13px;
  }
  .tbx-md-pos-left-minus-14 {
    left: -14px;
  }
  .tbx-md-pos-left-minus-15 {
    left: -15px;
  }
  .tbx-md-pos-left-minus-16 {
    left: -16px;
  }
  .tbx-md-pos-left-minus-17 {
    left: -17px;
  }
  .tbx-md-pos-left-minus-18 {
    left: -18px;
  }
  .tbx-md-pos-left-minus-19 {
    left: -19px;
  }
  .tbx-md-pos-left-minus-20 {
    left: -20px;
  }
  .tbx-md-pos-left-minus-21 {
    left: -21px;
  }
  .tbx-md-pos-left-minus-22 {
    left: -22px;
  }
  .tbx-md-pos-left-minus-23 {
    left: -23px;
  }
  .tbx-md-pos-left-minus-24 {
    left: -24px;
  }
  .tbx-md-pos-left-minus-25 {
    left: -25px;
  }
  .tbx-md-pos-left-minus-26 {
    left: -26px;
  }
  .tbx-md-pos-left-minus-27 {
    left: -27px;
  }
  .tbx-md-pos-left-minus-28 {
    left: -28px;
  }
  .tbx-md-pos-left-minus-29 {
    left: -29px;
  }
  .tbx-md-pos-left-minus-30 {
    left: -30px;
  }
  .tbx-md-pos-left-minus-31 {
    left: -31px;
  }
  .tbx-md-pos-left-minus-32 {
    left: -32px;
  }
  .tbx-md-pos-left-minus-33 {
    left: -33px;
  }
  .tbx-md-pos-left-minus-34 {
    left: -34px;
  }
  .tbx-md-pos-left-minus-35 {
    left: -35px;
  }
  .tbx-md-pos-left-minus-36 {
    left: -36px;
  }
  .tbx-md-pos-left-minus-37 {
    left: -37px;
  }
  .tbx-md-pos-left-minus-38 {
    left: -38px;
  }
  .tbx-md-pos-left-minus-39 {
    left: -39px;
  }
  .tbx-md-pos-left-minus-40 {
    left: -40px;
  }
  .tbx-md-pos-left-minus-41 {
    left: -41px;
  }
  .tbx-md-pos-left-minus-42 {
    left: -42px;
  }
  .tbx-md-pos-left-minus-43 {
    left: -43px;
  }
  .tbx-md-pos-left-minus-44 {
    left: -44px;
  }
  .tbx-md-pos-left-minus-45 {
    left: -45px;
  }
  .tbx-md-pos-left-minus-46 {
    left: -46px;
  }
  .tbx-md-pos-left-minus-47 {
    left: -47px;
  }
  .tbx-md-pos-left-minus-48 {
    left: -48px;
  }
  .tbx-md-pos-left-minus-49 {
    left: -49px;
  }
  .tbx-md-pos-left-minus-50 {
    left: -50px;
  }
  .tbx-md-pos-left-minus-51 {
    left: -51px;
  }
  .tbx-md-pos-left-minus-52 {
    left: -52px;
  }
  .tbx-md-pos-left-minus-53 {
    left: -53px;
  }
  .tbx-md-pos-left-minus-54 {
    left: -54px;
  }
  .tbx-md-pos-left-minus-55 {
    left: -55px;
  }
  .tbx-md-pos-left-minus-56 {
    left: -56px;
  }
  .tbx-md-pos-left-minus-57 {
    left: -57px;
  }
  .tbx-md-pos-left-minus-58 {
    left: -58px;
  }
  .tbx-md-pos-left-minus-59 {
    left: -59px;
  }
  .tbx-md-pos-left-minus-60 {
    left: -60px;
  }
  .tbx-md-pos-left-minus-61 {
    left: -61px;
  }
  .tbx-md-pos-left-minus-62 {
    left: -62px;
  }
  .tbx-md-pos-left-minus-63 {
    left: -63px;
  }
  .tbx-md-pos-left-minus-64 {
    left: -64px;
  }
  .tbx-md-pos-left-minus-65 {
    left: -65px;
  }
  .tbx-md-pos-left-minus-66 {
    left: -66px;
  }
  .tbx-md-pos-left-minus-67 {
    left: -67px;
  }
  .tbx-md-pos-left-minus-68 {
    left: -68px;
  }
  .tbx-md-pos-left-minus-69 {
    left: -69px;
  }
  .tbx-md-pos-left-minus-70 {
    left: -70px;
  }
  .tbx-md-pos-left-minus-71 {
    left: -71px;
  }
  .tbx-md-pos-left-minus-72 {
    left: -72px;
  }
  .tbx-md-pos-left-minus-73 {
    left: -73px;
  }
  .tbx-md-pos-left-minus-74 {
    left: -74px;
  }
  .tbx-md-pos-left-minus-75 {
    left: -75px;
  }
  .tbx-md-pos-left-minus-76 {
    left: -76px;
  }
  .tbx-md-pos-left-minus-77 {
    left: -77px;
  }
  .tbx-md-pos-left-minus-78 {
    left: -78px;
  }
  .tbx-md-pos-left-minus-79 {
    left: -79px;
  }
  .tbx-md-pos-left-minus-80 {
    left: -80px;
  }
  .tbx-md-pos-left-minus-81 {
    left: -81px;
  }
  .tbx-md-pos-left-minus-82 {
    left: -82px;
  }
  .tbx-md-pos-left-minus-83 {
    left: -83px;
  }
  .tbx-md-pos-left-minus-84 {
    left: -84px;
  }
  .tbx-md-pos-left-minus-85 {
    left: -85px;
  }
  .tbx-md-pos-left-minus-86 {
    left: -86px;
  }
  .tbx-md-pos-left-minus-87 {
    left: -87px;
  }
  .tbx-md-pos-left-minus-88 {
    left: -88px;
  }
  .tbx-md-pos-left-minus-89 {
    left: -89px;
  }
  .tbx-md-pos-left-minus-90 {
    left: -90px;
  }
  .tbx-md-pos-left-minus-91 {
    left: -91px;
  }
  .tbx-md-pos-left-minus-92 {
    left: -92px;
  }
  .tbx-md-pos-left-minus-93 {
    left: -93px;
  }
  .tbx-md-pos-left-minus-94 {
    left: -94px;
  }
  .tbx-md-pos-left-minus-95 {
    left: -95px;
  }
  .tbx-md-pos-left-minus-96 {
    left: -96px;
  }
  .tbx-md-pos-left-minus-97 {
    left: -97px;
  }
  .tbx-md-pos-left-minus-98 {
    left: -98px;
  }
  .tbx-md-pos-left-minus-99 {
    left: -99px;
  }
  .tbx-md-pos-left-minus-100 {
    left: -100px;
  }
  .tbx-md-pos-right-0 {
    right: 0px;
  }
  .tbx-md-pos-right-1 {
    right: 1px;
  }
  .tbx-md-pos-right-2 {
    right: 2px;
  }
  .tbx-md-pos-right-3 {
    right: 3px;
  }
  .tbx-md-pos-right-4 {
    right: 4px;
  }
  .tbx-md-pos-right-5 {
    right: 5px;
  }
  .tbx-md-pos-right-6 {
    right: 6px;
  }
  .tbx-md-pos-right-7 {
    right: 7px;
  }
  .tbx-md-pos-right-8 {
    right: 8px;
  }
  .tbx-md-pos-right-9 {
    right: 9px;
  }
  .tbx-md-pos-right-10 {
    right: 10px;
  }
  .tbx-md-pos-right-11 {
    right: 11px;
  }
  .tbx-md-pos-right-12 {
    right: 12px;
  }
  .tbx-md-pos-right-13 {
    right: 13px;
  }
  .tbx-md-pos-right-14 {
    right: 14px;
  }
  .tbx-md-pos-right-15 {
    right: 15px;
  }
  .tbx-md-pos-right-16 {
    right: 16px;
  }
  .tbx-md-pos-right-17 {
    right: 17px;
  }
  .tbx-md-pos-right-18 {
    right: 18px;
  }
  .tbx-md-pos-right-19 {
    right: 19px;
  }
  .tbx-md-pos-right-20 {
    right: 20px;
  }
  .tbx-md-pos-right-21 {
    right: 21px;
  }
  .tbx-md-pos-right-22 {
    right: 22px;
  }
  .tbx-md-pos-right-23 {
    right: 23px;
  }
  .tbx-md-pos-right-24 {
    right: 24px;
  }
  .tbx-md-pos-right-25 {
    right: 25px;
  }
  .tbx-md-pos-right-26 {
    right: 26px;
  }
  .tbx-md-pos-right-27 {
    right: 27px;
  }
  .tbx-md-pos-right-28 {
    right: 28px;
  }
  .tbx-md-pos-right-29 {
    right: 29px;
  }
  .tbx-md-pos-right-30 {
    right: 30px;
  }
  .tbx-md-pos-right-31 {
    right: 31px;
  }
  .tbx-md-pos-right-32 {
    right: 32px;
  }
  .tbx-md-pos-right-33 {
    right: 33px;
  }
  .tbx-md-pos-right-34 {
    right: 34px;
  }
  .tbx-md-pos-right-35 {
    right: 35px;
  }
  .tbx-md-pos-right-36 {
    right: 36px;
  }
  .tbx-md-pos-right-37 {
    right: 37px;
  }
  .tbx-md-pos-right-38 {
    right: 38px;
  }
  .tbx-md-pos-right-39 {
    right: 39px;
  }
  .tbx-md-pos-right-40 {
    right: 40px;
  }
  .tbx-md-pos-right-41 {
    right: 41px;
  }
  .tbx-md-pos-right-42 {
    right: 42px;
  }
  .tbx-md-pos-right-43 {
    right: 43px;
  }
  .tbx-md-pos-right-44 {
    right: 44px;
  }
  .tbx-md-pos-right-45 {
    right: 45px;
  }
  .tbx-md-pos-right-46 {
    right: 46px;
  }
  .tbx-md-pos-right-47 {
    right: 47px;
  }
  .tbx-md-pos-right-48 {
    right: 48px;
  }
  .tbx-md-pos-right-49 {
    right: 49px;
  }
  .tbx-md-pos-right-50 {
    right: 50px;
  }
  .tbx-md-pos-right-51 {
    right: 51px;
  }
  .tbx-md-pos-right-52 {
    right: 52px;
  }
  .tbx-md-pos-right-53 {
    right: 53px;
  }
  .tbx-md-pos-right-54 {
    right: 54px;
  }
  .tbx-md-pos-right-55 {
    right: 55px;
  }
  .tbx-md-pos-right-56 {
    right: 56px;
  }
  .tbx-md-pos-right-57 {
    right: 57px;
  }
  .tbx-md-pos-right-58 {
    right: 58px;
  }
  .tbx-md-pos-right-59 {
    right: 59px;
  }
  .tbx-md-pos-right-60 {
    right: 60px;
  }
  .tbx-md-pos-right-61 {
    right: 61px;
  }
  .tbx-md-pos-right-62 {
    right: 62px;
  }
  .tbx-md-pos-right-63 {
    right: 63px;
  }
  .tbx-md-pos-right-64 {
    right: 64px;
  }
  .tbx-md-pos-right-65 {
    right: 65px;
  }
  .tbx-md-pos-right-66 {
    right: 66px;
  }
  .tbx-md-pos-right-67 {
    right: 67px;
  }
  .tbx-md-pos-right-68 {
    right: 68px;
  }
  .tbx-md-pos-right-69 {
    right: 69px;
  }
  .tbx-md-pos-right-70 {
    right: 70px;
  }
  .tbx-md-pos-right-71 {
    right: 71px;
  }
  .tbx-md-pos-right-72 {
    right: 72px;
  }
  .tbx-md-pos-right-73 {
    right: 73px;
  }
  .tbx-md-pos-right-74 {
    right: 74px;
  }
  .tbx-md-pos-right-75 {
    right: 75px;
  }
  .tbx-md-pos-right-76 {
    right: 76px;
  }
  .tbx-md-pos-right-77 {
    right: 77px;
  }
  .tbx-md-pos-right-78 {
    right: 78px;
  }
  .tbx-md-pos-right-79 {
    right: 79px;
  }
  .tbx-md-pos-right-80 {
    right: 80px;
  }
  .tbx-md-pos-right-81 {
    right: 81px;
  }
  .tbx-md-pos-right-82 {
    right: 82px;
  }
  .tbx-md-pos-right-83 {
    right: 83px;
  }
  .tbx-md-pos-right-84 {
    right: 84px;
  }
  .tbx-md-pos-right-85 {
    right: 85px;
  }
  .tbx-md-pos-right-86 {
    right: 86px;
  }
  .tbx-md-pos-right-87 {
    right: 87px;
  }
  .tbx-md-pos-right-88 {
    right: 88px;
  }
  .tbx-md-pos-right-89 {
    right: 89px;
  }
  .tbx-md-pos-right-90 {
    right: 90px;
  }
  .tbx-md-pos-right-91 {
    right: 91px;
  }
  .tbx-md-pos-right-92 {
    right: 92px;
  }
  .tbx-md-pos-right-93 {
    right: 93px;
  }
  .tbx-md-pos-right-94 {
    right: 94px;
  }
  .tbx-md-pos-right-95 {
    right: 95px;
  }
  .tbx-md-pos-right-96 {
    right: 96px;
  }
  .tbx-md-pos-right-97 {
    right: 97px;
  }
  .tbx-md-pos-right-98 {
    right: 98px;
  }
  .tbx-md-pos-right-99 {
    right: 99px;
  }
  .tbx-md-pos-right-100 {
    right: 100px;
  }
  .tbx-md-pos-right-minus-0 {
    right: -0px;
  }
  .tbx-md-pos-right-minus-1 {
    right: -1px;
  }
  .tbx-md-pos-right-minus-2 {
    right: -2px;
  }
  .tbx-md-pos-right-minus-3 {
    right: -3px;
  }
  .tbx-md-pos-right-minus-4 {
    right: -4px;
  }
  .tbx-md-pos-right-minus-5 {
    right: -5px;
  }
  .tbx-md-pos-right-minus-6 {
    right: -6px;
  }
  .tbx-md-pos-right-minus-7 {
    right: -7px;
  }
  .tbx-md-pos-right-minus-8 {
    right: -8px;
  }
  .tbx-md-pos-right-minus-9 {
    right: -9px;
  }
  .tbx-md-pos-right-minus-10 {
    right: -10px;
  }
  .tbx-md-pos-right-minus-11 {
    right: -11px;
  }
  .tbx-md-pos-right-minus-12 {
    right: -12px;
  }
  .tbx-md-pos-right-minus-13 {
    right: -13px;
  }
  .tbx-md-pos-right-minus-14 {
    right: -14px;
  }
  .tbx-md-pos-right-minus-15 {
    right: -15px;
  }
  .tbx-md-pos-right-minus-16 {
    right: -16px;
  }
  .tbx-md-pos-right-minus-17 {
    right: -17px;
  }
  .tbx-md-pos-right-minus-18 {
    right: -18px;
  }
  .tbx-md-pos-right-minus-19 {
    right: -19px;
  }
  .tbx-md-pos-right-minus-20 {
    right: -20px;
  }
  .tbx-md-pos-right-percent-0 {
    right: calc(0%);
  }
  .tbx-md-pos-right-percent-1 {
    right: calc(1%);
  }
  .tbx-md-pos-right-percent-2 {
    right: calc(2%);
  }
  .tbx-md-pos-right-percent-3 {
    right: calc(3%);
  }
  .tbx-md-pos-right-percent-4 {
    right: calc(4%);
  }
  .tbx-md-pos-right-percent-5 {
    right: calc(5%);
  }
  .tbx-md-pos-right-percent-6 {
    right: calc(6%);
  }
  .tbx-md-pos-right-percent-7 {
    right: calc(7%);
  }
  .tbx-md-pos-right-percent-8 {
    right: calc(8%);
  }
  .tbx-md-pos-right-percent-9 {
    right: calc(9%);
  }
  .tbx-md-pos-right-percent-10 {
    right: calc(10%);
  }
  .tbx-md-pos-right-percent-11 {
    right: calc(11%);
  }
  .tbx-md-pos-right-percent-12 {
    right: calc(12%);
  }
  .tbx-md-pos-right-percent-13 {
    right: calc(13%);
  }
  .tbx-md-pos-right-percent-14 {
    right: calc(14%);
  }
  .tbx-md-pos-right-percent-15 {
    right: calc(15%);
  }
  .tbx-md-pos-right-percent-16 {
    right: calc(16%);
  }
  .tbx-md-pos-right-percent-17 {
    right: calc(17%);
  }
  .tbx-md-pos-right-percent-18 {
    right: calc(18%);
  }
  .tbx-md-pos-right-percent-19 {
    right: calc(19%);
  }
  .tbx-md-pos-right-percent-20 {
    right: calc(20%);
  }
  .tbx-md-pos-right-percent-21 {
    right: calc(21%);
  }
  .tbx-md-pos-right-percent-22 {
    right: calc(22%);
  }
  .tbx-md-pos-right-percent-23 {
    right: calc(23%);
  }
  .tbx-md-pos-right-percent-24 {
    right: calc(24%);
  }
  .tbx-md-pos-right-percent-25 {
    right: calc(25%);
  }
  .tbx-md-pos-right-percent-26 {
    right: calc(26%);
  }
  .tbx-md-pos-right-percent-27 {
    right: calc(27%);
  }
  .tbx-md-pos-right-percent-28 {
    right: calc(28%);
  }
  .tbx-md-pos-right-percent-29 {
    right: calc(29%);
  }
  .tbx-md-pos-right-percent-30 {
    right: calc(30%);
  }
  .tbx-md-pos-right-percent-31 {
    right: calc(31%);
  }
  .tbx-md-pos-right-percent-32 {
    right: calc(32%);
  }
  .tbx-md-pos-right-percent-33 {
    right: calc(33%);
  }
  .tbx-md-pos-right-percent-34 {
    right: calc(34%);
  }
  .tbx-md-pos-right-percent-35 {
    right: calc(35%);
  }
  .tbx-md-pos-right-percent-36 {
    right: calc(36%);
  }
  .tbx-md-pos-right-percent-37 {
    right: calc(37%);
  }
  .tbx-md-pos-right-percent-38 {
    right: calc(38%);
  }
  .tbx-md-pos-right-percent-39 {
    right: calc(39%);
  }
  .tbx-md-pos-right-percent-40 {
    right: calc(40%);
  }
  .tbx-md-pos-right-percent-41 {
    right: calc(41%);
  }
  .tbx-md-pos-right-percent-42 {
    right: calc(42%);
  }
  .tbx-md-pos-right-percent-43 {
    right: calc(43%);
  }
  .tbx-md-pos-right-percent-44 {
    right: calc(44%);
  }
  .tbx-md-pos-right-percent-45 {
    right: calc(45%);
  }
  .tbx-md-pos-right-percent-46 {
    right: calc(46%);
  }
  .tbx-md-pos-right-percent-47 {
    right: calc(47%);
  }
  .tbx-md-pos-right-percent-48 {
    right: calc(48%);
  }
  .tbx-md-pos-right-percent-49 {
    right: calc(49%);
  }
  .tbx-md-pos-right-percent-50 {
    right: calc(50%);
  }
  .tbx-md-pos-right-percent-51 {
    right: calc(51%);
  }
  .tbx-md-pos-right-percent-52 {
    right: calc(52%);
  }
  .tbx-md-pos-right-percent-53 {
    right: calc(53%);
  }
  .tbx-md-pos-right-percent-54 {
    right: calc(54%);
  }
  .tbx-md-pos-right-percent-55 {
    right: calc(55%);
  }
  .tbx-md-pos-right-percent-56 {
    right: calc(56%);
  }
  .tbx-md-pos-right-percent-57 {
    right: calc(57%);
  }
  .tbx-md-pos-right-percent-58 {
    right: calc(58%);
  }
  .tbx-md-pos-right-percent-59 {
    right: calc(59%);
  }
  .tbx-md-pos-right-percent-60 {
    right: calc(60%);
  }
  .tbx-md-pos-right-percent-61 {
    right: calc(61%);
  }
  .tbx-md-pos-right-percent-62 {
    right: calc(62%);
  }
  .tbx-md-pos-right-percent-63 {
    right: calc(63%);
  }
  .tbx-md-pos-right-percent-64 {
    right: calc(64%);
  }
  .tbx-md-pos-right-percent-65 {
    right: calc(65%);
  }
  .tbx-md-pos-right-percent-66 {
    right: calc(66%);
  }
  .tbx-md-pos-right-percent-67 {
    right: calc(67%);
  }
  .tbx-md-pos-right-percent-68 {
    right: calc(68%);
  }
  .tbx-md-pos-right-percent-69 {
    right: calc(69%);
  }
  .tbx-md-pos-right-percent-70 {
    right: calc(70%);
  }
  .tbx-md-pos-right-percent-71 {
    right: calc(71%);
  }
  .tbx-md-pos-right-percent-72 {
    right: calc(72%);
  }
  .tbx-md-pos-right-percent-73 {
    right: calc(73%);
  }
  .tbx-md-pos-right-percent-74 {
    right: calc(74%);
  }
  .tbx-md-pos-right-percent-75 {
    right: calc(75%);
  }
  .tbx-md-pos-right-percent-76 {
    right: calc(76%);
  }
  .tbx-md-pos-right-percent-77 {
    right: calc(77%);
  }
  .tbx-md-pos-right-percent-78 {
    right: calc(78%);
  }
  .tbx-md-pos-right-percent-79 {
    right: calc(79%);
  }
  .tbx-md-pos-right-percent-80 {
    right: calc(80%);
  }
  .tbx-md-pos-right-percent-81 {
    right: calc(81%);
  }
  .tbx-md-pos-right-percent-82 {
    right: calc(82%);
  }
  .tbx-md-pos-right-percent-83 {
    right: calc(83%);
  }
  .tbx-md-pos-right-percent-84 {
    right: calc(84%);
  }
  .tbx-md-pos-right-percent-85 {
    right: calc(85%);
  }
  .tbx-md-pos-right-percent-86 {
    right: calc(86%);
  }
  .tbx-md-pos-right-percent-87 {
    right: calc(87%);
  }
  .tbx-md-pos-right-percent-88 {
    right: calc(88%);
  }
  .tbx-md-pos-right-percent-89 {
    right: calc(89%);
  }
  .tbx-md-pos-right-percent-90 {
    right: calc(90%);
  }
  .tbx-md-pos-right-percent-91 {
    right: calc(91%);
  }
  .tbx-md-pos-right-percent-92 {
    right: calc(92%);
  }
  .tbx-md-pos-right-percent-93 {
    right: calc(93%);
  }
  .tbx-md-pos-right-percent-94 {
    right: calc(94%);
  }
  .tbx-md-pos-right-percent-95 {
    right: calc(95%);
  }
  .tbx-md-pos-right-percent-96 {
    right: calc(96%);
  }
  .tbx-md-pos-right-percent-97 {
    right: calc(97%);
  }
  .tbx-md-pos-right-percent-98 {
    right: calc(98%);
  }
  .tbx-md-pos-right-percent-99 {
    right: calc(99%);
  }
  .tbx-md-pos-right-percent-100 {
    right: calc(100%);
  }
  .tbx-md-pos-left-percent-0 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-1 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-2 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-3 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-4 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-5 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-6 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-7 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-8 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-9 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-10 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-11 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-12 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-13 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-14 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-15 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-16 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-17 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-18 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-19 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-20 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-21 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-22 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-23 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-24 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-25 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-26 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-27 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-28 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-29 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-30 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-31 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-32 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-33 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-34 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-35 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-36 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-37 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-38 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-39 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-40 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-41 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-42 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-43 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-44 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-45 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-46 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-47 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-48 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-49 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-50 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-51 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-52 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-53 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-54 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-55 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-56 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-57 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-58 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-59 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-60 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-61 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-62 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-63 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-64 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-65 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-66 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-67 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-68 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-69 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-70 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-71 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-72 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-73 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-74 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-75 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-76 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-77 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-78 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-79 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-80 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-81 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-82 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-83 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-84 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-85 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-86 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-87 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-88 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-89 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-90 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-91 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-92 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-93 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-94 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-95 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-96 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-97 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-98 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-99 {
    right: 100%;
  }
  .tbx-md-pos-left-percent-100 {
    right: 100%;
  }
  /*Inputs*/
  .tbx-md-input-height-30 {
    top: 30px;
  }
  .tbx-md-input-height-35 {
    top: 35px;
  }
  .tbx-md-input-height-40 {
    top: 40px;
  }
  .tbx-md-input-height-45 {
    top: 45px;
  }
  .tbx-md-input-height-50 {
    top: 50px;
  }
  .tbx-md-input-height-55 {
    top: 55px;
  }
  .tbx-md-input-height-60 {
    top: 60px;
  }
  .tbx-md-input-height-65 {
    top: 65px;
  }
  .tbx-md-input-height-70 {
    top: 70px;
  }
  .tbx-md-input-height-75 {
    top: 75px;
  }
  .tbx-md-textarea-height-100 {
    top: 100px;
  }
  .tbx-md-textarea-height-110 {
    top: 110px;
  }
  .tbx-md-textarea-height-120 {
    top: 120px;
  }
  .tbx-md-textarea-height-130 {
    top: 130px;
  }
  .tbx-md-textarea-height-140 {
    top: 140px;
  }
  .tbx-md-textarea-height-150 {
    top: 150px;
  }
  .tbx-md-textarea-height-160 {
    top: 160px;
  }
  .tbx-md-textarea-height-170 {
    top: 170px;
  }
  .tbx-md-textarea-height-180 {
    top: 180px;
  }
  .tbx-md-textarea-height-190 {
    top: 190px;
  }
  .tbx-md-textarea-height-200 {
    top: 200px;
  }
  .tbx-md-height-in-vh-10 {
    height: 10vh;
  }
  .tbx-md-height-in-vh-20 {
    height: 20vh;
  }
  .tbx-md-height-in-vh-30 {
    height: 30vh;
  }
  .tbx-md-height-in-vh-40 {
    height: 40vh;
  }
  .tbx-md-height-in-vh-50 {
    height: 50vh;
  }
  .tbx-md-height-in-vh-60 {
    height: 60vh;
  }
  .tbx-md-height-in-vh-70 {
    height: 70vh;
  }
  .tbx-md-height-in-vh-80 {
    height: 80vh;
  }
  .tbx-md-height-in-vh-90 {
    height: 90vh;
  }
  .tbx-md-height-in-vh-100 {
    height: 100vh;
  }
  .tbx-md-width-in-vw-10 {
    width: 10vw;
  }
  .tbx-md-width-in-vw-20 {
    width: 20vw;
  }
  .tbx-md-width-in-vw-30 {
    width: 30vw;
  }
  .tbx-md-width-in-vw-40 {
    width: 40vw;
  }
  .tbx-md-width-in-vw-50 {
    width: 50vw;
  }
  .tbx-md-width-in-vw-60 {
    width: 60vw;
  }
  .tbx-md-width-in-vw-70 {
    width: 70vw;
  }
  .tbx-md-width-in-vw-80 {
    width: 80vw;
  }
  .tbx-md-width-in-vw-90 {
    width: 90vw;
  }
  .tbx-md-width-in-vw-100 {
    width: 100vw;
  }
  .tbx-md-width-in-px-5 {
    width: 5px;
  }
  .tbx-md-width-in-px-10 {
    width: 10px;
  }
  .tbx-md-width-in-px-15 {
    width: 15px;
  }
  .tbx-md-width-in-px-20 {
    width: 20px;
  }
  .tbx-md-width-in-px-25 {
    width: 25px;
  }
  .tbx-md-width-in-px-30 {
    width: 30px;
  }
  .tbx-md-width-in-px-35 {
    width: 35px;
  }
  .tbx-md-width-in-px-40 {
    width: 40px;
  }
  .tbx-md-width-in-px-45 {
    width: 45px;
  }
  .tbx-md-width-in-px-50 {
    width: 50px;
  }
  .tbx-md-width-in-px-55 {
    width: 55px;
  }
  .tbx-md-width-in-px-60 {
    width: 60px;
  }
  .tbx-md-width-in-px-65 {
    width: 65px;
  }
  .tbx-md-width-in-px-70 {
    width: 70px;
  }
  .tbx-md-width-in-px-75 {
    width: 75px;
  }
  .tbx-md-width-in-px-80 {
    width: 80px;
  }
  .tbx-md-width-in-px-85 {
    width: 85px;
  }
  .tbx-md-width-in-px-90 {
    width: 90px;
  }
  .tbx-md-width-in-px-95 {
    width: 95px;
  }
  .tbx-md-width-in-px-100 {
    width: 100px;
  }
  .tbx-md-width-in-px-105 {
    width: 105px;
  }
  .tbx-md-width-in-px-110 {
    width: 110px;
  }
  .tbx-md-width-in-px-115 {
    width: 115px;
  }
  .tbx-md-width-in-px-120 {
    width: 120px;
  }
  .tbx-md-width-in-px-125 {
    width: 125px;
  }
  .tbx-md-width-in-px-130 {
    width: 130px;
  }
  .tbx-md-width-in-px-135 {
    width: 135px;
  }
  .tbx-md-width-in-px-140 {
    width: 140px;
  }
  .tbx-md-width-in-px-145 {
    width: 145px;
  }
  .tbx-md-width-in-px-150 {
    width: 150px;
  }
  .tbx-md-width-in-px-155 {
    width: 155px;
  }
  .tbx-md-width-in-px-160 {
    width: 160px;
  }
  .tbx-md-width-in-px-165 {
    width: 165px;
  }
  .tbx-md-width-in-px-170 {
    width: 170px;
  }
  .tbx-md-width-in-px-175 {
    width: 175px;
  }
  .tbx-md-width-in-px-180 {
    width: 180px;
  }
  .tbx-md-width-in-px-185 {
    width: 185px;
  }
  .tbx-md-width-in-px-190 {
    width: 190px;
  }
  .tbx-md-width-in-px-195 {
    width: 195px;
  }
  .tbx-md-width-in-px-200 {
    width: 200px;
  }
  .tbx-md-width-in-px-205 {
    width: 205px;
  }
  .tbx-md-width-in-px-210 {
    width: 210px;
  }
  .tbx-md-width-in-px-215 {
    width: 215px;
  }
  .tbx-md-width-in-px-220 {
    width: 220px;
  }
  .tbx-md-width-in-px-225 {
    width: 225px;
  }
  .tbx-md-width-in-px-230 {
    width: 230px;
  }
  .tbx-md-width-in-px-235 {
    width: 235px;
  }
  .tbx-md-width-in-px-240 {
    width: 240px;
  }
  .tbx-md-width-in-px-245 {
    width: 245px;
  }
  .tbx-md-width-in-px-250 {
    width: 250px;
  }
  .tbx-md-width-in-px-255 {
    width: 255px;
  }
  .tbx-md-width-in-px-260 {
    width: 260px;
  }
  .tbx-md-width-in-px-265 {
    width: 265px;
  }
  .tbx-md-width-in-px-270 {
    width: 270px;
  }
  .tbx-md-width-in-px-275 {
    width: 275px;
  }
  .tbx-md-width-in-px-280 {
    width: 280px;
  }
  .tbx-md-width-in-px-285 {
    width: 285px;
  }
  .tbx-md-width-in-px-290 {
    width: 290px;
  }
  .tbx-md-width-in-px-295 {
    width: 295px;
  }
  .tbx-md-width-in-px-300 {
    width: 300px;
  }
  .tbx-md-width-in-px-305 {
    width: 305px;
  }
  .tbx-md-width-in-px-310 {
    width: 310px;
  }
  .tbx-md-width-in-px-315 {
    width: 315px;
  }
  .tbx-md-width-in-px-320 {
    width: 320px;
  }
  .tbx-md-width-in-px-325 {
    width: 325px;
  }
  .tbx-md-width-in-px-330 {
    width: 330px;
  }
  .tbx-md-width-in-px-335 {
    width: 335px;
  }
  .tbx-md-width-in-px-340 {
    width: 340px;
  }
  .tbx-md-width-in-px-345 {
    width: 345px;
  }
  .tbx-md-width-in-px-350 {
    width: 350px;
  }
  .tbx-md-width-in-px-355 {
    width: 355px;
  }
  .tbx-md-width-in-px-360 {
    width: 360px;
  }
  .tbx-md-width-in-px-365 {
    width: 365px;
  }
  .tbx-md-width-in-px-370 {
    width: 370px;
  }
  .tbx-md-width-in-px-375 {
    width: 375px;
  }
  .tbx-md-width-in-px-380 {
    width: 380px;
  }
  .tbx-md-width-in-px-385 {
    width: 385px;
  }
  .tbx-md-width-in-px-390 {
    width: 390px;
  }
  .tbx-md-width-in-px-395 {
    width: 395px;
  }
  .tbx-md-width-in-px-400 {
    width: 400px;
  }
  .tbx-md-width-in-px-405 {
    width: 405px;
  }
  .tbx-md-width-in-px-410 {
    width: 410px;
  }
  .tbx-md-width-in-px-415 {
    width: 415px;
  }
  .tbx-md-width-in-px-420 {
    width: 420px;
  }
  .tbx-md-width-in-px-425 {
    width: 425px;
  }
  .tbx-md-width-in-px-430 {
    width: 430px;
  }
  .tbx-md-width-in-px-435 {
    width: 435px;
  }
  .tbx-md-width-in-px-440 {
    width: 440px;
  }
  .tbx-md-width-in-px-445 {
    width: 445px;
  }
  .tbx-md-width-in-px-450 {
    width: 450px;
  }
  .tbx-md-width-in-px-455 {
    width: 455px;
  }
  .tbx-md-width-in-px-460 {
    width: 460px;
  }
  .tbx-md-width-in-px-465 {
    width: 465px;
  }
  .tbx-md-width-in-px-470 {
    width: 470px;
  }
  .tbx-md-width-in-px-475 {
    width: 475px;
  }
  .tbx-md-width-in-px-480 {
    width: 480px;
  }
  .tbx-md-width-in-px-485 {
    width: 485px;
  }
  .tbx-md-width-in-px-490 {
    width: 490px;
  }
  .tbx-md-width-in-px-495 {
    width: 495px;
  }
  .tbx-md-width-in-px-500 {
    width: 500px;
  }
  .tbx-md-width-in-px-505 {
    width: 505px;
  }
  .tbx-md-width-in-px-510 {
    width: 510px;
  }
  .tbx-md-width-in-px-515 {
    width: 515px;
  }
  .tbx-md-width-in-px-520 {
    width: 520px;
  }
  .tbx-md-width-in-px-525 {
    width: 525px;
  }
  .tbx-md-width-in-px-530 {
    width: 530px;
  }
  .tbx-md-width-in-px-535 {
    width: 535px;
  }
  .tbx-md-width-in-px-540 {
    width: 540px;
  }
  .tbx-md-width-in-px-545 {
    width: 545px;
  }
  .tbx-md-width-in-px-550 {
    width: 550px;
  }
  .tbx-md-width-in-px-555 {
    width: 555px;
  }
  .tbx-md-width-in-px-560 {
    width: 560px;
  }
  .tbx-md-width-in-px-565 {
    width: 565px;
  }
  .tbx-md-width-in-px-570 {
    width: 570px;
  }
  .tbx-md-width-in-px-575 {
    width: 575px;
  }
  .tbx-md-width-in-px-580 {
    width: 580px;
  }
  .tbx-md-width-in-px-585 {
    width: 585px;
  }
  .tbx-md-width-in-px-590 {
    width: 590px;
  }
  .tbx-md-width-in-px-595 {
    width: 595px;
  }
  .tbx-md-width-in-px-600 {
    width: 600px;
  }
  .tbx-md-width-in-px-605 {
    width: 605px;
  }
  .tbx-md-width-in-px-610 {
    width: 610px;
  }
  .tbx-md-width-in-px-615 {
    width: 615px;
  }
  .tbx-md-width-in-px-620 {
    width: 620px;
  }
  .tbx-md-width-in-px-625 {
    width: 625px;
  }
  .tbx-md-width-in-px-630 {
    width: 630px;
  }
  .tbx-md-width-in-px-635 {
    width: 635px;
  }
  .tbx-md-width-in-px-640 {
    width: 640px;
  }
  .tbx-md-width-in-px-645 {
    width: 645px;
  }
  .tbx-md-width-in-px-650 {
    width: 650px;
  }
  .tbx-md-width-in-px-655 {
    width: 655px;
  }
  .tbx-md-width-in-px-660 {
    width: 660px;
  }
  .tbx-md-width-in-px-665 {
    width: 665px;
  }
  .tbx-md-width-in-px-670 {
    width: 670px;
  }
  .tbx-md-width-in-px-675 {
    width: 675px;
  }
  .tbx-md-width-in-px-680 {
    width: 680px;
  }
  .tbx-md-width-in-px-685 {
    width: 685px;
  }
  .tbx-md-width-in-px-690 {
    width: 690px;
  }
  .tbx-md-width-in-px-695 {
    width: 695px;
  }
  .tbx-md-width-in-px-700 {
    width: 700px;
  }
  .tbx-md-width-in-px-705 {
    width: 705px;
  }
  .tbx-md-width-in-px-710 {
    width: 710px;
  }
  .tbx-md-width-in-px-715 {
    width: 715px;
  }
  .tbx-md-width-in-px-720 {
    width: 720px;
  }
  .tbx-md-width-in-px-725 {
    width: 725px;
  }
  .tbx-md-width-in-px-730 {
    width: 730px;
  }
  .tbx-md-width-in-px-735 {
    width: 735px;
  }
  .tbx-md-width-in-px-740 {
    width: 740px;
  }
  .tbx-md-width-in-px-745 {
    width: 745px;
  }
  .tbx-md-width-in-px-750 {
    width: 750px;
  }
  .tbx-md-width-in-px-755 {
    width: 755px;
  }
  .tbx-md-width-in-px-760 {
    width: 760px;
  }
  .tbx-md-width-in-px-765 {
    width: 765px;
  }
  .tbx-md-width-in-px-770 {
    width: 770px;
  }
  .tbx-md-width-in-px-775 {
    width: 775px;
  }
  .tbx-md-width-in-px-780 {
    width: 780px;
  }
  .tbx-md-width-in-px-785 {
    width: 785px;
  }
  .tbx-md-width-in-px-790 {
    width: 790px;
  }
  .tbx-md-width-in-px-795 {
    width: 795px;
  }
  .tbx-md-width-in-px-800 {
    width: 800px;
  }
  .tbx-md-height-in-px-2 {
    height: 2px;
  }
  .tbx-md-height-in-px-4 {
    height: 4px;
  }
  .tbx-md-height-in-px-6 {
    height: 6px;
  }
  .tbx-md-height-in-px-8 {
    height: 8px;
  }
  .tbx-md-height-in-px-10 {
    height: 10px;
  }
  .tbx-md-height-in-px-12 {
    height: 12px;
  }
  .tbx-md-height-in-px-14 {
    height: 14px;
  }
  .tbx-md-height-in-px-16 {
    height: 16px;
  }
  .tbx-md-height-in-px-18 {
    height: 18px;
  }
  .tbx-md-height-in-px-20 {
    height: 20px;
  }
  .tbx-md-height-in-px-22 {
    height: 22px;
  }
  .tbx-md-height-in-px-24 {
    height: 24px;
  }
  .tbx-md-height-in-px-26 {
    height: 26px;
  }
  .tbx-md-height-in-px-28 {
    height: 28px;
  }
  .tbx-md-height-in-px-30 {
    height: 30px;
  }
  .tbx-md-height-in-px-32 {
    height: 32px;
  }
  .tbx-md-height-in-px-34 {
    height: 34px;
  }
  .tbx-md-height-in-px-36 {
    height: 36px;
  }
  .tbx-md-height-in-px-38 {
    height: 38px;
  }
  .tbx-md-height-in-px-40 {
    height: 40px;
  }
  .tbx-md-height-in-px-42 {
    height: 42px;
  }
  .tbx-md-height-in-px-44 {
    height: 44px;
  }
  .tbx-md-height-in-px-46 {
    height: 46px;
  }
  .tbx-md-height-in-px-48 {
    height: 48px;
  }
  .tbx-md-height-in-px-50 {
    height: 50px;
  }
  .tbx-md-height-in-px-52 {
    height: 52px;
  }
  .tbx-md-height-in-px-54 {
    height: 54px;
  }
  .tbx-md-height-in-px-56 {
    height: 56px;
  }
  .tbx-md-height-in-px-58 {
    height: 58px;
  }
  .tbx-md-height-in-px-60 {
    height: 60px;
  }
  .tbx-md-height-in-px-62 {
    height: 62px;
  }
  .tbx-md-height-in-px-64 {
    height: 64px;
  }
  .tbx-md-height-in-px-66 {
    height: 66px;
  }
  .tbx-md-height-in-px-68 {
    height: 68px;
  }
  .tbx-md-height-in-px-70 {
    height: 70px;
  }
  .tbx-md-height-in-px-72 {
    height: 72px;
  }
  .tbx-md-height-in-px-74 {
    height: 74px;
  }
  .tbx-md-height-in-px-76 {
    height: 76px;
  }
  .tbx-md-height-in-px-78 {
    height: 78px;
  }
  .tbx-md-height-in-px-80 {
    height: 80px;
  }
  .tbx-md-height-in-px-82 {
    height: 82px;
  }
  .tbx-md-height-in-px-84 {
    height: 84px;
  }
  .tbx-md-height-in-px-86 {
    height: 86px;
  }
  .tbx-md-height-in-px-88 {
    height: 88px;
  }
  .tbx-md-height-in-px-90 {
    height: 90px;
  }
  .tbx-md-height-in-px-92 {
    height: 92px;
  }
  .tbx-md-height-in-px-94 {
    height: 94px;
  }
  .tbx-md-height-in-px-96 {
    height: 96px;
  }
  .tbx-md-height-in-px-98 {
    height: 98px;
  }
  .tbx-md-height-in-px-100 {
    height: 100px;
  }
  .tbx-md-height-in-px-102 {
    height: 102px;
  }
  .tbx-md-height-in-px-104 {
    height: 104px;
  }
  .tbx-md-height-in-px-106 {
    height: 106px;
  }
  .tbx-md-height-in-px-108 {
    height: 108px;
  }
  .tbx-md-height-in-px-110 {
    height: 110px;
  }
  .tbx-md-height-in-px-112 {
    height: 112px;
  }
  .tbx-md-height-in-px-114 {
    height: 114px;
  }
  .tbx-md-height-in-px-116 {
    height: 116px;
  }
  .tbx-md-height-in-px-118 {
    height: 118px;
  }
  .tbx-md-height-in-px-120 {
    height: 120px;
  }
  .tbx-md-height-in-px-122 {
    height: 122px;
  }
  .tbx-md-height-in-px-124 {
    height: 124px;
  }
  .tbx-md-height-in-px-126 {
    height: 126px;
  }
  .tbx-md-height-in-px-128 {
    height: 128px;
  }
  .tbx-md-height-in-px-130 {
    height: 130px;
  }
  .tbx-md-height-in-px-132 {
    height: 132px;
  }
  .tbx-md-height-in-px-134 {
    height: 134px;
  }
  .tbx-md-height-in-px-136 {
    height: 136px;
  }
  .tbx-md-height-in-px-138 {
    height: 138px;
  }
  .tbx-md-height-in-px-140 {
    height: 140px;
  }
  .tbx-md-height-in-px-142 {
    height: 142px;
  }
  .tbx-md-height-in-px-144 {
    height: 144px;
  }
  .tbx-md-height-in-px-146 {
    height: 146px;
  }
  .tbx-md-height-in-px-148 {
    height: 148px;
  }
  .tbx-md-height-in-px-150 {
    height: 150px;
  }
  .tbx-md-height-in-px-152 {
    height: 152px;
  }
  .tbx-md-height-in-px-154 {
    height: 154px;
  }
  .tbx-md-height-in-px-156 {
    height: 156px;
  }
  .tbx-md-height-in-px-158 {
    height: 158px;
  }
  .tbx-md-height-in-px-160 {
    height: 160px;
  }
  .tbx-md-height-in-px-162 {
    height: 162px;
  }
  .tbx-md-height-in-px-164 {
    height: 164px;
  }
  .tbx-md-height-in-px-166 {
    height: 166px;
  }
  .tbx-md-height-in-px-168 {
    height: 168px;
  }
  .tbx-md-height-in-px-170 {
    height: 170px;
  }
  .tbx-md-height-in-px-172 {
    height: 172px;
  }
  .tbx-md-height-in-px-174 {
    height: 174px;
  }
  .tbx-md-height-in-px-176 {
    height: 176px;
  }
  .tbx-md-height-in-px-178 {
    height: 178px;
  }
  .tbx-md-height-in-px-180 {
    height: 180px;
  }
  .tbx-md-height-in-px-182 {
    height: 182px;
  }
  .tbx-md-height-in-px-184 {
    height: 184px;
  }
  .tbx-md-height-in-px-186 {
    height: 186px;
  }
  .tbx-md-height-in-px-188 {
    height: 188px;
  }
  .tbx-md-height-in-px-190 {
    height: 190px;
  }
  .tbx-md-height-in-px-192 {
    height: 192px;
  }
  .tbx-md-height-in-px-194 {
    height: 194px;
  }
  .tbx-md-height-in-px-196 {
    height: 196px;
  }
  .tbx-md-height-in-px-198 {
    height: 198px;
  }
  .tbx-md-height-in-px-200 {
    height: 200px;
  }
  .tbx-md-height-in-px-202 {
    height: 202px;
  }
  .tbx-md-height-in-px-204 {
    height: 204px;
  }
  .tbx-md-height-in-px-206 {
    height: 206px;
  }
  .tbx-md-height-in-px-208 {
    height: 208px;
  }
  .tbx-md-height-in-px-210 {
    height: 210px;
  }
  .tbx-md-height-in-px-212 {
    height: 212px;
  }
  .tbx-md-height-in-px-214 {
    height: 214px;
  }
  .tbx-md-height-in-px-216 {
    height: 216px;
  }
  .tbx-md-height-in-px-218 {
    height: 218px;
  }
  .tbx-md-height-in-px-220 {
    height: 220px;
  }
  .tbx-md-height-in-px-222 {
    height: 222px;
  }
  .tbx-md-height-in-px-224 {
    height: 224px;
  }
  .tbx-md-height-in-px-226 {
    height: 226px;
  }
  .tbx-md-height-in-px-228 {
    height: 228px;
  }
  .tbx-md-height-in-px-230 {
    height: 230px;
  }
  .tbx-md-height-in-px-232 {
    height: 232px;
  }
  .tbx-md-height-in-px-234 {
    height: 234px;
  }
  .tbx-md-height-in-px-236 {
    height: 236px;
  }
  .tbx-md-height-in-px-238 {
    height: 238px;
  }
  .tbx-md-height-in-px-240 {
    height: 240px;
  }
  .tbx-md-height-in-px-242 {
    height: 242px;
  }
  .tbx-md-height-in-px-244 {
    height: 244px;
  }
  .tbx-md-height-in-px-246 {
    height: 246px;
  }
  .tbx-md-height-in-px-248 {
    height: 248px;
  }
  .tbx-md-height-in-px-250 {
    height: 250px;
  }
  .tbx-md-height-in-px-252 {
    height: 252px;
  }
  .tbx-md-height-in-px-254 {
    height: 254px;
  }
  .tbx-md-height-in-px-256 {
    height: 256px;
  }
  .tbx-md-height-in-px-258 {
    height: 258px;
  }
  .tbx-md-height-in-px-260 {
    height: 260px;
  }
  .tbx-md-height-in-px-262 {
    height: 262px;
  }
  .tbx-md-height-in-px-264 {
    height: 264px;
  }
  .tbx-md-height-in-px-266 {
    height: 266px;
  }
  .tbx-md-height-in-px-268 {
    height: 268px;
  }
  .tbx-md-height-in-px-270 {
    height: 270px;
  }
  .tbx-md-height-in-px-272 {
    height: 272px;
  }
  .tbx-md-height-in-px-274 {
    height: 274px;
  }
  .tbx-md-height-in-px-276 {
    height: 276px;
  }
  .tbx-md-height-in-px-278 {
    height: 278px;
  }
  .tbx-md-height-in-px-280 {
    height: 280px;
  }
  .tbx-md-height-in-px-282 {
    height: 282px;
  }
  .tbx-md-height-in-px-284 {
    height: 284px;
  }
  .tbx-md-height-in-px-286 {
    height: 286px;
  }
  .tbx-md-height-in-px-288 {
    height: 288px;
  }
  .tbx-md-height-in-px-290 {
    height: 290px;
  }
  .tbx-md-height-in-px-292 {
    height: 292px;
  }
  .tbx-md-height-in-px-294 {
    height: 294px;
  }
  .tbx-md-height-in-px-296 {
    height: 296px;
  }
  .tbx-md-height-in-px-298 {
    height: 298px;
  }
  .tbx-md-height-in-px-300 {
    height: 300px;
  }
  .tbx-md-height-in-px-302 {
    height: 302px;
  }
  .tbx-md-height-in-px-304 {
    height: 304px;
  }
  .tbx-md-height-in-px-306 {
    height: 306px;
  }
  .tbx-md-height-in-px-308 {
    height: 308px;
  }
  .tbx-md-height-in-px-310 {
    height: 310px;
  }
  .tbx-md-height-in-px-312 {
    height: 312px;
  }
  .tbx-md-height-in-px-314 {
    height: 314px;
  }
  .tbx-md-height-in-px-316 {
    height: 316px;
  }
  .tbx-md-height-in-px-318 {
    height: 318px;
  }
  .tbx-md-height-in-px-320 {
    height: 320px;
  }
  .tbx-md-height-in-px-322 {
    height: 322px;
  }
  .tbx-md-height-in-px-324 {
    height: 324px;
  }
  .tbx-md-height-in-px-326 {
    height: 326px;
  }
  .tbx-md-height-in-px-328 {
    height: 328px;
  }
  .tbx-md-height-in-px-330 {
    height: 330px;
  }
  .tbx-md-height-in-px-332 {
    height: 332px;
  }
  .tbx-md-height-in-px-334 {
    height: 334px;
  }
  .tbx-md-height-in-px-336 {
    height: 336px;
  }
  .tbx-md-height-in-px-338 {
    height: 338px;
  }
  .tbx-md-height-in-px-340 {
    height: 340px;
  }
  .tbx-md-height-in-px-342 {
    height: 342px;
  }
  .tbx-md-height-in-px-344 {
    height: 344px;
  }
  .tbx-md-height-in-px-346 {
    height: 346px;
  }
  .tbx-md-height-in-px-348 {
    height: 348px;
  }
  .tbx-md-height-in-px-350 {
    height: 350px;
  }
  .tbx-md-height-in-px-352 {
    height: 352px;
  }
  .tbx-md-height-in-px-354 {
    height: 354px;
  }
  .tbx-md-height-in-px-356 {
    height: 356px;
  }
  .tbx-md-height-in-px-358 {
    height: 358px;
  }
  .tbx-md-height-in-px-360 {
    height: 360px;
  }
  .tbx-md-height-in-px-362 {
    height: 362px;
  }
  .tbx-md-height-in-px-364 {
    height: 364px;
  }
  .tbx-md-height-in-px-366 {
    height: 366px;
  }
  .tbx-md-height-in-px-368 {
    height: 368px;
  }
  .tbx-md-height-in-px-370 {
    height: 370px;
  }
  .tbx-md-height-in-px-372 {
    height: 372px;
  }
  .tbx-md-height-in-px-374 {
    height: 374px;
  }
  .tbx-md-height-in-px-376 {
    height: 376px;
  }
  .tbx-md-height-in-px-378 {
    height: 378px;
  }
  .tbx-md-height-in-px-380 {
    height: 380px;
  }
  .tbx-md-height-in-px-382 {
    height: 382px;
  }
  .tbx-md-height-in-px-384 {
    height: 384px;
  }
  .tbx-md-height-in-px-386 {
    height: 386px;
  }
  .tbx-md-height-in-px-388 {
    height: 388px;
  }
  .tbx-md-height-in-px-390 {
    height: 390px;
  }
  .tbx-md-height-in-px-392 {
    height: 392px;
  }
  .tbx-md-height-in-px-394 {
    height: 394px;
  }
  .tbx-md-height-in-px-396 {
    height: 396px;
  }
  .tbx-md-height-in-px-398 {
    height: 398px;
  }
  .tbx-md-height-in-px-400 {
    height: 400px;
  }
  .tbx-md-height-in-px-402 {
    height: 402px;
  }
  .tbx-md-height-in-px-404 {
    height: 404px;
  }
  .tbx-md-height-in-px-406 {
    height: 406px;
  }
  .tbx-md-height-in-px-408 {
    height: 408px;
  }
  .tbx-md-height-in-px-410 {
    height: 410px;
  }
  .tbx-md-height-in-px-412 {
    height: 412px;
  }
  .tbx-md-height-in-px-414 {
    height: 414px;
  }
  .tbx-md-height-in-px-416 {
    height: 416px;
  }
  .tbx-md-height-in-px-418 {
    height: 418px;
  }
  .tbx-md-height-in-px-420 {
    height: 420px;
  }
  .tbx-md-height-in-px-422 {
    height: 422px;
  }
  .tbx-md-height-in-px-424 {
    height: 424px;
  }
  .tbx-md-height-in-px-426 {
    height: 426px;
  }
  .tbx-md-height-in-px-428 {
    height: 428px;
  }
  .tbx-md-height-in-px-430 {
    height: 430px;
  }
  .tbx-md-height-in-px-432 {
    height: 432px;
  }
  .tbx-md-height-in-px-434 {
    height: 434px;
  }
  .tbx-md-height-in-px-436 {
    height: 436px;
  }
  .tbx-md-height-in-px-438 {
    height: 438px;
  }
  .tbx-md-height-in-px-440 {
    height: 440px;
  }
  .tbx-md-height-in-px-442 {
    height: 442px;
  }
  .tbx-md-height-in-px-444 {
    height: 444px;
  }
  .tbx-md-height-in-px-446 {
    height: 446px;
  }
  .tbx-md-height-in-px-448 {
    height: 448px;
  }
  .tbx-md-height-in-px-450 {
    height: 450px;
  }
  .tbx-md-height-in-px-452 {
    height: 452px;
  }
  .tbx-md-height-in-px-454 {
    height: 454px;
  }
  .tbx-md-height-in-px-456 {
    height: 456px;
  }
  .tbx-md-height-in-px-458 {
    height: 458px;
  }
  .tbx-md-height-in-px-460 {
    height: 460px;
  }
  .tbx-md-height-in-px-462 {
    height: 462px;
  }
  .tbx-md-height-in-px-464 {
    height: 464px;
  }
  .tbx-md-height-in-px-466 {
    height: 466px;
  }
  .tbx-md-height-in-px-468 {
    height: 468px;
  }
  .tbx-md-height-in-px-470 {
    height: 470px;
  }
  .tbx-md-height-in-px-472 {
    height: 472px;
  }
  .tbx-md-height-in-px-474 {
    height: 474px;
  }
  .tbx-md-height-in-px-476 {
    height: 476px;
  }
  .tbx-md-height-in-px-478 {
    height: 478px;
  }
  .tbx-md-height-in-px-480 {
    height: 480px;
  }
  .tbx-md-height-in-px-482 {
    height: 482px;
  }
  .tbx-md-height-in-px-484 {
    height: 484px;
  }
  .tbx-md-height-in-px-486 {
    height: 486px;
  }
  .tbx-md-height-in-px-488 {
    height: 488px;
  }
  .tbx-md-height-in-px-490 {
    height: 490px;
  }
  .tbx-md-height-in-px-492 {
    height: 492px;
  }
  .tbx-md-height-in-px-494 {
    height: 494px;
  }
  .tbx-md-height-in-px-496 {
    height: 496px;
  }
  .tbx-md-height-in-px-498 {
    height: 498px;
  }
  .tbx-md-height-in-px-500 {
    height: 500px;
  }
  .tbx-md-height-in-px-502 {
    height: 502px;
  }
  .tbx-md-height-in-px-504 {
    height: 504px;
  }
  .tbx-md-height-in-px-506 {
    height: 506px;
  }
  .tbx-md-height-in-px-508 {
    height: 508px;
  }
  .tbx-md-height-in-px-510 {
    height: 510px;
  }
  .tbx-md-height-in-px-512 {
    height: 512px;
  }
  .tbx-md-height-in-px-514 {
    height: 514px;
  }
  .tbx-md-height-in-px-516 {
    height: 516px;
  }
  .tbx-md-height-in-px-518 {
    height: 518px;
  }
  .tbx-md-height-in-px-520 {
    height: 520px;
  }
  .tbx-md-height-in-px-522 {
    height: 522px;
  }
  .tbx-md-height-in-px-524 {
    height: 524px;
  }
  .tbx-md-height-in-px-526 {
    height: 526px;
  }
  .tbx-md-height-in-px-528 {
    height: 528px;
  }
  .tbx-md-height-in-px-530 {
    height: 530px;
  }
  .tbx-md-height-in-px-532 {
    height: 532px;
  }
  .tbx-md-height-in-px-534 {
    height: 534px;
  }
  .tbx-md-height-in-px-536 {
    height: 536px;
  }
  .tbx-md-height-in-px-538 {
    height: 538px;
  }
  .tbx-md-height-in-px-540 {
    height: 540px;
  }
  .tbx-md-height-in-px-542 {
    height: 542px;
  }
  .tbx-md-height-in-px-544 {
    height: 544px;
  }
  .tbx-md-height-in-px-546 {
    height: 546px;
  }
  .tbx-md-height-in-px-548 {
    height: 548px;
  }
  .tbx-md-height-in-px-550 {
    height: 550px;
  }
  .tbx-md-height-in-px-552 {
    height: 552px;
  }
  .tbx-md-height-in-px-554 {
    height: 554px;
  }
  .tbx-md-height-in-px-556 {
    height: 556px;
  }
  .tbx-md-height-in-px-558 {
    height: 558px;
  }
  .tbx-md-height-in-px-560 {
    height: 560px;
  }
  .tbx-md-height-in-px-562 {
    height: 562px;
  }
  .tbx-md-height-in-px-564 {
    height: 564px;
  }
  .tbx-md-height-in-px-566 {
    height: 566px;
  }
  .tbx-md-height-in-px-568 {
    height: 568px;
  }
  .tbx-md-height-in-px-570 {
    height: 570px;
  }
  .tbx-md-height-in-px-572 {
    height: 572px;
  }
  .tbx-md-height-in-px-574 {
    height: 574px;
  }
  .tbx-md-height-in-px-576 {
    height: 576px;
  }
  .tbx-md-height-in-px-578 {
    height: 578px;
  }
  .tbx-md-height-in-px-580 {
    height: 580px;
  }
  .tbx-md-height-in-px-582 {
    height: 582px;
  }
  .tbx-md-height-in-px-584 {
    height: 584px;
  }
  .tbx-md-height-in-px-586 {
    height: 586px;
  }
  .tbx-md-height-in-px-588 {
    height: 588px;
  }
  .tbx-md-height-in-px-590 {
    height: 590px;
  }
  .tbx-md-height-in-px-592 {
    height: 592px;
  }
  .tbx-md-height-in-px-594 {
    height: 594px;
  }
  .tbx-md-height-in-px-596 {
    height: 596px;
  }
  .tbx-md-height-in-px-598 {
    height: 598px;
  }
  .tbx-md-height-in-px-600 {
    height: 600px;
  }
  .tbx-md-height-in-px-602 {
    height: 602px;
  }
  .tbx-md-height-in-px-604 {
    height: 604px;
  }
  .tbx-md-height-in-px-606 {
    height: 606px;
  }
  .tbx-md-height-in-px-608 {
    height: 608px;
  }
  .tbx-md-height-in-px-610 {
    height: 610px;
  }
  .tbx-md-height-in-px-612 {
    height: 612px;
  }
  .tbx-md-height-in-px-614 {
    height: 614px;
  }
  .tbx-md-height-in-px-616 {
    height: 616px;
  }
  .tbx-md-height-in-px-618 {
    height: 618px;
  }
  .tbx-md-height-in-px-620 {
    height: 620px;
  }
  .tbx-md-height-in-px-622 {
    height: 622px;
  }
  .tbx-md-height-in-px-624 {
    height: 624px;
  }
  .tbx-md-height-in-px-626 {
    height: 626px;
  }
  .tbx-md-height-in-px-628 {
    height: 628px;
  }
  .tbx-md-height-in-px-630 {
    height: 630px;
  }
  .tbx-md-height-in-px-632 {
    height: 632px;
  }
  .tbx-md-height-in-px-634 {
    height: 634px;
  }
  .tbx-md-height-in-px-636 {
    height: 636px;
  }
  .tbx-md-height-in-px-638 {
    height: 638px;
  }
  .tbx-md-height-in-px-640 {
    height: 640px;
  }
  .tbx-md-height-in-px-642 {
    height: 642px;
  }
  .tbx-md-height-in-px-644 {
    height: 644px;
  }
  .tbx-md-height-in-px-646 {
    height: 646px;
  }
  .tbx-md-height-in-px-648 {
    height: 648px;
  }
  .tbx-md-height-in-px-650 {
    height: 650px;
  }
  .tbx-md-height-in-px-652 {
    height: 652px;
  }
  .tbx-md-height-in-px-654 {
    height: 654px;
  }
  .tbx-md-height-in-px-656 {
    height: 656px;
  }
  .tbx-md-height-in-px-658 {
    height: 658px;
  }
  .tbx-md-height-in-px-660 {
    height: 660px;
  }
  .tbx-md-height-in-px-662 {
    height: 662px;
  }
  .tbx-md-height-in-px-664 {
    height: 664px;
  }
  .tbx-md-height-in-px-666 {
    height: 666px;
  }
  .tbx-md-height-in-px-668 {
    height: 668px;
  }
  .tbx-md-height-in-px-670 {
    height: 670px;
  }
  .tbx-md-height-in-px-672 {
    height: 672px;
  }
  .tbx-md-height-in-px-674 {
    height: 674px;
  }
  .tbx-md-height-in-px-676 {
    height: 676px;
  }
  .tbx-md-height-in-px-678 {
    height: 678px;
  }
  .tbx-md-height-in-px-680 {
    height: 680px;
  }
  .tbx-md-height-in-px-682 {
    height: 682px;
  }
  .tbx-md-height-in-px-684 {
    height: 684px;
  }
  .tbx-md-height-in-px-686 {
    height: 686px;
  }
  .tbx-md-height-in-px-688 {
    height: 688px;
  }
  .tbx-md-height-in-px-690 {
    height: 690px;
  }
  .tbx-md-height-in-px-692 {
    height: 692px;
  }
  .tbx-md-height-in-px-694 {
    height: 694px;
  }
  .tbx-md-height-in-px-696 {
    height: 696px;
  }
  .tbx-md-height-in-px-698 {
    height: 698px;
  }
  .tbx-md-height-in-px-700 {
    height: 700px;
  }
  .tbx-md-height-in-px-702 {
    height: 702px;
  }
  .tbx-md-height-in-px-704 {
    height: 704px;
  }
  .tbx-md-height-in-px-706 {
    height: 706px;
  }
  .tbx-md-height-in-px-708 {
    height: 708px;
  }
  .tbx-md-height-in-px-710 {
    height: 710px;
  }
  .tbx-md-height-in-px-712 {
    height: 712px;
  }
  .tbx-md-height-in-px-714 {
    height: 714px;
  }
  .tbx-md-height-in-px-716 {
    height: 716px;
  }
  .tbx-md-height-in-px-718 {
    height: 718px;
  }
  .tbx-md-height-in-px-720 {
    height: 720px;
  }
  .tbx-md-height-in-px-722 {
    height: 722px;
  }
  .tbx-md-height-in-px-724 {
    height: 724px;
  }
  .tbx-md-height-in-px-726 {
    height: 726px;
  }
  .tbx-md-height-in-px-728 {
    height: 728px;
  }
  .tbx-md-height-in-px-730 {
    height: 730px;
  }
  .tbx-md-height-in-px-732 {
    height: 732px;
  }
  .tbx-md-height-in-px-734 {
    height: 734px;
  }
  .tbx-md-height-in-px-736 {
    height: 736px;
  }
  .tbx-md-height-in-px-738 {
    height: 738px;
  }
  .tbx-md-height-in-px-740 {
    height: 740px;
  }
  .tbx-md-height-in-px-742 {
    height: 742px;
  }
  .tbx-md-height-in-px-744 {
    height: 744px;
  }
  .tbx-md-height-in-px-746 {
    height: 746px;
  }
  .tbx-md-height-in-px-748 {
    height: 748px;
  }
  .tbx-md-height-in-px-750 {
    height: 750px;
  }
  .tbx-md-height-in-px-752 {
    height: 752px;
  }
  .tbx-md-height-in-px-754 {
    height: 754px;
  }
  .tbx-md-height-in-px-756 {
    height: 756px;
  }
  .tbx-md-height-in-px-758 {
    height: 758px;
  }
  .tbx-md-height-in-px-760 {
    height: 760px;
  }
  .tbx-md-height-in-px-762 {
    height: 762px;
  }
  .tbx-md-height-in-px-764 {
    height: 764px;
  }
  .tbx-md-height-in-px-766 {
    height: 766px;
  }
  .tbx-md-height-in-px-768 {
    height: 768px;
  }
  .tbx-md-height-in-px-770 {
    height: 770px;
  }
  .tbx-md-height-in-px-772 {
    height: 772px;
  }
  .tbx-md-height-in-px-774 {
    height: 774px;
  }
  .tbx-md-height-in-px-776 {
    height: 776px;
  }
  .tbx-md-height-in-px-778 {
    height: 778px;
  }
  .tbx-md-height-in-px-780 {
    height: 780px;
  }
  .tbx-md-height-in-px-782 {
    height: 782px;
  }
  .tbx-md-height-in-px-784 {
    height: 784px;
  }
  .tbx-md-height-in-px-786 {
    height: 786px;
  }
  .tbx-md-height-in-px-788 {
    height: 788px;
  }
  .tbx-md-height-in-px-790 {
    height: 790px;
  }
  .tbx-md-height-in-px-792 {
    height: 792px;
  }
  .tbx-md-height-in-px-794 {
    height: 794px;
  }
  .tbx-md-height-in-px-796 {
    height: 796px;
  }
  .tbx-md-height-in-px-798 {
    height: 798px;
  }
  .tbx-md-height-in-px-800 {
    height: 800px;
  }
  .tbx-md-width-height-equal-in-px-1 {
    width: 1px;
    height: 1px;
  }
  .tbx-md-width-height-equal-in-px-2 {
    width: 2px;
    height: 2px;
  }
  .tbx-md-width-height-equal-in-px-3 {
    width: 3px;
    height: 3px;
  }
  .tbx-md-width-height-equal-in-px-4 {
    width: 4px;
    height: 4px;
  }
  .tbx-md-width-height-equal-in-px-5 {
    width: 5px;
    height: 5px;
  }
  .tbx-md-width-height-equal-in-px-6 {
    width: 6px;
    height: 6px;
  }
  .tbx-md-width-height-equal-in-px-7 {
    width: 7px;
    height: 7px;
  }
  .tbx-md-width-height-equal-in-px-8 {
    width: 8px;
    height: 8px;
  }
  .tbx-md-width-height-equal-in-px-9 {
    width: 9px;
    height: 9px;
  }
  .tbx-md-width-height-equal-in-px-10 {
    width: 10px;
    height: 10px;
  }
  .tbx-md-width-height-equal-in-px-11 {
    width: 11px;
    height: 11px;
  }
  .tbx-md-width-height-equal-in-px-12 {
    width: 12px;
    height: 12px;
  }
  .tbx-md-width-height-equal-in-px-13 {
    width: 13px;
    height: 13px;
  }
  .tbx-md-width-height-equal-in-px-14 {
    width: 14px;
    height: 14px;
  }
  .tbx-md-width-height-equal-in-px-15 {
    width: 15px;
    height: 15px;
  }
  .tbx-md-width-height-equal-in-px-16 {
    width: 16px;
    height: 16px;
  }
  .tbx-md-width-height-equal-in-px-17 {
    width: 17px;
    height: 17px;
  }
  .tbx-md-width-height-equal-in-px-18 {
    width: 18px;
    height: 18px;
  }
  .tbx-md-width-height-equal-in-px-19 {
    width: 19px;
    height: 19px;
  }
  .tbx-md-width-height-equal-in-px-20 {
    width: 20px;
    height: 20px;
  }
  .tbx-md-width-height-equal-in-px-21 {
    width: 21px;
    height: 21px;
  }
  .tbx-md-width-height-equal-in-px-22 {
    width: 22px;
    height: 22px;
  }
  .tbx-md-width-height-equal-in-px-23 {
    width: 23px;
    height: 23px;
  }
  .tbx-md-width-height-equal-in-px-24 {
    width: 24px;
    height: 24px;
  }
  .tbx-md-width-height-equal-in-px-25 {
    width: 25px;
    height: 25px;
  }
  .tbx-md-width-height-equal-in-px-26 {
    width: 26px;
    height: 26px;
  }
  .tbx-md-width-height-equal-in-px-27 {
    width: 27px;
    height: 27px;
  }
  .tbx-md-width-height-equal-in-px-28 {
    width: 28px;
    height: 28px;
  }
  .tbx-md-width-height-equal-in-px-29 {
    width: 29px;
    height: 29px;
  }
  .tbx-md-width-height-equal-in-px-30 {
    width: 30px;
    height: 30px;
  }
  .tbx-md-width-height-equal-in-px-31 {
    width: 31px;
    height: 31px;
  }
  .tbx-md-width-height-equal-in-px-32 {
    width: 32px;
    height: 32px;
  }
  .tbx-md-width-height-equal-in-px-33 {
    width: 33px;
    height: 33px;
  }
  .tbx-md-width-height-equal-in-px-34 {
    width: 34px;
    height: 34px;
  }
  .tbx-md-width-height-equal-in-px-35 {
    width: 35px;
    height: 35px;
  }
  .tbx-md-width-height-equal-in-px-36 {
    width: 36px;
    height: 36px;
  }
  .tbx-md-width-height-equal-in-px-37 {
    width: 37px;
    height: 37px;
  }
  .tbx-md-width-height-equal-in-px-38 {
    width: 38px;
    height: 38px;
  }
  .tbx-md-width-height-equal-in-px-39 {
    width: 39px;
    height: 39px;
  }
  .tbx-md-width-height-equal-in-px-40 {
    width: 40px;
    height: 40px;
  }
  .tbx-md-width-height-equal-in-px-41 {
    width: 41px;
    height: 41px;
  }
  .tbx-md-width-height-equal-in-px-42 {
    width: 42px;
    height: 42px;
  }
  .tbx-md-width-height-equal-in-px-43 {
    width: 43px;
    height: 43px;
  }
  .tbx-md-width-height-equal-in-px-44 {
    width: 44px;
    height: 44px;
  }
  .tbx-md-width-height-equal-in-px-45 {
    width: 45px;
    height: 45px;
  }
  .tbx-md-width-height-equal-in-px-46 {
    width: 46px;
    height: 46px;
  }
  .tbx-md-width-height-equal-in-px-47 {
    width: 47px;
    height: 47px;
  }
  .tbx-md-width-height-equal-in-px-48 {
    width: 48px;
    height: 48px;
  }
  .tbx-md-width-height-equal-in-px-49 {
    width: 49px;
    height: 49px;
  }
  .tbx-md-width-height-equal-in-px-50 {
    width: 50px;
    height: 50px;
  }
  .tbx-md-width-height-equal-in-px-51 {
    width: 51px;
    height: 51px;
  }
  .tbx-md-width-height-equal-in-px-52 {
    width: 52px;
    height: 52px;
  }
  .tbx-md-width-height-equal-in-px-53 {
    width: 53px;
    height: 53px;
  }
  .tbx-md-width-height-equal-in-px-54 {
    width: 54px;
    height: 54px;
  }
  .tbx-md-width-height-equal-in-px-55 {
    width: 55px;
    height: 55px;
  }
  .tbx-md-width-height-equal-in-px-56 {
    width: 56px;
    height: 56px;
  }
  .tbx-md-width-height-equal-in-px-57 {
    width: 57px;
    height: 57px;
  }
  .tbx-md-width-height-equal-in-px-58 {
    width: 58px;
    height: 58px;
  }
  .tbx-md-width-height-equal-in-px-59 {
    width: 59px;
    height: 59px;
  }
  .tbx-md-width-height-equal-in-px-60 {
    width: 60px;
    height: 60px;
  }
  .tbx-md-width-height-equal-in-px-61 {
    width: 61px;
    height: 61px;
  }
  .tbx-md-width-height-equal-in-px-62 {
    width: 62px;
    height: 62px;
  }
  .tbx-md-width-height-equal-in-px-63 {
    width: 63px;
    height: 63px;
  }
  .tbx-md-width-height-equal-in-px-64 {
    width: 64px;
    height: 64px;
  }
  .tbx-md-width-height-equal-in-px-65 {
    width: 65px;
    height: 65px;
  }
  .tbx-md-width-height-equal-in-px-66 {
    width: 66px;
    height: 66px;
  }
  .tbx-md-width-height-equal-in-px-67 {
    width: 67px;
    height: 67px;
  }
  .tbx-md-width-height-equal-in-px-68 {
    width: 68px;
    height: 68px;
  }
  .tbx-md-width-height-equal-in-px-69 {
    width: 69px;
    height: 69px;
  }
  .tbx-md-width-height-equal-in-px-70 {
    width: 70px;
    height: 70px;
  }
  .tbx-md-width-height-equal-in-px-71 {
    width: 71px;
    height: 71px;
  }
  .tbx-md-width-height-equal-in-px-72 {
    width: 72px;
    height: 72px;
  }
  .tbx-md-width-height-equal-in-px-73 {
    width: 73px;
    height: 73px;
  }
  .tbx-md-width-height-equal-in-px-74 {
    width: 74px;
    height: 74px;
  }
  .tbx-md-width-height-equal-in-px-75 {
    width: 75px;
    height: 75px;
  }
  .tbx-md-width-height-equal-in-px-76 {
    width: 76px;
    height: 76px;
  }
  .tbx-md-width-height-equal-in-px-77 {
    width: 77px;
    height: 77px;
  }
  .tbx-md-width-height-equal-in-px-78 {
    width: 78px;
    height: 78px;
  }
  .tbx-md-width-height-equal-in-px-79 {
    width: 79px;
    height: 79px;
  }
  .tbx-md-width-height-equal-in-px-80 {
    width: 80px;
    height: 80px;
  }
  .tbx-md-width-height-equal-in-px-81 {
    width: 81px;
    height: 81px;
  }
  .tbx-md-width-height-equal-in-px-82 {
    width: 82px;
    height: 82px;
  }
  .tbx-md-width-height-equal-in-px-83 {
    width: 83px;
    height: 83px;
  }
  .tbx-md-width-height-equal-in-px-84 {
    width: 84px;
    height: 84px;
  }
  .tbx-md-width-height-equal-in-px-85 {
    width: 85px;
    height: 85px;
  }
  .tbx-md-width-height-equal-in-px-86 {
    width: 86px;
    height: 86px;
  }
  .tbx-md-width-height-equal-in-px-87 {
    width: 87px;
    height: 87px;
  }
  .tbx-md-width-height-equal-in-px-88 {
    width: 88px;
    height: 88px;
  }
  .tbx-md-width-height-equal-in-px-89 {
    width: 89px;
    height: 89px;
  }
  .tbx-md-width-height-equal-in-px-90 {
    width: 90px;
    height: 90px;
  }
  .tbx-md-width-height-equal-in-px-91 {
    width: 91px;
    height: 91px;
  }
  .tbx-md-width-height-equal-in-px-92 {
    width: 92px;
    height: 92px;
  }
  .tbx-md-width-height-equal-in-px-93 {
    width: 93px;
    height: 93px;
  }
  .tbx-md-width-height-equal-in-px-94 {
    width: 94px;
    height: 94px;
  }
  .tbx-md-width-height-equal-in-px-95 {
    width: 95px;
    height: 95px;
  }
  .tbx-md-width-height-equal-in-px-96 {
    width: 96px;
    height: 96px;
  }
  .tbx-md-width-height-equal-in-px-97 {
    width: 97px;
    height: 97px;
  }
  .tbx-md-width-height-equal-in-px-98 {
    width: 98px;
    height: 98px;
  }
  .tbx-md-width-height-equal-in-px-99 {
    width: 99px;
    height: 99px;
  }
  .tbx-md-width-height-equal-in-px-100 {
    width: 100px;
    height: 100px;
  }
  .tbx-md-width-height-equal-in-px-101 {
    width: 101px;
    height: 101px;
  }
  .tbx-md-width-height-equal-in-px-102 {
    width: 102px;
    height: 102px;
  }
  .tbx-md-width-height-equal-in-px-103 {
    width: 103px;
    height: 103px;
  }
  .tbx-md-width-height-equal-in-px-104 {
    width: 104px;
    height: 104px;
  }
  .tbx-md-width-height-equal-in-px-105 {
    width: 105px;
    height: 105px;
  }
  .tbx-md-width-height-equal-in-px-106 {
    width: 106px;
    height: 106px;
  }
  .tbx-md-width-height-equal-in-px-107 {
    width: 107px;
    height: 107px;
  }
  .tbx-md-width-height-equal-in-px-108 {
    width: 108px;
    height: 108px;
  }
  .tbx-md-width-height-equal-in-px-109 {
    width: 109px;
    height: 109px;
  }
  .tbx-md-width-height-equal-in-px-110 {
    width: 110px;
    height: 110px;
  }
  .tbx-md-width-height-equal-in-px-111 {
    width: 111px;
    height: 111px;
  }
  .tbx-md-width-height-equal-in-px-112 {
    width: 112px;
    height: 112px;
  }
  .tbx-md-width-height-equal-in-px-113 {
    width: 113px;
    height: 113px;
  }
  .tbx-md-width-height-equal-in-px-114 {
    width: 114px;
    height: 114px;
  }
  .tbx-md-width-height-equal-in-px-115 {
    width: 115px;
    height: 115px;
  }
  .tbx-md-width-height-equal-in-px-116 {
    width: 116px;
    height: 116px;
  }
  .tbx-md-width-height-equal-in-px-117 {
    width: 117px;
    height: 117px;
  }
  .tbx-md-width-height-equal-in-px-118 {
    width: 118px;
    height: 118px;
  }
  .tbx-md-width-height-equal-in-px-119 {
    width: 119px;
    height: 119px;
  }
  .tbx-md-width-height-equal-in-px-120 {
    width: 120px;
    height: 120px;
  }
  .tbx-md-width-height-equal-in-px-121 {
    width: 121px;
    height: 121px;
  }
  .tbx-md-width-height-equal-in-px-122 {
    width: 122px;
    height: 122px;
  }
  .tbx-md-width-height-equal-in-px-123 {
    width: 123px;
    height: 123px;
  }
  .tbx-md-width-height-equal-in-px-124 {
    width: 124px;
    height: 124px;
  }
  .tbx-md-width-height-equal-in-px-125 {
    width: 125px;
    height: 125px;
  }
  .tbx-md-width-height-equal-in-px-126 {
    width: 126px;
    height: 126px;
  }
  .tbx-md-width-height-equal-in-px-127 {
    width: 127px;
    height: 127px;
  }
  .tbx-md-width-height-equal-in-px-128 {
    width: 128px;
    height: 128px;
  }
  .tbx-md-width-height-equal-in-px-129 {
    width: 129px;
    height: 129px;
  }
  .tbx-md-width-height-equal-in-px-130 {
    width: 130px;
    height: 130px;
  }
  .tbx-md-width-height-equal-in-px-131 {
    width: 131px;
    height: 131px;
  }
  .tbx-md-width-height-equal-in-px-132 {
    width: 132px;
    height: 132px;
  }
  .tbx-md-width-height-equal-in-px-133 {
    width: 133px;
    height: 133px;
  }
  .tbx-md-width-height-equal-in-px-134 {
    width: 134px;
    height: 134px;
  }
  .tbx-md-width-height-equal-in-px-135 {
    width: 135px;
    height: 135px;
  }
  .tbx-md-width-height-equal-in-px-136 {
    width: 136px;
    height: 136px;
  }
  .tbx-md-width-height-equal-in-px-137 {
    width: 137px;
    height: 137px;
  }
  .tbx-md-width-height-equal-in-px-138 {
    width: 138px;
    height: 138px;
  }
  .tbx-md-width-height-equal-in-px-139 {
    width: 139px;
    height: 139px;
  }
  .tbx-md-width-height-equal-in-px-140 {
    width: 140px;
    height: 140px;
  }
  .tbx-md-width-height-equal-in-px-141 {
    width: 141px;
    height: 141px;
  }
  .tbx-md-width-height-equal-in-px-142 {
    width: 142px;
    height: 142px;
  }
  .tbx-md-width-height-equal-in-px-143 {
    width: 143px;
    height: 143px;
  }
  .tbx-md-width-height-equal-in-px-144 {
    width: 144px;
    height: 144px;
  }
  .tbx-md-width-height-equal-in-px-145 {
    width: 145px;
    height: 145px;
  }
  .tbx-md-width-height-equal-in-px-146 {
    width: 146px;
    height: 146px;
  }
  .tbx-md-width-height-equal-in-px-147 {
    width: 147px;
    height: 147px;
  }
  .tbx-md-width-height-equal-in-px-148 {
    width: 148px;
    height: 148px;
  }
  .tbx-md-width-height-equal-in-px-149 {
    width: 149px;
    height: 149px;
  }
  .tbx-md-width-height-equal-in-px-150 {
    width: 150px;
    height: 150px;
  }
  .tbx-md-width-height-equal-in-px-151 {
    width: 151px;
    height: 151px;
  }
  .tbx-md-width-height-equal-in-px-152 {
    width: 152px;
    height: 152px;
  }
  .tbx-md-width-height-equal-in-px-153 {
    width: 153px;
    height: 153px;
  }
  .tbx-md-width-height-equal-in-px-154 {
    width: 154px;
    height: 154px;
  }
  .tbx-md-width-height-equal-in-px-155 {
    width: 155px;
    height: 155px;
  }
  .tbx-md-width-height-equal-in-px-156 {
    width: 156px;
    height: 156px;
  }
  .tbx-md-width-height-equal-in-px-157 {
    width: 157px;
    height: 157px;
  }
  .tbx-md-width-height-equal-in-px-158 {
    width: 158px;
    height: 158px;
  }
  .tbx-md-width-height-equal-in-px-159 {
    width: 159px;
    height: 159px;
  }
  .tbx-md-width-height-equal-in-px-160 {
    width: 160px;
    height: 160px;
  }
  .tbx-md-width-height-equal-in-px-161 {
    width: 161px;
    height: 161px;
  }
  .tbx-md-width-height-equal-in-px-162 {
    width: 162px;
    height: 162px;
  }
  .tbx-md-width-height-equal-in-px-163 {
    width: 163px;
    height: 163px;
  }
  .tbx-md-width-height-equal-in-px-164 {
    width: 164px;
    height: 164px;
  }
  .tbx-md-width-height-equal-in-px-165 {
    width: 165px;
    height: 165px;
  }
  .tbx-md-width-height-equal-in-px-166 {
    width: 166px;
    height: 166px;
  }
  .tbx-md-width-height-equal-in-px-167 {
    width: 167px;
    height: 167px;
  }
  .tbx-md-width-height-equal-in-px-168 {
    width: 168px;
    height: 168px;
  }
  .tbx-md-width-height-equal-in-px-169 {
    width: 169px;
    height: 169px;
  }
  .tbx-md-width-height-equal-in-px-170 {
    width: 170px;
    height: 170px;
  }
  .tbx-md-width-height-equal-in-px-171 {
    width: 171px;
    height: 171px;
  }
  .tbx-md-width-height-equal-in-px-172 {
    width: 172px;
    height: 172px;
  }
  .tbx-md-width-height-equal-in-px-173 {
    width: 173px;
    height: 173px;
  }
  .tbx-md-width-height-equal-in-px-174 {
    width: 174px;
    height: 174px;
  }
  .tbx-md-width-height-equal-in-px-175 {
    width: 175px;
    height: 175px;
  }
  .tbx-md-width-height-equal-in-px-176 {
    width: 176px;
    height: 176px;
  }
  .tbx-md-width-height-equal-in-px-177 {
    width: 177px;
    height: 177px;
  }
  .tbx-md-width-height-equal-in-px-178 {
    width: 178px;
    height: 178px;
  }
  .tbx-md-width-height-equal-in-px-179 {
    width: 179px;
    height: 179px;
  }
  .tbx-md-width-height-equal-in-px-180 {
    width: 180px;
    height: 180px;
  }
  .tbx-md-width-height-equal-in-px-181 {
    width: 181px;
    height: 181px;
  }
  .tbx-md-width-height-equal-in-px-182 {
    width: 182px;
    height: 182px;
  }
  .tbx-md-width-height-equal-in-px-183 {
    width: 183px;
    height: 183px;
  }
  .tbx-md-width-height-equal-in-px-184 {
    width: 184px;
    height: 184px;
  }
  .tbx-md-width-height-equal-in-px-185 {
    width: 185px;
    height: 185px;
  }
  .tbx-md-width-height-equal-in-px-186 {
    width: 186px;
    height: 186px;
  }
  .tbx-md-width-height-equal-in-px-187 {
    width: 187px;
    height: 187px;
  }
  .tbx-md-width-height-equal-in-px-188 {
    width: 188px;
    height: 188px;
  }
  .tbx-md-width-height-equal-in-px-189 {
    width: 189px;
    height: 189px;
  }
  .tbx-md-width-height-equal-in-px-190 {
    width: 190px;
    height: 190px;
  }
  .tbx-md-width-height-equal-in-px-191 {
    width: 191px;
    height: 191px;
  }
  .tbx-md-width-height-equal-in-px-192 {
    width: 192px;
    height: 192px;
  }
  .tbx-md-width-height-equal-in-px-193 {
    width: 193px;
    height: 193px;
  }
  .tbx-md-width-height-equal-in-px-194 {
    width: 194px;
    height: 194px;
  }
  .tbx-md-width-height-equal-in-px-195 {
    width: 195px;
    height: 195px;
  }
  .tbx-md-width-height-equal-in-px-196 {
    width: 196px;
    height: 196px;
  }
  .tbx-md-width-height-equal-in-px-197 {
    width: 197px;
    height: 197px;
  }
  .tbx-md-width-height-equal-in-px-198 {
    width: 198px;
    height: 198px;
  }
  .tbx-md-width-height-equal-in-px-199 {
    width: 199px;
    height: 199px;
  }
  .tbx-md-width-height-equal-in-px-200 {
    width: 200px;
    height: 200px;
  }
  .tbx-md-transform-translate-minus-top-1 {
    transform: translateY(calc(-100% / 1));
  }
  .tbx-md-transform-translate-minus-top-2 {
    transform: translateY(calc(-100% / 2));
  }
  .tbx-md-transform-translate-minus-top-3 {
    transform: translateY(calc(-100% / 3));
  }
  .tbx-md-transform-translate-minus-top-4 {
    transform: translateY(calc(-100% / 4));
  }
  .tbx-md-transform-translate-minus-top-5 {
    transform: translateY(calc(-100% / 5));
  }
  .tbx-md-transform-translate-minus-top-6 {
    transform: translateY(calc(-100% / 6));
  }
  .tbx-md-transform-translate-minus-top-7 {
    transform: translateY(calc(-100% / 7));
  }
  .tbx-md-transform-translate-minus-top-8 {
    transform: translateY(calc(-100% / 8));
  }
  .tbx-md-transform-translate-minus-top-9 {
    transform: translateY(calc(-100% / 9));
  }
  .tbx-md-transform-translate-minus-top-10 {
    transform: translateY(calc(-100% / 10));
  }
  .tbx-md-transform-translate-minus-top-11 {
    transform: translateY(calc(-100% / 11));
  }
  .tbx-md-transform-translate-minus-top-12 {
    transform: translateY(calc(-100% / 12));
  }
  .tbx-md-transform-translate-minus-top-13 {
    transform: translateY(calc(-100% / 13));
  }
  .tbx-md-transform-translate-minus-top-14 {
    transform: translateY(calc(-100% / 14));
  }
  .tbx-md-transform-translate-minus-top-15 {
    transform: translateY(calc(-100% / 15));
  }
  .tbx-md-transform-translate-minus-top-16 {
    transform: translateY(calc(-100% / 16));
  }
  .tbx-md-transform-translate-minus-top-17 {
    transform: translateY(calc(-100% / 17));
  }
  .tbx-md-transform-translate-minus-top-18 {
    transform: translateY(calc(-100% / 18));
  }
  .tbx-md-transform-translate-minus-top-19 {
    transform: translateY(calc(-100% / 19));
  }
  .tbx-md-transform-translate-minus-top-20 {
    transform: translateY(calc(-100% / 20));
  }
  .tbx-md-transform-translate-minus-top-21 {
    transform: translateY(calc(-100% / 21));
  }
  .tbx-md-transform-translate-minus-top-22 {
    transform: translateY(calc(-100% / 22));
  }
  .tbx-md-transform-translate-minus-top-23 {
    transform: translateY(calc(-100% / 23));
  }
  .tbx-md-transform-translate-minus-top-24 {
    transform: translateY(calc(-100% / 24));
  }
  .tbx-md-transform-translate-minus-top-25 {
    transform: translateY(calc(-100% / 25));
  }
  .tbx-md-transform-translate-minus-top-26 {
    transform: translateY(calc(-100% / 26));
  }
  .tbx-md-transform-translate-minus-top-27 {
    transform: translateY(calc(-100% / 27));
  }
  .tbx-md-transform-translate-minus-top-28 {
    transform: translateY(calc(-100% / 28));
  }
  .tbx-md-transform-translate-minus-top-29 {
    transform: translateY(calc(-100% / 29));
  }
  .tbx-md-transform-translate-minus-top-30 {
    transform: translateY(calc(-100% / 30));
  }
  .tbx-md-transform-translate-minus-top-31 {
    transform: translateY(calc(-100% / 31));
  }
  .tbx-md-transform-translate-minus-top-32 {
    transform: translateY(calc(-100% / 32));
  }
  .tbx-md-transform-translate-minus-top-33 {
    transform: translateY(calc(-100% / 33));
  }
  .tbx-md-transform-translate-minus-top-34 {
    transform: translateY(calc(-100% / 34));
  }
  .tbx-md-transform-translate-minus-top-35 {
    transform: translateY(calc(-100% / 35));
  }
  .tbx-md-transform-translate-minus-top-36 {
    transform: translateY(calc(-100% / 36));
  }
  .tbx-md-transform-translate-minus-top-37 {
    transform: translateY(calc(-100% / 37));
  }
  .tbx-md-transform-translate-minus-top-38 {
    transform: translateY(calc(-100% / 38));
  }
  .tbx-md-transform-translate-minus-top-39 {
    transform: translateY(calc(-100% / 39));
  }
  .tbx-md-transform-translate-minus-top-40 {
    transform: translateY(calc(-100% / 40));
  }
  .tbx-md-transform-translate-minus-top-41 {
    transform: translateY(calc(-100% / 41));
  }
  .tbx-md-transform-translate-minus-top-42 {
    transform: translateY(calc(-100% / 42));
  }
  .tbx-md-transform-translate-minus-top-43 {
    transform: translateY(calc(-100% / 43));
  }
  .tbx-md-transform-translate-minus-top-44 {
    transform: translateY(calc(-100% / 44));
  }
  .tbx-md-transform-translate-minus-top-45 {
    transform: translateY(calc(-100% / 45));
  }
  .tbx-md-transform-translate-minus-top-46 {
    transform: translateY(calc(-100% / 46));
  }
  .tbx-md-transform-translate-minus-top-47 {
    transform: translateY(calc(-100% / 47));
  }
  .tbx-md-transform-translate-minus-top-48 {
    transform: translateY(calc(-100% / 48));
  }
  .tbx-md-transform-translate-minus-top-49 {
    transform: translateY(calc(-100% / 49));
  }
  .tbx-md-transform-translate-minus-top-50 {
    transform: translateY(calc(-100% / 50));
  }
  .tbx-md-transform-translate-minus-top-51 {
    transform: translateY(calc(-100% / 51));
  }
  .tbx-md-transform-translate-minus-top-52 {
    transform: translateY(calc(-100% / 52));
  }
  .tbx-md-transform-translate-minus-top-53 {
    transform: translateY(calc(-100% / 53));
  }
  .tbx-md-transform-translate-minus-top-54 {
    transform: translateY(calc(-100% / 54));
  }
  .tbx-md-transform-translate-minus-top-55 {
    transform: translateY(calc(-100% / 55));
  }
  .tbx-md-transform-translate-minus-top-56 {
    transform: translateY(calc(-100% / 56));
  }
  .tbx-md-transform-translate-minus-top-57 {
    transform: translateY(calc(-100% / 57));
  }
  .tbx-md-transform-translate-minus-top-58 {
    transform: translateY(calc(-100% / 58));
  }
  .tbx-md-transform-translate-minus-top-59 {
    transform: translateY(calc(-100% / 59));
  }
  .tbx-md-transform-translate-minus-top-60 {
    transform: translateY(calc(-100% / 60));
  }
  .tbx-md-transform-translate-minus-top-61 {
    transform: translateY(calc(-100% / 61));
  }
  .tbx-md-transform-translate-minus-top-62 {
    transform: translateY(calc(-100% / 62));
  }
  .tbx-md-transform-translate-minus-top-63 {
    transform: translateY(calc(-100% / 63));
  }
  .tbx-md-transform-translate-minus-top-64 {
    transform: translateY(calc(-100% / 64));
  }
  .tbx-md-transform-translate-minus-top-65 {
    transform: translateY(calc(-100% / 65));
  }
  .tbx-md-transform-translate-minus-top-66 {
    transform: translateY(calc(-100% / 66));
  }
  .tbx-md-transform-translate-minus-top-67 {
    transform: translateY(calc(-100% / 67));
  }
  .tbx-md-transform-translate-minus-top-68 {
    transform: translateY(calc(-100% / 68));
  }
  .tbx-md-transform-translate-minus-top-69 {
    transform: translateY(calc(-100% / 69));
  }
  .tbx-md-transform-translate-minus-top-70 {
    transform: translateY(calc(-100% / 70));
  }
  .tbx-md-transform-translate-minus-top-71 {
    transform: translateY(calc(-100% / 71));
  }
  .tbx-md-transform-translate-minus-top-72 {
    transform: translateY(calc(-100% / 72));
  }
  .tbx-md-transform-translate-minus-top-73 {
    transform: translateY(calc(-100% / 73));
  }
  .tbx-md-transform-translate-minus-top-74 {
    transform: translateY(calc(-100% / 74));
  }
  .tbx-md-transform-translate-minus-top-75 {
    transform: translateY(calc(-100% / 75));
  }
  .tbx-md-transform-translate-minus-top-76 {
    transform: translateY(calc(-100% / 76));
  }
  .tbx-md-transform-translate-minus-top-77 {
    transform: translateY(calc(-100% / 77));
  }
  .tbx-md-transform-translate-minus-top-78 {
    transform: translateY(calc(-100% / 78));
  }
  .tbx-md-transform-translate-minus-top-79 {
    transform: translateY(calc(-100% / 79));
  }
  .tbx-md-transform-translate-minus-top-80 {
    transform: translateY(calc(-100% / 80));
  }
  .tbx-md-transform-translate-minus-top-81 {
    transform: translateY(calc(-100% / 81));
  }
  .tbx-md-transform-translate-minus-top-82 {
    transform: translateY(calc(-100% / 82));
  }
  .tbx-md-transform-translate-minus-top-83 {
    transform: translateY(calc(-100% / 83));
  }
  .tbx-md-transform-translate-minus-top-84 {
    transform: translateY(calc(-100% / 84));
  }
  .tbx-md-transform-translate-minus-top-85 {
    transform: translateY(calc(-100% / 85));
  }
  .tbx-md-transform-translate-minus-top-86 {
    transform: translateY(calc(-100% / 86));
  }
  .tbx-md-transform-translate-minus-top-87 {
    transform: translateY(calc(-100% / 87));
  }
  .tbx-md-transform-translate-minus-top-88 {
    transform: translateY(calc(-100% / 88));
  }
  .tbx-md-transform-translate-minus-top-89 {
    transform: translateY(calc(-100% / 89));
  }
  .tbx-md-transform-translate-minus-top-90 {
    transform: translateY(calc(-100% / 90));
  }
  .tbx-md-transform-translate-minus-top-91 {
    transform: translateY(calc(-100% / 91));
  }
  .tbx-md-transform-translate-minus-top-92 {
    transform: translateY(calc(-100% / 92));
  }
  .tbx-md-transform-translate-minus-top-93 {
    transform: translateY(calc(-100% / 93));
  }
  .tbx-md-transform-translate-minus-top-94 {
    transform: translateY(calc(-100% / 94));
  }
  .tbx-md-transform-translate-minus-top-95 {
    transform: translateY(calc(-100% / 95));
  }
  .tbx-md-transform-translate-minus-top-96 {
    transform: translateY(calc(-100% / 96));
  }
  .tbx-md-transform-translate-minus-top-97 {
    transform: translateY(calc(-100% / 97));
  }
  .tbx-md-transform-translate-minus-top-98 {
    transform: translateY(calc(-100% / 98));
  }
  .tbx-md-transform-translate-minus-top-99 {
    transform: translateY(calc(-100% / 99));
  }
  .tbx-md-transform-translate-minus-top-100 {
    transform: translateY(calc(-100% / 100));
  }
  .tbx-md-col-count-1-minus-margin-5 {
    width: calc((100% / 1) - 5px);
  }
  .tbx-md-col-count-1-minus-margin-10 {
    width: calc((100% / 1) - 10px);
  }
  .tbx-md-col-count-1-minus-margin-15 {
    width: calc((100% / 1) - 15px);
  }
  .tbx-md-col-count-1-minus-margin-20 {
    width: calc((100% / 1) - 20px);
  }
  .tbx-md-col-count-1-minus-margin-25 {
    width: calc((100% / 1) - 25px);
  }
  .tbx-md-col-count-1-minus-margin-30 {
    width: calc((100% / 1) - 30px);
  }
  .tbx-md-col-count-1-minus-margin-35 {
    width: calc((100% / 1) - 35px);
  }
  .tbx-md-col-count-1-minus-margin-40 {
    width: calc((100% / 1) - 40px);
  }
  .tbx-md-col-count-1-minus-margin-45 {
    width: calc((100% / 1) - 45px);
  }
  .tbx-md-col-count-1-minus-margin-50 {
    width: calc((100% / 1) - 50px);
  }
  .tbx-md-col-count-1-minus-margin-55 {
    width: calc((100% / 1) - 55px);
  }
  .tbx-md-col-count-1-minus-margin-60 {
    width: calc((100% / 1) - 60px);
  }
  .tbx-md-col-count-2-minus-margin-5 {
    width: calc((100% / 2) - 5px);
  }
  .tbx-md-col-count-2-minus-margin-10 {
    width: calc((100% / 2) - 10px);
  }
  .tbx-md-col-count-2-minus-margin-15 {
    width: calc((100% / 2) - 15px);
  }
  .tbx-md-col-count-2-minus-margin-20 {
    width: calc((100% / 2) - 20px);
  }
  .tbx-md-col-count-2-minus-margin-25 {
    width: calc((100% / 2) - 25px);
  }
  .tbx-md-col-count-2-minus-margin-30 {
    width: calc((100% / 2) - 30px);
  }
  .tbx-md-col-count-2-minus-margin-35 {
    width: calc((100% / 2) - 35px);
  }
  .tbx-md-col-count-2-minus-margin-40 {
    width: calc((100% / 2) - 40px);
  }
  .tbx-md-col-count-2-minus-margin-45 {
    width: calc((100% / 2) - 45px);
  }
  .tbx-md-col-count-2-minus-margin-50 {
    width: calc((100% / 2) - 50px);
  }
  .tbx-md-col-count-2-minus-margin-55 {
    width: calc((100% / 2) - 55px);
  }
  .tbx-md-col-count-2-minus-margin-60 {
    width: calc((100% / 2) - 60px);
  }
  .tbx-md-col-count-3-minus-margin-5 {
    width: calc((100% / 3) - 5px);
  }
  .tbx-md-col-count-3-minus-margin-10 {
    width: calc((100% / 3) - 10px);
  }
  .tbx-md-col-count-3-minus-margin-15 {
    width: calc((100% / 3) - 15px);
  }
  .tbx-md-col-count-3-minus-margin-20 {
    width: calc((100% / 3) - 20px);
  }
  .tbx-md-col-count-3-minus-margin-25 {
    width: calc((100% / 3) - 25px);
  }
  .tbx-md-col-count-3-minus-margin-30 {
    width: calc((100% / 3) - 30px);
  }
  .tbx-md-col-count-3-minus-margin-35 {
    width: calc((100% / 3) - 35px);
  }
  .tbx-md-col-count-3-minus-margin-40 {
    width: calc((100% / 3) - 40px);
  }
  .tbx-md-col-count-3-minus-margin-45 {
    width: calc((100% / 3) - 45px);
  }
  .tbx-md-col-count-3-minus-margin-50 {
    width: calc((100% / 3) - 50px);
  }
  .tbx-md-col-count-3-minus-margin-55 {
    width: calc((100% / 3) - 55px);
  }
  .tbx-md-col-count-3-minus-margin-60 {
    width: calc((100% / 3) - 60px);
  }
  .tbx-md-col-count-4-minus-margin-5 {
    width: calc((100% / 4) - 5px);
  }
  .tbx-md-col-count-4-minus-margin-10 {
    width: calc((100% / 4) - 10px);
  }
  .tbx-md-col-count-4-minus-margin-15 {
    width: calc((100% / 4) - 15px);
  }
  .tbx-md-col-count-4-minus-margin-20 {
    width: calc((100% / 4) - 20px);
  }
  .tbx-md-col-count-4-minus-margin-25 {
    width: calc((100% / 4) - 25px);
  }
  .tbx-md-col-count-4-minus-margin-30 {
    width: calc((100% / 4) - 30px);
  }
  .tbx-md-col-count-4-minus-margin-35 {
    width: calc((100% / 4) - 35px);
  }
  .tbx-md-col-count-4-minus-margin-40 {
    width: calc((100% / 4) - 40px);
  }
  .tbx-md-col-count-4-minus-margin-45 {
    width: calc((100% / 4) - 45px);
  }
  .tbx-md-col-count-4-minus-margin-50 {
    width: calc((100% / 4) - 50px);
  }
  .tbx-md-col-count-4-minus-margin-55 {
    width: calc((100% / 4) - 55px);
  }
  .tbx-md-col-count-4-minus-margin-60 {
    width: calc((100% / 4) - 60px);
  }
  .tbx-md-col-count-5-minus-margin-5 {
    width: calc((100% / 5) - 5px);
  }
  .tbx-md-col-count-5-minus-margin-10 {
    width: calc((100% / 5) - 10px);
  }
  .tbx-md-col-count-5-minus-margin-15 {
    width: calc((100% / 5) - 15px);
  }
  .tbx-md-col-count-5-minus-margin-20 {
    width: calc((100% / 5) - 20px);
  }
  .tbx-md-col-count-5-minus-margin-25 {
    width: calc((100% / 5) - 25px);
  }
  .tbx-md-col-count-5-minus-margin-30 {
    width: calc((100% / 5) - 30px);
  }
  .tbx-md-col-count-5-minus-margin-35 {
    width: calc((100% / 5) - 35px);
  }
  .tbx-md-col-count-5-minus-margin-40 {
    width: calc((100% / 5) - 40px);
  }
  .tbx-md-col-count-5-minus-margin-45 {
    width: calc((100% / 5) - 45px);
  }
  .tbx-md-col-count-5-minus-margin-50 {
    width: calc((100% / 5) - 50px);
  }
  .tbx-md-col-count-5-minus-margin-55 {
    width: calc((100% / 5) - 55px);
  }
  .tbx-md-col-count-5-minus-margin-60 {
    width: calc((100% / 5) - 60px);
  }
  .tbx-md-col-count-6-minus-margin-5 {
    width: calc((100% / 6) - 5px);
  }
  .tbx-md-col-count-6-minus-margin-10 {
    width: calc((100% / 6) - 10px);
  }
  .tbx-md-col-count-6-minus-margin-15 {
    width: calc((100% / 6) - 15px);
  }
  .tbx-md-col-count-6-minus-margin-20 {
    width: calc((100% / 6) - 20px);
  }
  .tbx-md-col-count-6-minus-margin-25 {
    width: calc((100% / 6) - 25px);
  }
  .tbx-md-col-count-6-minus-margin-30 {
    width: calc((100% / 6) - 30px);
  }
  .tbx-md-col-count-6-minus-margin-35 {
    width: calc((100% / 6) - 35px);
  }
  .tbx-md-col-count-6-minus-margin-40 {
    width: calc((100% / 6) - 40px);
  }
  .tbx-md-col-count-6-minus-margin-45 {
    width: calc((100% / 6) - 45px);
  }
  .tbx-md-col-count-6-minus-margin-50 {
    width: calc((100% / 6) - 50px);
  }
  .tbx-md-col-count-6-minus-margin-55 {
    width: calc((100% / 6) - 55px);
  }
  .tbx-md-col-count-6-minus-margin-60 {
    width: calc((100% / 6) - 60px);
  }
  .tbx-md-col-count-7-minus-margin-5 {
    width: calc((100% / 7) - 5px);
  }
  .tbx-md-col-count-7-minus-margin-10 {
    width: calc((100% / 7) - 10px);
  }
  .tbx-md-col-count-7-minus-margin-15 {
    width: calc((100% / 7) - 15px);
  }
  .tbx-md-col-count-7-minus-margin-20 {
    width: calc((100% / 7) - 20px);
  }
  .tbx-md-col-count-7-minus-margin-25 {
    width: calc((100% / 7) - 25px);
  }
  .tbx-md-col-count-7-minus-margin-30 {
    width: calc((100% / 7) - 30px);
  }
  .tbx-md-col-count-7-minus-margin-35 {
    width: calc((100% / 7) - 35px);
  }
  .tbx-md-col-count-7-minus-margin-40 {
    width: calc((100% / 7) - 40px);
  }
  .tbx-md-col-count-7-minus-margin-45 {
    width: calc((100% / 7) - 45px);
  }
  .tbx-md-col-count-7-minus-margin-50 {
    width: calc((100% / 7) - 50px);
  }
  .tbx-md-col-count-7-minus-margin-55 {
    width: calc((100% / 7) - 55px);
  }
  .tbx-md-col-count-7-minus-margin-60 {
    width: calc((100% / 7) - 60px);
  }
  .tbx-md-col-count-8-minus-margin-5 {
    width: calc((100% / 8) - 5px);
  }
  .tbx-md-col-count-8-minus-margin-10 {
    width: calc((100% / 8) - 10px);
  }
  .tbx-md-col-count-8-minus-margin-15 {
    width: calc((100% / 8) - 15px);
  }
  .tbx-md-col-count-8-minus-margin-20 {
    width: calc((100% / 8) - 20px);
  }
  .tbx-md-col-count-8-minus-margin-25 {
    width: calc((100% / 8) - 25px);
  }
  .tbx-md-col-count-8-minus-margin-30 {
    width: calc((100% / 8) - 30px);
  }
  .tbx-md-col-count-8-minus-margin-35 {
    width: calc((100% / 8) - 35px);
  }
  .tbx-md-col-count-8-minus-margin-40 {
    width: calc((100% / 8) - 40px);
  }
  .tbx-md-col-count-8-minus-margin-45 {
    width: calc((100% / 8) - 45px);
  }
  .tbx-md-col-count-8-minus-margin-50 {
    width: calc((100% / 8) - 50px);
  }
  .tbx-md-col-count-8-minus-margin-55 {
    width: calc((100% / 8) - 55px);
  }
  .tbx-md-col-count-8-minus-margin-60 {
    width: calc((100% / 8) - 60px);
  }
  .tbx-md-col-count-9-minus-margin-5 {
    width: calc((100% / 9) - 5px);
  }
  .tbx-md-col-count-9-minus-margin-10 {
    width: calc((100% / 9) - 10px);
  }
  .tbx-md-col-count-9-minus-margin-15 {
    width: calc((100% / 9) - 15px);
  }
  .tbx-md-col-count-9-minus-margin-20 {
    width: calc((100% / 9) - 20px);
  }
  .tbx-md-col-count-9-minus-margin-25 {
    width: calc((100% / 9) - 25px);
  }
  .tbx-md-col-count-9-minus-margin-30 {
    width: calc((100% / 9) - 30px);
  }
  .tbx-md-col-count-9-minus-margin-35 {
    width: calc((100% / 9) - 35px);
  }
  .tbx-md-col-count-9-minus-margin-40 {
    width: calc((100% / 9) - 40px);
  }
  .tbx-md-col-count-9-minus-margin-45 {
    width: calc((100% / 9) - 45px);
  }
  .tbx-md-col-count-9-minus-margin-50 {
    width: calc((100% / 9) - 50px);
  }
  .tbx-md-col-count-9-minus-margin-55 {
    width: calc((100% / 9) - 55px);
  }
  .tbx-md-col-count-9-minus-margin-60 {
    width: calc((100% / 9) - 60px);
  }
  .tbx-md-col-count-10-minus-margin-5 {
    width: calc((100% / 10) - 5px);
  }
  .tbx-md-col-count-10-minus-margin-10 {
    width: calc((100% / 10) - 10px);
  }
  .tbx-md-col-count-10-minus-margin-15 {
    width: calc((100% / 10) - 15px);
  }
  .tbx-md-col-count-10-minus-margin-20 {
    width: calc((100% / 10) - 20px);
  }
  .tbx-md-col-count-10-minus-margin-25 {
    width: calc((100% / 10) - 25px);
  }
  .tbx-md-col-count-10-minus-margin-30 {
    width: calc((100% / 10) - 30px);
  }
  .tbx-md-col-count-10-minus-margin-35 {
    width: calc((100% / 10) - 35px);
  }
  .tbx-md-col-count-10-minus-margin-40 {
    width: calc((100% / 10) - 40px);
  }
  .tbx-md-col-count-10-minus-margin-45 {
    width: calc((100% / 10) - 45px);
  }
  .tbx-md-col-count-10-minus-margin-50 {
    width: calc((100% / 10) - 50px);
  }
  .tbx-md-col-count-10-minus-margin-55 {
    width: calc((100% / 10) - 55px);
  }
  .tbx-md-col-count-10-minus-margin-60 {
    width: calc((100% / 10) - 60px);
  }
  .tbx-md-col-count-11-minus-margin-5 {
    width: calc((100% / 11) - 5px);
  }
  .tbx-md-col-count-11-minus-margin-10 {
    width: calc((100% / 11) - 10px);
  }
  .tbx-md-col-count-11-minus-margin-15 {
    width: calc((100% / 11) - 15px);
  }
  .tbx-md-col-count-11-minus-margin-20 {
    width: calc((100% / 11) - 20px);
  }
  .tbx-md-col-count-11-minus-margin-25 {
    width: calc((100% / 11) - 25px);
  }
  .tbx-md-col-count-11-minus-margin-30 {
    width: calc((100% / 11) - 30px);
  }
  .tbx-md-col-count-11-minus-margin-35 {
    width: calc((100% / 11) - 35px);
  }
  .tbx-md-col-count-11-minus-margin-40 {
    width: calc((100% / 11) - 40px);
  }
  .tbx-md-col-count-11-minus-margin-45 {
    width: calc((100% / 11) - 45px);
  }
  .tbx-md-col-count-11-minus-margin-50 {
    width: calc((100% / 11) - 50px);
  }
  .tbx-md-col-count-11-minus-margin-55 {
    width: calc((100% / 11) - 55px);
  }
  .tbx-md-col-count-11-minus-margin-60 {
    width: calc((100% / 11) - 60px);
  }
  .tbx-md-col-count-12-minus-margin-5 {
    width: calc((100% / 12) - 5px);
  }
  .tbx-md-col-count-12-minus-margin-10 {
    width: calc((100% / 12) - 10px);
  }
  .tbx-md-col-count-12-minus-margin-15 {
    width: calc((100% / 12) - 15px);
  }
  .tbx-md-col-count-12-minus-margin-20 {
    width: calc((100% / 12) - 20px);
  }
  .tbx-md-col-count-12-minus-margin-25 {
    width: calc((100% / 12) - 25px);
  }
  .tbx-md-col-count-12-minus-margin-30 {
    width: calc((100% / 12) - 30px);
  }
  .tbx-md-col-count-12-minus-margin-35 {
    width: calc((100% / 12) - 35px);
  }
  .tbx-md-col-count-12-minus-margin-40 {
    width: calc((100% / 12) - 40px);
  }
  .tbx-md-col-count-12-minus-margin-45 {
    width: calc((100% / 12) - 45px);
  }
  .tbx-md-col-count-12-minus-margin-50 {
    width: calc((100% / 12) - 50px);
  }
  .tbx-md-col-count-12-minus-margin-55 {
    width: calc((100% / 12) - 55px);
  }
  .tbx-md-col-count-12-minus-margin-60 {
    width: calc((100% / 12) - 60px);
  }
  .tbx-md-border-radius-1 {
    border-radius: 1px 1px 1px 1px;
  }
  .tbx-md-border-radius-2 {
    border-radius: 2px 2px 2px 2px;
  }
  .tbx-md-border-radius-3 {
    border-radius: 3px 3px 3px 3px;
  }
  .tbx-md-border-radius-4 {
    border-radius: 4px 4px 4px 4px;
  }
  .tbx-md-border-radius-5 {
    border-radius: 5px 5px 5px 5px;
  }
  .tbx-md-border-radius-6 {
    border-radius: 6px 6px 6px 6px;
  }
  .tbx-md-border-radius-7 {
    border-radius: 7px 7px 7px 7px;
  }
  .tbx-md-border-radius-8 {
    border-radius: 8px 8px 8px 8px;
  }
  .tbx-md-border-radius-9 {
    border-radius: 9px 9px 9px 9px;
  }
  .tbx-md-border-radius-10 {
    border-radius: 10px 10px 10px 10px;
  }
  .tbx-md-border-radius-11 {
    border-radius: 11px 11px 11px 11px;
  }
  .tbx-md-border-radius-12 {
    border-radius: 12px 12px 12px 12px;
  }
  .tbx-md-border-radius-13 {
    border-radius: 13px 13px 13px 13px;
  }
  .tbx-md-border-radius-14 {
    border-radius: 14px 14px 14px 14px;
  }
  .tbx-md-border-radius-15 {
    border-radius: 15px 15px 15px 15px;
  }
  .tbx-md-border-radius-16 {
    border-radius: 16px 16px 16px 16px;
  }
  .tbx-md-border-radius-17 {
    border-radius: 17px 17px 17px 17px;
  }
  .tbx-md-border-radius-18 {
    border-radius: 18px 18px 18px 18px;
  }
  .tbx-md-border-radius-19 {
    border-radius: 19px 19px 19px 19px;
  }
  .tbx-md-border-radius-20 {
    border-radius: 20px 20px 20px 20px;
  }
  .tbx-md-border-radius-21 {
    border-radius: 21px 21px 21px 21px;
  }
  .tbx-md-border-radius-22 {
    border-radius: 22px 22px 22px 22px;
  }
  .tbx-md-border-radius-23 {
    border-radius: 23px 23px 23px 23px;
  }
  .tbx-md-border-radius-24 {
    border-radius: 24px 24px 24px 24px;
  }
  .tbx-md-border-radius-25 {
    border-radius: 25px 25px 25px 25px;
  }
  .tbx-md-border-radius-26 {
    border-radius: 26px 26px 26px 26px;
  }
  .tbx-md-border-radius-27 {
    border-radius: 27px 27px 27px 27px;
  }
  .tbx-md-border-radius-28 {
    border-radius: 28px 28px 28px 28px;
  }
  .tbx-md-border-radius-29 {
    border-radius: 29px 29px 29px 29px;
  }
  .tbx-md-border-radius-30 {
    border-radius: 30px 30px 30px 30px;
  }
  .tbx-md-border-radius-31 {
    border-radius: 31px 31px 31px 31px;
  }
  .tbx-md-border-radius-32 {
    border-radius: 32px 32px 32px 32px;
  }
  .tbx-md-border-radius-33 {
    border-radius: 33px 33px 33px 33px;
  }
  .tbx-md-border-radius-34 {
    border-radius: 34px 34px 34px 34px;
  }
  .tbx-md-border-radius-35 {
    border-radius: 35px 35px 35px 35px;
  }
  .tbx-md-border-radius-36 {
    border-radius: 36px 36px 36px 36px;
  }
  .tbx-md-border-radius-37 {
    border-radius: 37px 37px 37px 37px;
  }
  .tbx-md-border-radius-38 {
    border-radius: 38px 38px 38px 38px;
  }
  .tbx-md-border-radius-39 {
    border-radius: 39px 39px 39px 39px;
  }
  .tbx-md-border-radius-40 {
    border-radius: 40px 40px 40px 40px;
  }
  .tbx-md-border-radius-41 {
    border-radius: 41px 41px 41px 41px;
  }
  .tbx-md-border-radius-42 {
    border-radius: 42px 42px 42px 42px;
  }
  .tbx-md-border-radius-43 {
    border-radius: 43px 43px 43px 43px;
  }
  .tbx-md-border-radius-44 {
    border-radius: 44px 44px 44px 44px;
  }
  .tbx-md-border-radius-45 {
    border-radius: 45px 45px 45px 45px;
  }
  .tbx-md-border-radius-46 {
    border-radius: 46px 46px 46px 46px;
  }
  .tbx-md-border-radius-47 {
    border-radius: 47px 47px 47px 47px;
  }
  .tbx-md-border-radius-48 {
    border-radius: 48px 48px 48px 48px;
  }
  .tbx-md-border-radius-49 {
    border-radius: 49px 49px 49px 49px;
  }
  .tbx-md-border-radius-50 {
    border-radius: 50px 50px 50px 50px;
  }
  .tbx-md-border-radius-51 {
    border-radius: 51px 51px 51px 51px;
  }
  .tbx-md-border-radius-52 {
    border-radius: 52px 52px 52px 52px;
  }
  .tbx-md-border-radius-53 {
    border-radius: 53px 53px 53px 53px;
  }
  .tbx-md-border-radius-54 {
    border-radius: 54px 54px 54px 54px;
  }
  .tbx-md-border-radius-55 {
    border-radius: 55px 55px 55px 55px;
  }
  .tbx-md-border-radius-56 {
    border-radius: 56px 56px 56px 56px;
  }
  .tbx-md-border-radius-57 {
    border-radius: 57px 57px 57px 57px;
  }
  .tbx-md-border-radius-58 {
    border-radius: 58px 58px 58px 58px;
  }
  .tbx-md-border-radius-59 {
    border-radius: 59px 59px 59px 59px;
  }
  .tbx-md-border-radius-60 {
    border-radius: 60px 60px 60px 60px;
  }
  .tbx-md-border-radius-61 {
    border-radius: 61px 61px 61px 61px;
  }
  .tbx-md-border-radius-62 {
    border-radius: 62px 62px 62px 62px;
  }
  .tbx-md-border-radius-63 {
    border-radius: 63px 63px 63px 63px;
  }
  .tbx-md-border-radius-64 {
    border-radius: 64px 64px 64px 64px;
  }
  .tbx-md-border-radius-65 {
    border-radius: 65px 65px 65px 65px;
  }
  .tbx-md-border-radius-66 {
    border-radius: 66px 66px 66px 66px;
  }
  .tbx-md-border-radius-67 {
    border-radius: 67px 67px 67px 67px;
  }
  .tbx-md-border-radius-68 {
    border-radius: 68px 68px 68px 68px;
  }
  .tbx-md-border-radius-69 {
    border-radius: 69px 69px 69px 69px;
  }
  .tbx-md-border-radius-70 {
    border-radius: 70px 70px 70px 70px;
  }
  .tbx-md-border-radius-71 {
    border-radius: 71px 71px 71px 71px;
  }
  .tbx-md-border-radius-72 {
    border-radius: 72px 72px 72px 72px;
  }
  .tbx-md-border-radius-73 {
    border-radius: 73px 73px 73px 73px;
  }
  .tbx-md-border-radius-74 {
    border-radius: 74px 74px 74px 74px;
  }
  .tbx-md-border-radius-75 {
    border-radius: 75px 75px 75px 75px;
  }
  .tbx-md-border-radius-76 {
    border-radius: 76px 76px 76px 76px;
  }
  .tbx-md-border-radius-77 {
    border-radius: 77px 77px 77px 77px;
  }
  .tbx-md-border-radius-78 {
    border-radius: 78px 78px 78px 78px;
  }
  .tbx-md-border-radius-79 {
    border-radius: 79px 79px 79px 79px;
  }
  .tbx-md-border-radius-80 {
    border-radius: 80px 80px 80px 80px;
  }
  .tbx-md-border-radius-81 {
    border-radius: 81px 81px 81px 81px;
  }
  .tbx-md-border-radius-82 {
    border-radius: 82px 82px 82px 82px;
  }
  .tbx-md-border-radius-83 {
    border-radius: 83px 83px 83px 83px;
  }
  .tbx-md-border-radius-84 {
    border-radius: 84px 84px 84px 84px;
  }
  .tbx-md-border-radius-85 {
    border-radius: 85px 85px 85px 85px;
  }
  .tbx-md-border-radius-86 {
    border-radius: 86px 86px 86px 86px;
  }
  .tbx-md-border-radius-87 {
    border-radius: 87px 87px 87px 87px;
  }
  .tbx-md-border-radius-88 {
    border-radius: 88px 88px 88px 88px;
  }
  .tbx-md-border-radius-89 {
    border-radius: 89px 89px 89px 89px;
  }
  .tbx-md-border-radius-90 {
    border-radius: 90px 90px 90px 90px;
  }
  .tbx-md-border-radius-91 {
    border-radius: 91px 91px 91px 91px;
  }
  .tbx-md-border-radius-92 {
    border-radius: 92px 92px 92px 92px;
  }
  .tbx-md-border-radius-93 {
    border-radius: 93px 93px 93px 93px;
  }
  .tbx-md-border-radius-94 {
    border-radius: 94px 94px 94px 94px;
  }
  .tbx-md-border-radius-95 {
    border-radius: 95px 95px 95px 95px;
  }
  .tbx-md-border-radius-96 {
    border-radius: 96px 96px 96px 96px;
  }
  .tbx-md-border-radius-97 {
    border-radius: 97px 97px 97px 97px;
  }
  .tbx-md-border-radius-98 {
    border-radius: 98px 98px 98px 98px;
  }
  .tbx-md-border-radius-99 {
    border-radius: 99px 99px 99px 99px;
  }
  .tbx-md-border-radius-100 {
    border-radius: 100px 100px 100px 100px;
  }
  .tbx-md-border-top-left-radius-1 {
    border-top-left-radius: 1px 1px;
  }
  .tbx-md-border-top-left-radius-2 {
    border-top-left-radius: 2px 2px;
  }
  .tbx-md-border-top-left-radius-3 {
    border-top-left-radius: 3px 3px;
  }
  .tbx-md-border-top-left-radius-4 {
    border-top-left-radius: 4px 4px;
  }
  .tbx-md-border-top-left-radius-5 {
    border-top-left-radius: 5px 5px;
  }
  .tbx-md-border-top-left-radius-6 {
    border-top-left-radius: 6px 6px;
  }
  .tbx-md-border-top-left-radius-7 {
    border-top-left-radius: 7px 7px;
  }
  .tbx-md-border-top-left-radius-8 {
    border-top-left-radius: 8px 8px;
  }
  .tbx-md-border-top-left-radius-9 {
    border-top-left-radius: 9px 9px;
  }
  .tbx-md-border-top-left-radius-10 {
    border-top-left-radius: 10px 10px;
  }
  .tbx-md-border-top-left-radius-11 {
    border-top-left-radius: 11px 11px;
  }
  .tbx-md-border-top-left-radius-12 {
    border-top-left-radius: 12px 12px;
  }
  .tbx-md-border-top-left-radius-13 {
    border-top-left-radius: 13px 13px;
  }
  .tbx-md-border-top-left-radius-14 {
    border-top-left-radius: 14px 14px;
  }
  .tbx-md-border-top-left-radius-15 {
    border-top-left-radius: 15px 15px;
  }
  .tbx-md-border-top-left-radius-16 {
    border-top-left-radius: 16px 16px;
  }
  .tbx-md-border-top-left-radius-17 {
    border-top-left-radius: 17px 17px;
  }
  .tbx-md-border-top-left-radius-18 {
    border-top-left-radius: 18px 18px;
  }
  .tbx-md-border-top-left-radius-19 {
    border-top-left-radius: 19px 19px;
  }
  .tbx-md-border-top-left-radius-20 {
    border-top-left-radius: 20px 20px;
  }
  .tbx-md-border-top-left-radius-21 {
    border-top-left-radius: 21px 21px;
  }
  .tbx-md-border-top-left-radius-22 {
    border-top-left-radius: 22px 22px;
  }
  .tbx-md-border-top-left-radius-23 {
    border-top-left-radius: 23px 23px;
  }
  .tbx-md-border-top-left-radius-24 {
    border-top-left-radius: 24px 24px;
  }
  .tbx-md-border-top-left-radius-25 {
    border-top-left-radius: 25px 25px;
  }
  .tbx-md-border-top-left-radius-26 {
    border-top-left-radius: 26px 26px;
  }
  .tbx-md-border-top-left-radius-27 {
    border-top-left-radius: 27px 27px;
  }
  .tbx-md-border-top-left-radius-28 {
    border-top-left-radius: 28px 28px;
  }
  .tbx-md-border-top-left-radius-29 {
    border-top-left-radius: 29px 29px;
  }
  .tbx-md-border-top-left-radius-30 {
    border-top-left-radius: 30px 30px;
  }
  .tbx-md-border-top-left-radius-31 {
    border-top-left-radius: 31px 31px;
  }
  .tbx-md-border-top-left-radius-32 {
    border-top-left-radius: 32px 32px;
  }
  .tbx-md-border-top-left-radius-33 {
    border-top-left-radius: 33px 33px;
  }
  .tbx-md-border-top-left-radius-34 {
    border-top-left-radius: 34px 34px;
  }
  .tbx-md-border-top-left-radius-35 {
    border-top-left-radius: 35px 35px;
  }
  .tbx-md-border-top-left-radius-36 {
    border-top-left-radius: 36px 36px;
  }
  .tbx-md-border-top-left-radius-37 {
    border-top-left-radius: 37px 37px;
  }
  .tbx-md-border-top-left-radius-38 {
    border-top-left-radius: 38px 38px;
  }
  .tbx-md-border-top-left-radius-39 {
    border-top-left-radius: 39px 39px;
  }
  .tbx-md-border-top-left-radius-40 {
    border-top-left-radius: 40px 40px;
  }
  .tbx-md-border-top-left-radius-41 {
    border-top-left-radius: 41px 41px;
  }
  .tbx-md-border-top-left-radius-42 {
    border-top-left-radius: 42px 42px;
  }
  .tbx-md-border-top-left-radius-43 {
    border-top-left-radius: 43px 43px;
  }
  .tbx-md-border-top-left-radius-44 {
    border-top-left-radius: 44px 44px;
  }
  .tbx-md-border-top-left-radius-45 {
    border-top-left-radius: 45px 45px;
  }
  .tbx-md-border-top-left-radius-46 {
    border-top-left-radius: 46px 46px;
  }
  .tbx-md-border-top-left-radius-47 {
    border-top-left-radius: 47px 47px;
  }
  .tbx-md-border-top-left-radius-48 {
    border-top-left-radius: 48px 48px;
  }
  .tbx-md-border-top-left-radius-49 {
    border-top-left-radius: 49px 49px;
  }
  .tbx-md-border-top-left-radius-50 {
    border-top-left-radius: 50px 50px;
  }
  .tbx-md-border-top-left-radius-51 {
    border-top-left-radius: 51px 51px;
  }
  .tbx-md-border-top-left-radius-52 {
    border-top-left-radius: 52px 52px;
  }
  .tbx-md-border-top-left-radius-53 {
    border-top-left-radius: 53px 53px;
  }
  .tbx-md-border-top-left-radius-54 {
    border-top-left-radius: 54px 54px;
  }
  .tbx-md-border-top-left-radius-55 {
    border-top-left-radius: 55px 55px;
  }
  .tbx-md-border-top-left-radius-56 {
    border-top-left-radius: 56px 56px;
  }
  .tbx-md-border-top-left-radius-57 {
    border-top-left-radius: 57px 57px;
  }
  .tbx-md-border-top-left-radius-58 {
    border-top-left-radius: 58px 58px;
  }
  .tbx-md-border-top-left-radius-59 {
    border-top-left-radius: 59px 59px;
  }
  .tbx-md-border-top-left-radius-60 {
    border-top-left-radius: 60px 60px;
  }
  .tbx-md-border-top-left-radius-61 {
    border-top-left-radius: 61px 61px;
  }
  .tbx-md-border-top-left-radius-62 {
    border-top-left-radius: 62px 62px;
  }
  .tbx-md-border-top-left-radius-63 {
    border-top-left-radius: 63px 63px;
  }
  .tbx-md-border-top-left-radius-64 {
    border-top-left-radius: 64px 64px;
  }
  .tbx-md-border-top-left-radius-65 {
    border-top-left-radius: 65px 65px;
  }
  .tbx-md-border-top-left-radius-66 {
    border-top-left-radius: 66px 66px;
  }
  .tbx-md-border-top-left-radius-67 {
    border-top-left-radius: 67px 67px;
  }
  .tbx-md-border-top-left-radius-68 {
    border-top-left-radius: 68px 68px;
  }
  .tbx-md-border-top-left-radius-69 {
    border-top-left-radius: 69px 69px;
  }
  .tbx-md-border-top-left-radius-70 {
    border-top-left-radius: 70px 70px;
  }
  .tbx-md-border-top-left-radius-71 {
    border-top-left-radius: 71px 71px;
  }
  .tbx-md-border-top-left-radius-72 {
    border-top-left-radius: 72px 72px;
  }
  .tbx-md-border-top-left-radius-73 {
    border-top-left-radius: 73px 73px;
  }
  .tbx-md-border-top-left-radius-74 {
    border-top-left-radius: 74px 74px;
  }
  .tbx-md-border-top-left-radius-75 {
    border-top-left-radius: 75px 75px;
  }
  .tbx-md-border-top-left-radius-76 {
    border-top-left-radius: 76px 76px;
  }
  .tbx-md-border-top-left-radius-77 {
    border-top-left-radius: 77px 77px;
  }
  .tbx-md-border-top-left-radius-78 {
    border-top-left-radius: 78px 78px;
  }
  .tbx-md-border-top-left-radius-79 {
    border-top-left-radius: 79px 79px;
  }
  .tbx-md-border-top-left-radius-80 {
    border-top-left-radius: 80px 80px;
  }
  .tbx-md-border-top-left-radius-81 {
    border-top-left-radius: 81px 81px;
  }
  .tbx-md-border-top-left-radius-82 {
    border-top-left-radius: 82px 82px;
  }
  .tbx-md-border-top-left-radius-83 {
    border-top-left-radius: 83px 83px;
  }
  .tbx-md-border-top-left-radius-84 {
    border-top-left-radius: 84px 84px;
  }
  .tbx-md-border-top-left-radius-85 {
    border-top-left-radius: 85px 85px;
  }
  .tbx-md-border-top-left-radius-86 {
    border-top-left-radius: 86px 86px;
  }
  .tbx-md-border-top-left-radius-87 {
    border-top-left-radius: 87px 87px;
  }
  .tbx-md-border-top-left-radius-88 {
    border-top-left-radius: 88px 88px;
  }
  .tbx-md-border-top-left-radius-89 {
    border-top-left-radius: 89px 89px;
  }
  .tbx-md-border-top-left-radius-90 {
    border-top-left-radius: 90px 90px;
  }
  .tbx-md-border-top-left-radius-91 {
    border-top-left-radius: 91px 91px;
  }
  .tbx-md-border-top-left-radius-92 {
    border-top-left-radius: 92px 92px;
  }
  .tbx-md-border-top-left-radius-93 {
    border-top-left-radius: 93px 93px;
  }
  .tbx-md-border-top-left-radius-94 {
    border-top-left-radius: 94px 94px;
  }
  .tbx-md-border-top-left-radius-95 {
    border-top-left-radius: 95px 95px;
  }
  .tbx-md-border-top-left-radius-96 {
    border-top-left-radius: 96px 96px;
  }
  .tbx-md-border-top-left-radius-97 {
    border-top-left-radius: 97px 97px;
  }
  .tbx-md-border-top-left-radius-98 {
    border-top-left-radius: 98px 98px;
  }
  .tbx-md-border-top-left-radius-99 {
    border-top-left-radius: 99px 99px;
  }
  .tbx-md-border-top-left-radius-100 {
    border-top-left-radius: 100px 100px;
  }
  .tbx-md-border-top-right-radius-1 {
    border-top-right-radius: 1px 1px;
  }
  .tbx-md-border-top-right-radius-2 {
    border-top-right-radius: 2px 2px;
  }
  .tbx-md-border-top-right-radius-3 {
    border-top-right-radius: 3px 3px;
  }
  .tbx-md-border-top-right-radius-4 {
    border-top-right-radius: 4px 4px;
  }
  .tbx-md-border-top-right-radius-5 {
    border-top-right-radius: 5px 5px;
  }
  .tbx-md-border-top-right-radius-6 {
    border-top-right-radius: 6px 6px;
  }
  .tbx-md-border-top-right-radius-7 {
    border-top-right-radius: 7px 7px;
  }
  .tbx-md-border-top-right-radius-8 {
    border-top-right-radius: 8px 8px;
  }
  .tbx-md-border-top-right-radius-9 {
    border-top-right-radius: 9px 9px;
  }
  .tbx-md-border-top-right-radius-10 {
    border-top-right-radius: 10px 10px;
  }
  .tbx-md-border-top-right-radius-11 {
    border-top-right-radius: 11px 11px;
  }
  .tbx-md-border-top-right-radius-12 {
    border-top-right-radius: 12px 12px;
  }
  .tbx-md-border-top-right-radius-13 {
    border-top-right-radius: 13px 13px;
  }
  .tbx-md-border-top-right-radius-14 {
    border-top-right-radius: 14px 14px;
  }
  .tbx-md-border-top-right-radius-15 {
    border-top-right-radius: 15px 15px;
  }
  .tbx-md-border-top-right-radius-16 {
    border-top-right-radius: 16px 16px;
  }
  .tbx-md-border-top-right-radius-17 {
    border-top-right-radius: 17px 17px;
  }
  .tbx-md-border-top-right-radius-18 {
    border-top-right-radius: 18px 18px;
  }
  .tbx-md-border-top-right-radius-19 {
    border-top-right-radius: 19px 19px;
  }
  .tbx-md-border-top-right-radius-20 {
    border-top-right-radius: 20px 20px;
  }
  .tbx-md-border-top-right-radius-21 {
    border-top-right-radius: 21px 21px;
  }
  .tbx-md-border-top-right-radius-22 {
    border-top-right-radius: 22px 22px;
  }
  .tbx-md-border-top-right-radius-23 {
    border-top-right-radius: 23px 23px;
  }
  .tbx-md-border-top-right-radius-24 {
    border-top-right-radius: 24px 24px;
  }
  .tbx-md-border-top-right-radius-25 {
    border-top-right-radius: 25px 25px;
  }
  .tbx-md-border-top-right-radius-26 {
    border-top-right-radius: 26px 26px;
  }
  .tbx-md-border-top-right-radius-27 {
    border-top-right-radius: 27px 27px;
  }
  .tbx-md-border-top-right-radius-28 {
    border-top-right-radius: 28px 28px;
  }
  .tbx-md-border-top-right-radius-29 {
    border-top-right-radius: 29px 29px;
  }
  .tbx-md-border-top-right-radius-30 {
    border-top-right-radius: 30px 30px;
  }
  .tbx-md-border-top-right-radius-31 {
    border-top-right-radius: 31px 31px;
  }
  .tbx-md-border-top-right-radius-32 {
    border-top-right-radius: 32px 32px;
  }
  .tbx-md-border-top-right-radius-33 {
    border-top-right-radius: 33px 33px;
  }
  .tbx-md-border-top-right-radius-34 {
    border-top-right-radius: 34px 34px;
  }
  .tbx-md-border-top-right-radius-35 {
    border-top-right-radius: 35px 35px;
  }
  .tbx-md-border-top-right-radius-36 {
    border-top-right-radius: 36px 36px;
  }
  .tbx-md-border-top-right-radius-37 {
    border-top-right-radius: 37px 37px;
  }
  .tbx-md-border-top-right-radius-38 {
    border-top-right-radius: 38px 38px;
  }
  .tbx-md-border-top-right-radius-39 {
    border-top-right-radius: 39px 39px;
  }
  .tbx-md-border-top-right-radius-40 {
    border-top-right-radius: 40px 40px;
  }
  .tbx-md-border-top-right-radius-41 {
    border-top-right-radius: 41px 41px;
  }
  .tbx-md-border-top-right-radius-42 {
    border-top-right-radius: 42px 42px;
  }
  .tbx-md-border-top-right-radius-43 {
    border-top-right-radius: 43px 43px;
  }
  .tbx-md-border-top-right-radius-44 {
    border-top-right-radius: 44px 44px;
  }
  .tbx-md-border-top-right-radius-45 {
    border-top-right-radius: 45px 45px;
  }
  .tbx-md-border-top-right-radius-46 {
    border-top-right-radius: 46px 46px;
  }
  .tbx-md-border-top-right-radius-47 {
    border-top-right-radius: 47px 47px;
  }
  .tbx-md-border-top-right-radius-48 {
    border-top-right-radius: 48px 48px;
  }
  .tbx-md-border-top-right-radius-49 {
    border-top-right-radius: 49px 49px;
  }
  .tbx-md-border-top-right-radius-50 {
    border-top-right-radius: 50px 50px;
  }
  .tbx-md-border-top-right-radius-51 {
    border-top-right-radius: 51px 51px;
  }
  .tbx-md-border-top-right-radius-52 {
    border-top-right-radius: 52px 52px;
  }
  .tbx-md-border-top-right-radius-53 {
    border-top-right-radius: 53px 53px;
  }
  .tbx-md-border-top-right-radius-54 {
    border-top-right-radius: 54px 54px;
  }
  .tbx-md-border-top-right-radius-55 {
    border-top-right-radius: 55px 55px;
  }
  .tbx-md-border-top-right-radius-56 {
    border-top-right-radius: 56px 56px;
  }
  .tbx-md-border-top-right-radius-57 {
    border-top-right-radius: 57px 57px;
  }
  .tbx-md-border-top-right-radius-58 {
    border-top-right-radius: 58px 58px;
  }
  .tbx-md-border-top-right-radius-59 {
    border-top-right-radius: 59px 59px;
  }
  .tbx-md-border-top-right-radius-60 {
    border-top-right-radius: 60px 60px;
  }
  .tbx-md-border-top-right-radius-61 {
    border-top-right-radius: 61px 61px;
  }
  .tbx-md-border-top-right-radius-62 {
    border-top-right-radius: 62px 62px;
  }
  .tbx-md-border-top-right-radius-63 {
    border-top-right-radius: 63px 63px;
  }
  .tbx-md-border-top-right-radius-64 {
    border-top-right-radius: 64px 64px;
  }
  .tbx-md-border-top-right-radius-65 {
    border-top-right-radius: 65px 65px;
  }
  .tbx-md-border-top-right-radius-66 {
    border-top-right-radius: 66px 66px;
  }
  .tbx-md-border-top-right-radius-67 {
    border-top-right-radius: 67px 67px;
  }
  .tbx-md-border-top-right-radius-68 {
    border-top-right-radius: 68px 68px;
  }
  .tbx-md-border-top-right-radius-69 {
    border-top-right-radius: 69px 69px;
  }
  .tbx-md-border-top-right-radius-70 {
    border-top-right-radius: 70px 70px;
  }
  .tbx-md-border-top-right-radius-71 {
    border-top-right-radius: 71px 71px;
  }
  .tbx-md-border-top-right-radius-72 {
    border-top-right-radius: 72px 72px;
  }
  .tbx-md-border-top-right-radius-73 {
    border-top-right-radius: 73px 73px;
  }
  .tbx-md-border-top-right-radius-74 {
    border-top-right-radius: 74px 74px;
  }
  .tbx-md-border-top-right-radius-75 {
    border-top-right-radius: 75px 75px;
  }
  .tbx-md-border-top-right-radius-76 {
    border-top-right-radius: 76px 76px;
  }
  .tbx-md-border-top-right-radius-77 {
    border-top-right-radius: 77px 77px;
  }
  .tbx-md-border-top-right-radius-78 {
    border-top-right-radius: 78px 78px;
  }
  .tbx-md-border-top-right-radius-79 {
    border-top-right-radius: 79px 79px;
  }
  .tbx-md-border-top-right-radius-80 {
    border-top-right-radius: 80px 80px;
  }
  .tbx-md-border-top-right-radius-81 {
    border-top-right-radius: 81px 81px;
  }
  .tbx-md-border-top-right-radius-82 {
    border-top-right-radius: 82px 82px;
  }
  .tbx-md-border-top-right-radius-83 {
    border-top-right-radius: 83px 83px;
  }
  .tbx-md-border-top-right-radius-84 {
    border-top-right-radius: 84px 84px;
  }
  .tbx-md-border-top-right-radius-85 {
    border-top-right-radius: 85px 85px;
  }
  .tbx-md-border-top-right-radius-86 {
    border-top-right-radius: 86px 86px;
  }
  .tbx-md-border-top-right-radius-87 {
    border-top-right-radius: 87px 87px;
  }
  .tbx-md-border-top-right-radius-88 {
    border-top-right-radius: 88px 88px;
  }
  .tbx-md-border-top-right-radius-89 {
    border-top-right-radius: 89px 89px;
  }
  .tbx-md-border-top-right-radius-90 {
    border-top-right-radius: 90px 90px;
  }
  .tbx-md-border-top-right-radius-91 {
    border-top-right-radius: 91px 91px;
  }
  .tbx-md-border-top-right-radius-92 {
    border-top-right-radius: 92px 92px;
  }
  .tbx-md-border-top-right-radius-93 {
    border-top-right-radius: 93px 93px;
  }
  .tbx-md-border-top-right-radius-94 {
    border-top-right-radius: 94px 94px;
  }
  .tbx-md-border-top-right-radius-95 {
    border-top-right-radius: 95px 95px;
  }
  .tbx-md-border-top-right-radius-96 {
    border-top-right-radius: 96px 96px;
  }
  .tbx-md-border-top-right-radius-97 {
    border-top-right-radius: 97px 97px;
  }
  .tbx-md-border-top-right-radius-98 {
    border-top-right-radius: 98px 98px;
  }
  .tbx-md-border-top-right-radius-99 {
    border-top-right-radius: 99px 99px;
  }
  .tbx-md-border-top-right-radius-100 {
    border-top-right-radius: 100px 100px;
  }
  .tbx-md-transform-translate-top-1 {
    transform: translateY(1px);
  }
  .tbx-md-transform-translate-top-2 {
    transform: translateY(2px);
  }
  .tbx-md-transform-translate-top-3 {
    transform: translateY(3px);
  }
  .tbx-md-transform-translate-top-4 {
    transform: translateY(4px);
  }
  .tbx-md-transform-translate-top-5 {
    transform: translateY(5px);
  }
  .tbx-md-transform-translate-top-6 {
    transform: translateY(6px);
  }
  .tbx-md-transform-translate-top-7 {
    transform: translateY(7px);
  }
  .tbx-md-transform-translate-top-8 {
    transform: translateY(8px);
  }
  .tbx-md-transform-translate-top-9 {
    transform: translateY(9px);
  }
  .tbx-md-transform-translate-top-10 {
    transform: translateY(10px);
  }
  .tbx-md-transform-translate-top-11 {
    transform: translateY(11px);
  }
  .tbx-md-transform-translate-top-12 {
    transform: translateY(12px);
  }
  .tbx-md-transform-translate-top-13 {
    transform: translateY(13px);
  }
  .tbx-md-transform-translate-top-14 {
    transform: translateY(14px);
  }
  .tbx-md-transform-translate-top-15 {
    transform: translateY(15px);
  }
  .tbx-md-transform-translate-top-16 {
    transform: translateY(16px);
  }
  .tbx-md-transform-translate-top-17 {
    transform: translateY(17px);
  }
  .tbx-md-transform-translate-top-18 {
    transform: translateY(18px);
  }
  .tbx-md-transform-translate-top-19 {
    transform: translateY(19px);
  }
  .tbx-md-transform-translate-top-20 {
    transform: translateY(20px);
  }
  .tbx-md-transform-translate-top-21 {
    transform: translateY(21px);
  }
  .tbx-md-transform-translate-top-22 {
    transform: translateY(22px);
  }
  .tbx-md-transform-translate-top-23 {
    transform: translateY(23px);
  }
  .tbx-md-transform-translate-top-24 {
    transform: translateY(24px);
  }
  .tbx-md-transform-translate-top-25 {
    transform: translateY(25px);
  }
  .tbx-md-transform-translate-top-26 {
    transform: translateY(26px);
  }
  .tbx-md-transform-translate-top-27 {
    transform: translateY(27px);
  }
  .tbx-md-transform-translate-top-28 {
    transform: translateY(28px);
  }
  .tbx-md-transform-translate-top-29 {
    transform: translateY(29px);
  }
  .tbx-md-transform-translate-top-30 {
    transform: translateY(30px);
  }
  .tbx-md-transform-translate-top-31 {
    transform: translateY(31px);
  }
  .tbx-md-transform-translate-top-32 {
    transform: translateY(32px);
  }
  .tbx-md-transform-translate-top-33 {
    transform: translateY(33px);
  }
  .tbx-md-transform-translate-top-34 {
    transform: translateY(34px);
  }
  .tbx-md-transform-translate-top-35 {
    transform: translateY(35px);
  }
  .tbx-md-transform-translate-top-36 {
    transform: translateY(36px);
  }
  .tbx-md-transform-translate-top-37 {
    transform: translateY(37px);
  }
  .tbx-md-transform-translate-top-38 {
    transform: translateY(38px);
  }
  .tbx-md-transform-translate-top-39 {
    transform: translateY(39px);
  }
  .tbx-md-transform-translate-top-40 {
    transform: translateY(40px);
  }
  .tbx-md-transform-translate-top-41 {
    transform: translateY(41px);
  }
  .tbx-md-transform-translate-top-42 {
    transform: translateY(42px);
  }
  .tbx-md-transform-translate-top-43 {
    transform: translateY(43px);
  }
  .tbx-md-transform-translate-top-44 {
    transform: translateY(44px);
  }
  .tbx-md-transform-translate-top-45 {
    transform: translateY(45px);
  }
  .tbx-md-transform-translate-top-46 {
    transform: translateY(46px);
  }
  .tbx-md-transform-translate-top-47 {
    transform: translateY(47px);
  }
  .tbx-md-transform-translate-top-48 {
    transform: translateY(48px);
  }
  .tbx-md-transform-translate-top-49 {
    transform: translateY(49px);
  }
  .tbx-md-transform-translate-top-50 {
    transform: translateY(50px);
  }
  .tbx-md-transform-translate-top-51 {
    transform: translateY(51px);
  }
  .tbx-md-transform-translate-top-52 {
    transform: translateY(52px);
  }
  .tbx-md-transform-translate-top-53 {
    transform: translateY(53px);
  }
  .tbx-md-transform-translate-top-54 {
    transform: translateY(54px);
  }
  .tbx-md-transform-translate-top-55 {
    transform: translateY(55px);
  }
  .tbx-md-transform-translate-top-56 {
    transform: translateY(56px);
  }
  .tbx-md-transform-translate-top-57 {
    transform: translateY(57px);
  }
  .tbx-md-transform-translate-top-58 {
    transform: translateY(58px);
  }
  .tbx-md-transform-translate-top-59 {
    transform: translateY(59px);
  }
  .tbx-md-transform-translate-top-60 {
    transform: translateY(60px);
  }
  .tbx-md-transform-translate-top-61 {
    transform: translateY(61px);
  }
  .tbx-md-transform-translate-top-62 {
    transform: translateY(62px);
  }
  .tbx-md-transform-translate-top-63 {
    transform: translateY(63px);
  }
  .tbx-md-transform-translate-top-64 {
    transform: translateY(64px);
  }
  .tbx-md-transform-translate-top-65 {
    transform: translateY(65px);
  }
  .tbx-md-transform-translate-top-66 {
    transform: translateY(66px);
  }
  .tbx-md-transform-translate-top-67 {
    transform: translateY(67px);
  }
  .tbx-md-transform-translate-top-68 {
    transform: translateY(68px);
  }
  .tbx-md-transform-translate-top-69 {
    transform: translateY(69px);
  }
  .tbx-md-transform-translate-top-70 {
    transform: translateY(70px);
  }
  .tbx-md-transform-translate-top-71 {
    transform: translateY(71px);
  }
  .tbx-md-transform-translate-top-72 {
    transform: translateY(72px);
  }
  .tbx-md-transform-translate-top-73 {
    transform: translateY(73px);
  }
  .tbx-md-transform-translate-top-74 {
    transform: translateY(74px);
  }
  .tbx-md-transform-translate-top-75 {
    transform: translateY(75px);
  }
  .tbx-md-transform-translate-top-76 {
    transform: translateY(76px);
  }
  .tbx-md-transform-translate-top-77 {
    transform: translateY(77px);
  }
  .tbx-md-transform-translate-top-78 {
    transform: translateY(78px);
  }
  .tbx-md-transform-translate-top-79 {
    transform: translateY(79px);
  }
  .tbx-md-transform-translate-top-80 {
    transform: translateY(80px);
  }
  .tbx-md-transform-translate-top-81 {
    transform: translateY(81px);
  }
  .tbx-md-transform-translate-top-82 {
    transform: translateY(82px);
  }
  .tbx-md-transform-translate-top-83 {
    transform: translateY(83px);
  }
  .tbx-md-transform-translate-top-84 {
    transform: translateY(84px);
  }
  .tbx-md-transform-translate-top-85 {
    transform: translateY(85px);
  }
  .tbx-md-transform-translate-top-86 {
    transform: translateY(86px);
  }
  .tbx-md-transform-translate-top-87 {
    transform: translateY(87px);
  }
  .tbx-md-transform-translate-top-88 {
    transform: translateY(88px);
  }
  .tbx-md-transform-translate-top-89 {
    transform: translateY(89px);
  }
  .tbx-md-transform-translate-top-90 {
    transform: translateY(90px);
  }
  .tbx-md-transform-translate-top-91 {
    transform: translateY(91px);
  }
  .tbx-md-transform-translate-top-92 {
    transform: translateY(92px);
  }
  .tbx-md-transform-translate-top-93 {
    transform: translateY(93px);
  }
  .tbx-md-transform-translate-top-94 {
    transform: translateY(94px);
  }
  .tbx-md-transform-translate-top-95 {
    transform: translateY(95px);
  }
  .tbx-md-transform-translate-top-96 {
    transform: translateY(96px);
  }
  .tbx-md-transform-translate-top-97 {
    transform: translateY(97px);
  }
  .tbx-md-transform-translate-top-98 {
    transform: translateY(98px);
  }
  .tbx-md-transform-translate-top-99 {
    transform: translateY(99px);
  }
  .tbx-md-transform-translate-top-100 {
    transform: translateY(100px);
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .tbx-lg-width-in-percent-35 {
    width: 35%;
  }
  .tbx-lg-width-in-percent-40 {
    width: 40%;
  }
  .tbx-lg-width-in-percent-50 {
    width: 50%;
  }
  .tbx-lg-width-in-percent-60 {
    width: 60%;
  }
  .tbx-lg-width-in-percent-70 {
    width: 70%;
  }
  .tbx-lg-width-in-percent-80 {
    width: 80%;
  }
  .tbx-lg-width-in-percent-90 {
    width: 90%;
  }
  .tbx-lg-width-in-percent-100 {
    width: 100%;
  }
  .tbx-lg-fs-8 {
    font-size: 8px;
  }
  .tbx-lg-fs-9 {
    font-size: 9px;
  }
  .tbx-lg-fs-10 {
    font-size: 10px;
  }
  .tbx-lg-fs-11 {
    font-size: 11px;
  }
  .tbx-lg-fs-12 {
    font-size: 12px;
  }
  .tbx-lg-fs-13 {
    font-size: 13px;
  }
  .tbx-lg-fs-14 {
    font-size: 14px;
  }
  .tbx-lg-fs-15 {
    font-size: 15px;
  }
  .tbx-lg-fs-16 {
    font-size: 16px;
  }
  .tbx-lg-fs-17 {
    font-size: 17px;
  }
  .tbx-lg-fs-18 {
    font-size: 18px;
  }
  .tbx-lg-fs-19 {
    font-size: 19px;
  }
  .tbx-lg-fs-20 {
    font-size: 20px;
  }
  .tbx-lg-fs-21 {
    font-size: 21px;
  }
  .tbx-lg-fs-22 {
    font-size: 22px;
  }
  .tbx-lg-fs-23 {
    font-size: 23px;
  }
  .tbx-lg-fs-24 {
    font-size: 24px;
  }
  .tbx-lg-fs-25 {
    font-size: 25px;
  }
  .tbx-lg-fs-26 {
    font-size: 26px;
  }
  .tbx-lg-fs-27 {
    font-size: 27px;
  }
  .tbx-lg-fs-28 {
    font-size: 28px;
  }
  .tbx-lg-fs-29 {
    font-size: 29px;
  }
  .tbx-lg-fs-30 {
    font-size: 30px;
  }
  .tbx-lg-fs-31 {
    font-size: 31px;
  }
  .tbx-lg-fs-32 {
    font-size: 32px;
  }
  .tbx-lg-fs-33 {
    font-size: 33px;
  }
  .tbx-lg-fs-34 {
    font-size: 34px;
  }
  .tbx-lg-fs-35 {
    font-size: 35px;
  }
  .tbx-lg-fs-36 {
    font-size: 36px;
  }
  .tbx-lg-fs-37 {
    font-size: 37px;
  }
  .tbx-lg-fs-38 {
    font-size: 38px;
  }
  .tbx-lg-fs-39 {
    font-size: 39px;
  }
  .tbx-lg-fs-40 {
    font-size: 40px;
  }
  .tbx-lg-fs-41 {
    font-size: 41px;
  }
  .tbx-lg-fs-42 {
    font-size: 42px;
  }
  .tbx-lg-fs-43 {
    font-size: 43px;
  }
  .tbx-lg-fs-44 {
    font-size: 44px;
  }
  .tbx-lg-fs-45 {
    font-size: 45px;
  }
  .tbx-lg-fs-46 {
    font-size: 46px;
  }
  .tbx-lg-fs-47 {
    font-size: 47px;
  }
  .tbx-lg-fs-48 {
    font-size: 48px;
  }
  .tbx-lg-fs-49 {
    font-size: 49px;
  }
  .tbx-lg-fs-50 {
    font-size: 50px;
  }
}
@media all and (max-width: 600px) {
  .tbx-sm-width-in-percent-33 {
    width: 33.333%;
  }
  .tbx-sm-width-in-percent-35 {
    width: 35%;
  }
  .tbx-sm-width-in-percent-40 {
    width: 40%;
  }
  .tbx-sm-width-in-percent-50 {
    width: 50%;
  }
  .tbx-sm-width-in-percent-60 {
    width: 60%;
  }
  .tbx-sm-width-in-percent-70 {
    width: 70%;
  }
  .tbx-sm-width-in-percent-80 {
    width: 80%;
  }
  .tbx-sm-width-in-percent-90 {
    width: 90%;
  }
  .tbx-sm-width-in-percent-100 {
    width: 100%;
  }
  /*Font Size*/
  .tbx-sm-fs-8 {
    font-size: 8px;
  }
  .tbx-sm-fs-9 {
    font-size: 9px;
  }
  .tbx-sm-fs-10 {
    font-size: 10px;
  }
  .tbx-sm-fs-11 {
    font-size: 11px;
  }
  .tbx-sm-fs-12 {
    font-size: 12px;
  }
  .tbx-sm-fs-13 {
    font-size: 13px;
  }
  .tbx-sm-fs-14 {
    font-size: 14px;
  }
  .tbx-sm-fs-15 {
    font-size: 15px;
  }
  .tbx-sm-fs-16 {
    font-size: 16px;
  }
  .tbx-sm-fs-17 {
    font-size: 17px;
  }
  .tbx-sm-fs-18 {
    font-size: 18px;
  }
  .tbx-sm-fs-19 {
    font-size: 19px;
  }
  .tbx-sm-fs-20 {
    font-size: 20px;
  }
  .tbx-sm-fs-21 {
    font-size: 21px;
  }
  .tbx-sm-fs-22 {
    font-size: 22px;
  }
  .tbx-sm-fs-23 {
    font-size: 23px;
  }
  .tbx-sm-fs-24 {
    font-size: 24px;
  }
  .tbx-sm-fs-25 {
    font-size: 25px;
  }
  .tbx-sm-fs-26 {
    font-size: 26px;
  }
  .tbx-sm-fs-27 {
    font-size: 27px;
  }
  .tbx-sm-fs-28 {
    font-size: 28px;
  }
  .tbx-sm-fs-29 {
    font-size: 29px;
  }
  .tbx-sm-fs-30 {
    font-size: 30px;
  }
  .tbx-sm-fs-31 {
    font-size: 31px;
  }
  .tbx-sm-fs-32 {
    font-size: 32px;
  }
  .tbx-sm-fs-33 {
    font-size: 33px;
  }
  .tbx-sm-fs-34 {
    font-size: 34px;
  }
  .tbx-sm-fs-35 {
    font-size: 35px;
  }
  .tbx-sm-fs-36 {
    font-size: 36px;
  }
  .tbx-sm-fs-37 {
    font-size: 37px;
  }
  .tbx-sm-fs-38 {
    font-size: 38px;
  }
  .tbx-sm-fs-39 {
    font-size: 39px;
  }
  .tbx-sm-fs-40 {
    font-size: 40px;
  }
  .tbx-sm-fs-41 {
    font-size: 41px;
  }
  .tbx-sm-fs-42 {
    font-size: 42px;
  }
  .tbx-sm-fs-43 {
    font-size: 43px;
  }
  .tbx-sm-fs-44 {
    font-size: 44px;
  }
  .tbx-sm-fs-45 {
    font-size: 45px;
  }
  .tbx-sm-fs-46 {
    font-size: 46px;
  }
  .tbx-sm-fs-47 {
    font-size: 47px;
  }
  .tbx-sm-fs-48 {
    font-size: 48px;
  }
  .tbx-sm-fs-49 {
    font-size: 49px;
  }
  .tbx-sm-fs-50 {
    font-size: 50px;
  }
  /*Line Height*/
  .tbx-sm-lh-8 {
    line-height: 8px;
  }
  .tbx-sm-lh-10 {
    line-height: 10px;
  }
  .tbx-sm-lh-12 {
    line-height: 12px;
  }
  .tbx-sm-lh-14 {
    line-height: 14px;
  }
  .tbx-sm-lh-16 {
    line-height: 16px;
  }
  .tbx-sm-lh-18 {
    line-height: 18px;
  }
  .tbx-sm-lh-20 {
    line-height: 20px;
  }
  .tbx-sm-lh-22 {
    line-height: 22px;
  }
  .tbx-sm-lh-24 {
    line-height: 24px;
  }
  .tbx-sm-lh-26 {
    line-height: 26px;
  }
  .tbx-sm-lh-28 {
    line-height: 28px;
  }
  .tbx-sm-lh-30 {
    line-height: 30px;
  }
  .tbx-sm-lh-32 {
    line-height: 32px;
  }
  .tbx-sm-lh-34 {
    line-height: 34px;
  }
  .tbx-sm-lh-36 {
    line-height: 36px;
  }
  .tbx-sm-lh-38 {
    line-height: 38px;
  }
  .tbx-sm-lh-40 {
    line-height: 40px;
  }
  .tbx-sm-lh-42 {
    line-height: 42px;
  }
  .tbx-sm-lh-44 {
    line-height: 44px;
  }
  .tbx-sm-lh-46 {
    line-height: 46px;
  }
  .tbx-sm-lh-48 {
    line-height: 48px;
  }
  .tbx-sm-lh-50 {
    line-height: 50px;
  }
  .tbx-sm-lh-52 {
    line-height: 52px;
  }
  .tbx-sm-lh-54 {
    line-height: 54px;
  }
  .tbx-sm-lh-56 {
    line-height: 56px;
  }
  .tbx-sm-lh-58 {
    line-height: 58px;
  }
  .tbx-sm-lh-60 {
    line-height: 60px;
  }
  .tbx-sm-lh-62 {
    line-height: 62px;
  }
  .tbx-sm-lh-64 {
    line-height: 64px;
  }
  .tbx-sm-lh-66 {
    line-height: 66px;
  }
  .tbx-sm-lh-68 {
    line-height: 68px;
  }
  .tbx-sm-lh-70 {
    line-height: 70px;
  }
  .tbx-sm-lh-72 {
    line-height: 72px;
  }
  .tbx-sm-lh-74 {
    line-height: 74px;
  }
  .tbx-sm-lh-76 {
    line-height: 76px;
  }
  .tbx-sm-lh-78 {
    line-height: 78px;
  }
  .tbx-sm-lh-80 {
    line-height: 80px;
  }
  .tbx-sm-lh-82 {
    line-height: 82px;
  }
  .tbx-sm-lh-84 {
    line-height: 84px;
  }
  .tbx-sm-lh-86 {
    line-height: 86px;
  }
  .tbx-sm-lh-88 {
    line-height: 88px;
  }
  .tbx-sm-lh-90 {
    line-height: 90px;
  }
  .tbx-sm-lh-92 {
    line-height: 92px;
  }
  .tbx-sm-lh-94 {
    line-height: 94px;
  }
  .tbx-sm-lh-96 {
    line-height: 96px;
  }
  .tbx-sm-lh-98 {
    line-height: 98px;
  }
  .tbx-sm-lh-100 {
    line-height: 100px;
  }
}
@media all and (max-width: 400px) {
  .tbx-vsm-height-in-px-450 {
    height: 450px;
  }
  .tbx-vsm-fs-8 {
    font-size: 8px;
  }
  .tbx-vsm-fs-9 {
    font-size: 9px;
  }
  .tbx-vsm-fs-10 {
    font-size: 10px;
  }
  .tbx-vsm-fs-11 {
    font-size: 11px;
  }
  .tbx-vsm-fs-12 {
    font-size: 12px;
  }
  .tbx-vsm-fs-13 {
    font-size: 13px;
  }
  .tbx-vsm-fs-14 {
    font-size: 14px;
  }
  .tbx-vsm-fs-15 {
    font-size: 15px;
  }
  .tbx-vsm-fs-16 {
    font-size: 16px;
  }
  .tbx-vsm-fs-17 {
    font-size: 17px;
  }
  .tbx-vsm-fs-18 {
    font-size: 18px;
  }
  .tbx-vsm-fs-19 {
    font-size: 19px;
  }
  .tbx-vsm-fs-20 {
    font-size: 20px;
  }
  .tbx-vsm-fs-21 {
    font-size: 21px;
  }
  .tbx-vsm-fs-22 {
    font-size: 22px;
  }
  .tbx-vsm-fs-23 {
    font-size: 23px;
  }
  .tbx-vsm-fs-24 {
    font-size: 24px;
  }
  .tbx-vsm-fs-25 {
    font-size: 25px;
  }
  .tbx-vsm-fs-26 {
    font-size: 26px;
  }
  .tbx-vsm-fs-27 {
    font-size: 27px;
  }
  .tbx-vsm-fs-28 {
    font-size: 28px;
  }
  .tbx-vsm-fs-29 {
    font-size: 29px;
  }
  .tbx-vsm-fs-30 {
    font-size: 30px;
  }
  .tbx-vsm-fs-31 {
    font-size: 31px;
  }
  .tbx-vsm-fs-32 {
    font-size: 32px;
  }
  .tbx-vsm-fs-33 {
    font-size: 33px;
  }
  .tbx-vsm-fs-34 {
    font-size: 34px;
  }
  .tbx-vsm-fs-35 {
    font-size: 35px;
  }
  .tbx-vsm-fs-36 {
    font-size: 36px;
  }
  .tbx-vsm-fs-37 {
    font-size: 37px;
  }
  .tbx-vsm-fs-38 {
    font-size: 38px;
  }
  .tbx-vsm-fs-39 {
    font-size: 39px;
  }
  .tbx-vsm-fs-40 {
    font-size: 40px;
  }
  .tbx-vsm-fs-41 {
    font-size: 41px;
  }
  .tbx-vsm-fs-42 {
    font-size: 42px;
  }
  .tbx-vsm-fs-43 {
    font-size: 43px;
  }
  .tbx-vsm-fs-44 {
    font-size: 44px;
  }
  .tbx-vsm-fs-45 {
    font-size: 45px;
  }
  .tbx-vsm-fs-46 {
    font-size: 46px;
  }
  .tbx-vsm-fs-47 {
    font-size: 47px;
  }
  .tbx-vsm-fs-48 {
    font-size: 48px;
  }
  .tbx-vsm-fs-49 {
    font-size: 49px;
  }
  .tbx-vsm-fs-50 {
    font-size: 50px;
  }
  .tbx-vsm-border-radius-20 {
    border-radius: 20px 20px;
  }
}
.tbx-sidebar {
  background: #FFFFFF;
}
.tbx-sidebar ul li:hover a {
  color: #1B94FF;
}
.tbx-sidebar ul li a.active {
  color: #1B94FF;
  border-bottom-color: #1B94FF;
}

.tbx-settigs-tab ul li:hover {
  border-bottom-color: #1B94FF;
}
.tbx-settigs-tab ul li:hover a {
  color: #1B94FF;
}
.tbx-settigs-tab ul li.active {
  border-bottom-color: #1B94FF;
}
.tbx-settigs-tab ul li.active a {
  color: #1B94FF;
}

.tbx-content {
  background: #FAFAFA;
}

.tbx-navbar {
  background: linear-gradient(91.77deg, #212529 0%, #23282C 12.71%, #343A40 100.19%, #343A40 100.19%);
  border-radius: 0 0 20px 20px;
}

.tbx-input-rm-brd {
  border: none;
}

.tbx-default-input-style {
  border: 1px solid #C7C7CC;
}

.tbx-input-focus:focus {
  outline: 1px solid #1B94FF;
  box-shadow: 0 0 0 4px #D9EDFF;
}

select,
input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tbx-button-black {
  background: #212529;
  border: 1px solid #212529;
  color: white;
}

.tbx-button-white {
  background: #FFFFFF;
  border: 1px solid #212529;
  color: #212529;
}

.tbx-button-purple {
  background: #5E5CE6;
  border: 1px solid #5E5CE6;
  color: white;
}

.tbx-button-red {
  background: #E53935;
  border: 1px solid #E53935;
  color: white;
}

.tbx-button-green {
  background: #009688;
  border: 1px solid #009688;
  color: white;
}

.tbx-button-blue {
  background: #1B94FF;
  border: 1px solid #1B94FF;
  color: white;
}

.tbx-button-without-border {
  background: transparent;
  color: #212529;
}

.tbx-bg-transparent {
  background-color: transparent;
}

.tbx-btn-close {
  cursor: pointer;
}

.tbx-close-btn-side-1 {
  height: 2px;
  width: 18px;
  display: block;
  transform: translate(0px, -2px) rotate(45deg);
}

.tbx-close-btn-side-2 {
  height: 2px;
  width: 18px;
  display: block;
  transform: translate(0px, -4px) rotate(-45deg);
}

.tbx-radio-toggle {
  /* Rounded sliders */
}
.tbx-radio-toggle .tbx-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}
.tbx-radio-toggle .tbx-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.tbx-radio-toggle .tbx-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.tbx-radio-toggle .tbx-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}
.tbx-radio-toggle input:checked + .tbx-slider {
  background-color: #1B94FF;
}
.tbx-radio-toggle input:focus + .tbx-slider {
  box-shadow: 0 0 1px #1B94FF;
}
.tbx-radio-toggle input:checked + .tbx-slider:before {
  transform: translateX(19px);
}
.tbx-radio-toggle .tbx-slider.tbx-round {
  border-radius: 34px;
}
.tbx-radio-toggle .tbx-slider.tbx-round:before {
  border-radius: 50%;
}

.tbx-radio-toggle.tbx-bridge .tbx-slider {
  background-color: #1B94FF;
}

span[class^=tbx-icon] {
  font-family: "tbxIcons";
}

.fade-enter-active {
  transition: 0.3s ease-in-out;
}

.fade-enter {
  transition: 0.3s ease-in-out;
}

.fade-leave-active {
  transition: 0.3s ease-in-out;
}

.fade-leave-to, .fade-enter-from {
  opacity: 0;
}

.tbx-success, .tbx-error, .tbx-warning {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.tbx-success span, .tbx-error span, .tbx-warning span {
  background-color: white;
  border-radius: 15px;
  margin-right: 10px;
  padding: 0 10px;
}

.tbx-success-without-bg, .tbx-error-without-bg, .tbx-warning-without-bg {
  padding: 10px;
  font-family: "Inter";
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.tbx-success, .tbx-success-without-bg {
  color: #027A48;
}

.tbx-error, .tbx-error-without-bg {
  color: #D50000;
}

.tbx-warning, .tbx-warning-without-bg {
  color: #B54708;
}

.tbx-success {
  background-color: #ECFDF3;
}

.tbx-error {
  background-color: #FEF3F2;
}

.tbx-warning {
  background-color: #FFFAEB;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/*Stripe Card hover Animation => Upgrade to pro page */
.tbx-card-hover-animation {
  overflow: hidden;
}
.tbx-card-hover-animation > section {
  transition: 0.5s;
  width: 320px;
  transform: translateX(-320px);
  opacity: 0;
  visibility: hidden;
}
.tbx-card-hover-animation:hover > section {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.tbx-animation-transform-translate-to-top-25 {
  animation-name: transform-to-top-25;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(25px);
}

@keyframes transform-to-top-25 {
  from {
    transform: translateY(25px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-30 {
  animation-name: transform-to-top-30;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(30px);
}

@keyframes transform-to-top-30 {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-35 {
  animation-name: transform-to-top-35;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(35px);
}

@keyframes transform-to-top-35 {
  from {
    transform: translateY(35px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-40 {
  animation-name: transform-to-top-40;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(40px);
}

@keyframes transform-to-top-40 {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-45 {
  animation-name: transform-to-top-45;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(45px);
}

@keyframes transform-to-top-45 {
  from {
    transform: translateY(45px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-50 {
  animation-name: transform-to-top-50;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(50px);
}

@keyframes transform-to-top-50 {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-55 {
  animation-name: transform-to-top-55;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(55px);
}

@keyframes transform-to-top-55 {
  from {
    transform: translateY(55px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-60 {
  animation-name: transform-to-top-60;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(60px);
}

@keyframes transform-to-top-60 {
  from {
    transform: translateY(60px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-65 {
  animation-name: transform-to-top-65;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(65px);
}

@keyframes transform-to-top-65 {
  from {
    transform: translateY(65px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-70 {
  animation-name: transform-to-top-70;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(70px);
}

@keyframes transform-to-top-70 {
  from {
    transform: translateY(70px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-75 {
  animation-name: transform-to-top-75;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(75px);
}

@keyframes transform-to-top-75 {
  from {
    transform: translateY(75px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-80 {
  animation-name: transform-to-top-80;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(80px);
}

@keyframes transform-to-top-80 {
  from {
    transform: translateY(80px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-85 {
  animation-name: transform-to-top-85;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(85px);
}

@keyframes transform-to-top-85 {
  from {
    transform: translateY(85px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-90 {
  animation-name: transform-to-top-90;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(90px);
}

@keyframes transform-to-top-90 {
  from {
    transform: translateY(90px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-95 {
  animation-name: transform-to-top-95;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(95px);
}

@keyframes transform-to-top-95 {
  from {
    transform: translateY(95px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-transform-translate-to-top-100 {
  animation-name: transform-to-top-100;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: translateY(100px);
}

@keyframes transform-to-top-100 {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0px);
  }
}
.tbx-animation-scale {
  animation-name: transform-scale;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  transform: scale(0);
}

@keyframes transform-scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.tbx-animation-scale-2 {
  animation-name: transform-scale-2;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  transform: scale(1);
  animation-iteration-count: infinite;
}

@keyframes transform-scale-2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.tbx-animation-opacity {
  animation-name: transform-opacity;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
  animation-duration: 0.8s;
  opacity: 0;
}

.tbx-animation-opacity-2 {
  animation-name: transform-opacity;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  opacity: 0;
}

@keyframes transform-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#tabclixTextLogo {
  position: fixed;
  right: 0;
  width: 150px;
  bottom: 0;
  z-index: 99;
  opacity: 0.9;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241d33", endColorstr="#091119", GradientType=0); /* IE6-9 */
  height: 10%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #tabclixTextLogo {
    display: none;
  }
}

.tbx-special-width-in-px-278 {
  width: 278px;
}

.tbx-special-width-in-px-237 {
  width: 237px;
}

.tbx-special-max-width-in-px-1440 {
  max-width: 1440px;
  width: 100%;
}

.jvectormap-container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #1B94FF;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  box-sizing: content-box;
  font-size: 28px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 40px;
  height: 40px;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 60px;
}

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #1B94FF;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 4px 10px;
}

.vue3-easy-data-table thead {
  font-family: "Source Sans Pro", sans-serif;
}
.vue3-easy-data-table thead tr {
  font-size: 14px !important;
}
.vue3-easy-data-table thead tr th {
  background-color: #1B94FF !important;
  color: white !important;
}
.vue3-easy-data-table tbody tr {
  cursor: pointer;
}
.vue3-easy-data-table tbody tr td {
  font-size: 14px !important;
  font-family: "SourceSans3-Regular", sans-serif;
}
.vue3-easy-data-table .pagination__rows-per-page, .vue3-easy-data-table .pagination__items-index, .vue3-easy-data-table .buttons-pagination {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.vue3-easy-data-table .buttons-pagination .item.button.active {
  background-color: #1B94FF !important;
}
