/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body .page-wrapper [class*="col-"],
body .modals-wrapper [class*="col-"] {
  box-sizing: border-box;
  min-height: 0;
  position: relative;
  width: 100%;
}
body .page-wrapper .container,
body .modals-wrapper .container {
  width: 100%;
  margin: 0 auto;
}
body .page-wrapper .row,
body .modals-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  max-height: inherit;
  overflow: hidden;
  width: 100%;
}
body .page-wrapper .row .lib-css,
body .modals-wrapper .row .lib-css {
  display: flex;
  flex-wrap: wrap;
}
body .page-wrapper .row.overflow-y,
body .modals-wrapper .row.overflow-y {
  overflow-y: auto;
}
body .page-wrapper .row.column-view,
body .modals-wrapper .row.column-view {
  flex-direction: column;
}
body .page-wrapper .row.no-wrap,
body .modals-wrapper .row.no-wrap {
  flex-wrap: nowrap;
}
body .page-wrapper .row.justify-content-space-between,
body .modals-wrapper .row.justify-content-space-between {
  justify-content: space-between;
}
@media screen and (max-width: 374px) {
  .col-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.col-0 {
  flex: 0 0 0%;
  max-width: 0%;
}
.no-col {
  flex: 0 0 0%;
  max-width: 0%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.order-1 {
  order: 1;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.order-2 {
  order: 2;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.order-3 {
  order: 3;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.order-4 {
  order: 4;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.order-5 {
  order: 5;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.order-6 {
  order: 6;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.order-7 {
  order: 7;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.order-8 {
  order: 8;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.order-9 {
  order: 9;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.order-10 {
  order: 10;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.order-11 {
  order: 11;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-12 {
  order: 12;
}
@media screen and (max-width: 575px) {
  .col-iphone-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 375px) {
  .col-iphone-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-iphone-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-iphone-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-iphone-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-iphone-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-iphone-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-iphone-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-iphone-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-iphone-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-iphone-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-iphone-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-iphone-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-iphone-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-iphone-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-sm-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col-md-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .col-md-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-md-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-inherit {
    order: inherit;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media screen and (max-width: 1023px) {
  .col-lg-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-lg-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .col-kt-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .col-kt-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-kt-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .order-kt-inherit {
    order: inherit;
  }
  .order-kt-1 {
    order: 1;
  }
  .order-kt-2 {
    order: 2;
  }
  .order-kt-3 {
    order: 3;
  }
  .order-kt-4 {
    order: 4;
  }
  .order-kt-5 {
    order: 5;
  }
  .order-kt-6 {
    order: 6;
  }
  .order-kt-7 {
    order: 7;
  }
  .order-kt-8 {
    order: 8;
  }
  .order-kt-9 {
    order: 9;
  }
  .order-kt-10 {
    order: 10;
  }
  .order-kt-11 {
    order: 11;
  }
  .order-kt-12 {
    order: 12;
  }
  .col-kt-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-kt-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-kt-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-kt-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-kt-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-kt-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-kt-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-kt-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-kt-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-kt-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-kt-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-kt-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-menu {
    flex: 0 0 142px;
    max-width: 142px;
    width: 142px;
  }
}
@media screen and (max-width: 1919px) {
  .col-xl-0 {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (min-width: 1367px) {
  .col-xl-0 {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .no-xl-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-menu {
    flex: 0 0 155.5px;
    max-width: 155.5px;
    width: 155.5px;
  }
}
@media screen and (min-width: 1920px) {
  .col-xxl-0 {
    flex: 0 0 0%;
    max-width: 0%;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .no-xxl-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-menu {
    flex: 0 0 155.5px;
    max-width: 155.5px;
    width: 155.5px;
  }
}
@media screen and (min-width: 2560px) {
  .no-xxxl-col {
    flex: 0 0 0%;
    max-width: 0%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-menu {
    flex: 0 0 155.5px;
    max-width: 155.5px;
    width: 155.5px;
  }
}
@media screen and (min-width: 1440px) {
  .col-menu {
    flex: 0 0 175px;
    max-width: 175px;
    width: 175px;
  }
}
body.catalog-category-view #amasty-shopby-product-list .products-grid .product-items .kettal-grid-item.filter-manager {
  padding: 25px 0 !important;
}
@media screen and (min-width: 768px) {
  body.catalog-category-view #amasty-shopby-product-list .products-grid .product-items .kettal-grid-item.filter-manager .title-content {
    padding: 0 30px 25px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body.catalog-category-view #amasty-shopby-product-list .products-grid .product-items .kettal-grid-item.filter-manager .title-content {
    padding: 0 40px 25px 40px;
  }
}
body.cms-client-support .before-grid-information,
body.kettal-grid .before-grid-information,
body .kettal-grid .before-grid-information {
  position: relative;
}
body.cms-client-support .before-grid-information .main-image,
body.kettal-grid .before-grid-information .main-image,
body .kettal-grid .before-grid-information .main-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2;
}
body.cms-client-support .before-grid-information .main-description,
body.kettal-grid .before-grid-information .main-description,
body .kettal-grid .before-grid-information .main-description {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  font: lighter 60px/75px Beatrice Regular;
}
body.cms-client-support .block-title,
body.kettal-grid .block-title,
body .kettal-grid .block-title {
  margin-bottom: 308px;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .block-title,
  body.kettal-grid .block-title,
  body .kettal-grid .block-title {
    margin-bottom: 272px;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .block-title,
  body.kettal-grid .block-title,
  body .kettal-grid .block-title {
    margin-bottom: 214px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-client-support .block-title,
  body.kettal-grid .block-title,
  body .kettal-grid .block-title {
    margin-bottom: 150px;
  }
}
body.cms-client-support .row,
body.kettal-grid .row,
body .kettal-grid .row {
  max-height: inherit;
}
body.cms-client-support .kettal-grid-item,
body.kettal-grid .kettal-grid-item,
body .kettal-grid .kettal-grid-item {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  color: #212427 !important;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item,
  body.kettal-grid .kettal-grid-item,
  body .kettal-grid .kettal-grid-item {
    max-height: inherit;
  }
}
body.cms-client-support .kettal-grid-item a,
body.kettal-grid .kettal-grid-item a,
body .kettal-grid .kettal-grid-item a {
  text-decoration: none;
}
body.cms-client-support .kettal-grid-item:before,
body.kettal-grid .kettal-grid-item:before,
body .kettal-grid .kettal-grid-item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
body.cms-client-support .kettal-grid-item:not(.project-border),
body.kettal-grid .kettal-grid-item:not(.project-border),
body .kettal-grid .kettal-grid-item:not(.project-border) {
  z-index: 1;
}
body.cms-client-support .kettal-grid-item.project-border,
body.kettal-grid .kettal-grid-item.project-border,
body .kettal-grid .kettal-grid-item.project-border {
  padding-left: 0;
}
body.cms-client-support .kettal-grid-item.project-border-solid,
body.kettal-grid .kettal-grid-item.project-border-solid,
body .kettal-grid .kettal-grid-item.project-border-solid {
  border-left: 0.5px solid #E3DDD6  !important;
}
body.cms-client-support .kettal-grid-item .two-row-name-font,
body.kettal-grid .kettal-grid-item .two-row-name-font,
body .kettal-grid .kettal-grid-item .two-row-name-font {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .two-row-name-font,
  body.kettal-grid .kettal-grid-item .two-row-name-font,
  body .kettal-grid .kettal-grid-item .two-row-name-font {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .two-row-name-font,
  body.kettal-grid .kettal-grid-item .two-row-name-font,
  body .kettal-grid .kettal-grid-item .two-row-name-font {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .two-row-name-font,
  body.kettal-grid .kettal-grid-item .two-row-name-font,
  body .kettal-grid .kettal-grid-item .two-row-name-font {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.cms-client-support .kettal-grid-item .name-font,
body.kettal-grid .kettal-grid-item .name-font,
body .kettal-grid .kettal-grid-item .name-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .name-font,
  body.kettal-grid .kettal-grid-item .name-font,
  body .kettal-grid .kettal-grid-item .name-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .name-font,
  body.kettal-grid .kettal-grid-item .name-font,
  body .kettal-grid .kettal-grid-item .name-font {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .name-font,
  body.kettal-grid .kettal-grid-item .name-font,
  body .kettal-grid .kettal-grid-item .name-font {
    font: normal 12px/20px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .show-font,
body.kettal-grid .kettal-grid-item .show-font,
body .kettal-grid .kettal-grid-item .show-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item .show-font,
  body.kettal-grid .kettal-grid-item .show-font,
  body .kettal-grid .kettal-grid-item .show-font {
    font: normal 16px/46px Beatrice Regular;
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .show-font,
  body.kettal-grid .kettal-grid-item .show-font,
  body .kettal-grid .kettal-grid-item .show-font {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body.cms-client-support .kettal-grid-item .show-font,
  body.kettal-grid .kettal-grid-item .show-font,
  body .kettal-grid .kettal-grid-item .show-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .price-category-font,
body.kettal-grid .kettal-grid-item .price-category-font,
body .kettal-grid .kettal-grid-item .price-category-font {
  font: normal 12px/13px Beatrice Regular;
}
@media screen and (min-width: 375px) {
  body.cms-client-support .kettal-grid-item .price-category-font,
  body.kettal-grid .kettal-grid-item .price-category-font,
  body .kettal-grid .kettal-grid-item .price-category-font {
    font: normal 16px/13px Beatrice Regular;
  }
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item .price-category-font,
  body.kettal-grid .kettal-grid-item .price-category-font,
  body .kettal-grid .kettal-grid-item .price-category-font {
    font: normal 16px/46px Beatrice Regular;
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  body.cms-client-support .kettal-grid-item .price-category-font,
  body.kettal-grid .kettal-grid-item .price-category-font,
  body .kettal-grid .kettal-grid-item .price-category-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .filters-manager-font,
body.kettal-grid .kettal-grid-item .filters-manager-font,
body .kettal-grid .kettal-grid-item .filters-manager-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .filters-manager-font,
  body.kettal-grid .kettal-grid-item .filters-manager-font,
  body .kettal-grid .kettal-grid-item .filters-manager-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .filters-manager-font,
  body.kettal-grid .kettal-grid-item .filters-manager-font,
  body .kettal-grid .kettal-grid-item .filters-manager-font {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .filters-manager-font,
  body.kettal-grid .kettal-grid-item .filters-manager-font,
  body .kettal-grid .kettal-grid-item .filters-manager-font {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item a,
  body.kettal-grid .kettal-grid-item a,
  body .kettal-grid .kettal-grid-item a {
    color: #212427;
  }
}
@media screen and (max-width: 1023px) {
  body.cms-client-support .kettal-grid-item a,
  body.kettal-grid .kettal-grid-item a,
  body .kettal-grid .kettal-grid-item a {
    color: #212427;
  }
}
body.cms-client-support .kettal-grid-item .default-content,
body.kettal-grid .kettal-grid-item .default-content,
body .kettal-grid .kettal-grid-item .default-content {
  width: 100%;
  height: 100%;
  color: #212427 !important;
}
body.cms-client-support .kettal-grid-item .default-content:before,
body.kettal-grid .kettal-grid-item .default-content:before,
body .kettal-grid .kettal-grid-item .default-content:before {
  content: "";
  float: left;
  padding-top: 100%;
}
body.cms-client-support .kettal-grid-item .default-content:not(.project-border),
body.kettal-grid .kettal-grid-item .default-content:not(.project-border),
body .kettal-grid .kettal-grid-item .default-content:not(.project-border) {
  z-index: 1;
}
body.cms-client-support .kettal-grid-item .default-content.project-border,
body.kettal-grid .kettal-grid-item .default-content.project-border,
body .kettal-grid .kettal-grid-item .default-content.project-border {
  padding-left: 0;
}
body.cms-client-support .kettal-grid-item .default-content .two-row-name-font,
body.kettal-grid .kettal-grid-item .default-content .two-row-name-font,
body .kettal-grid .kettal-grid-item .default-content .two-row-name-font {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .default-content .two-row-name-font,
  body.kettal-grid .kettal-grid-item .default-content .two-row-name-font,
  body .kettal-grid .kettal-grid-item .default-content .two-row-name-font {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .two-row-name-font,
  body.kettal-grid .kettal-grid-item .default-content .two-row-name-font,
  body .kettal-grid .kettal-grid-item .default-content .two-row-name-font {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .default-content .two-row-name-font,
  body.kettal-grid .kettal-grid-item .default-content .two-row-name-font,
  body .kettal-grid .kettal-grid-item .default-content .two-row-name-font {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.cms-client-support .kettal-grid-item .default-content .name-font,
body.kettal-grid .kettal-grid-item .default-content .name-font,
body .kettal-grid .kettal-grid-item .default-content .name-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .default-content .name-font,
  body.kettal-grid .kettal-grid-item .default-content .name-font,
  body .kettal-grid .kettal-grid-item .default-content .name-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .name-font,
  body.kettal-grid .kettal-grid-item .default-content .name-font,
  body .kettal-grid .kettal-grid-item .default-content .name-font {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .default-content .name-font,
  body.kettal-grid .kettal-grid-item .default-content .name-font,
  body .kettal-grid .kettal-grid-item .default-content .name-font {
    font: normal 12px/20px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .default-content .show-font,
body.kettal-grid .kettal-grid-item .default-content .show-font,
body .kettal-grid .kettal-grid-item .default-content .show-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .show-font,
  body.kettal-grid .kettal-grid-item .default-content .show-font,
  body .kettal-grid .kettal-grid-item .default-content .show-font {
    font: normal 16px/46px Beatrice Regular;
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .show-font,
  body.kettal-grid .kettal-grid-item .default-content .show-font,
  body .kettal-grid .kettal-grid-item .default-content .show-font {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  body.cms-client-support .kettal-grid-item .default-content .show-font,
  body.kettal-grid .kettal-grid-item .default-content .show-font,
  body .kettal-grid .kettal-grid-item .default-content .show-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .default-content .price-category-font,
body.kettal-grid .kettal-grid-item .default-content .price-category-font,
body .kettal-grid .kettal-grid-item .default-content .price-category-font {
  font: normal 12px/13px Beatrice Regular;
}
@media screen and (min-width: 375px) {
  body.cms-client-support .kettal-grid-item .default-content .price-category-font,
  body.kettal-grid .kettal-grid-item .default-content .price-category-font,
  body .kettal-grid .kettal-grid-item .default-content .price-category-font {
    font: normal 16px/13px Beatrice Regular;
  }
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .price-category-font,
  body.kettal-grid .kettal-grid-item .default-content .price-category-font,
  body .kettal-grid .kettal-grid-item .default-content .price-category-font {
    font: normal 16px/46px Beatrice Regular;
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  body.cms-client-support .kettal-grid-item .default-content .price-category-font,
  body.kettal-grid .kettal-grid-item .default-content .price-category-font,
  body .kettal-grid .kettal-grid-item .default-content .price-category-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
body.cms-client-support .kettal-grid-item .default-content .filters-manager-font,
body.kettal-grid .kettal-grid-item .default-content .filters-manager-font,
body .kettal-grid .kettal-grid-item .default-content .filters-manager-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.cms-client-support .kettal-grid-item .default-content .filters-manager-font,
  body.kettal-grid .kettal-grid-item .default-content .filters-manager-font,
  body .kettal-grid .kettal-grid-item .default-content .filters-manager-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content .filters-manager-font,
  body.kettal-grid .kettal-grid-item .default-content .filters-manager-font,
  body .kettal-grid .kettal-grid-item .default-content .filters-manager-font {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .default-content .filters-manager-font,
  body.kettal-grid .kettal-grid-item .default-content .filters-manager-font,
  body .kettal-grid .kettal-grid-item .default-content .filters-manager-font {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (min-width: 1024px) {
  body.cms-client-support .kettal-grid-item .default-content a,
  body.kettal-grid .kettal-grid-item .default-content a,
  body .kettal-grid .kettal-grid-item .default-content a {
    color: #212427;
  }
}
@media screen and (max-width: 1023px) {
  body.cms-client-support .kettal-grid-item .default-content a,
  body.kettal-grid .kettal-grid-item .default-content a,
  body .kettal-grid .kettal-grid-item .default-content a {
    color: #212427;
  }
}
body.cms-client-support .kettal-grid-item .default-content .default-content,
body.kettal-grid .kettal-grid-item .default-content .default-content,
body .kettal-grid .kettal-grid-item .default-content .default-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body.cms-client-support .kettal-grid-item .default-content .full-image,
body.kettal-grid .kettal-grid-item .default-content .full-image,
body .kettal-grid .kettal-grid-item .default-content .full-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body.cms-client-support .kettal-grid-item .default-content .full-image.cover-img,
body.kettal-grid .kettal-grid-item .default-content .full-image.cover-img,
body .kettal-grid .kettal-grid-item .default-content .full-image.cover-img {
  object-fit: cover;
}
body.cms-client-support .kettal-grid-item .default-content .box-item,
body.kettal-grid .kettal-grid-item .default-content .box-item,
body .kettal-grid .kettal-grid-item .default-content .box-item {
  position: absolute;
  word-wrap: break-word;
  max-width: 100%;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.with-padding,
body.kettal-grid .kettal-grid-item .default-content .box-item.with-padding,
body .kettal-grid .kettal-grid-item .default-content .box-item.with-padding {
  padding: 27px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.cms-client-support .kettal-grid-item .default-content .box-item.with-padding,
  body.kettal-grid .kettal-grid-item .default-content .box-item.with-padding,
  body .kettal-grid .kettal-grid-item .default-content .box-item.with-padding {
    padding: 15px;
  }
}
body.cms-client-support .kettal-grid-item .default-content .box-item.with-padding.no-bottom-padding,
body.kettal-grid .kettal-grid-item .default-content .box-item.with-padding.no-bottom-padding,
body .kettal-grid .kettal-grid-item .default-content .box-item.with-padding.no-bottom-padding {
  padding-bottom: 0;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.upper-left,
body.kettal-grid .kettal-grid-item .default-content .box-item.upper-left,
body .kettal-grid .kettal-grid-item .default-content .box-item.upper-left {
  top: 0;
  left: 0;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.upper-center,
body.kettal-grid .kettal-grid-item .default-content .box-item.upper-center,
body .kettal-grid .kettal-grid-item .default-content .box-item.upper-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.cms-client-support .kettal-grid-item .default-content .box-item.upper-right,
body.kettal-grid .kettal-grid-item .default-content .box-item.upper-right,
body .kettal-grid .kettal-grid-item .default-content .box-item.upper-right {
  top: 0;
  right: 0;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.mid-left,
body.kettal-grid .kettal-grid-item .default-content .box-item.mid-left,
body .kettal-grid .kettal-grid-item .default-content .box-item.mid-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.cms-client-support .kettal-grid-item .default-content .box-item.mid-center,
body.kettal-grid .kettal-grid-item .default-content .box-item.mid-center,
body .kettal-grid .kettal-grid-item .default-content .box-item.mid-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.cms-client-support .kettal-grid-item .default-content .box-item.mid-right,
body.kettal-grid .kettal-grid-item .default-content .box-item.mid-right,
body .kettal-grid .kettal-grid-item .default-content .box-item.mid-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.cms-client-support .kettal-grid-item .default-content .box-item.bottom-left,
body.kettal-grid .kettal-grid-item .default-content .box-item.bottom-left,
body .kettal-grid .kettal-grid-item .default-content .box-item.bottom-left {
  bottom: 0;
  left: 0;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.bottom-center,
body.kettal-grid .kettal-grid-item .default-content .box-item.bottom-center,
body .kettal-grid .kettal-grid-item .default-content .box-item.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.cms-client-support .kettal-grid-item .default-content .box-item.bottom-right,
body.kettal-grid .kettal-grid-item .default-content .box-item.bottom-right,
body .kettal-grid .kettal-grid-item .default-content .box-item.bottom-right {
  bottom: 0;
  right: 0;
}
body.cms-client-support .kettal-grid-item .default-content .box-item.configurable-icon img,
body.kettal-grid .kettal-grid-item .default-content .box-item.configurable-icon img,
body .kettal-grid .kettal-grid-item .default-content .box-item.configurable-icon img {
  width: 20px;
}
body.cms-client-support .kettal-grid-item .default-content .box-item .block,
body.kettal-grid .kettal-grid-item .default-content .box-item .block,
body .kettal-grid .kettal-grid-item .default-content .box-item .block {
  display: block;
  margin: 0;
}
body.cms-client-support .kettal-grid-item:hover,
body.kettal-grid .kettal-grid-item:hover,
body .kettal-grid .kettal-grid-item:hover {
  cursor: pointer;
}
body.cms-client-support .kettal-grid-item:hover .hover-container,
body.kettal-grid .kettal-grid-item:hover .hover-container,
body .kettal-grid .kettal-grid-item:hover .hover-container {
  display: flex;
  z-index: 2;
}
body.cms-client-support .kettal-grid-item.selected:hover,
body.kettal-grid .kettal-grid-item.selected:hover,
body .kettal-grid .kettal-grid-item.selected:hover {
  cursor: initial;
}
body.cms-client-support .kettal-grid-item.selected:hover .hover-container,
body.kettal-grid .kettal-grid-item.selected:hover .hover-container,
body .kettal-grid .kettal-grid-item.selected:hover .hover-container {
  background-color: inherit;
}
body.cms-client-support .kettal-grid-item.selected .hover-container,
body.kettal-grid .kettal-grid-item.selected .hover-container,
body .kettal-grid .kettal-grid-item.selected .hover-container {
  display: flex;
  z-index: 2;
  border: 2px solid #000;
}
body.cms-client-support .kettal-grid-item.selected .hover-container > *,
body.kettal-grid .kettal-grid-item.selected .hover-container > *,
body .kettal-grid .kettal-grid-item.selected .hover-container > * {
  display: none !important;
}
body.cms-client-support .kettal-grid-item .hover-container,
body.kettal-grid .kettal-grid-item .hover-container,
body .kettal-grid .kettal-grid-item .hover-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 27px;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px) {
  body.cms-client-support .kettal-grid-item .hover-container,
  body.kettal-grid .kettal-grid-item .hover-container,
  body .kettal-grid .kettal-grid-item .hover-container {
    padding: 15px;
  }
  body.cms-client-support .kettal-grid-item .hover-container:not(.is-project),
  body.kettal-grid .kettal-grid-item .hover-container:not(.is-project),
  body .kettal-grid .kettal-grid-item .hover-container:not(.is-project) {
    display: flex;
  }
}
@media screen and (max-width: 1366px) {
  body.cms-client-support .kettal-grid-item .hover-container .underline-hover,
  body.kettal-grid .kettal-grid-item .hover-container .underline-hover,
  body .kettal-grid .kettal-grid-item .hover-container .underline-hover {
    display: none;
  }
}
body.cms-client-support .kettal-grid-item .hover-container .underline-hover:hover,
body.kettal-grid .kettal-grid-item .hover-container .underline-hover:hover,
body .kettal-grid .kettal-grid-item .hover-container .underline-hover:hover {
  text-decoration: underline !important;
}
body.cms-client-support .kettal-grid-item .hover-container.active,
body.kettal-grid .kettal-grid-item .hover-container.active,
body .kettal-grid .kettal-grid-item .hover-container.active {
  display: flex;
  z-index: 2;
  border: 2px solid #000;
}
body.cms-client-support .kettal-grid-item .hover-container.active:hover,
body.kettal-grid .kettal-grid-item .hover-container.active:hover,
body .kettal-grid .kettal-grid-item .hover-container.active:hover {
  cursor: initial;
}
body.cms-client-support .kettal-grid-item .hover-container.active:hover .hover-container,
body.kettal-grid .kettal-grid-item .hover-container.active:hover .hover-container,
body .kettal-grid .kettal-grid-item .hover-container.active:hover .hover-container {
  background-color: inherit;
}
body.cms-client-support .kettal-grid-item .hover-container.active > *,
body.kettal-grid .kettal-grid-item .hover-container.active > *,
body .kettal-grid .kettal-grid-item .hover-container.active > * {
  display: none !important;
}
body.cms-client-support .kettal-grid-item .hover-container.no-padding,
body.kettal-grid .kettal-grid-item .hover-container.no-padding,
body .kettal-grid .kettal-grid-item .hover-container.no-padding {
  padding: 0 !important;
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content,
body.kettal-grid .kettal-grid-item .hover-container .hover-content,
body .kettal-grid .kettal-grid-item .hover-container .hover-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item {
  position: absolute;
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.upper-left,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-left,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-left {
  top: 0;
  left: 0;
}
@media screen and (max-width: 375px) {
  body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.upper-left,
  body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-left,
  body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-left {
    width: 85%;
  }
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.upper-center,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-center,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.upper-right,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-right,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.upper-right {
  top: 0;
  right: 0;
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.mid-left,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-left,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.mid-center,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-center,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.mid-right,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-right,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.mid-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.bottom-left,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-left,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-left {
  bottom: 0;
  left: 0;
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.bottom-center,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-center,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.cms-client-support .kettal-grid-item .hover-container .hover-content .hover-item.bottom-right,
body.kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-right,
body .kettal-grid .kettal-grid-item .hover-container .hover-content .hover-item.bottom-right {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1920px) {
  body.category-projects .kettal-grid-item:not(.filter),
  body.blog-index-index .kettal-grid-item:not(.filter) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.loading-mask {
  position: fixed !important;
}
.loading-mask .loader > img {
  float: inherit !important;
  width: auto !important;
  height: auto !important;
}
#checkout-loader {
  display: none !important;
}
body {
  background: #fff8f2 0% 0% no-repeat padding-box;
}
body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}
body ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body iframe {
  border: none;
}
body .products {
  margin: 0 !important;
}
body .price-container .price {
  font-size: inherit;
}
.bold {
  font-weight: bold !important;
}
p {
  margin: 0;
}
.close-button-icon {
  background-image: url(/media/kettal/close_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.webshop .red-asterisk .placeholder-simulation,
body.btb .red-asterisk .placeholder-simulation {
  font: normal 12.5px/16.8px Beatrice Regular !important;
}
body.webshop .red-asterisk .placeholder-simulation.focused,
body.btb .red-asterisk .placeholder-simulation.focused {
  font-size: 10px !important;
}
body.webshop .red-asterisk .placeholder-simulation + input,
body.btb .red-asterisk .placeholder-simulation + input {
  font: normal 12.5px/16.8px Beatrice Regular !important;
}
.red-asterisk {
  position: relative;
}
.red-asterisk .placeholder-simulation {
  position: absolute;
  top: 10px;
  display: none;
  pointer-events: none;
}
.red-asterisk .placeholder-simulation.focused {
  top: -10px;
  color: grey;
  font-size: 10px;
  display: initial;
}
.red-asterisk .placeholder-simulation.focused .star {
  color: grey;
}
.red-asterisk .placeholder-simulation + input {
  box-shadow: inherit;
}
.red-asterisk .star {
  color: black;
  margin-left: -3px;
}
.red-asterisk-select .placeholder-simulation label {
  opacity: 0;
}
.red-asterisk-select .placeholder-simulation + input:focus {
  box-shadow: inherit;
}
.simple-red-asterisk {
  color: red;
}
.simple-red-asterisk.margin-left {
  margin-left: 5px;
}
.text-overflow {
  max-height: 70%;
  overflow-y: auto;
}
body:not(.cms-index-index) .resp-container-iframe {
  padding-top: 56.25%;
}
.resp-container-iframe {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: black;
  max-height: inherit;
}
.resp-container-iframe.transparent-background {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .resp-container-iframe.scale-1-8 {
    transform: scale(1.8);
  }
}
.resp-container-iframe .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-display {
  display: none !important;
}
.square-fix-container {
  position: relative;
  width: 100%;
  max-height: inherit;
}
@media screen and (max-width: 1280px) {
  .square-fix-container {
    max-height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .square-fix-container {
    max-height: 100vw;
  }
}
@media screen and (max-width: 375px) {
  .square-fix-container {
    max-height: 100vw;
  }
}
.square-fix-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-fix-height-container {
  height: inherit;
}
@media screen and (max-width: 1280px) {
  .square-fix-height-container {
    height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .square-fix-height-container {
    height: 100vw;
  }
}
@media screen and (max-width: 375px) {
  .square-fix-height-container {
    height: 100vw;
  }
}
.max-height-inherit {
  max-height: inherit !important;
}
.no-visibility {
  visibility: hidden;
}
.square-fix-box {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
a.link {
  color: #000;
}
a.link:hover,
a.link:active,
a.link:visited {
  color: #000;
}
a {
  color: #000;
}
a:hover,
a:active,
a:visited {
  color: #000;
}
.white-text {
  color: #FFF;
}
.white-text title,
.white-text span,
.white-text a.link,
.white-text a {
  color: #FFF;
}
.zindex5 {
  z-index: 5;
}
.zindex99 {
  z-index: 99;
}
.scroll {
  overflow: auto;
}
.absolute-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.padding-box {
  padding: 25px 28px;
}
.flexcolumn {
  display: flex;
  flex-direction: column;
}
.flexrow {
  display: flex;
}
.image-adaptative {
  float: left;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .image-adaptative {
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  text-decoration: underline;
}
.text-underline {
  text-decoration: underline;
}
.letter-spacing-0 {
  letter-spacing: 0px;
}
.title {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (min-width: 375px) {
  .title {
    font: normal 32px/35px Sang Bleu Kingdom Light;
  }
}
@media screen and (min-width: 1024px) {
  .title {
    font: normal 45px/49px Sang Bleu Kingdom Light;
  }
}
@media screen and (min-width: 1280px) {
  .title {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (min-width: 1440px) {
  .title {
    font: normal 60px/75px Sang Bleu Kingdom Light;
  }
}
.title.t45 {
  font: lighter 45px/49px Sang Bleu Kingdom Light;
}
.text {
  font: normal 16px/26px Beatrice Regular;
}
.text.t12 {
  font: normal 12px/21px Beatrice Regular;
}
.text.t8 {
  font: normal 8px/14px Beatrice Regular;
}
.text.t16 {
  font: normal 16px/24px Beatrice Regular;
}
.text.t10 {
  font: normal 10px/15px Beatrice Regular;
}
.text.t17 {
  font: normal 17px/26px Beatrice Regular;
}
.text.t13 {
  font: normal 13px/20px Beatrice Regular;
}
.text.t16-39 {
  font: normal 16px/39px Beatrice Regular;
}
.text.t16-27 {
  font: normal 16px/27px Beatrice Regular;
}
.text.t20 {
  font: normal 20px/45px Beatrice Regular;
}
.text.t60 {
  font: 300 60px/75px Sang Bleu Kingdom Light;
}
.default-text {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .default-text {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .default-text {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  .default-text {
    font: normal 12px/20px Beatrice Regular;
  }
}
.default-show-font {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .default-show-font {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .default-show-font {
    font: normal 16px/46px Beatrice Regular;
  }
}
@media screen and (max-width: 375px) {
  .default-show-font {
    font: normal 15px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  #maincontent {
    padding: 0;
  }
  #maincontent .columns {
    padding-top: 0;
  }
}
#maincontent .kettal-message-field {
  background: inherit;
}
#maincontent .container .container-info {
  background-color: #E3DDD6;
}
#maincontent .container .container-video {
  display: block;
}
#maincontent .container .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #maincontent .container .box {
    max-height: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .container .box {
    max-height: inherit;
  }
}
#maincontent .container .box .box-item {
  position: absolute;
  padding: 25px 28px;
}
#maincontent .container .box .box-item.upper-left {
  top: 0;
  left: 0;
}
#maincontent .container .box .box-item.upper-center {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#maincontent .container .box .box-item.upper-right {
  top: 0;
  right: 0;
}
#maincontent .container .box .box-item.mid-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#maincontent .container .box .box-item.mid-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: auto;
  max-height: 75vw;
}
#maincontent .container .box .box-item.mid-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#maincontent .container .box .box-item.bottom-left {
  bottom: 0;
  left: 0;
}
#maincontent .container .box .box-item.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#maincontent .container .box .box-item.bottom-center a {
  width: 168px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
#maincontent .container .box .box-item.bottom-center a:hover {
  text-decoration: none;
  background-color: #FFF8F233;
}
@media screen and (min-width: 768px) {
  #maincontent .container .box .box-item.bottom-center a {
    width: 198px;
  }
}
@media screen and (min-width: 1280px) {
  #maincontent .container .box .box-item.bottom-center a {
    width: 224px;
  }
}
@media screen and (min-width: 1920px) {
  #maincontent .container .box .box-item.bottom-center a {
    width: 288px;
    height: 56px;
  }
}
#maincontent .container .box .box-item.bottom-right {
  bottom: 0;
  right: 0;
}
#maincontent .container .col-12 .title,
#maincontent .container .one-rail .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
#maincontent .container .col-6 img,
#maincontent .container .two-rails img,
#maincontent .container .col-6 object,
#maincontent .container .two-rails object,
#maincontent .container .col-6 video,
#maincontent .container .two-rails video,
#maincontent .container .col-6 embed,
#maincontent .container .two-rails embed {
  display: block;
}
.page-footer .content .newsletter {
  padding: 29px 0 0 39px;
}
@media screen and (max-width: 1280px) {
  .page-footer .content .newsletter {
    padding: 22px 0 0 35px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer .content .newsletter {
    padding: 25px 0 0 25px;
  }
}
@media screen and (max-width: 375px) {
  .page-footer .content .newsletter {
    padding: 20px 0 0 20px;
  }
}
.page-footer .content .newsletter .newsletter-wrapper .title {
  display: block;
}
@media screen and (min-width: 320px) {
  .page-footer .content .newsletter .newsletter-wrapper .title {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .content .newsletter .newsletter-wrapper .title {
    width: 269px;
  }
}
@media screen and (min-width: 1024px) {
  .page-footer .content .newsletter .newsletter-wrapper .title {
    width: 331px;
  }
}
@media screen and (min-width: 1440px) {
  .page-footer .content .newsletter .newsletter-wrapper .title {
    width: 496px;
  }
}
.page-footer .content .newsletter .newsletter-wrapper .content {
  float: inherit;
  padding-left: 0;
  margin-top: 20px;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 375px) {
  .page-footer .content .newsletter .newsletter-wrapper .content .subscribe {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .page-footer .content .newsletter .newsletter-wrapper .content .subscribe {
    width: 269px;
  }
}
@media screen and (min-width: 1024px) {
  .page-footer .content .newsletter .newsletter-wrapper .content .subscribe {
    width: 331px;
  }
}
@media screen and (min-width: 1440px) {
  .page-footer .content .newsletter .newsletter-wrapper .content .subscribe {
    width: 496px;
  }
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.newsletter {
  width: 100%;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.newsletter .control:before {
  content: '';
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.newsletter .control .input-email {
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
  padding: 0 9px;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.newsletter .control .input-email:focus {
  box-shadow: inherit;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.terms {
  margin-top: 40px;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.terms .input-terms {
  margin: 0;
  margin-top: 2px;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.terms .checkbox-simulator {
  top: 0;
  aspect-ratio: 1;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .field.terms input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator {
  background-color: black;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .recaptcha-terms {
  color: #727170;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .recaptcha-terms a,
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .recaptcha-terms a:hover,
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .recaptcha-terms a:active,
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .recaptcha-terms a:visited {
  color: #727170;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions {
  width: auto;
  margin-top: 15.78px;
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions .primary {
  background: transparent;
  border: none;
  color: black;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions .primary {
    font-size: 12px;
  }
}
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions .primary:hover,
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions .primary:active,
.page-footer .content .newsletter .newsletter-wrapper .content .subscribe .actions .primary:visited {
  background: transparent;
  border: none;
  color: black;
  text-decoration: underline;
}
.page-footer .content .links > .widget {
  width: 100%;
  float: left;
  margin-top: 32px;
}
@media screen and (min-width: 375px) {
  .page-footer .content .links > .widget {
    margin-top: 0;
    box-sizing: border-box;
    padding: 0 25px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .page-footer .content .links > .widget {
    margin-top: 40px;
  }
}
.page-footer .content .links > .widget .footer.links .item .widget {
  float: inherit;
  display: block;
}
.page-footer .content .backtotop-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: inherit;
}
@media screen and (min-width: 1280px) {
  .page-footer .content .backtotop-wrapper {
    display: inherit;
  }
}
.page-footer .content .backtotop-wrapper .backtotop {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}
.page-footer .content .backtotop-wrapper .backtotop .arrow {
  width: 53px;
  height: 55px;
  background-position: center;
  background-image: url('/media/kettal/next.svg');
  transform: rotate(-90deg);
}
@media screen and (max-width: 1368px) {
  .page-footer .content .backtotop-wrapper .backtotop .arrow {
    margin-bottom: 11px;
  }
}
.copyright {
  background: #fff8f2 0% 0% no-repeat padding-box;
  color: #212427;
  text-align: right;
}
@media screen and (min-width: 375px) {
  .copyright {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .copyright {
    display: inherit;
  }
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper .nav-sections-desktop {
  max-width: 1440px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper .nav-sections-desktop .responsive-menu-logo {
  top: 70px !important;
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper .nav-sections-desktop-search {
  max-width: 1440px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper .nav-sections-desktop-search .responsive-menu-logo {
  top: 190px !important;
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .page-wrapper .kettal-header-content {
  max-width: 1440px;
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .post-bottom {
  max-width: 1440px;
  margin: 0 auto;
}
body:not(.cms-index-index):not(.cms-molo_configurator_es):not(.cms-molo_configurator_en):not(.cms-molo_configurator_de):not(.cms-molo_configurator_it):not(.cms-molo_configurator_fr):not(.cms-boma_configurator_es):not(.cms-boma_configurator_en):not(.cms-boma_configurator_de):not(.cms-boma_configurator_it):not(.cms-boma_configurator_fr):not(.cms-paviliono_configurator_es):not(.cms-paviliono_configurator_en):not(.cms-paviliono_configurator_de):not(.cms-paviliono_configurator_it):not(.cms-paviliono_configurator_fr):not(.planner-index-index):not(.new-catalog-product-view):not(.designer-page-view):not(.collections-index-index):not(.designers-index-index):not(.collection-page-view):not(.catalog-category-view):not(.blog-index-index):not(.blog-post-view):not(.cms-our-materials):not(.cms-general-guarantee):not(.cms-know-more-about-materials):not(.cms-know-more-about-fabrics):not(.cms-know-more-about-paints):not(.cms-client-support):not(.catalogsearch-result-index):not(.amlocator-index-index):not(.cms-flag-stores):not(.customer-account-create):not(.customer-account-login):not(.section-press-index):not(.section-press-view):not(.section-press-view) .post-bottom .post-list-wrapper .post-list {
  display: flex;
  flex-wrap: wrap;
}
.kt-row {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.kt-row.no-wrap {
  flex-wrap: nowrap;
}
.kt-text-ellipsis {
  max-width: 600px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (min-width: 1920px) {
  .kt-text-ellipsis {
    max-width: 380px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-text-ellipsis {
    -webkit-line-clamp: 3;
  }
}
.kt-text-ellipsis p {
  display: inline;
}
.desktop-display {
  display: grid;
}
@media screen and (min-width: 1367px) {
  .desktop-display {
    display: none;
  }
}
.kt-box {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 1;
}
.kt-box.full-width {
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  aspect-ratio: 2;
}
@media screen and (max-width: 767px) {
  .kt-box.full-width {
    aspect-ratio: 1;
  }
}
.kt-box.aspect-ratio-2-08 {
  aspect-ratio: 2.5;
}
.kt-box.no-aspect-ratio {
  aspect-ratio: auto;
}
.kt-box.no-min {
  min-width: 0 !important;
  min-height: 0 !important;
}
.kt-box .kt-box-item {
  display: grid;
  position: relative;
  overflow: inherit;
}
.kt-box .kt-box-item.space-between {
  align-content: space-between;
  text-decoration: none !important;
}
.kt-box .kt-box-item.space-between.underline {
  text-decoration: underline !important;
}
.kt-box .kt-box-item.overflow-hidden {
  overflow: hidden;
}
.kt-box .kt-box-item.overflow-auto {
  overflow: auto;
}
.kt-box .kt-box-item.absolute {
  position: absolute;
}
.kt-box .kt-box-item.button a {
  width: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.button a {
    width: 198px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.button a {
    width: 224px;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.button a {
    width: 288px;
  }
}
.kt-box .kt-box-item.align-top {
  align-self: start;
}
.kt-box .kt-box-item.align-center {
  align-self: center;
}
.kt-box .kt-box-item.align-bottom {
  align-self: end;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.align-md-top {
    align-self: start;
  }
  .kt-box .kt-box-item.align-md-center {
    align-self: center;
  }
  .kt-box .kt-box-item.align-md-bottom {
    align-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.align-kt-top {
    align-self: start;
  }
  .kt-box .kt-box-item.align-kt-center {
    align-self: center;
  }
  .kt-box .kt-box-item.align-kt-bottom {
    align-self: end;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.align-xl-top {
    align-self: start;
  }
  .kt-box .kt-box-item.align-xl-center {
    align-self: center;
  }
  .kt-box .kt-box-item.align-xl-bottom {
    align-self: end;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.align-xxl-top {
    align-self: start;
  }
  .kt-box .kt-box-item.align-xxl-center {
    align-self: center;
  }
  .kt-box .kt-box-item.align-xxl-bottom {
    align-self: end;
  }
}
.kt-box .kt-box-item.justify-start {
  justify-self: start;
}
.kt-box .kt-box-item.justify-center {
  justify-self: center;
}
.kt-box .kt-box-item.justify-end {
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.justify-md-start {
    justify-self: start;
  }
  .kt-box .kt-box-item.justify-md-center {
    justify-self: center;
  }
  .kt-box .kt-box-item.justify-md-end {
    justify-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.justify-kt-start {
    justify-self: start;
  }
  .kt-box .kt-box-item.justify-kt-center {
    justify-self: center;
  }
  .kt-box .kt-box-item.justify-kt-end {
    justify-self: end;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.justify-xl-start {
    justify-self: start;
  }
  .kt-box .kt-box-item.justify-xl-center {
    justify-self: center;
  }
  .kt-box .kt-box-item.justify-xl-end {
    justify-self: end;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.justify-xxl-start {
    justify-self: start;
  }
  .kt-box .kt-box-item.justify-xxl-center {
    justify-self: center;
  }
  .kt-box .kt-box-item.justify-xxl-end {
    justify-self: end;
  }
}
.kt-box .kt-box-item.coln-start-1 {
  grid-column-start: 1;
}
.kt-box .kt-box-item.coln-start-2 {
  grid-column-start: 2;
}
.kt-box .kt-box-item.coln-start-3 {
  grid-column-start: 3;
}
.kt-box .kt-box-item.coln-start-4 {
  grid-column-start: 4;
}
.kt-box .kt-box-item.coln-start-5 {
  grid-column-start: 5;
}
.kt-box .kt-box-item.coln-start-6 {
  grid-column-start: 6;
}
.kt-box .kt-box-item.coln-start-7 {
  grid-column-start: 7;
}
.kt-box .kt-box-item.coln-start-8 {
  grid-column-start: 8;
}
.kt-box .kt-box-item.coln-start-9 {
  grid-column-start: 9;
}
.kt-box .kt-box-item.coln-start-10 {
  grid-column-start: 10;
}
.kt-box .kt-box-item.coln-start-11 {
  grid-column-start: 11;
}
.kt-box .kt-box-item.coln-start-12 {
  grid-column-start: 12;
}
.kt-box .kt-box-item.coln-start-13 {
  grid-column-start: 13;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.coln-md-start-1 {
    grid-column-start: 1;
  }
  .kt-box .kt-box-item.coln-md-start-2 {
    grid-column-start: 2;
  }
  .kt-box .kt-box-item.coln-md-start-3 {
    grid-column-start: 3;
  }
  .kt-box .kt-box-item.coln-md-start-4 {
    grid-column-start: 4;
  }
  .kt-box .kt-box-item.coln-md-start-5 {
    grid-column-start: 5;
  }
  .kt-box .kt-box-item.coln-md-start-6 {
    grid-column-start: 6;
  }
  .kt-box .kt-box-item.coln-md-start-7 {
    grid-column-start: 7;
  }
  .kt-box .kt-box-item.coln-md-start-8 {
    grid-column-start: 8;
  }
  .kt-box .kt-box-item.coln-md-start-9 {
    grid-column-start: 9;
  }
  .kt-box .kt-box-item.coln-md-start-10 {
    grid-column-start: 10;
  }
  .kt-box .kt-box-item.coln-md-start-11 {
    grid-column-start: 11;
  }
  .kt-box .kt-box-item.coln-md-start-12 {
    grid-column-start: 12;
  }
  .kt-box .kt-box-item.coln-md-start-13 {
    grid-column-start: 13;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.coln-kt-start-1 {
    grid-column-start: 1;
  }
  .kt-box .kt-box-item.coln-kt-start-2 {
    grid-column-start: 2;
  }
  .kt-box .kt-box-item.coln-kt-start-3 {
    grid-column-start: 3;
  }
  .kt-box .kt-box-item.coln-kt-start-4 {
    grid-column-start: 4;
  }
  .kt-box .kt-box-item.coln-kt-start-5 {
    grid-column-start: 5;
  }
  .kt-box .kt-box-item.coln-kt-start-6 {
    grid-column-start: 6;
  }
  .kt-box .kt-box-item.coln-kt-start-7 {
    grid-column-start: 7;
  }
  .kt-box .kt-box-item.coln-kt-start-8 {
    grid-column-start: 8;
  }
  .kt-box .kt-box-item.coln-kt-start-9 {
    grid-column-start: 9;
  }
  .kt-box .kt-box-item.coln-kt-start-10 {
    grid-column-start: 10;
  }
  .kt-box .kt-box-item.coln-kt-start-11 {
    grid-column-start: 11;
  }
  .kt-box .kt-box-item.coln-kt-start-12 {
    grid-column-start: 12;
  }
  .kt-box .kt-box-item.coln-kt-start-13 {
    grid-column-start: 13;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.coln-xl-start-1 {
    grid-column-start: 1;
  }
  .kt-box .kt-box-item.coln-xl-start-2 {
    grid-column-start: 2;
  }
  .kt-box .kt-box-item.coln-xl-start-3 {
    grid-column-start: 3;
  }
  .kt-box .kt-box-item.coln-xl-start-4 {
    grid-column-start: 4;
  }
  .kt-box .kt-box-item.coln-xl-start-5 {
    grid-column-start: 5;
  }
  .kt-box .kt-box-item.coln-xl-start-6 {
    grid-column-start: 6;
  }
  .kt-box .kt-box-item.coln-xl-start-7 {
    grid-column-start: 7;
  }
  .kt-box .kt-box-item.coln-xl-start-8 {
    grid-column-start: 8;
  }
  .kt-box .kt-box-item.coln-xl-start-9 {
    grid-column-start: 9;
  }
  .kt-box .kt-box-item.coln-xl-start-10 {
    grid-column-start: 10;
  }
  .kt-box .kt-box-item.coln-xl-start-11 {
    grid-column-start: 11;
  }
  .kt-box .kt-box-item.coln-xl-start-12 {
    grid-column-start: 12;
  }
  .kt-box .kt-box-item.coln-xl-start-13 {
    grid-column-start: 13;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.coln-xxl-start-1 {
    grid-column-start: 1;
  }
  .kt-box .kt-box-item.coln-xxl-start-2 {
    grid-column-start: 2;
  }
  .kt-box .kt-box-item.coln-xxl-start-3 {
    grid-column-start: 3;
  }
  .kt-box .kt-box-item.coln-xxl-start-4 {
    grid-column-start: 4;
  }
  .kt-box .kt-box-item.coln-xxl-start-5 {
    grid-column-start: 5;
  }
  .kt-box .kt-box-item.coln-xxl-start-6 {
    grid-column-start: 6;
  }
  .kt-box .kt-box-item.coln-xxl-start-7 {
    grid-column-start: 7;
  }
  .kt-box .kt-box-item.coln-xxl-start-8 {
    grid-column-start: 8;
  }
  .kt-box .kt-box-item.coln-xxl-start-9 {
    grid-column-start: 9;
  }
  .kt-box .kt-box-item.coln-xxl-start-10 {
    grid-column-start: 10;
  }
  .kt-box .kt-box-item.coln-xxl-start-11 {
    grid-column-start: 11;
  }
  .kt-box .kt-box-item.coln-xxl-start-12 {
    grid-column-start: 12;
  }
  .kt-box .kt-box-item.coln-xxl-start-13 {
    grid-column-start: 13;
  }
}
.kt-box .kt-box-item.coln-end-1 {
  grid-column-end: 1;
}
.kt-box .kt-box-item.coln-end-2 {
  grid-column-end: 2;
}
.kt-box .kt-box-item.coln-end-3 {
  grid-column-end: 3;
}
.kt-box .kt-box-item.coln-end-4 {
  grid-column-end: 4;
}
.kt-box .kt-box-item.coln-end-5 {
  grid-column-end: 5;
}
.kt-box .kt-box-item.coln-end-6 {
  grid-column-end: 6;
}
.kt-box .kt-box-item.coln-end-7 {
  grid-column-end: 7;
}
.kt-box .kt-box-item.coln-end-8 {
  grid-column-end: 8;
}
.kt-box .kt-box-item.coln-end-9 {
  grid-column-end: 9;
}
.kt-box .kt-box-item.coln-end-10 {
  grid-column-end: 10;
}
.kt-box .kt-box-item.coln-end-11 {
  grid-column-end: 11;
}
.kt-box .kt-box-item.coln-end-12 {
  grid-column-end: 12;
}
.kt-box .kt-box-item.coln-end-13 {
  grid-column-end: 13;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.coln-md-end-1 {
    grid-column-end: 1;
  }
  .kt-box .kt-box-item.coln-md-end-2 {
    grid-column-end: 2;
  }
  .kt-box .kt-box-item.coln-md-end-3 {
    grid-column-end: 3;
  }
  .kt-box .kt-box-item.coln-md-end-4 {
    grid-column-end: 4;
  }
  .kt-box .kt-box-item.coln-md-end-5 {
    grid-column-end: 5;
  }
  .kt-box .kt-box-item.coln-md-end-6 {
    grid-column-end: 6;
  }
  .kt-box .kt-box-item.coln-md-end-7 {
    grid-column-end: 7;
  }
  .kt-box .kt-box-item.coln-md-end-8 {
    grid-column-end: 8;
  }
  .kt-box .kt-box-item.coln-md-end-9 {
    grid-column-end: 9;
  }
  .kt-box .kt-box-item.coln-md-end-10 {
    grid-column-end: 10;
  }
  .kt-box .kt-box-item.coln-md-end-11 {
    grid-column-end: 11;
  }
  .kt-box .kt-box-item.coln-md-end-12 {
    grid-column-end: 12;
  }
  .kt-box .kt-box-item.coln-md-end-13 {
    grid-column-end: 13;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.coln-kt-end-1 {
    grid-column-end: 1;
  }
  .kt-box .kt-box-item.coln-kt-end-2 {
    grid-column-end: 2;
  }
  .kt-box .kt-box-item.coln-kt-end-3 {
    grid-column-end: 3;
  }
  .kt-box .kt-box-item.coln-kt-end-4 {
    grid-column-end: 4;
  }
  .kt-box .kt-box-item.coln-kt-end-5 {
    grid-column-end: 5;
  }
  .kt-box .kt-box-item.coln-kt-end-6 {
    grid-column-end: 6;
  }
  .kt-box .kt-box-item.coln-kt-end-7 {
    grid-column-end: 7;
  }
  .kt-box .kt-box-item.coln-kt-end-8 {
    grid-column-end: 8;
  }
  .kt-box .kt-box-item.coln-kt-end-9 {
    grid-column-end: 9;
  }
  .kt-box .kt-box-item.coln-kt-end-10 {
    grid-column-end: 10;
  }
  .kt-box .kt-box-item.coln-kt-end-11 {
    grid-column-end: 11;
  }
  .kt-box .kt-box-item.coln-kt-end-12 {
    grid-column-end: 12;
  }
  .kt-box .kt-box-item.coln-kt-end-13 {
    grid-column-end: 13;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.coln-xl-end-1 {
    grid-column-end: 1;
  }
  .kt-box .kt-box-item.coln-xl-end-2 {
    grid-column-end: 2;
  }
  .kt-box .kt-box-item.coln-xl-end-3 {
    grid-column-end: 3;
  }
  .kt-box .kt-box-item.coln-xl-end-4 {
    grid-column-end: 4;
  }
  .kt-box .kt-box-item.coln-xl-end-5 {
    grid-column-end: 5;
  }
  .kt-box .kt-box-item.coln-xl-end-6 {
    grid-column-end: 6;
  }
  .kt-box .kt-box-item.coln-xl-end-7 {
    grid-column-end: 7;
  }
  .kt-box .kt-box-item.coln-xl-end-8 {
    grid-column-end: 8;
  }
  .kt-box .kt-box-item.coln-xl-end-9 {
    grid-column-end: 9;
  }
  .kt-box .kt-box-item.coln-xl-end-10 {
    grid-column-end: 10;
  }
  .kt-box .kt-box-item.coln-xl-end-11 {
    grid-column-end: 11;
  }
  .kt-box .kt-box-item.coln-xl-end-12 {
    grid-column-end: 12;
  }
  .kt-box .kt-box-item.coln-xl-end-13 {
    grid-column-end: 13;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.coln-xxl-end-1 {
    grid-column-end: 1;
  }
  .kt-box .kt-box-item.coln-xxl-end-2 {
    grid-column-end: 2;
  }
  .kt-box .kt-box-item.coln-xxl-end-3 {
    grid-column-end: 3;
  }
  .kt-box .kt-box-item.coln-xxl-end-4 {
    grid-column-end: 4;
  }
  .kt-box .kt-box-item.coln-xxl-end-5 {
    grid-column-end: 5;
  }
  .kt-box .kt-box-item.coln-xxl-end-6 {
    grid-column-end: 6;
  }
  .kt-box .kt-box-item.coln-xxl-end-7 {
    grid-column-end: 7;
  }
  .kt-box .kt-box-item.coln-xxl-end-8 {
    grid-column-end: 8;
  }
  .kt-box .kt-box-item.coln-xxl-end-9 {
    grid-column-end: 9;
  }
  .kt-box .kt-box-item.coln-xxl-end-10 {
    grid-column-end: 10;
  }
  .kt-box .kt-box-item.coln-xxl-end-11 {
    grid-column-end: 11;
  }
  .kt-box .kt-box-item.coln-xxl-end-12 {
    grid-column-end: 12;
  }
  .kt-box .kt-box-item.coln-xxl-end-13 {
    grid-column-end: 13;
  }
}
.kt-box .kt-box-item.row-start-1 {
  grid-row-start: 1;
}
.kt-box .kt-box-item.row-start-2 {
  grid-row-start: 2;
}
.kt-box .kt-box-item.row-start-3 {
  grid-row-start: 3;
}
.kt-box .kt-box-item.row-start-4 {
  grid-row-start: 4;
}
.kt-box .kt-box-item.row-start-5 {
  grid-row-start: 5;
}
.kt-box .kt-box-item.row-start-6 {
  grid-row-start: 6;
}
.kt-box .kt-box-item.row-start-7 {
  grid-row-start: 7;
}
.kt-box .kt-box-item.row-start-8 {
  grid-row-start: 8;
}
.kt-box .kt-box-item.row-start-9 {
  grid-row-start: 9;
}
.kt-box .kt-box-item.row-start-10 {
  grid-row-start: 10;
}
.kt-box .kt-box-item.row-start-11 {
  grid-row-start: 11;
}
.kt-box .kt-box-item.row-start-12 {
  grid-row-start: 12;
}
.kt-box .kt-box-item.row-start-13 {
  grid-row-start: 13;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.row-md-start-1 {
    grid-row-start: 1;
  }
  .kt-box .kt-box-item.row-md-start-2 {
    grid-row-start: 2;
  }
  .kt-box .kt-box-item.row-md-start-3 {
    grid-row-start: 3;
  }
  .kt-box .kt-box-item.row-md-start-4 {
    grid-row-start: 4;
  }
  .kt-box .kt-box-item.row-md-start-5 {
    grid-row-start: 5;
  }
  .kt-box .kt-box-item.row-md-start-6 {
    grid-row-start: 6;
  }
  .kt-box .kt-box-item.row-md-start-7 {
    grid-row-start: 7;
  }
  .kt-box .kt-box-item.row-md-start-8 {
    grid-row-start: 8;
  }
  .kt-box .kt-box-item.row-md-start-9 {
    grid-row-start: 9;
  }
  .kt-box .kt-box-item.row-md-start-10 {
    grid-row-start: 10;
  }
  .kt-box .kt-box-item.row-md-start-11 {
    grid-row-start: 11;
  }
  .kt-box .kt-box-item.row-md-start-12 {
    grid-row-start: 12;
  }
  .kt-box .kt-box-item.row-md-start-13 {
    grid-row-start: 13;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.row-kt-start-1 {
    grid-row-start: 1;
  }
  .kt-box .kt-box-item.row-kt-start-2 {
    grid-row-start: 2;
  }
  .kt-box .kt-box-item.row-kt-start-3 {
    grid-row-start: 3;
  }
  .kt-box .kt-box-item.row-kt-start-4 {
    grid-row-start: 4;
  }
  .kt-box .kt-box-item.row-kt-start-5 {
    grid-row-start: 5;
  }
  .kt-box .kt-box-item.row-kt-start-6 {
    grid-row-start: 6;
  }
  .kt-box .kt-box-item.row-kt-start-7 {
    grid-row-start: 7;
  }
  .kt-box .kt-box-item.row-kt-start-8 {
    grid-row-start: 8;
  }
  .kt-box .kt-box-item.row-kt-start-9 {
    grid-row-start: 9;
  }
  .kt-box .kt-box-item.row-kt-start-10 {
    grid-row-start: 10;
  }
  .kt-box .kt-box-item.row-kt-start-11 {
    grid-row-start: 11;
  }
  .kt-box .kt-box-item.row-kt-start-12 {
    grid-row-start: 12;
  }
  .kt-box .kt-box-item.row-kt-start-13 {
    grid-row-start: 13;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.row-xl-start-1 {
    grid-row-start: 1;
  }
  .kt-box .kt-box-item.row-xl-start-2 {
    grid-row-start: 2;
  }
  .kt-box .kt-box-item.row-xl-start-3 {
    grid-row-start: 3;
  }
  .kt-box .kt-box-item.row-xl-start-4 {
    grid-row-start: 4;
  }
  .kt-box .kt-box-item.row-xl-start-5 {
    grid-row-start: 5;
  }
  .kt-box .kt-box-item.row-xl-start-6 {
    grid-row-start: 6;
  }
  .kt-box .kt-box-item.row-xl-start-7 {
    grid-row-start: 7;
  }
  .kt-box .kt-box-item.row-xl-start-8 {
    grid-row-start: 8;
  }
  .kt-box .kt-box-item.row-xl-start-9 {
    grid-row-start: 9;
  }
  .kt-box .kt-box-item.row-xl-start-10 {
    grid-row-start: 10;
  }
  .kt-box .kt-box-item.row-xl-start-11 {
    grid-row-start: 11;
  }
  .kt-box .kt-box-item.row-xl-start-12 {
    grid-row-start: 12;
  }
  .kt-box .kt-box-item.row-xl-start-13 {
    grid-row-start: 13;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.row-xxl-start-1 {
    grid-row-start: 1;
  }
  .kt-box .kt-box-item.row-xxl-start-2 {
    grid-row-start: 2;
  }
  .kt-box .kt-box-item.row-xxl-start-3 {
    grid-row-start: 3;
  }
  .kt-box .kt-box-item.row-xxl-start-4 {
    grid-row-start: 4;
  }
  .kt-box .kt-box-item.row-xxl-start-5 {
    grid-row-start: 5;
  }
  .kt-box .kt-box-item.row-xxl-start-6 {
    grid-row-start: 6;
  }
  .kt-box .kt-box-item.row-xxl-start-7 {
    grid-row-start: 7;
  }
  .kt-box .kt-box-item.row-xxl-start-8 {
    grid-row-start: 8;
  }
  .kt-box .kt-box-item.row-xxl-start-9 {
    grid-row-start: 9;
  }
  .kt-box .kt-box-item.row-xxl-start-10 {
    grid-row-start: 10;
  }
  .kt-box .kt-box-item.row-xxl-start-11 {
    grid-row-start: 11;
  }
  .kt-box .kt-box-item.row-xxl-start-12 {
    grid-row-start: 12;
  }
  .kt-box .kt-box-item.row-xxl-start-13 {
    grid-row-start: 13;
  }
}
.kt-box .kt-box-item.row-end-1 {
  grid-row-end: 1;
}
.kt-box .kt-box-item.row-end-2 {
  grid-row-end: 2;
}
.kt-box .kt-box-item.row-end-3 {
  grid-row-end: 3;
}
.kt-box .kt-box-item.row-end-4 {
  grid-row-end: 4;
}
.kt-box .kt-box-item.row-end-5 {
  grid-row-end: 5;
}
.kt-box .kt-box-item.row-end-6 {
  grid-row-end: 6;
}
.kt-box .kt-box-item.row-end-7 {
  grid-row-end: 7;
}
.kt-box .kt-box-item.row-end-8 {
  grid-row-end: 8;
}
.kt-box .kt-box-item.row-end-9 {
  grid-row-end: 9;
}
.kt-box .kt-box-item.row-end-10 {
  grid-row-end: 10;
}
.kt-box .kt-box-item.row-end-11 {
  grid-row-end: 11;
}
.kt-box .kt-box-item.row-end-12 {
  grid-row-end: 12;
}
.kt-box .kt-box-item.row-end-13 {
  grid-row-end: 13;
}
@media screen and (min-width: 768px) {
  .kt-box .kt-box-item.row-md-end-1 {
    grid-row-end: 1;
  }
  .kt-box .kt-box-item.row-md-end-2 {
    grid-row-end: 2;
  }
  .kt-box .kt-box-item.row-md-end-3 {
    grid-row-end: 3;
  }
  .kt-box .kt-box-item.row-md-end-4 {
    grid-row-end: 4;
  }
  .kt-box .kt-box-item.row-md-end-5 {
    grid-row-end: 5;
  }
  .kt-box .kt-box-item.row-md-end-6 {
    grid-row-end: 6;
  }
  .kt-box .kt-box-item.row-md-end-7 {
    grid-row-end: 7;
  }
  .kt-box .kt-box-item.row-md-end-8 {
    grid-row-end: 8;
  }
  .kt-box .kt-box-item.row-md-end-9 {
    grid-row-end: 9;
  }
  .kt-box .kt-box-item.row-md-end-10 {
    grid-row-end: 10;
  }
  .kt-box .kt-box-item.row-md-end-11 {
    grid-row-end: 11;
  }
  .kt-box .kt-box-item.row-md-end-12 {
    grid-row-end: 12;
  }
  .kt-box .kt-box-item.row-md-end-13 {
    grid-row-end: 13;
  }
}
@media screen and (min-width: 1024px) {
  .kt-box .kt-box-item.row-kt-end-1 {
    grid-row-end: 1;
  }
  .kt-box .kt-box-item.row-kt-end-2 {
    grid-row-end: 2;
  }
  .kt-box .kt-box-item.row-kt-end-3 {
    grid-row-end: 3;
  }
  .kt-box .kt-box-item.row-kt-end-4 {
    grid-row-end: 4;
  }
  .kt-box .kt-box-item.row-kt-end-5 {
    grid-row-end: 5;
  }
  .kt-box .kt-box-item.row-kt-end-6 {
    grid-row-end: 6;
  }
  .kt-box .kt-box-item.row-kt-end-7 {
    grid-row-end: 7;
  }
  .kt-box .kt-box-item.row-kt-end-8 {
    grid-row-end: 8;
  }
  .kt-box .kt-box-item.row-kt-end-9 {
    grid-row-end: 9;
  }
  .kt-box .kt-box-item.row-kt-end-10 {
    grid-row-end: 10;
  }
  .kt-box .kt-box-item.row-kt-end-11 {
    grid-row-end: 11;
  }
  .kt-box .kt-box-item.row-kt-end-12 {
    grid-row-end: 12;
  }
  .kt-box .kt-box-item.row-kt-end-13 {
    grid-row-end: 13;
  }
}
@media screen and (min-width: 1367px) {
  .kt-box .kt-box-item.row-xl-end-1 {
    grid-row-end: 1;
  }
  .kt-box .kt-box-item.row-xl-end-2 {
    grid-row-end: 2;
  }
  .kt-box .kt-box-item.row-xl-end-3 {
    grid-row-end: 3;
  }
  .kt-box .kt-box-item.row-xl-end-4 {
    grid-row-end: 4;
  }
  .kt-box .kt-box-item.row-xl-end-5 {
    grid-row-end: 5;
  }
  .kt-box .kt-box-item.row-xl-end-6 {
    grid-row-end: 6;
  }
  .kt-box .kt-box-item.row-xl-end-7 {
    grid-row-end: 7;
  }
  .kt-box .kt-box-item.row-xl-end-8 {
    grid-row-end: 8;
  }
  .kt-box .kt-box-item.row-xl-end-9 {
    grid-row-end: 9;
  }
  .kt-box .kt-box-item.row-xl-end-10 {
    grid-row-end: 10;
  }
  .kt-box .kt-box-item.row-xl-end-11 {
    grid-row-end: 11;
  }
  .kt-box .kt-box-item.row-xl-end-12 {
    grid-row-end: 12;
  }
  .kt-box .kt-box-item.row-xl-end-13 {
    grid-row-end: 13;
  }
}
@media screen and (min-width: 1920px) {
  .kt-box .kt-box-item.row-xxl-end-1 {
    grid-row-end: 1;
  }
  .kt-box .kt-box-item.row-xxl-end-2 {
    grid-row-end: 2;
  }
  .kt-box .kt-box-item.row-xxl-end-3 {
    grid-row-end: 3;
  }
  .kt-box .kt-box-item.row-xxl-end-4 {
    grid-row-end: 4;
  }
  .kt-box .kt-box-item.row-xxl-end-5 {
    grid-row-end: 5;
  }
  .kt-box .kt-box-item.row-xxl-end-6 {
    grid-row-end: 6;
  }
  .kt-box .kt-box-item.row-xxl-end-7 {
    grid-row-end: 7;
  }
  .kt-box .kt-box-item.row-xxl-end-8 {
    grid-row-end: 8;
  }
  .kt-box .kt-box-item.row-xxl-end-9 {
    grid-row-end: 9;
  }
  .kt-box .kt-box-item.row-xxl-end-10 {
    grid-row-end: 10;
  }
  .kt-box .kt-box-item.row-xxl-end-11 {
    grid-row-end: 11;
  }
  .kt-box .kt-box-item.row-xxl-end-12 {
    grid-row-end: 12;
  }
  .kt-box .kt-box-item.row-xxl-end-13 {
    grid-row-end: 13;
  }
}
.kt-padding {
  padding: 19px 25px !important;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .kt-padding {
    padding: 19px 25px !important;
  }
}
@media screen and (min-width: 1024px) {
  .kt-padding {
    padding: 19px 25px !important;
  }
}
@media screen and (min-width: 1367px) {
  .kt-padding {
    padding: 19px 25px !important;
  }
}
@media screen and (min-width: 1920px) {
  .kt-padding {
    padding: 32px 36px !important;
  }
}
.kt-padding-right {
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .kt-padding-right {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .kt-padding-right {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-padding-right {
    padding-right: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .kt-padding-right {
    padding-right: 36px;
  }
}
.kt-margin-right {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .kt-margin-right {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .kt-margin-right {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-margin-right {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .kt-margin-right {
    margin-right: 36px;
  }
}
.kt-padding-left {
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .kt-padding-left {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .kt-padding-left {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-padding-left {
    padding-left: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .kt-padding-left {
    padding-left: 36px;
  }
}
.kt-margin-left {
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .kt-margin-left {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .kt-margin-left {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1367px) {
  .kt-margin-left {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .kt-margin-left {
    margin-left: 36px;
  }
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .no-padding-top-md {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-padding-top-kt {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1367px) {
  .no-padding-top-xl {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1920px) {
  .no-padding-top-xxl {
    padding-top: 0 !important;
  }
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
@media screen and (min-width: 768px) {
  .no-padding-left-md {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-padding-left-kt {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1367px) {
  .no-padding-left-xl {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1920px) {
  .no-padding-left-xxl {
    padding-left: 0 !important;
  }
}
.kt-image-adaptative {
  float: left;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.kt-image-adaptative.full-background {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .kt-image-adaptative.full-background.ratio-1-1 {
    float: none;
    max-height: none;
    max-width: none;
    position: relative;
  }
}
.cms-img-ratio-1-1 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-img-ratio-1-1 {
    object-fit: cover;
    aspect-ratio: 1;
  }
}
.kt-aspect-ratio-2-1 {
  aspect-ratio: 2 !important;
}
.text-underline {
  text-decoration: underline;
}
.text-underline.underline-white {
  text-decoration-color: white;
}
.text-no-decoration {
  text-decoration: none !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.letter-spacing-0 {
  letter-spacing: 0px;
}
.kt-pointer {
  cursor: pointer;
}
.kt-text-align-left {
  text-align: left !important;
}
.kt-text-align-center {
  text-align: center;
}
.kt-text-align-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .kt-text-align-md-left {
    text-align: left;
  }
  .kt-text-align-md-center {
    text-align: center;
  }
  .kt-text-align-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .kt-text-align-kt-left {
    text-align: left;
  }
  .kt-text-align-kt-center {
    text-align: center;
  }
  .kt-text-align-kt-right {
    text-align: right;
  }
}
@media screen and (min-width: 1367px) {
  .kt-text-align-xl-left {
    text-align: left;
  }
  .kt-text-align-xl-center {
    text-align: center;
  }
  .kt-text-align-xl-right {
    text-align: right;
  }
}
@media screen and (min-width: 1920px) {
  .kt-text-align-xxl-left {
    text-align: left;
  }
  .kt-text-align-xxl-center {
    text-align: center;
  }
  .kt-text-align-xxl-right {
    text-align: right;
  }
}
.kt-uppercase {
  text-transform: uppercase;
}
.read-more-content {
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
.read-more-content .readMoreBtn {
  display: block;
  margin-top: 12px;
}
.flexcolumn {
  display: flex !important;
  flex-direction: column;
}
.flexrow {
  display: flex !important;
}
.flex-direction-row {
  flex-direction: row !important;
}
.flex-direction-column {
  flex-direction: column !important;
}
.flex-align-content-center {
  align-content: center !important;
}
.flex-align-content-flex-start {
  align-content: flex-start !important;
}
.flex-align-content-flex-end {
  align-content: flex-end !important;
}
.flex-align-content-space-between {
  align-content: space-between !important;
}
.flex-justify-content-center {
  justify-content: center !important;
}
.flex-justify-content-flex-start {
  justify-content: flex-start !important;
}
.flex-justify-content-flex-end {
  justify-content: flex-end !important;
}
.flex-justify-content-space-between {
  justify-content: space-between !important;
}
.flex-align-items-center {
  align-items: center !important;
}
.flex-align-items-flex-start {
  align-items: flex-start !important;
}
.flex-align-items-flex-end {
  align-items: flex-end !important;
}
.flex-align-items-baseline {
  align-items: baseline !important;
}
.flex-align-items-stretch {
  align-items: stretch !important;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-flex-start {
  align-items: flex-start;
}
.flex-align-items-flex-end {
  align-items: flex-end;
}
body #maincontent .owl-theme.owl-nav-white .owl-nav button,
body #maincontent .splide.owl-nav-white .owl-nav button,
body #maincontent .owl-theme.splide-nav-white .owl-nav button,
body #maincontent .splide.splide-nav-white .owl-nav button,
body #maincontent .owl-theme.owl-nav-white .splide__arrows button,
body #maincontent .splide.owl-nav-white .splide__arrows button,
body #maincontent .owl-theme.splide-nav-white .splide__arrows button,
body #maincontent .splide.splide-nav-white .splide__arrows button {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
body #maincontent .owl-theme .owl-nav,
body #maincontent .splide .owl-nav,
body #maincontent .owl-theme .splide__arrows,
body #maincontent .splide .splide__arrows {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 19px 25px;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body #maincontent .owl-theme .owl-nav,
  body #maincontent .splide .owl-nav,
  body #maincontent .owl-theme .splide__arrows,
  body #maincontent .splide .splide__arrows {
    padding: 19px 25px;
  }
}
@media screen and (min-width: 1024px) {
  body #maincontent .owl-theme .owl-nav,
  body #maincontent .splide .owl-nav,
  body #maincontent .owl-theme .splide__arrows,
  body #maincontent .splide .splide__arrows {
    padding: 19px 25px;
  }
}
@media screen and (min-width: 1367px) {
  body #maincontent .owl-theme .owl-nav,
  body #maincontent .splide .owl-nav,
  body #maincontent .owl-theme .splide__arrows,
  body #maincontent .splide .splide__arrows {
    padding: 19px 25px;
  }
}
@media screen and (min-width: 1920px) {
  body #maincontent .owl-theme .owl-nav,
  body #maincontent .splide .owl-nav,
  body #maincontent .owl-theme .splide__arrows,
  body #maincontent .splide .splide__arrows {
    padding: 32px 36px;
  }
}
body #maincontent .owl-theme .owl-nav button,
body #maincontent .splide .owl-nav button,
body #maincontent .owl-theme .splide__arrows button,
body #maincontent .splide .splide__arrows button {
  box-shadow: none;
  width: 28.65px;
  height: 28.65px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  body #maincontent .owl-theme .owl-nav button,
  body #maincontent .splide .owl-nav button,
  body #maincontent .owl-theme .splide__arrows button,
  body #maincontent .splide .splide__arrows button {
    width: 29.86px;
    height: 29.86px;
  }
}
@media screen and (min-width: 1024px) {
  body #maincontent .owl-theme .owl-nav button,
  body #maincontent .splide .owl-nav button,
  body #maincontent .owl-theme .splide__arrows button,
  body #maincontent .splide .splide__arrows button {
    width: 37.24px;
    height: 37.24px;
  }
}
@media screen and (min-width: 1367px) {
  body #maincontent .owl-theme .owl-nav button,
  body #maincontent .splide .owl-nav button,
  body #maincontent .owl-theme .splide__arrows button,
  body #maincontent .splide .splide__arrows button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  body #maincontent .owl-theme .owl-nav button,
  body #maincontent .splide .owl-nav button,
  body #maincontent .owl-theme .splide__arrows button,
  body #maincontent .splide .splide__arrows button {
    width: 42.96px;
    height: 42.96px;
  }
}
body #maincontent .owl-theme .owl-nav button:hover,
body #maincontent .splide .owl-nav button:hover,
body #maincontent .owl-theme .splide__arrows button:hover,
body #maincontent .splide .splide__arrows button:hover {
  background: inherit;
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
body #maincontent .owl-theme .owl-nav .owl-prev,
body #maincontent .splide .owl-nav .owl-prev,
body #maincontent .owl-theme .splide__arrows .owl-prev,
body #maincontent .splide .splide__arrows .owl-prev,
body #maincontent .owl-theme .owl-nav .splide__arrow--prev,
body #maincontent .splide .owl-nav .splide__arrow--prev,
body #maincontent .owl-theme .splide__arrows .splide__arrow--prev,
body #maincontent .splide .splide__arrows .splide__arrow--prev {
  float: left;
  left: 0;
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
body #maincontent .owl-theme .owl-nav .owl-next,
body #maincontent .splide .owl-nav .owl-next,
body #maincontent .owl-theme .splide__arrows .owl-next,
body #maincontent .splide .splide__arrows .owl-next,
body #maincontent .owl-theme .owl-nav .splide__arrow--next,
body #maincontent .splide .owl-nav .splide__arrow--next,
body #maincontent .owl-theme .splide__arrows .splide__arrow--next,
body #maincontent .splide .splide__arrows .splide__arrow--next {
  float: right;
  right: 0;
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
body #maincontent .owl-theme .owl-nav .splide__arrow,
body #maincontent .splide .owl-nav .splide__arrow,
body #maincontent .owl-theme .splide__arrows .splide__arrow,
body #maincontent .splide .splide__arrows .splide__arrow {
  position: relative;
  opacity: 1;
  top: 0;
}
body #maincontent .owl-theme .owl-nav .owl-prev.disabled,
body #maincontent .splide .owl-nav .owl-prev.disabled,
body #maincontent .owl-theme .splide__arrows .owl-prev.disabled,
body #maincontent .splide .splide__arrows .owl-prev.disabled,
body #maincontent .owl-theme .owl-nav .owl-next.disabled,
body #maincontent .splide .owl-nav .owl-next.disabled,
body #maincontent .owl-theme .splide__arrows .owl-next.disabled,
body #maincontent .splide .splide__arrows .owl-next.disabled,
body #maincontent .owl-theme .owl-nav .splide__arrow--prev:disabled,
body #maincontent .splide .owl-nav .splide__arrow--prev:disabled,
body #maincontent .owl-theme .splide__arrows .splide__arrow--prev:disabled,
body #maincontent .splide .splide__arrows .splide__arrow--prev:disabled,
body #maincontent .owl-theme .owl-nav .splide__arrow--next:disabled,
body #maincontent .splide .owl-nav .splide__arrow--next:disabled,
body #maincontent .owl-theme .splide__arrows .splide__arrow--next:disabled,
body #maincontent .splide .splide__arrows .splide__arrow--next:disabled {
  visibility: hidden;
}
body #maincontent .owl-theme .owl-nav button > span,
body #maincontent .splide .owl-nav button > span,
body #maincontent .owl-theme .splide__arrows button > span,
body #maincontent .splide .splide__arrows button > span,
body #maincontent .owl-theme .owl-nav button > svg,
body #maincontent .splide .owl-nav button > svg,
body #maincontent .owl-theme .splide__arrows button > svg,
body #maincontent .splide .splide__arrows button > svg {
  opacity: 0;
}
body #maincontent .owl-theme .owl-nav.right-position,
body #maincontent .splide .owl-nav.right-position,
body #maincontent .owl-theme .splide__arrows.right-position,
body #maincontent .splide .splide__arrows.right-position {
  right: 0;
  width: 142px;
}
@media screen and (min-width: 768px) {
  body #maincontent .owl-theme .owl-nav.right-position,
  body #maincontent .splide .owl-nav.right-position,
  body #maincontent .owl-theme .splide__arrows.right-position,
  body #maincontent .splide .splide__arrows.right-position {
    width: 148px;
  }
}
@media screen and (min-width: 1024px) {
  body #maincontent .owl-theme .owl-nav.right-position,
  body #maincontent .splide .owl-nav.right-position,
  body #maincontent .owl-theme .splide__arrows.right-position,
  body #maincontent .splide .splide__arrows.right-position {
    width: 177px;
  }
}
@media screen and (min-width: 1367px) {
  body #maincontent .owl-theme .owl-nav.right-position,
  body #maincontent .splide .owl-nav.right-position,
  body #maincontent .owl-theme .splide__arrows.right-position,
  body #maincontent .splide .splide__arrows.right-position {
    width: 173px;
  }
}
@media screen and (min-width: 1920px) {
  body #maincontent .owl-theme .owl-nav.right-position,
  body #maincontent .splide .owl-nav.right-position,
  body #maincontent .owl-theme .splide__arrows.right-position,
  body #maincontent .splide .splide__arrows.right-position {
    width: 219px;
  }
}
body #maincontent .owl-theme .splide__list .splide__slide .read-more-content,
body #maincontent .splide .splide__list .splide__slide .read-more-content {
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
body #maincontent .owl-theme .splide__list .splide__slide .read-more-content .readMoreBtn,
body #maincontent .splide .splide__list .splide__slide .read-more-content .readMoreBtn {
  bottom: 65px;
  position: absolute;
}
body #maincontent .owl-theme #bttn_swiperPrev,
body #maincontent .splide #bttn_swiperPrev,
body #maincontent .owl-theme #bttn_swiperNext,
body #maincontent .splide #bttn_swiperNext {
  display: none;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (min-width: 1280px) {
  body #maincontent .owl-theme #bttn_swiperPrev,
  body #maincontent .splide #bttn_swiperPrev,
  body #maincontent .owl-theme #bttn_swiperNext,
  body #maincontent .splide #bttn_swiperNext {
    display: block;
  }
}
body #maincontent .owl-theme #bttn_swiperPrev,
body #maincontent .splide #bttn_swiperPrev {
  cursor: url(/media/kettal/white/back.svg) 29 30, auto;
}
body #maincontent .owl-theme #bttn_swiperNext,
body #maincontent .splide #bttn_swiperNext {
  left: auto;
  right: 0;
  cursor: url(/media/kettal/white/next.svg) 29 30, auto;
}
.kt-overflow-hidden {
  overflow: hidden;
}
.kt-overflow-scroll {
  overflow: scroll !important;
}
.kt-no-visibility {
  opacity: 0;
}
.kt-overflow-y-scroll {
  overflow-y: scroll;
}
.kt-overflow-x-scroll {
  overflow-x: scroll;
}
.kt-overflow-y-hidden {
  overflow-y: hidden;
}
.kt-overflow-x-hidden {
  overflow-x: hidden;
}
.kt-absolute {
  position: absolute;
}
.kt-relative {
  position: relative;
}
.kt-fixed {
  position: fixed;
}
.kt-top {
  top: 0;
}
.kt-bottom {
  bottom: 0;
}
.kt-left {
  left: 0;
}
.kt-rigth {
  right: 0;
}
.kt-no-display {
  display: none !important;
}
.kt-no-opacity {
  opacity: 0 !important;
}
@media screen and (max-width: 767px) {
  .kt-max-md-no-display {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .kt-min-md-no-display {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .kt-max-kt-no-display {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .kt-min-kt-no-display {
    display: none !important;
  }
}
@media screen and (max-width: 1366px) {
  .kt-max-xl-no-display {
    display: none !important;
  }
}
@media screen and (min-width: 1367px) {
  .kt-min-xl-no-display {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .kt-max-xxl-no-display {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .kt-min-xxl-no-display {
    display: none !important;
  }
}
.b-default {
  border: 0.7px solid #000000 !important;
  background-color: #1A1311 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  text-decoration: inherit !important;
  border-radius: 0;
  opacity: 1 !important;
}
.b-default * {
  color: #FFFFFF !important;
  text-decoration: inherit !important;
}
.b-default:hover {
  border: 0.7px solid #5D5D5D !important;
}
.b-default:hover * {
  color: #FFFFFF !important;
  text-decoration: inherit !important;
}
.b-transparent {
  border: none !important;
  background-color: transparent !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  text-decoration: inherit !important;
  border-radius: 0;
  opacity: 1 !important;
}
.b-transparent * {
  color: #212427 !important;
  text-decoration: inherit !important;
}
.b-transparent:hover *,
.b-transparent:focus *,
.b-transparent:active * {
  color: #797675 !important;
  text-decoration: underline !important;
}
.b-black-grey {
  border: 0.7px solid #212427 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  text-decoration: inherit !important;
  border-radius: 0;
  opacity: 1 !important;
}
.b-black-grey * {
  color: #212427 !important;
  text-decoration: inherit !important;
}
.b-black-grey:hover,
.b-black-grey:focus,
.b-black-grey:active {
  border: 0.7px solid #797675 !important;
}
.b-black-grey:hover *,
.b-black-grey:focus *,
.b-black-grey:active * {
  color: #797675 !important;
  text-decoration: inherit !important;
}
.b-special-action {
  border: 0.7px solid #212427 !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  text-decoration: inherit !important;
  border-radius: 0;
  opacity: 1 !important;
  position: relative;
}
.b-special-action .special-state {
  display: none;
}
.b-special-action .active-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFE8CE;
  transition: width 0.7s;
  z-index: 1;
}
.b-special-action .b-special-label {
  position: relative;
  z-index: 2;
}
.b-special-action * {
  color: #212427 !important;
  text-decoration: inherit !important;
}
.b-special-action:hover {
  border: 0.5px solid #797675 !important;
}
.b-special-action:hover * {
  color: #797675 !important;
  text-decoration: inherit !important;
}
.b-special-action:focus .active-state,
.b-special-action:active .active-state {
  width: 100%;
}
.b-special-action:focus .special-state,
.b-special-action:active .special-state {
  display: block;
}
.b-special-action:focus .default-state,
.b-special-action:active .default-state {
  display: none;
}
.kt-base-modal {
  background-color: #000000B3;
}
.kt-base-modal .modal-inner-wrap {
  margin: 0;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  flex-direction: column;
  width: calc(100vw - 50px);
  height: auto;
}
.kt-base-modal .modal-inner-wrap .modal-header {
  padding: 0;
  height: auto;
}
.kt-base-modal .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 29.59px;
  height: 29.59px;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.kt-base-modal .modal-inner-wrap .modal-header .action-close::before {
  content: inherit;
}
.kt-base-modal .modal-inner-wrap .modal-content {
  padding: 24px;
}
.kt-base-modal .modal-inner-wrap .modal-footer {
  padding: 0;
  height: auto;
}
.kt-base-modal.kt-modal-no-padding .modal-inner-wrap .modal-content {
  padding: 0;
}
.remove-box-shadow {
  box-shadow: none !important;
}
input:focus,
select:focus,
input:active,
select:active,
input:hover,
select:hover {
  box-shadow: none !important;
  border-bottom: 1px solid #707070 !important;
}
#corporate-email-warning {
  margin-top: 7px;
  color: #e02b27;
  font-size: 1.2rem;
  max-width: 90%;
}
.simulate-dual-range-container .dual-range.ui-slider-horizontal {
  height: 1px;
  background: #E3DDD6;
  position: absolute;
  width: 100%;
}
.simulate-dual-range-container .dual-range .ui-slider-handle {
  width: 8px;
  height: 8px;
  top: -4px;
  margin-left: -4px;
  background-color: #FFF8F2;
  border-color: #626262;
  border: 0.7px solid;
  z-index: 4;
}
.simulate-dual-range-container .range-inside {
  height: 1px;
  position: absolute;
  background: #626262;
  width: 100%;
  z-index: 3;
  left: 0;
}
.simulate-dual-range-container .lower-spot {
  width: 100%;
  position: absolute;
  display: block;
  max-width: 50px;
  text-align: center;
  bottom: calc(100% + 10px);
  left: -25px;
  border: none;
  box-shadow: inherit !important;
}
.simulate-dual-range-container .upper-spot {
  width: 100%;
  position: absolute;
  display: block;
  max-width: 50px;
  text-align: center;
  bottom: calc(100% + 10px);
  left: calc(100% - 25px);
  border: none;
  box-shadow: inherit !important;
}
.kt-base-modal-read-more {
  background-color: #000000B3;
}
@media screen and (min-width: 768px) {
  .kt-base-modal-read-more._show .modal-inner-wrap {
    transform: translateY(-50%);
    margin: 0 auto;
  }
}
.kt-base-modal-read-more .modal-inner-wrap {
  background-color: #E3DDD6;
  width: calc(100vw - 122px);
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kt-base-modal-read-more .modal-inner-wrap {
    bottom: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kt-base-modal-read-more .modal-inner-wrap {
    top: 50%;
    position: relative;
  }
}
.kt-base-modal-read-more .modal-inner-wrap .modal-header {
  position: sticky;
  top: 0px;
  height: 30px;
  background-color: #E3DDD6;
}
.kt-base-modal-read-more .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 30px;
  right: 37.06px;
  width: 18.62px;
  height: 18.62px;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.kt-base-modal-read-more .modal-inner-wrap .modal-header .action-close::before {
  content: inherit;
}
.kt-base-modal-read-more .modal-inner-wrap .modal-content {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .kt-base-modal-read-more .modal-inner-wrap .modal-content {
    padding: 70px 145px 23px 33px;
  }
}
.kt-base-modal-read-more .modal-inner-wrap .modal-footer {
  padding: 0;
  height: auto;
}
.kt-modal-finish-more-info {
  background-color: #000000B3;
}
@media screen and (min-width: 768px) {
  .kt-modal-finish-more-info._show .modal-inner-wrap {
    transform: translateY(-50%);
    margin: 0 auto;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap {
  background-color: #000000E6;
  width: calc(100vw - 122px);
  max-width: 750px;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kt-modal-finish-more-info .modal-inner-wrap {
    bottom: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .kt-modal-finish-more-info .modal-inner-wrap {
    top: 50%;
    position: relative;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-header {
  position: sticky;
  top: 0px;
  height: 30px;
  background-color: #000000E6;
  padding-left: 29px;
  padding-right: 29px;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-header .action-close {
  position: absolute;
  top: 31px;
  right: 29px;
  width: 28.62px;
  height: 28.62px;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-header .action-close::before {
  content: inherit;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content {
  background-color: #000000E6;
  padding: 0px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .kt-modal-finish-more-info .modal-inner-wrap .modal-content {
    padding-top: 20px;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details {
  background-color: #000000E6;
  color: #FFF8F2;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-left: 29px;
  padding-right: 29px;
  margin-bottom: 19px;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-name {
  display: flex;
  flex-direction: column;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info {
  display: flex;
  align-items: flex-end;
  gap: 29px;
}
@media screen and (max-width: 767px) {
  .kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-details-info-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button {
  min-width: 154px;
  border: 0.7px solid #FFFFFF !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  text-decoration: inherit !important;
  border-radius: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button {
    min-width: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button {
    min-width: 95px;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button * {
  color: #FFFFFF !important;
  text-decoration: inherit !important;
  width: 100%;
  text-align: center;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button:hover,
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button:focus,
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-details .finish-mi-details-info .finish-mi-button:active {
  background-color: #353432;
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-image {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .kt-modal-finish-more-info .modal-inner-wrap .modal-content .finish-mi-content .finish-mi-image .mi-image {
    max-height: 65vh;
    width: 100%;
  }
}
.kt-modal-finish-more-info .modal-inner-wrap .modal-footer {
  padding: 0;
  height: auto;
}
body .daterangepicker {
  width: auto;
}
@media screen and (max-width: 767px) {
  body .daterangepicker {
    left: 0 !important;
    top: 0 !important;
    display: block;
    position: inherit !important;
    margin: 0 auto;
    width: 100%;
  }
  body .daterangepicker::before,
  body .daterangepicker::after {
    display: none;
  }
}
@media screen and (min-width: 1367px) {
  body .daterangepicker {
    width: max-content;
  }
}
body .daterangepicker .drp-calendar {
  max-width: inherit;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  body .daterangepicker .drp-calendar {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .daterangepicker .drp-calendar {
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  body .daterangepicker .drp-calendar {
    width: 48%;
  }
}
body .daterangepicker .drp-calendar .calendar-table {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
}
body .daterangepicker select.monthselect,
body .daterangepicker select.yearselect {
  border: none;
  text-align: center;
  box-shadow: none !important;
}
body .daterangepicker td {
  color: #626262;
}
body .daterangepicker td.off,
body .daterangepicker td.off.in-range,
body .daterangepicker td.off.start-date,
body .daterangepicker td.off.end-date {
  color: #E3DDD6;
}
body .daterangepicker td.in-range {
  color: #626262;
  border-bottom: 0.7px solid #212427;
}
body .daterangepicker td.active {
  color: #212427;
  border-bottom: 0.7px solid #212427;
}
body .daterangepicker td.active:hover {
  color: #212427;
}
/* CUSTOM SCROLLBAR */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FFF8F2;
  border: 1px solid #212427;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #212427;
  height: 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 16px;
  height: 16px;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 25px !important;
  width: auto !important;
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 1024px) {
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 25px !important;
  }
}
.mh-50 {
  max-height: 50%;
}
.mh-90 {
  max-height: 90%;
}
.mh-100 {
  max-height: 100%;
}
.slider-grid {
  position: relative;
}
.slider-grid .grid-item {
  position: relative;
  aspect-ratio: 1;
}
.slider-grid .grid-item .grid-item-hover-content {
  display: grid;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1367px) {
  .slider-grid .grid-item .grid-item-hover-content {
    display: none;
    background-color: #FFE8CE;
  }
}
.slider-grid .grid-item:hover .grid-item-hover-content {
  display: grid;
}
/** 
    /////////////////////////////////////////////////////////////////////////////////////////////////////
    Para anadir una nueva dupla:

    --------IMPORTANTE !! -------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------

    Troceamos los listados de font-size y line-height para evitar llegar al maximo de iteraciones de LESS
    Maximo tendremos 10 elementos por lsitado (font-size y line-height)

    -----------------------------------------------------------------------------------------------------
    -----------------------------------------------------------------------------------------------------

    1 - Revisar que esta la medida de font-size o line-height en los listados @fontSize y @lineHeight 
    2 - Anadir si no existe la medida en el listado @fontSize o @lineHeight

    Si hemos de crear un nuevo listado deberemos modificar el bucle

    ---->Caso font-size:
    En la funcion .loop() añadiremos dos nuevas lineas 

    @iterator<num-listado>: length(@fontsSize-<num-listado>);
    .loop-fs-make-class(<num-listado>, @iterator<num-listado>, @kfontClass);

    Ejemplo: Anadir listado @fontsSize-4
    @iterator4: length(@fontsSize-4);
    .loop-fs-make-class(4, @iterator4, @kfontClass);

    ---->Caso line-height:
    En la funcion .loop() añadiremos dos nuevas lineas

    @iterator<letra-siguiente-abcedario>: length(@lineHeight-<num-listado>);
    .loop-lh-write-class(<num-listado>, @iterator<letra-siguiente-abcedario>, @fs, @cf);

    Ejemplo: Anadir listado @lineHeight-7

    @iteratorG: length(@lineHeight-7);
    .loop-lh-write-class(7, @iteratorG, @fs, @cf);

    /////////////////////////////////////////////////////////////////////////////////////////////////////
    Variables fijas:

    ktext : textos FONT BEATRICE
    ktitle: titulos FONT SANG BLEU

    /////////////////////////////////////////////////////////////////////////////////////////////////////
    Utilización en html:

    <div class="[ktext|ktitle] kfont-<breakpoint>-<font-size>-<line-height> c<hex>">Texto</div>

    EJ: font-size 10 // line-height 12 --> kfont-10-12 (nomenclatura)
    EJ: font-size 10.3 // line-height 12.4 --> kfont-10-3-12-4 (nomenclatura) para min-width: 768px

    <div class="ktext kfont-10-12 kfont-md-10-3-12-4 c000000">Texto</div>
*/
.ktext {
  font-family: Beatrice Regular !important;
  font-weight: normal !important;
}
.ktitle {
  font-family: Sang Bleu Kingdom Light !important;
  font-weight: normal !important;
}
.letter-spacing-0 {
  letter-spacing: 0px !important;
}
.letter-spacing-016 {
  letter-spacing: 0.16pt !important;
}
.letter-spacing-013 {
  letter-spacing: 0.13pt !important;
}
.c000000 {
  color: #000000 !important;
}
.c707070 {
  color: #707070 !important;
}
.c716f6f {
  color: #716f6f !important;
}
.c727170 {
  color: #727170 !important;
}
.c4fb132 {
  color: #4fb132 !important;
}
.c8e1600 {
  color: #8e1600 !important;
}
.c626262 {
  color: #626262 !important;
}
.c212427 {
  color: #212427 !important;
}
.c5D5D5D {
  color: #5D5D5D !important;
}
.cffffff {
  color: #FFFFFF !important;
}
.cffffff {
  color: #FFFFFF !important;
}
.c727170 {
  color: #727170 !important;
}
.ce3ddd6 {
  color: #E3DDD6 !important;
}
.c1A1311 {
  color: #1A1311 !important;
}
.cafaeae {
  color: #afaeae !important;
}
.c716F6F {
  color: #716F6F !important;
}
.cd9d4cb {
  color: #D9D4CB !important;
}
.kfont-8-8 {
  font-size: 8px !important;
  line-height: 8px !important;
}
.kfont-8-13 {
  font-size: 8px !important;
  line-height: 13px !important;
}
.kfont-8-13-2 {
  font-size: 8px !important;
  line-height: 13.2px !important;
}
.kfont-8-15 {
  font-size: 8px !important;
  line-height: 15px !important;
}
.kfont-8-15-4 {
  font-size: 8px !important;
  line-height: 15.4px !important;
}
.kfont-8-15-6 {
  font-size: 8px !important;
  line-height: 15.6px !important;
}
.kfont-8-16 {
  font-size: 8px !important;
  line-height: 16px !important;
}
.kfont-8-16-8 {
  font-size: 8px !important;
  line-height: 16.8px !important;
}
.kfont-8-17 {
  font-size: 8px !important;
  line-height: 17px !important;
}
.kfont-8-17-5 {
  font-size: 8px !important;
  line-height: 17.5px !important;
}
.kfont-8-18 {
  font-size: 8px !important;
  line-height: 18px !important;
}
.kfont-8-18-2 {
  font-size: 8px !important;
  line-height: 18.2px !important;
}
.kfont-8-18-9 {
  font-size: 8px !important;
  line-height: 18.9px !important;
}
.kfont-8-19 {
  font-size: 8px !important;
  line-height: 19px !important;
}
.kfont-8-19-6 {
  font-size: 8px !important;
  line-height: 19.6px !important;
}
.kfont-8-20 {
  font-size: 8px !important;
  line-height: 20px !important;
}
.kfont-8-21 {
  font-size: 8px !important;
  line-height: 21px !important;
}
.kfont-8-22 {
  font-size: 8px !important;
  line-height: 22px !important;
}
.kfont-8-22-4 {
  font-size: 8px !important;
  line-height: 22.4px !important;
}
.kfont-8-22-5 {
  font-size: 8px !important;
  line-height: 22.5px !important;
}
.kfont-8-23 {
  font-size: 8px !important;
  line-height: 23px !important;
}
.kfont-8-24 {
  font-size: 8px !important;
  line-height: 24px !important;
}
.kfont-8-24-3 {
  font-size: 8px !important;
  line-height: 24.3px !important;
}
.kfont-8-25 {
  font-size: 8px !important;
  line-height: 25px !important;
}
.kfont-8-25-76 {
  font-size: 8px !important;
  line-height: 25.76px !important;
}
.kfont-8-26 {
  font-size: 8px !important;
  line-height: 26px !important;
}
.kfont-8-27 {
  font-size: 8px !important;
  line-height: 27px !important;
}
.kfont-8-29 {
  font-size: 8px !important;
  line-height: 29px !important;
}
.kfont-8-30 {
  font-size: 8px !important;
  line-height: 30px !important;
}
.kfont-8-31 {
  font-size: 8px !important;
  line-height: 31px !important;
}
.kfont-8-32 {
  font-size: 8px !important;
  line-height: 32px !important;
}
.kfont-8-33 {
  font-size: 8px !important;
  line-height: 33px !important;
}
.kfont-8-34 {
  font-size: 8px !important;
  line-height: 34px !important;
}
.kfont-8-35 {
  font-size: 8px !important;
  line-height: 35px !important;
}
.kfont-8-36 {
  font-size: 8px !important;
  line-height: 36px !important;
}
.kfont-8-36-8 {
  font-size: 8px !important;
  line-height: 36.8px !important;
}
.kfont-8-37 {
  font-size: 8px !important;
  line-height: 37px !important;
}
.kfont-8-39 {
  font-size: 8px !important;
  line-height: 39px !important;
}
.kfont-8-40 {
  font-size: 8px !important;
  line-height: 40px !important;
}
.kfont-8-42 {
  font-size: 8px !important;
  line-height: 42px !important;
}
.kfont-8-43 {
  font-size: 8px !important;
  line-height: 43px !important;
}
.kfont-8-44 {
  font-size: 8px !important;
  line-height: 44px !important;
}
.kfont-8-45-5 {
  font-size: 8px !important;
  line-height: 45.5px !important;
}
.kfont-8-46 {
  font-size: 8px !important;
  line-height: 46px !important;
}
.kfont-8-48 {
  font-size: 8px !important;
  line-height: 48px !important;
}
.kfont-8-49 {
  font-size: 8px !important;
  line-height: 49px !important;
}
.kfont-8-52 {
  font-size: 8px !important;
  line-height: 52px !important;
}
.kfont-8-53 {
  font-size: 8px !important;
  line-height: 53px !important;
}
.kfont-8-60 {
  font-size: 8px !important;
  line-height: 60px !important;
}
.kfont-8-64 {
  font-size: 8px !important;
  line-height: 64px !important;
}
.kfont-8-66 {
  font-size: 8px !important;
  line-height: 66px !important;
}
.kfont-8-75 {
  font-size: 8px !important;
  line-height: 75px !important;
}
.kfont-8-78 {
  font-size: 8px !important;
  line-height: 78px !important;
}
.kfont-8-108 {
  font-size: 8px !important;
  line-height: 108px !important;
}
.kfont-8-38 {
  font-size: 8px !important;
  line-height: 38px !important;
}
.kfont-8-65 {
  font-size: 8px !important;
  line-height: 65px !important;
}
.kfont-8-96 {
  font-size: 8px !important;
  line-height: 96px !important;
}
.kfont-8-10 {
  font-size: 8px !important;
  line-height: 10px !important;
}
.kfont-8-84 {
  font-size: 8px !important;
  line-height: 84px !important;
}
.kfont-8-38-4 {
  font-size: 8px !important;
  line-height: 38.4px !important;
}
.kfont-8-63 {
  font-size: 8px !important;
  line-height: 63px !important;
}
.kfont-9-8 {
  font-size: 9px !important;
  line-height: 8px !important;
}
.kfont-9-13 {
  font-size: 9px !important;
  line-height: 13px !important;
}
.kfont-9-13-2 {
  font-size: 9px !important;
  line-height: 13.2px !important;
}
.kfont-9-15 {
  font-size: 9px !important;
  line-height: 15px !important;
}
.kfont-9-15-4 {
  font-size: 9px !important;
  line-height: 15.4px !important;
}
.kfont-9-15-6 {
  font-size: 9px !important;
  line-height: 15.6px !important;
}
.kfont-9-16 {
  font-size: 9px !important;
  line-height: 16px !important;
}
.kfont-9-16-8 {
  font-size: 9px !important;
  line-height: 16.8px !important;
}
.kfont-9-17 {
  font-size: 9px !important;
  line-height: 17px !important;
}
.kfont-9-17-5 {
  font-size: 9px !important;
  line-height: 17.5px !important;
}
.kfont-9-18 {
  font-size: 9px !important;
  line-height: 18px !important;
}
.kfont-9-18-2 {
  font-size: 9px !important;
  line-height: 18.2px !important;
}
.kfont-9-18-9 {
  font-size: 9px !important;
  line-height: 18.9px !important;
}
.kfont-9-19 {
  font-size: 9px !important;
  line-height: 19px !important;
}
.kfont-9-19-6 {
  font-size: 9px !important;
  line-height: 19.6px !important;
}
.kfont-9-20 {
  font-size: 9px !important;
  line-height: 20px !important;
}
.kfont-9-21 {
  font-size: 9px !important;
  line-height: 21px !important;
}
.kfont-9-22 {
  font-size: 9px !important;
  line-height: 22px !important;
}
.kfont-9-22-4 {
  font-size: 9px !important;
  line-height: 22.4px !important;
}
.kfont-9-22-5 {
  font-size: 9px !important;
  line-height: 22.5px !important;
}
.kfont-9-23 {
  font-size: 9px !important;
  line-height: 23px !important;
}
.kfont-9-24 {
  font-size: 9px !important;
  line-height: 24px !important;
}
.kfont-9-24-3 {
  font-size: 9px !important;
  line-height: 24.3px !important;
}
.kfont-9-25 {
  font-size: 9px !important;
  line-height: 25px !important;
}
.kfont-9-25-76 {
  font-size: 9px !important;
  line-height: 25.76px !important;
}
.kfont-9-26 {
  font-size: 9px !important;
  line-height: 26px !important;
}
.kfont-9-27 {
  font-size: 9px !important;
  line-height: 27px !important;
}
.kfont-9-29 {
  font-size: 9px !important;
  line-height: 29px !important;
}
.kfont-9-30 {
  font-size: 9px !important;
  line-height: 30px !important;
}
.kfont-9-31 {
  font-size: 9px !important;
  line-height: 31px !important;
}
.kfont-9-32 {
  font-size: 9px !important;
  line-height: 32px !important;
}
.kfont-9-33 {
  font-size: 9px !important;
  line-height: 33px !important;
}
.kfont-9-34 {
  font-size: 9px !important;
  line-height: 34px !important;
}
.kfont-9-35 {
  font-size: 9px !important;
  line-height: 35px !important;
}
.kfont-9-36 {
  font-size: 9px !important;
  line-height: 36px !important;
}
.kfont-9-36-8 {
  font-size: 9px !important;
  line-height: 36.8px !important;
}
.kfont-9-37 {
  font-size: 9px !important;
  line-height: 37px !important;
}
.kfont-9-39 {
  font-size: 9px !important;
  line-height: 39px !important;
}
.kfont-9-40 {
  font-size: 9px !important;
  line-height: 40px !important;
}
.kfont-9-42 {
  font-size: 9px !important;
  line-height: 42px !important;
}
.kfont-9-43 {
  font-size: 9px !important;
  line-height: 43px !important;
}
.kfont-9-44 {
  font-size: 9px !important;
  line-height: 44px !important;
}
.kfont-9-45-5 {
  font-size: 9px !important;
  line-height: 45.5px !important;
}
.kfont-9-46 {
  font-size: 9px !important;
  line-height: 46px !important;
}
.kfont-9-48 {
  font-size: 9px !important;
  line-height: 48px !important;
}
.kfont-9-49 {
  font-size: 9px !important;
  line-height: 49px !important;
}
.kfont-9-52 {
  font-size: 9px !important;
  line-height: 52px !important;
}
.kfont-9-53 {
  font-size: 9px !important;
  line-height: 53px !important;
}
.kfont-9-60 {
  font-size: 9px !important;
  line-height: 60px !important;
}
.kfont-9-64 {
  font-size: 9px !important;
  line-height: 64px !important;
}
.kfont-9-66 {
  font-size: 9px !important;
  line-height: 66px !important;
}
.kfont-9-75 {
  font-size: 9px !important;
  line-height: 75px !important;
}
.kfont-9-78 {
  font-size: 9px !important;
  line-height: 78px !important;
}
.kfont-9-108 {
  font-size: 9px !important;
  line-height: 108px !important;
}
.kfont-9-38 {
  font-size: 9px !important;
  line-height: 38px !important;
}
.kfont-9-65 {
  font-size: 9px !important;
  line-height: 65px !important;
}
.kfont-9-96 {
  font-size: 9px !important;
  line-height: 96px !important;
}
.kfont-9-10 {
  font-size: 9px !important;
  line-height: 10px !important;
}
.kfont-9-84 {
  font-size: 9px !important;
  line-height: 84px !important;
}
.kfont-9-38-4 {
  font-size: 9px !important;
  line-height: 38.4px !important;
}
.kfont-9-63 {
  font-size: 9px !important;
  line-height: 63px !important;
}
.kfont-10-8 {
  font-size: 10px !important;
  line-height: 8px !important;
}
.kfont-10-13 {
  font-size: 10px !important;
  line-height: 13px !important;
}
.kfont-10-13-2 {
  font-size: 10px !important;
  line-height: 13.2px !important;
}
.kfont-10-15 {
  font-size: 10px !important;
  line-height: 15px !important;
}
.kfont-10-15-4 {
  font-size: 10px !important;
  line-height: 15.4px !important;
}
.kfont-10-15-6 {
  font-size: 10px !important;
  line-height: 15.6px !important;
}
.kfont-10-16 {
  font-size: 10px !important;
  line-height: 16px !important;
}
.kfont-10-16-8 {
  font-size: 10px !important;
  line-height: 16.8px !important;
}
.kfont-10-17 {
  font-size: 10px !important;
  line-height: 17px !important;
}
.kfont-10-17-5 {
  font-size: 10px !important;
  line-height: 17.5px !important;
}
.kfont-10-18 {
  font-size: 10px !important;
  line-height: 18px !important;
}
.kfont-10-18-2 {
  font-size: 10px !important;
  line-height: 18.2px !important;
}
.kfont-10-18-9 {
  font-size: 10px !important;
  line-height: 18.9px !important;
}
.kfont-10-19 {
  font-size: 10px !important;
  line-height: 19px !important;
}
.kfont-10-19-6 {
  font-size: 10px !important;
  line-height: 19.6px !important;
}
.kfont-10-20 {
  font-size: 10px !important;
  line-height: 20px !important;
}
.kfont-10-21 {
  font-size: 10px !important;
  line-height: 21px !important;
}
.kfont-10-22 {
  font-size: 10px !important;
  line-height: 22px !important;
}
.kfont-10-22-4 {
  font-size: 10px !important;
  line-height: 22.4px !important;
}
.kfont-10-22-5 {
  font-size: 10px !important;
  line-height: 22.5px !important;
}
.kfont-10-23 {
  font-size: 10px !important;
  line-height: 23px !important;
}
.kfont-10-24 {
  font-size: 10px !important;
  line-height: 24px !important;
}
.kfont-10-24-3 {
  font-size: 10px !important;
  line-height: 24.3px !important;
}
.kfont-10-25 {
  font-size: 10px !important;
  line-height: 25px !important;
}
.kfont-10-25-76 {
  font-size: 10px !important;
  line-height: 25.76px !important;
}
.kfont-10-26 {
  font-size: 10px !important;
  line-height: 26px !important;
}
.kfont-10-27 {
  font-size: 10px !important;
  line-height: 27px !important;
}
.kfont-10-29 {
  font-size: 10px !important;
  line-height: 29px !important;
}
.kfont-10-30 {
  font-size: 10px !important;
  line-height: 30px !important;
}
.kfont-10-31 {
  font-size: 10px !important;
  line-height: 31px !important;
}
.kfont-10-32 {
  font-size: 10px !important;
  line-height: 32px !important;
}
.kfont-10-33 {
  font-size: 10px !important;
  line-height: 33px !important;
}
.kfont-10-34 {
  font-size: 10px !important;
  line-height: 34px !important;
}
.kfont-10-35 {
  font-size: 10px !important;
  line-height: 35px !important;
}
.kfont-10-36 {
  font-size: 10px !important;
  line-height: 36px !important;
}
.kfont-10-36-8 {
  font-size: 10px !important;
  line-height: 36.8px !important;
}
.kfont-10-37 {
  font-size: 10px !important;
  line-height: 37px !important;
}
.kfont-10-39 {
  font-size: 10px !important;
  line-height: 39px !important;
}
.kfont-10-40 {
  font-size: 10px !important;
  line-height: 40px !important;
}
.kfont-10-42 {
  font-size: 10px !important;
  line-height: 42px !important;
}
.kfont-10-43 {
  font-size: 10px !important;
  line-height: 43px !important;
}
.kfont-10-44 {
  font-size: 10px !important;
  line-height: 44px !important;
}
.kfont-10-45-5 {
  font-size: 10px !important;
  line-height: 45.5px !important;
}
.kfont-10-46 {
  font-size: 10px !important;
  line-height: 46px !important;
}
.kfont-10-48 {
  font-size: 10px !important;
  line-height: 48px !important;
}
.kfont-10-49 {
  font-size: 10px !important;
  line-height: 49px !important;
}
.kfont-10-52 {
  font-size: 10px !important;
  line-height: 52px !important;
}
.kfont-10-53 {
  font-size: 10px !important;
  line-height: 53px !important;
}
.kfont-10-60 {
  font-size: 10px !important;
  line-height: 60px !important;
}
.kfont-10-64 {
  font-size: 10px !important;
  line-height: 64px !important;
}
.kfont-10-66 {
  font-size: 10px !important;
  line-height: 66px !important;
}
.kfont-10-75 {
  font-size: 10px !important;
  line-height: 75px !important;
}
.kfont-10-78 {
  font-size: 10px !important;
  line-height: 78px !important;
}
.kfont-10-108 {
  font-size: 10px !important;
  line-height: 108px !important;
}
.kfont-10-38 {
  font-size: 10px !important;
  line-height: 38px !important;
}
.kfont-10-65 {
  font-size: 10px !important;
  line-height: 65px !important;
}
.kfont-10-96 {
  font-size: 10px !important;
  line-height: 96px !important;
}
.kfont-10-10 {
  font-size: 10px !important;
  line-height: 10px !important;
}
.kfont-10-84 {
  font-size: 10px !important;
  line-height: 84px !important;
}
.kfont-10-38-4 {
  font-size: 10px !important;
  line-height: 38.4px !important;
}
.kfont-10-63 {
  font-size: 10px !important;
  line-height: 63px !important;
}
.kfont-11-8 {
  font-size: 11px !important;
  line-height: 8px !important;
}
.kfont-11-13 {
  font-size: 11px !important;
  line-height: 13px !important;
}
.kfont-11-13-2 {
  font-size: 11px !important;
  line-height: 13.2px !important;
}
.kfont-11-15 {
  font-size: 11px !important;
  line-height: 15px !important;
}
.kfont-11-15-4 {
  font-size: 11px !important;
  line-height: 15.4px !important;
}
.kfont-11-15-6 {
  font-size: 11px !important;
  line-height: 15.6px !important;
}
.kfont-11-16 {
  font-size: 11px !important;
  line-height: 16px !important;
}
.kfont-11-16-8 {
  font-size: 11px !important;
  line-height: 16.8px !important;
}
.kfont-11-17 {
  font-size: 11px !important;
  line-height: 17px !important;
}
.kfont-11-17-5 {
  font-size: 11px !important;
  line-height: 17.5px !important;
}
.kfont-11-18 {
  font-size: 11px !important;
  line-height: 18px !important;
}
.kfont-11-18-2 {
  font-size: 11px !important;
  line-height: 18.2px !important;
}
.kfont-11-18-9 {
  font-size: 11px !important;
  line-height: 18.9px !important;
}
.kfont-11-19 {
  font-size: 11px !important;
  line-height: 19px !important;
}
.kfont-11-19-6 {
  font-size: 11px !important;
  line-height: 19.6px !important;
}
.kfont-11-20 {
  font-size: 11px !important;
  line-height: 20px !important;
}
.kfont-11-21 {
  font-size: 11px !important;
  line-height: 21px !important;
}
.kfont-11-22 {
  font-size: 11px !important;
  line-height: 22px !important;
}
.kfont-11-22-4 {
  font-size: 11px !important;
  line-height: 22.4px !important;
}
.kfont-11-22-5 {
  font-size: 11px !important;
  line-height: 22.5px !important;
}
.kfont-11-23 {
  font-size: 11px !important;
  line-height: 23px !important;
}
.kfont-11-24 {
  font-size: 11px !important;
  line-height: 24px !important;
}
.kfont-11-24-3 {
  font-size: 11px !important;
  line-height: 24.3px !important;
}
.kfont-11-25 {
  font-size: 11px !important;
  line-height: 25px !important;
}
.kfont-11-25-76 {
  font-size: 11px !important;
  line-height: 25.76px !important;
}
.kfont-11-26 {
  font-size: 11px !important;
  line-height: 26px !important;
}
.kfont-11-27 {
  font-size: 11px !important;
  line-height: 27px !important;
}
.kfont-11-29 {
  font-size: 11px !important;
  line-height: 29px !important;
}
.kfont-11-30 {
  font-size: 11px !important;
  line-height: 30px !important;
}
.kfont-11-31 {
  font-size: 11px !important;
  line-height: 31px !important;
}
.kfont-11-32 {
  font-size: 11px !important;
  line-height: 32px !important;
}
.kfont-11-33 {
  font-size: 11px !important;
  line-height: 33px !important;
}
.kfont-11-34 {
  font-size: 11px !important;
  line-height: 34px !important;
}
.kfont-11-35 {
  font-size: 11px !important;
  line-height: 35px !important;
}
.kfont-11-36 {
  font-size: 11px !important;
  line-height: 36px !important;
}
.kfont-11-36-8 {
  font-size: 11px !important;
  line-height: 36.8px !important;
}
.kfont-11-37 {
  font-size: 11px !important;
  line-height: 37px !important;
}
.kfont-11-39 {
  font-size: 11px !important;
  line-height: 39px !important;
}
.kfont-11-40 {
  font-size: 11px !important;
  line-height: 40px !important;
}
.kfont-11-42 {
  font-size: 11px !important;
  line-height: 42px !important;
}
.kfont-11-43 {
  font-size: 11px !important;
  line-height: 43px !important;
}
.kfont-11-44 {
  font-size: 11px !important;
  line-height: 44px !important;
}
.kfont-11-45-5 {
  font-size: 11px !important;
  line-height: 45.5px !important;
}
.kfont-11-46 {
  font-size: 11px !important;
  line-height: 46px !important;
}
.kfont-11-48 {
  font-size: 11px !important;
  line-height: 48px !important;
}
.kfont-11-49 {
  font-size: 11px !important;
  line-height: 49px !important;
}
.kfont-11-52 {
  font-size: 11px !important;
  line-height: 52px !important;
}
.kfont-11-53 {
  font-size: 11px !important;
  line-height: 53px !important;
}
.kfont-11-60 {
  font-size: 11px !important;
  line-height: 60px !important;
}
.kfont-11-64 {
  font-size: 11px !important;
  line-height: 64px !important;
}
.kfont-11-66 {
  font-size: 11px !important;
  line-height: 66px !important;
}
.kfont-11-75 {
  font-size: 11px !important;
  line-height: 75px !important;
}
.kfont-11-78 {
  font-size: 11px !important;
  line-height: 78px !important;
}
.kfont-11-108 {
  font-size: 11px !important;
  line-height: 108px !important;
}
.kfont-11-38 {
  font-size: 11px !important;
  line-height: 38px !important;
}
.kfont-11-65 {
  font-size: 11px !important;
  line-height: 65px !important;
}
.kfont-11-96 {
  font-size: 11px !important;
  line-height: 96px !important;
}
.kfont-11-10 {
  font-size: 11px !important;
  line-height: 10px !important;
}
.kfont-11-84 {
  font-size: 11px !important;
  line-height: 84px !important;
}
.kfont-11-38-4 {
  font-size: 11px !important;
  line-height: 38.4px !important;
}
.kfont-11-63 {
  font-size: 11px !important;
  line-height: 63px !important;
}
.kfont-12-8 {
  font-size: 12px !important;
  line-height: 8px !important;
}
.kfont-12-13 {
  font-size: 12px !important;
  line-height: 13px !important;
}
.kfont-12-13-2 {
  font-size: 12px !important;
  line-height: 13.2px !important;
}
.kfont-12-15 {
  font-size: 12px !important;
  line-height: 15px !important;
}
.kfont-12-15-4 {
  font-size: 12px !important;
  line-height: 15.4px !important;
}
.kfont-12-15-6 {
  font-size: 12px !important;
  line-height: 15.6px !important;
}
.kfont-12-16 {
  font-size: 12px !important;
  line-height: 16px !important;
}
.kfont-12-16-8 {
  font-size: 12px !important;
  line-height: 16.8px !important;
}
.kfont-12-17 {
  font-size: 12px !important;
  line-height: 17px !important;
}
.kfont-12-17-5 {
  font-size: 12px !important;
  line-height: 17.5px !important;
}
.kfont-12-18 {
  font-size: 12px !important;
  line-height: 18px !important;
}
.kfont-12-18-2 {
  font-size: 12px !important;
  line-height: 18.2px !important;
}
.kfont-12-18-9 {
  font-size: 12px !important;
  line-height: 18.9px !important;
}
.kfont-12-19 {
  font-size: 12px !important;
  line-height: 19px !important;
}
.kfont-12-19-6 {
  font-size: 12px !important;
  line-height: 19.6px !important;
}
.kfont-12-20 {
  font-size: 12px !important;
  line-height: 20px !important;
}
.kfont-12-21 {
  font-size: 12px !important;
  line-height: 21px !important;
}
.kfont-12-22 {
  font-size: 12px !important;
  line-height: 22px !important;
}
.kfont-12-22-4 {
  font-size: 12px !important;
  line-height: 22.4px !important;
}
.kfont-12-22-5 {
  font-size: 12px !important;
  line-height: 22.5px !important;
}
.kfont-12-23 {
  font-size: 12px !important;
  line-height: 23px !important;
}
.kfont-12-24 {
  font-size: 12px !important;
  line-height: 24px !important;
}
.kfont-12-24-3 {
  font-size: 12px !important;
  line-height: 24.3px !important;
}
.kfont-12-25 {
  font-size: 12px !important;
  line-height: 25px !important;
}
.kfont-12-25-76 {
  font-size: 12px !important;
  line-height: 25.76px !important;
}
.kfont-12-26 {
  font-size: 12px !important;
  line-height: 26px !important;
}
.kfont-12-27 {
  font-size: 12px !important;
  line-height: 27px !important;
}
.kfont-12-29 {
  font-size: 12px !important;
  line-height: 29px !important;
}
.kfont-12-30 {
  font-size: 12px !important;
  line-height: 30px !important;
}
.kfont-12-31 {
  font-size: 12px !important;
  line-height: 31px !important;
}
.kfont-12-32 {
  font-size: 12px !important;
  line-height: 32px !important;
}
.kfont-12-33 {
  font-size: 12px !important;
  line-height: 33px !important;
}
.kfont-12-34 {
  font-size: 12px !important;
  line-height: 34px !important;
}
.kfont-12-35 {
  font-size: 12px !important;
  line-height: 35px !important;
}
.kfont-12-36 {
  font-size: 12px !important;
  line-height: 36px !important;
}
.kfont-12-36-8 {
  font-size: 12px !important;
  line-height: 36.8px !important;
}
.kfont-12-37 {
  font-size: 12px !important;
  line-height: 37px !important;
}
.kfont-12-39 {
  font-size: 12px !important;
  line-height: 39px !important;
}
.kfont-12-40 {
  font-size: 12px !important;
  line-height: 40px !important;
}
.kfont-12-42 {
  font-size: 12px !important;
  line-height: 42px !important;
}
.kfont-12-43 {
  font-size: 12px !important;
  line-height: 43px !important;
}
.kfont-12-44 {
  font-size: 12px !important;
  line-height: 44px !important;
}
.kfont-12-45-5 {
  font-size: 12px !important;
  line-height: 45.5px !important;
}
.kfont-12-46 {
  font-size: 12px !important;
  line-height: 46px !important;
}
.kfont-12-48 {
  font-size: 12px !important;
  line-height: 48px !important;
}
.kfont-12-49 {
  font-size: 12px !important;
  line-height: 49px !important;
}
.kfont-12-52 {
  font-size: 12px !important;
  line-height: 52px !important;
}
.kfont-12-53 {
  font-size: 12px !important;
  line-height: 53px !important;
}
.kfont-12-60 {
  font-size: 12px !important;
  line-height: 60px !important;
}
.kfont-12-64 {
  font-size: 12px !important;
  line-height: 64px !important;
}
.kfont-12-66 {
  font-size: 12px !important;
  line-height: 66px !important;
}
.kfont-12-75 {
  font-size: 12px !important;
  line-height: 75px !important;
}
.kfont-12-78 {
  font-size: 12px !important;
  line-height: 78px !important;
}
.kfont-12-108 {
  font-size: 12px !important;
  line-height: 108px !important;
}
.kfont-12-38 {
  font-size: 12px !important;
  line-height: 38px !important;
}
.kfont-12-65 {
  font-size: 12px !important;
  line-height: 65px !important;
}
.kfont-12-96 {
  font-size: 12px !important;
  line-height: 96px !important;
}
.kfont-12-10 {
  font-size: 12px !important;
  line-height: 10px !important;
}
.kfont-12-84 {
  font-size: 12px !important;
  line-height: 84px !important;
}
.kfont-12-38-4 {
  font-size: 12px !important;
  line-height: 38.4px !important;
}
.kfont-12-63 {
  font-size: 12px !important;
  line-height: 63px !important;
}
.kfont-12-5-8 {
  font-size: 12.5px !important;
  line-height: 8px !important;
}
.kfont-12-5-13 {
  font-size: 12.5px !important;
  line-height: 13px !important;
}
.kfont-12-5-13-2 {
  font-size: 12.5px !important;
  line-height: 13.2px !important;
}
.kfont-12-5-15 {
  font-size: 12.5px !important;
  line-height: 15px !important;
}
.kfont-12-5-15-4 {
  font-size: 12.5px !important;
  line-height: 15.4px !important;
}
.kfont-12-5-15-6 {
  font-size: 12.5px !important;
  line-height: 15.6px !important;
}
.kfont-12-5-16 {
  font-size: 12.5px !important;
  line-height: 16px !important;
}
.kfont-12-5-16-8 {
  font-size: 12.5px !important;
  line-height: 16.8px !important;
}
.kfont-12-5-17 {
  font-size: 12.5px !important;
  line-height: 17px !important;
}
.kfont-12-5-17-5 {
  font-size: 12.5px !important;
  line-height: 17.5px !important;
}
.kfont-12-5-18 {
  font-size: 12.5px !important;
  line-height: 18px !important;
}
.kfont-12-5-18-2 {
  font-size: 12.5px !important;
  line-height: 18.2px !important;
}
.kfont-12-5-18-9 {
  font-size: 12.5px !important;
  line-height: 18.9px !important;
}
.kfont-12-5-19 {
  font-size: 12.5px !important;
  line-height: 19px !important;
}
.kfont-12-5-19-6 {
  font-size: 12.5px !important;
  line-height: 19.6px !important;
}
.kfont-12-5-20 {
  font-size: 12.5px !important;
  line-height: 20px !important;
}
.kfont-12-5-21 {
  font-size: 12.5px !important;
  line-height: 21px !important;
}
.kfont-12-5-22 {
  font-size: 12.5px !important;
  line-height: 22px !important;
}
.kfont-12-5-22-4 {
  font-size: 12.5px !important;
  line-height: 22.4px !important;
}
.kfont-12-5-22-5 {
  font-size: 12.5px !important;
  line-height: 22.5px !important;
}
.kfont-12-5-23 {
  font-size: 12.5px !important;
  line-height: 23px !important;
}
.kfont-12-5-24 {
  font-size: 12.5px !important;
  line-height: 24px !important;
}
.kfont-12-5-24-3 {
  font-size: 12.5px !important;
  line-height: 24.3px !important;
}
.kfont-12-5-25 {
  font-size: 12.5px !important;
  line-height: 25px !important;
}
.kfont-12-5-25-76 {
  font-size: 12.5px !important;
  line-height: 25.76px !important;
}
.kfont-12-5-26 {
  font-size: 12.5px !important;
  line-height: 26px !important;
}
.kfont-12-5-27 {
  font-size: 12.5px !important;
  line-height: 27px !important;
}
.kfont-12-5-29 {
  font-size: 12.5px !important;
  line-height: 29px !important;
}
.kfont-12-5-30 {
  font-size: 12.5px !important;
  line-height: 30px !important;
}
.kfont-12-5-31 {
  font-size: 12.5px !important;
  line-height: 31px !important;
}
.kfont-12-5-32 {
  font-size: 12.5px !important;
  line-height: 32px !important;
}
.kfont-12-5-33 {
  font-size: 12.5px !important;
  line-height: 33px !important;
}
.kfont-12-5-34 {
  font-size: 12.5px !important;
  line-height: 34px !important;
}
.kfont-12-5-35 {
  font-size: 12.5px !important;
  line-height: 35px !important;
}
.kfont-12-5-36 {
  font-size: 12.5px !important;
  line-height: 36px !important;
}
.kfont-12-5-36-8 {
  font-size: 12.5px !important;
  line-height: 36.8px !important;
}
.kfont-12-5-37 {
  font-size: 12.5px !important;
  line-height: 37px !important;
}
.kfont-12-5-39 {
  font-size: 12.5px !important;
  line-height: 39px !important;
}
.kfont-12-5-40 {
  font-size: 12.5px !important;
  line-height: 40px !important;
}
.kfont-12-5-42 {
  font-size: 12.5px !important;
  line-height: 42px !important;
}
.kfont-12-5-43 {
  font-size: 12.5px !important;
  line-height: 43px !important;
}
.kfont-12-5-44 {
  font-size: 12.5px !important;
  line-height: 44px !important;
}
.kfont-12-5-45-5 {
  font-size: 12.5px !important;
  line-height: 45.5px !important;
}
.kfont-12-5-46 {
  font-size: 12.5px !important;
  line-height: 46px !important;
}
.kfont-12-5-48 {
  font-size: 12.5px !important;
  line-height: 48px !important;
}
.kfont-12-5-49 {
  font-size: 12.5px !important;
  line-height: 49px !important;
}
.kfont-12-5-52 {
  font-size: 12.5px !important;
  line-height: 52px !important;
}
.kfont-12-5-53 {
  font-size: 12.5px !important;
  line-height: 53px !important;
}
.kfont-12-5-60 {
  font-size: 12.5px !important;
  line-height: 60px !important;
}
.kfont-12-5-64 {
  font-size: 12.5px !important;
  line-height: 64px !important;
}
.kfont-12-5-66 {
  font-size: 12.5px !important;
  line-height: 66px !important;
}
.kfont-12-5-75 {
  font-size: 12.5px !important;
  line-height: 75px !important;
}
.kfont-12-5-78 {
  font-size: 12.5px !important;
  line-height: 78px !important;
}
.kfont-12-5-108 {
  font-size: 12.5px !important;
  line-height: 108px !important;
}
.kfont-12-5-38 {
  font-size: 12.5px !important;
  line-height: 38px !important;
}
.kfont-12-5-65 {
  font-size: 12.5px !important;
  line-height: 65px !important;
}
.kfont-12-5-96 {
  font-size: 12.5px !important;
  line-height: 96px !important;
}
.kfont-12-5-10 {
  font-size: 12.5px !important;
  line-height: 10px !important;
}
.kfont-12-5-84 {
  font-size: 12.5px !important;
  line-height: 84px !important;
}
.kfont-12-5-38-4 {
  font-size: 12.5px !important;
  line-height: 38.4px !important;
}
.kfont-12-5-63 {
  font-size: 12.5px !important;
  line-height: 63px !important;
}
.kfont-13-8 {
  font-size: 13px !important;
  line-height: 8px !important;
}
.kfont-13-13 {
  font-size: 13px !important;
  line-height: 13px !important;
}
.kfont-13-13-2 {
  font-size: 13px !important;
  line-height: 13.2px !important;
}
.kfont-13-15 {
  font-size: 13px !important;
  line-height: 15px !important;
}
.kfont-13-15-4 {
  font-size: 13px !important;
  line-height: 15.4px !important;
}
.kfont-13-15-6 {
  font-size: 13px !important;
  line-height: 15.6px !important;
}
.kfont-13-16 {
  font-size: 13px !important;
  line-height: 16px !important;
}
.kfont-13-16-8 {
  font-size: 13px !important;
  line-height: 16.8px !important;
}
.kfont-13-17 {
  font-size: 13px !important;
  line-height: 17px !important;
}
.kfont-13-17-5 {
  font-size: 13px !important;
  line-height: 17.5px !important;
}
.kfont-13-18 {
  font-size: 13px !important;
  line-height: 18px !important;
}
.kfont-13-18-2 {
  font-size: 13px !important;
  line-height: 18.2px !important;
}
.kfont-13-18-9 {
  font-size: 13px !important;
  line-height: 18.9px !important;
}
.kfont-13-19 {
  font-size: 13px !important;
  line-height: 19px !important;
}
.kfont-13-19-6 {
  font-size: 13px !important;
  line-height: 19.6px !important;
}
.kfont-13-20 {
  font-size: 13px !important;
  line-height: 20px !important;
}
.kfont-13-21 {
  font-size: 13px !important;
  line-height: 21px !important;
}
.kfont-13-22 {
  font-size: 13px !important;
  line-height: 22px !important;
}
.kfont-13-22-4 {
  font-size: 13px !important;
  line-height: 22.4px !important;
}
.kfont-13-22-5 {
  font-size: 13px !important;
  line-height: 22.5px !important;
}
.kfont-13-23 {
  font-size: 13px !important;
  line-height: 23px !important;
}
.kfont-13-24 {
  font-size: 13px !important;
  line-height: 24px !important;
}
.kfont-13-24-3 {
  font-size: 13px !important;
  line-height: 24.3px !important;
}
.kfont-13-25 {
  font-size: 13px !important;
  line-height: 25px !important;
}
.kfont-13-25-76 {
  font-size: 13px !important;
  line-height: 25.76px !important;
}
.kfont-13-26 {
  font-size: 13px !important;
  line-height: 26px !important;
}
.kfont-13-27 {
  font-size: 13px !important;
  line-height: 27px !important;
}
.kfont-13-29 {
  font-size: 13px !important;
  line-height: 29px !important;
}
.kfont-13-30 {
  font-size: 13px !important;
  line-height: 30px !important;
}
.kfont-13-31 {
  font-size: 13px !important;
  line-height: 31px !important;
}
.kfont-13-32 {
  font-size: 13px !important;
  line-height: 32px !important;
}
.kfont-13-33 {
  font-size: 13px !important;
  line-height: 33px !important;
}
.kfont-13-34 {
  font-size: 13px !important;
  line-height: 34px !important;
}
.kfont-13-35 {
  font-size: 13px !important;
  line-height: 35px !important;
}
.kfont-13-36 {
  font-size: 13px !important;
  line-height: 36px !important;
}
.kfont-13-36-8 {
  font-size: 13px !important;
  line-height: 36.8px !important;
}
.kfont-13-37 {
  font-size: 13px !important;
  line-height: 37px !important;
}
.kfont-13-39 {
  font-size: 13px !important;
  line-height: 39px !important;
}
.kfont-13-40 {
  font-size: 13px !important;
  line-height: 40px !important;
}
.kfont-13-42 {
  font-size: 13px !important;
  line-height: 42px !important;
}
.kfont-13-43 {
  font-size: 13px !important;
  line-height: 43px !important;
}
.kfont-13-44 {
  font-size: 13px !important;
  line-height: 44px !important;
}
.kfont-13-45-5 {
  font-size: 13px !important;
  line-height: 45.5px !important;
}
.kfont-13-46 {
  font-size: 13px !important;
  line-height: 46px !important;
}
.kfont-13-48 {
  font-size: 13px !important;
  line-height: 48px !important;
}
.kfont-13-49 {
  font-size: 13px !important;
  line-height: 49px !important;
}
.kfont-13-52 {
  font-size: 13px !important;
  line-height: 52px !important;
}
.kfont-13-53 {
  font-size: 13px !important;
  line-height: 53px !important;
}
.kfont-13-60 {
  font-size: 13px !important;
  line-height: 60px !important;
}
.kfont-13-64 {
  font-size: 13px !important;
  line-height: 64px !important;
}
.kfont-13-66 {
  font-size: 13px !important;
  line-height: 66px !important;
}
.kfont-13-75 {
  font-size: 13px !important;
  line-height: 75px !important;
}
.kfont-13-78 {
  font-size: 13px !important;
  line-height: 78px !important;
}
.kfont-13-108 {
  font-size: 13px !important;
  line-height: 108px !important;
}
.kfont-13-38 {
  font-size: 13px !important;
  line-height: 38px !important;
}
.kfont-13-65 {
  font-size: 13px !important;
  line-height: 65px !important;
}
.kfont-13-96 {
  font-size: 13px !important;
  line-height: 96px !important;
}
.kfont-13-10 {
  font-size: 13px !important;
  line-height: 10px !important;
}
.kfont-13-84 {
  font-size: 13px !important;
  line-height: 84px !important;
}
.kfont-13-38-4 {
  font-size: 13px !important;
  line-height: 38.4px !important;
}
.kfont-13-63 {
  font-size: 13px !important;
  line-height: 63px !important;
}
.kfont-13-5-8 {
  font-size: 13.5px !important;
  line-height: 8px !important;
}
.kfont-13-5-13 {
  font-size: 13.5px !important;
  line-height: 13px !important;
}
.kfont-13-5-13-2 {
  font-size: 13.5px !important;
  line-height: 13.2px !important;
}
.kfont-13-5-15 {
  font-size: 13.5px !important;
  line-height: 15px !important;
}
.kfont-13-5-15-4 {
  font-size: 13.5px !important;
  line-height: 15.4px !important;
}
.kfont-13-5-15-6 {
  font-size: 13.5px !important;
  line-height: 15.6px !important;
}
.kfont-13-5-16 {
  font-size: 13.5px !important;
  line-height: 16px !important;
}
.kfont-13-5-16-8 {
  font-size: 13.5px !important;
  line-height: 16.8px !important;
}
.kfont-13-5-17 {
  font-size: 13.5px !important;
  line-height: 17px !important;
}
.kfont-13-5-17-5 {
  font-size: 13.5px !important;
  line-height: 17.5px !important;
}
.kfont-13-5-18 {
  font-size: 13.5px !important;
  line-height: 18px !important;
}
.kfont-13-5-18-2 {
  font-size: 13.5px !important;
  line-height: 18.2px !important;
}
.kfont-13-5-18-9 {
  font-size: 13.5px !important;
  line-height: 18.9px !important;
}
.kfont-13-5-19 {
  font-size: 13.5px !important;
  line-height: 19px !important;
}
.kfont-13-5-19-6 {
  font-size: 13.5px !important;
  line-height: 19.6px !important;
}
.kfont-13-5-20 {
  font-size: 13.5px !important;
  line-height: 20px !important;
}
.kfont-13-5-21 {
  font-size: 13.5px !important;
  line-height: 21px !important;
}
.kfont-13-5-22 {
  font-size: 13.5px !important;
  line-height: 22px !important;
}
.kfont-13-5-22-4 {
  font-size: 13.5px !important;
  line-height: 22.4px !important;
}
.kfont-13-5-22-5 {
  font-size: 13.5px !important;
  line-height: 22.5px !important;
}
.kfont-13-5-23 {
  font-size: 13.5px !important;
  line-height: 23px !important;
}
.kfont-13-5-24 {
  font-size: 13.5px !important;
  line-height: 24px !important;
}
.kfont-13-5-24-3 {
  font-size: 13.5px !important;
  line-height: 24.3px !important;
}
.kfont-13-5-25 {
  font-size: 13.5px !important;
  line-height: 25px !important;
}
.kfont-13-5-25-76 {
  font-size: 13.5px !important;
  line-height: 25.76px !important;
}
.kfont-13-5-26 {
  font-size: 13.5px !important;
  line-height: 26px !important;
}
.kfont-13-5-27 {
  font-size: 13.5px !important;
  line-height: 27px !important;
}
.kfont-13-5-29 {
  font-size: 13.5px !important;
  line-height: 29px !important;
}
.kfont-13-5-30 {
  font-size: 13.5px !important;
  line-height: 30px !important;
}
.kfont-13-5-31 {
  font-size: 13.5px !important;
  line-height: 31px !important;
}
.kfont-13-5-32 {
  font-size: 13.5px !important;
  line-height: 32px !important;
}
.kfont-13-5-33 {
  font-size: 13.5px !important;
  line-height: 33px !important;
}
.kfont-13-5-34 {
  font-size: 13.5px !important;
  line-height: 34px !important;
}
.kfont-13-5-35 {
  font-size: 13.5px !important;
  line-height: 35px !important;
}
.kfont-13-5-36 {
  font-size: 13.5px !important;
  line-height: 36px !important;
}
.kfont-13-5-36-8 {
  font-size: 13.5px !important;
  line-height: 36.8px !important;
}
.kfont-13-5-37 {
  font-size: 13.5px !important;
  line-height: 37px !important;
}
.kfont-13-5-39 {
  font-size: 13.5px !important;
  line-height: 39px !important;
}
.kfont-13-5-40 {
  font-size: 13.5px !important;
  line-height: 40px !important;
}
.kfont-13-5-42 {
  font-size: 13.5px !important;
  line-height: 42px !important;
}
.kfont-13-5-43 {
  font-size: 13.5px !important;
  line-height: 43px !important;
}
.kfont-13-5-44 {
  font-size: 13.5px !important;
  line-height: 44px !important;
}
.kfont-13-5-45-5 {
  font-size: 13.5px !important;
  line-height: 45.5px !important;
}
.kfont-13-5-46 {
  font-size: 13.5px !important;
  line-height: 46px !important;
}
.kfont-13-5-48 {
  font-size: 13.5px !important;
  line-height: 48px !important;
}
.kfont-13-5-49 {
  font-size: 13.5px !important;
  line-height: 49px !important;
}
.kfont-13-5-52 {
  font-size: 13.5px !important;
  line-height: 52px !important;
}
.kfont-13-5-53 {
  font-size: 13.5px !important;
  line-height: 53px !important;
}
.kfont-13-5-60 {
  font-size: 13.5px !important;
  line-height: 60px !important;
}
.kfont-13-5-64 {
  font-size: 13.5px !important;
  line-height: 64px !important;
}
.kfont-13-5-66 {
  font-size: 13.5px !important;
  line-height: 66px !important;
}
.kfont-13-5-75 {
  font-size: 13.5px !important;
  line-height: 75px !important;
}
.kfont-13-5-78 {
  font-size: 13.5px !important;
  line-height: 78px !important;
}
.kfont-13-5-108 {
  font-size: 13.5px !important;
  line-height: 108px !important;
}
.kfont-13-5-38 {
  font-size: 13.5px !important;
  line-height: 38px !important;
}
.kfont-13-5-65 {
  font-size: 13.5px !important;
  line-height: 65px !important;
}
.kfont-13-5-96 {
  font-size: 13.5px !important;
  line-height: 96px !important;
}
.kfont-13-5-10 {
  font-size: 13.5px !important;
  line-height: 10px !important;
}
.kfont-13-5-84 {
  font-size: 13.5px !important;
  line-height: 84px !important;
}
.kfont-13-5-38-4 {
  font-size: 13.5px !important;
  line-height: 38.4px !important;
}
.kfont-13-5-63 {
  font-size: 13.5px !important;
  line-height: 63px !important;
}
.kfont-14-8 {
  font-size: 14px !important;
  line-height: 8px !important;
}
.kfont-14-13 {
  font-size: 14px !important;
  line-height: 13px !important;
}
.kfont-14-13-2 {
  font-size: 14px !important;
  line-height: 13.2px !important;
}
.kfont-14-15 {
  font-size: 14px !important;
  line-height: 15px !important;
}
.kfont-14-15-4 {
  font-size: 14px !important;
  line-height: 15.4px !important;
}
.kfont-14-15-6 {
  font-size: 14px !important;
  line-height: 15.6px !important;
}
.kfont-14-16 {
  font-size: 14px !important;
  line-height: 16px !important;
}
.kfont-14-16-8 {
  font-size: 14px !important;
  line-height: 16.8px !important;
}
.kfont-14-17 {
  font-size: 14px !important;
  line-height: 17px !important;
}
.kfont-14-17-5 {
  font-size: 14px !important;
  line-height: 17.5px !important;
}
.kfont-14-18 {
  font-size: 14px !important;
  line-height: 18px !important;
}
.kfont-14-18-2 {
  font-size: 14px !important;
  line-height: 18.2px !important;
}
.kfont-14-18-9 {
  font-size: 14px !important;
  line-height: 18.9px !important;
}
.kfont-14-19 {
  font-size: 14px !important;
  line-height: 19px !important;
}
.kfont-14-19-6 {
  font-size: 14px !important;
  line-height: 19.6px !important;
}
.kfont-14-20 {
  font-size: 14px !important;
  line-height: 20px !important;
}
.kfont-14-21 {
  font-size: 14px !important;
  line-height: 21px !important;
}
.kfont-14-22 {
  font-size: 14px !important;
  line-height: 22px !important;
}
.kfont-14-22-4 {
  font-size: 14px !important;
  line-height: 22.4px !important;
}
.kfont-14-22-5 {
  font-size: 14px !important;
  line-height: 22.5px !important;
}
.kfont-14-23 {
  font-size: 14px !important;
  line-height: 23px !important;
}
.kfont-14-24 {
  font-size: 14px !important;
  line-height: 24px !important;
}
.kfont-14-24-3 {
  font-size: 14px !important;
  line-height: 24.3px !important;
}
.kfont-14-25 {
  font-size: 14px !important;
  line-height: 25px !important;
}
.kfont-14-25-76 {
  font-size: 14px !important;
  line-height: 25.76px !important;
}
.kfont-14-26 {
  font-size: 14px !important;
  line-height: 26px !important;
}
.kfont-14-27 {
  font-size: 14px !important;
  line-height: 27px !important;
}
.kfont-14-29 {
  font-size: 14px !important;
  line-height: 29px !important;
}
.kfont-14-30 {
  font-size: 14px !important;
  line-height: 30px !important;
}
.kfont-14-31 {
  font-size: 14px !important;
  line-height: 31px !important;
}
.kfont-14-32 {
  font-size: 14px !important;
  line-height: 32px !important;
}
.kfont-14-33 {
  font-size: 14px !important;
  line-height: 33px !important;
}
.kfont-14-34 {
  font-size: 14px !important;
  line-height: 34px !important;
}
.kfont-14-35 {
  font-size: 14px !important;
  line-height: 35px !important;
}
.kfont-14-36 {
  font-size: 14px !important;
  line-height: 36px !important;
}
.kfont-14-36-8 {
  font-size: 14px !important;
  line-height: 36.8px !important;
}
.kfont-14-37 {
  font-size: 14px !important;
  line-height: 37px !important;
}
.kfont-14-39 {
  font-size: 14px !important;
  line-height: 39px !important;
}
.kfont-14-40 {
  font-size: 14px !important;
  line-height: 40px !important;
}
.kfont-14-42 {
  font-size: 14px !important;
  line-height: 42px !important;
}
.kfont-14-43 {
  font-size: 14px !important;
  line-height: 43px !important;
}
.kfont-14-44 {
  font-size: 14px !important;
  line-height: 44px !important;
}
.kfont-14-45-5 {
  font-size: 14px !important;
  line-height: 45.5px !important;
}
.kfont-14-46 {
  font-size: 14px !important;
  line-height: 46px !important;
}
.kfont-14-48 {
  font-size: 14px !important;
  line-height: 48px !important;
}
.kfont-14-49 {
  font-size: 14px !important;
  line-height: 49px !important;
}
.kfont-14-52 {
  font-size: 14px !important;
  line-height: 52px !important;
}
.kfont-14-53 {
  font-size: 14px !important;
  line-height: 53px !important;
}
.kfont-14-60 {
  font-size: 14px !important;
  line-height: 60px !important;
}
.kfont-14-64 {
  font-size: 14px !important;
  line-height: 64px !important;
}
.kfont-14-66 {
  font-size: 14px !important;
  line-height: 66px !important;
}
.kfont-14-75 {
  font-size: 14px !important;
  line-height: 75px !important;
}
.kfont-14-78 {
  font-size: 14px !important;
  line-height: 78px !important;
}
.kfont-14-108 {
  font-size: 14px !important;
  line-height: 108px !important;
}
.kfont-14-38 {
  font-size: 14px !important;
  line-height: 38px !important;
}
.kfont-14-65 {
  font-size: 14px !important;
  line-height: 65px !important;
}
.kfont-14-96 {
  font-size: 14px !important;
  line-height: 96px !important;
}
.kfont-14-10 {
  font-size: 14px !important;
  line-height: 10px !important;
}
.kfont-14-84 {
  font-size: 14px !important;
  line-height: 84px !important;
}
.kfont-14-38-4 {
  font-size: 14px !important;
  line-height: 38.4px !important;
}
.kfont-14-63 {
  font-size: 14px !important;
  line-height: 63px !important;
}
.kfont-14-4-8 {
  font-size: 14.4px !important;
  line-height: 8px !important;
}
.kfont-14-4-13 {
  font-size: 14.4px !important;
  line-height: 13px !important;
}
.kfont-14-4-13-2 {
  font-size: 14.4px !important;
  line-height: 13.2px !important;
}
.kfont-14-4-15 {
  font-size: 14.4px !important;
  line-height: 15px !important;
}
.kfont-14-4-15-4 {
  font-size: 14.4px !important;
  line-height: 15.4px !important;
}
.kfont-14-4-15-6 {
  font-size: 14.4px !important;
  line-height: 15.6px !important;
}
.kfont-14-4-16 {
  font-size: 14.4px !important;
  line-height: 16px !important;
}
.kfont-14-4-16-8 {
  font-size: 14.4px !important;
  line-height: 16.8px !important;
}
.kfont-14-4-17 {
  font-size: 14.4px !important;
  line-height: 17px !important;
}
.kfont-14-4-17-5 {
  font-size: 14.4px !important;
  line-height: 17.5px !important;
}
.kfont-14-4-18 {
  font-size: 14.4px !important;
  line-height: 18px !important;
}
.kfont-14-4-18-2 {
  font-size: 14.4px !important;
  line-height: 18.2px !important;
}
.kfont-14-4-18-9 {
  font-size: 14.4px !important;
  line-height: 18.9px !important;
}
.kfont-14-4-19 {
  font-size: 14.4px !important;
  line-height: 19px !important;
}
.kfont-14-4-19-6 {
  font-size: 14.4px !important;
  line-height: 19.6px !important;
}
.kfont-14-4-20 {
  font-size: 14.4px !important;
  line-height: 20px !important;
}
.kfont-14-4-21 {
  font-size: 14.4px !important;
  line-height: 21px !important;
}
.kfont-14-4-22 {
  font-size: 14.4px !important;
  line-height: 22px !important;
}
.kfont-14-4-22-4 {
  font-size: 14.4px !important;
  line-height: 22.4px !important;
}
.kfont-14-4-22-5 {
  font-size: 14.4px !important;
  line-height: 22.5px !important;
}
.kfont-14-4-23 {
  font-size: 14.4px !important;
  line-height: 23px !important;
}
.kfont-14-4-24 {
  font-size: 14.4px !important;
  line-height: 24px !important;
}
.kfont-14-4-24-3 {
  font-size: 14.4px !important;
  line-height: 24.3px !important;
}
.kfont-14-4-25 {
  font-size: 14.4px !important;
  line-height: 25px !important;
}
.kfont-14-4-25-76 {
  font-size: 14.4px !important;
  line-height: 25.76px !important;
}
.kfont-14-4-26 {
  font-size: 14.4px !important;
  line-height: 26px !important;
}
.kfont-14-4-27 {
  font-size: 14.4px !important;
  line-height: 27px !important;
}
.kfont-14-4-29 {
  font-size: 14.4px !important;
  line-height: 29px !important;
}
.kfont-14-4-30 {
  font-size: 14.4px !important;
  line-height: 30px !important;
}
.kfont-14-4-31 {
  font-size: 14.4px !important;
  line-height: 31px !important;
}
.kfont-14-4-32 {
  font-size: 14.4px !important;
  line-height: 32px !important;
}
.kfont-14-4-33 {
  font-size: 14.4px !important;
  line-height: 33px !important;
}
.kfont-14-4-34 {
  font-size: 14.4px !important;
  line-height: 34px !important;
}
.kfont-14-4-35 {
  font-size: 14.4px !important;
  line-height: 35px !important;
}
.kfont-14-4-36 {
  font-size: 14.4px !important;
  line-height: 36px !important;
}
.kfont-14-4-36-8 {
  font-size: 14.4px !important;
  line-height: 36.8px !important;
}
.kfont-14-4-37 {
  font-size: 14.4px !important;
  line-height: 37px !important;
}
.kfont-14-4-39 {
  font-size: 14.4px !important;
  line-height: 39px !important;
}
.kfont-14-4-40 {
  font-size: 14.4px !important;
  line-height: 40px !important;
}
.kfont-14-4-42 {
  font-size: 14.4px !important;
  line-height: 42px !important;
}
.kfont-14-4-43 {
  font-size: 14.4px !important;
  line-height: 43px !important;
}
.kfont-14-4-44 {
  font-size: 14.4px !important;
  line-height: 44px !important;
}
.kfont-14-4-45-5 {
  font-size: 14.4px !important;
  line-height: 45.5px !important;
}
.kfont-14-4-46 {
  font-size: 14.4px !important;
  line-height: 46px !important;
}
.kfont-14-4-48 {
  font-size: 14.4px !important;
  line-height: 48px !important;
}
.kfont-14-4-49 {
  font-size: 14.4px !important;
  line-height: 49px !important;
}
.kfont-14-4-52 {
  font-size: 14.4px !important;
  line-height: 52px !important;
}
.kfont-14-4-53 {
  font-size: 14.4px !important;
  line-height: 53px !important;
}
.kfont-14-4-60 {
  font-size: 14.4px !important;
  line-height: 60px !important;
}
.kfont-14-4-64 {
  font-size: 14.4px !important;
  line-height: 64px !important;
}
.kfont-14-4-66 {
  font-size: 14.4px !important;
  line-height: 66px !important;
}
.kfont-14-4-75 {
  font-size: 14.4px !important;
  line-height: 75px !important;
}
.kfont-14-4-78 {
  font-size: 14.4px !important;
  line-height: 78px !important;
}
.kfont-14-4-108 {
  font-size: 14.4px !important;
  line-height: 108px !important;
}
.kfont-14-4-38 {
  font-size: 14.4px !important;
  line-height: 38px !important;
}
.kfont-14-4-65 {
  font-size: 14.4px !important;
  line-height: 65px !important;
}
.kfont-14-4-96 {
  font-size: 14.4px !important;
  line-height: 96px !important;
}
.kfont-14-4-10 {
  font-size: 14.4px !important;
  line-height: 10px !important;
}
.kfont-14-4-84 {
  font-size: 14.4px !important;
  line-height: 84px !important;
}
.kfont-14-4-38-4 {
  font-size: 14.4px !important;
  line-height: 38.4px !important;
}
.kfont-14-4-63 {
  font-size: 14.4px !important;
  line-height: 63px !important;
}
.kfont-15-8 {
  font-size: 15px !important;
  line-height: 8px !important;
}
.kfont-15-13 {
  font-size: 15px !important;
  line-height: 13px !important;
}
.kfont-15-13-2 {
  font-size: 15px !important;
  line-height: 13.2px !important;
}
.kfont-15-15 {
  font-size: 15px !important;
  line-height: 15px !important;
}
.kfont-15-15-4 {
  font-size: 15px !important;
  line-height: 15.4px !important;
}
.kfont-15-15-6 {
  font-size: 15px !important;
  line-height: 15.6px !important;
}
.kfont-15-16 {
  font-size: 15px !important;
  line-height: 16px !important;
}
.kfont-15-16-8 {
  font-size: 15px !important;
  line-height: 16.8px !important;
}
.kfont-15-17 {
  font-size: 15px !important;
  line-height: 17px !important;
}
.kfont-15-17-5 {
  font-size: 15px !important;
  line-height: 17.5px !important;
}
.kfont-15-18 {
  font-size: 15px !important;
  line-height: 18px !important;
}
.kfont-15-18-2 {
  font-size: 15px !important;
  line-height: 18.2px !important;
}
.kfont-15-18-9 {
  font-size: 15px !important;
  line-height: 18.9px !important;
}
.kfont-15-19 {
  font-size: 15px !important;
  line-height: 19px !important;
}
.kfont-15-19-6 {
  font-size: 15px !important;
  line-height: 19.6px !important;
}
.kfont-15-20 {
  font-size: 15px !important;
  line-height: 20px !important;
}
.kfont-15-21 {
  font-size: 15px !important;
  line-height: 21px !important;
}
.kfont-15-22 {
  font-size: 15px !important;
  line-height: 22px !important;
}
.kfont-15-22-4 {
  font-size: 15px !important;
  line-height: 22.4px !important;
}
.kfont-15-22-5 {
  font-size: 15px !important;
  line-height: 22.5px !important;
}
.kfont-15-23 {
  font-size: 15px !important;
  line-height: 23px !important;
}
.kfont-15-24 {
  font-size: 15px !important;
  line-height: 24px !important;
}
.kfont-15-24-3 {
  font-size: 15px !important;
  line-height: 24.3px !important;
}
.kfont-15-25 {
  font-size: 15px !important;
  line-height: 25px !important;
}
.kfont-15-25-76 {
  font-size: 15px !important;
  line-height: 25.76px !important;
}
.kfont-15-26 {
  font-size: 15px !important;
  line-height: 26px !important;
}
.kfont-15-27 {
  font-size: 15px !important;
  line-height: 27px !important;
}
.kfont-15-29 {
  font-size: 15px !important;
  line-height: 29px !important;
}
.kfont-15-30 {
  font-size: 15px !important;
  line-height: 30px !important;
}
.kfont-15-31 {
  font-size: 15px !important;
  line-height: 31px !important;
}
.kfont-15-32 {
  font-size: 15px !important;
  line-height: 32px !important;
}
.kfont-15-33 {
  font-size: 15px !important;
  line-height: 33px !important;
}
.kfont-15-34 {
  font-size: 15px !important;
  line-height: 34px !important;
}
.kfont-15-35 {
  font-size: 15px !important;
  line-height: 35px !important;
}
.kfont-15-36 {
  font-size: 15px !important;
  line-height: 36px !important;
}
.kfont-15-36-8 {
  font-size: 15px !important;
  line-height: 36.8px !important;
}
.kfont-15-37 {
  font-size: 15px !important;
  line-height: 37px !important;
}
.kfont-15-39 {
  font-size: 15px !important;
  line-height: 39px !important;
}
.kfont-15-40 {
  font-size: 15px !important;
  line-height: 40px !important;
}
.kfont-15-42 {
  font-size: 15px !important;
  line-height: 42px !important;
}
.kfont-15-43 {
  font-size: 15px !important;
  line-height: 43px !important;
}
.kfont-15-44 {
  font-size: 15px !important;
  line-height: 44px !important;
}
.kfont-15-45-5 {
  font-size: 15px !important;
  line-height: 45.5px !important;
}
.kfont-15-46 {
  font-size: 15px !important;
  line-height: 46px !important;
}
.kfont-15-48 {
  font-size: 15px !important;
  line-height: 48px !important;
}
.kfont-15-49 {
  font-size: 15px !important;
  line-height: 49px !important;
}
.kfont-15-52 {
  font-size: 15px !important;
  line-height: 52px !important;
}
.kfont-15-53 {
  font-size: 15px !important;
  line-height: 53px !important;
}
.kfont-15-60 {
  font-size: 15px !important;
  line-height: 60px !important;
}
.kfont-15-64 {
  font-size: 15px !important;
  line-height: 64px !important;
}
.kfont-15-66 {
  font-size: 15px !important;
  line-height: 66px !important;
}
.kfont-15-75 {
  font-size: 15px !important;
  line-height: 75px !important;
}
.kfont-15-78 {
  font-size: 15px !important;
  line-height: 78px !important;
}
.kfont-15-108 {
  font-size: 15px !important;
  line-height: 108px !important;
}
.kfont-15-38 {
  font-size: 15px !important;
  line-height: 38px !important;
}
.kfont-15-65 {
  font-size: 15px !important;
  line-height: 65px !important;
}
.kfont-15-96 {
  font-size: 15px !important;
  line-height: 96px !important;
}
.kfont-15-10 {
  font-size: 15px !important;
  line-height: 10px !important;
}
.kfont-15-84 {
  font-size: 15px !important;
  line-height: 84px !important;
}
.kfont-15-38-4 {
  font-size: 15px !important;
  line-height: 38.4px !important;
}
.kfont-15-63 {
  font-size: 15px !important;
  line-height: 63px !important;
}
.kfont-16-8 {
  font-size: 16px !important;
  line-height: 8px !important;
}
.kfont-16-13 {
  font-size: 16px !important;
  line-height: 13px !important;
}
.kfont-16-13-2 {
  font-size: 16px !important;
  line-height: 13.2px !important;
}
.kfont-16-15 {
  font-size: 16px !important;
  line-height: 15px !important;
}
.kfont-16-15-4 {
  font-size: 16px !important;
  line-height: 15.4px !important;
}
.kfont-16-15-6 {
  font-size: 16px !important;
  line-height: 15.6px !important;
}
.kfont-16-16 {
  font-size: 16px !important;
  line-height: 16px !important;
}
.kfont-16-16-8 {
  font-size: 16px !important;
  line-height: 16.8px !important;
}
.kfont-16-17 {
  font-size: 16px !important;
  line-height: 17px !important;
}
.kfont-16-17-5 {
  font-size: 16px !important;
  line-height: 17.5px !important;
}
.kfont-16-18 {
  font-size: 16px !important;
  line-height: 18px !important;
}
.kfont-16-18-2 {
  font-size: 16px !important;
  line-height: 18.2px !important;
}
.kfont-16-18-9 {
  font-size: 16px !important;
  line-height: 18.9px !important;
}
.kfont-16-19 {
  font-size: 16px !important;
  line-height: 19px !important;
}
.kfont-16-19-6 {
  font-size: 16px !important;
  line-height: 19.6px !important;
}
.kfont-16-20 {
  font-size: 16px !important;
  line-height: 20px !important;
}
.kfont-16-21 {
  font-size: 16px !important;
  line-height: 21px !important;
}
.kfont-16-22 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.kfont-16-22-4 {
  font-size: 16px !important;
  line-height: 22.4px !important;
}
.kfont-16-22-5 {
  font-size: 16px !important;
  line-height: 22.5px !important;
}
.kfont-16-23 {
  font-size: 16px !important;
  line-height: 23px !important;
}
.kfont-16-24 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.kfont-16-24-3 {
  font-size: 16px !important;
  line-height: 24.3px !important;
}
.kfont-16-25 {
  font-size: 16px !important;
  line-height: 25px !important;
}
.kfont-16-25-76 {
  font-size: 16px !important;
  line-height: 25.76px !important;
}
.kfont-16-26 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.kfont-16-27 {
  font-size: 16px !important;
  line-height: 27px !important;
}
.kfont-16-29 {
  font-size: 16px !important;
  line-height: 29px !important;
}
.kfont-16-30 {
  font-size: 16px !important;
  line-height: 30px !important;
}
.kfont-16-31 {
  font-size: 16px !important;
  line-height: 31px !important;
}
.kfont-16-32 {
  font-size: 16px !important;
  line-height: 32px !important;
}
.kfont-16-33 {
  font-size: 16px !important;
  line-height: 33px !important;
}
.kfont-16-34 {
  font-size: 16px !important;
  line-height: 34px !important;
}
.kfont-16-35 {
  font-size: 16px !important;
  line-height: 35px !important;
}
.kfont-16-36 {
  font-size: 16px !important;
  line-height: 36px !important;
}
.kfont-16-36-8 {
  font-size: 16px !important;
  line-height: 36.8px !important;
}
.kfont-16-37 {
  font-size: 16px !important;
  line-height: 37px !important;
}
.kfont-16-39 {
  font-size: 16px !important;
  line-height: 39px !important;
}
.kfont-16-40 {
  font-size: 16px !important;
  line-height: 40px !important;
}
.kfont-16-42 {
  font-size: 16px !important;
  line-height: 42px !important;
}
.kfont-16-43 {
  font-size: 16px !important;
  line-height: 43px !important;
}
.kfont-16-44 {
  font-size: 16px !important;
  line-height: 44px !important;
}
.kfont-16-45-5 {
  font-size: 16px !important;
  line-height: 45.5px !important;
}
.kfont-16-46 {
  font-size: 16px !important;
  line-height: 46px !important;
}
.kfont-16-48 {
  font-size: 16px !important;
  line-height: 48px !important;
}
.kfont-16-49 {
  font-size: 16px !important;
  line-height: 49px !important;
}
.kfont-16-52 {
  font-size: 16px !important;
  line-height: 52px !important;
}
.kfont-16-53 {
  font-size: 16px !important;
  line-height: 53px !important;
}
.kfont-16-60 {
  font-size: 16px !important;
  line-height: 60px !important;
}
.kfont-16-64 {
  font-size: 16px !important;
  line-height: 64px !important;
}
.kfont-16-66 {
  font-size: 16px !important;
  line-height: 66px !important;
}
.kfont-16-75 {
  font-size: 16px !important;
  line-height: 75px !important;
}
.kfont-16-78 {
  font-size: 16px !important;
  line-height: 78px !important;
}
.kfont-16-108 {
  font-size: 16px !important;
  line-height: 108px !important;
}
.kfont-16-38 {
  font-size: 16px !important;
  line-height: 38px !important;
}
.kfont-16-65 {
  font-size: 16px !important;
  line-height: 65px !important;
}
.kfont-16-96 {
  font-size: 16px !important;
  line-height: 96px !important;
}
.kfont-16-10 {
  font-size: 16px !important;
  line-height: 10px !important;
}
.kfont-16-84 {
  font-size: 16px !important;
  line-height: 84px !important;
}
.kfont-16-38-4 {
  font-size: 16px !important;
  line-height: 38.4px !important;
}
.kfont-16-63 {
  font-size: 16px !important;
  line-height: 63px !important;
}
.kfont-17-8 {
  font-size: 17px !important;
  line-height: 8px !important;
}
.kfont-17-13 {
  font-size: 17px !important;
  line-height: 13px !important;
}
.kfont-17-13-2 {
  font-size: 17px !important;
  line-height: 13.2px !important;
}
.kfont-17-15 {
  font-size: 17px !important;
  line-height: 15px !important;
}
.kfont-17-15-4 {
  font-size: 17px !important;
  line-height: 15.4px !important;
}
.kfont-17-15-6 {
  font-size: 17px !important;
  line-height: 15.6px !important;
}
.kfont-17-16 {
  font-size: 17px !important;
  line-height: 16px !important;
}
.kfont-17-16-8 {
  font-size: 17px !important;
  line-height: 16.8px !important;
}
.kfont-17-17 {
  font-size: 17px !important;
  line-height: 17px !important;
}
.kfont-17-17-5 {
  font-size: 17px !important;
  line-height: 17.5px !important;
}
.kfont-17-18 {
  font-size: 17px !important;
  line-height: 18px !important;
}
.kfont-17-18-2 {
  font-size: 17px !important;
  line-height: 18.2px !important;
}
.kfont-17-18-9 {
  font-size: 17px !important;
  line-height: 18.9px !important;
}
.kfont-17-19 {
  font-size: 17px !important;
  line-height: 19px !important;
}
.kfont-17-19-6 {
  font-size: 17px !important;
  line-height: 19.6px !important;
}
.kfont-17-20 {
  font-size: 17px !important;
  line-height: 20px !important;
}
.kfont-17-21 {
  font-size: 17px !important;
  line-height: 21px !important;
}
.kfont-17-22 {
  font-size: 17px !important;
  line-height: 22px !important;
}
.kfont-17-22-4 {
  font-size: 17px !important;
  line-height: 22.4px !important;
}
.kfont-17-22-5 {
  font-size: 17px !important;
  line-height: 22.5px !important;
}
.kfont-17-23 {
  font-size: 17px !important;
  line-height: 23px !important;
}
.kfont-17-24 {
  font-size: 17px !important;
  line-height: 24px !important;
}
.kfont-17-24-3 {
  font-size: 17px !important;
  line-height: 24.3px !important;
}
.kfont-17-25 {
  font-size: 17px !important;
  line-height: 25px !important;
}
.kfont-17-25-76 {
  font-size: 17px !important;
  line-height: 25.76px !important;
}
.kfont-17-26 {
  font-size: 17px !important;
  line-height: 26px !important;
}
.kfont-17-27 {
  font-size: 17px !important;
  line-height: 27px !important;
}
.kfont-17-29 {
  font-size: 17px !important;
  line-height: 29px !important;
}
.kfont-17-30 {
  font-size: 17px !important;
  line-height: 30px !important;
}
.kfont-17-31 {
  font-size: 17px !important;
  line-height: 31px !important;
}
.kfont-17-32 {
  font-size: 17px !important;
  line-height: 32px !important;
}
.kfont-17-33 {
  font-size: 17px !important;
  line-height: 33px !important;
}
.kfont-17-34 {
  font-size: 17px !important;
  line-height: 34px !important;
}
.kfont-17-35 {
  font-size: 17px !important;
  line-height: 35px !important;
}
.kfont-17-36 {
  font-size: 17px !important;
  line-height: 36px !important;
}
.kfont-17-36-8 {
  font-size: 17px !important;
  line-height: 36.8px !important;
}
.kfont-17-37 {
  font-size: 17px !important;
  line-height: 37px !important;
}
.kfont-17-39 {
  font-size: 17px !important;
  line-height: 39px !important;
}
.kfont-17-40 {
  font-size: 17px !important;
  line-height: 40px !important;
}
.kfont-17-42 {
  font-size: 17px !important;
  line-height: 42px !important;
}
.kfont-17-43 {
  font-size: 17px !important;
  line-height: 43px !important;
}
.kfont-17-44 {
  font-size: 17px !important;
  line-height: 44px !important;
}
.kfont-17-45-5 {
  font-size: 17px !important;
  line-height: 45.5px !important;
}
.kfont-17-46 {
  font-size: 17px !important;
  line-height: 46px !important;
}
.kfont-17-48 {
  font-size: 17px !important;
  line-height: 48px !important;
}
.kfont-17-49 {
  font-size: 17px !important;
  line-height: 49px !important;
}
.kfont-17-52 {
  font-size: 17px !important;
  line-height: 52px !important;
}
.kfont-17-53 {
  font-size: 17px !important;
  line-height: 53px !important;
}
.kfont-17-60 {
  font-size: 17px !important;
  line-height: 60px !important;
}
.kfont-17-64 {
  font-size: 17px !important;
  line-height: 64px !important;
}
.kfont-17-66 {
  font-size: 17px !important;
  line-height: 66px !important;
}
.kfont-17-75 {
  font-size: 17px !important;
  line-height: 75px !important;
}
.kfont-17-78 {
  font-size: 17px !important;
  line-height: 78px !important;
}
.kfont-17-108 {
  font-size: 17px !important;
  line-height: 108px !important;
}
.kfont-17-38 {
  font-size: 17px !important;
  line-height: 38px !important;
}
.kfont-17-65 {
  font-size: 17px !important;
  line-height: 65px !important;
}
.kfont-17-96 {
  font-size: 17px !important;
  line-height: 96px !important;
}
.kfont-17-10 {
  font-size: 17px !important;
  line-height: 10px !important;
}
.kfont-17-84 {
  font-size: 17px !important;
  line-height: 84px !important;
}
.kfont-17-38-4 {
  font-size: 17px !important;
  line-height: 38.4px !important;
}
.kfont-17-63 {
  font-size: 17px !important;
  line-height: 63px !important;
}
.kfont-18-4-8 {
  font-size: 18.4px !important;
  line-height: 8px !important;
}
.kfont-18-4-13 {
  font-size: 18.4px !important;
  line-height: 13px !important;
}
.kfont-18-4-13-2 {
  font-size: 18.4px !important;
  line-height: 13.2px !important;
}
.kfont-18-4-15 {
  font-size: 18.4px !important;
  line-height: 15px !important;
}
.kfont-18-4-15-4 {
  font-size: 18.4px !important;
  line-height: 15.4px !important;
}
.kfont-18-4-15-6 {
  font-size: 18.4px !important;
  line-height: 15.6px !important;
}
.kfont-18-4-16 {
  font-size: 18.4px !important;
  line-height: 16px !important;
}
.kfont-18-4-16-8 {
  font-size: 18.4px !important;
  line-height: 16.8px !important;
}
.kfont-18-4-17 {
  font-size: 18.4px !important;
  line-height: 17px !important;
}
.kfont-18-4-17-5 {
  font-size: 18.4px !important;
  line-height: 17.5px !important;
}
.kfont-18-4-18 {
  font-size: 18.4px !important;
  line-height: 18px !important;
}
.kfont-18-4-18-2 {
  font-size: 18.4px !important;
  line-height: 18.2px !important;
}
.kfont-18-4-18-9 {
  font-size: 18.4px !important;
  line-height: 18.9px !important;
}
.kfont-18-4-19 {
  font-size: 18.4px !important;
  line-height: 19px !important;
}
.kfont-18-4-19-6 {
  font-size: 18.4px !important;
  line-height: 19.6px !important;
}
.kfont-18-4-20 {
  font-size: 18.4px !important;
  line-height: 20px !important;
}
.kfont-18-4-21 {
  font-size: 18.4px !important;
  line-height: 21px !important;
}
.kfont-18-4-22 {
  font-size: 18.4px !important;
  line-height: 22px !important;
}
.kfont-18-4-22-4 {
  font-size: 18.4px !important;
  line-height: 22.4px !important;
}
.kfont-18-4-22-5 {
  font-size: 18.4px !important;
  line-height: 22.5px !important;
}
.kfont-18-4-23 {
  font-size: 18.4px !important;
  line-height: 23px !important;
}
.kfont-18-4-24 {
  font-size: 18.4px !important;
  line-height: 24px !important;
}
.kfont-18-4-24-3 {
  font-size: 18.4px !important;
  line-height: 24.3px !important;
}
.kfont-18-4-25 {
  font-size: 18.4px !important;
  line-height: 25px !important;
}
.kfont-18-4-25-76 {
  font-size: 18.4px !important;
  line-height: 25.76px !important;
}
.kfont-18-4-26 {
  font-size: 18.4px !important;
  line-height: 26px !important;
}
.kfont-18-4-27 {
  font-size: 18.4px !important;
  line-height: 27px !important;
}
.kfont-18-4-29 {
  font-size: 18.4px !important;
  line-height: 29px !important;
}
.kfont-18-4-30 {
  font-size: 18.4px !important;
  line-height: 30px !important;
}
.kfont-18-4-31 {
  font-size: 18.4px !important;
  line-height: 31px !important;
}
.kfont-18-4-32 {
  font-size: 18.4px !important;
  line-height: 32px !important;
}
.kfont-18-4-33 {
  font-size: 18.4px !important;
  line-height: 33px !important;
}
.kfont-18-4-34 {
  font-size: 18.4px !important;
  line-height: 34px !important;
}
.kfont-18-4-35 {
  font-size: 18.4px !important;
  line-height: 35px !important;
}
.kfont-18-4-36 {
  font-size: 18.4px !important;
  line-height: 36px !important;
}
.kfont-18-4-36-8 {
  font-size: 18.4px !important;
  line-height: 36.8px !important;
}
.kfont-18-4-37 {
  font-size: 18.4px !important;
  line-height: 37px !important;
}
.kfont-18-4-39 {
  font-size: 18.4px !important;
  line-height: 39px !important;
}
.kfont-18-4-40 {
  font-size: 18.4px !important;
  line-height: 40px !important;
}
.kfont-18-4-42 {
  font-size: 18.4px !important;
  line-height: 42px !important;
}
.kfont-18-4-43 {
  font-size: 18.4px !important;
  line-height: 43px !important;
}
.kfont-18-4-44 {
  font-size: 18.4px !important;
  line-height: 44px !important;
}
.kfont-18-4-45-5 {
  font-size: 18.4px !important;
  line-height: 45.5px !important;
}
.kfont-18-4-46 {
  font-size: 18.4px !important;
  line-height: 46px !important;
}
.kfont-18-4-48 {
  font-size: 18.4px !important;
  line-height: 48px !important;
}
.kfont-18-4-49 {
  font-size: 18.4px !important;
  line-height: 49px !important;
}
.kfont-18-4-52 {
  font-size: 18.4px !important;
  line-height: 52px !important;
}
.kfont-18-4-53 {
  font-size: 18.4px !important;
  line-height: 53px !important;
}
.kfont-18-4-60 {
  font-size: 18.4px !important;
  line-height: 60px !important;
}
.kfont-18-4-64 {
  font-size: 18.4px !important;
  line-height: 64px !important;
}
.kfont-18-4-66 {
  font-size: 18.4px !important;
  line-height: 66px !important;
}
.kfont-18-4-75 {
  font-size: 18.4px !important;
  line-height: 75px !important;
}
.kfont-18-4-78 {
  font-size: 18.4px !important;
  line-height: 78px !important;
}
.kfont-18-4-108 {
  font-size: 18.4px !important;
  line-height: 108px !important;
}
.kfont-18-4-38 {
  font-size: 18.4px !important;
  line-height: 38px !important;
}
.kfont-18-4-65 {
  font-size: 18.4px !important;
  line-height: 65px !important;
}
.kfont-18-4-96 {
  font-size: 18.4px !important;
  line-height: 96px !important;
}
.kfont-18-4-10 {
  font-size: 18.4px !important;
  line-height: 10px !important;
}
.kfont-18-4-84 {
  font-size: 18.4px !important;
  line-height: 84px !important;
}
.kfont-18-4-38-4 {
  font-size: 18.4px !important;
  line-height: 38.4px !important;
}
.kfont-18-4-63 {
  font-size: 18.4px !important;
  line-height: 63px !important;
}
.kfont-20-8 {
  font-size: 20px !important;
  line-height: 8px !important;
}
.kfont-20-13 {
  font-size: 20px !important;
  line-height: 13px !important;
}
.kfont-20-13-2 {
  font-size: 20px !important;
  line-height: 13.2px !important;
}
.kfont-20-15 {
  font-size: 20px !important;
  line-height: 15px !important;
}
.kfont-20-15-4 {
  font-size: 20px !important;
  line-height: 15.4px !important;
}
.kfont-20-15-6 {
  font-size: 20px !important;
  line-height: 15.6px !important;
}
.kfont-20-16 {
  font-size: 20px !important;
  line-height: 16px !important;
}
.kfont-20-16-8 {
  font-size: 20px !important;
  line-height: 16.8px !important;
}
.kfont-20-17 {
  font-size: 20px !important;
  line-height: 17px !important;
}
.kfont-20-17-5 {
  font-size: 20px !important;
  line-height: 17.5px !important;
}
.kfont-20-18 {
  font-size: 20px !important;
  line-height: 18px !important;
}
.kfont-20-18-2 {
  font-size: 20px !important;
  line-height: 18.2px !important;
}
.kfont-20-18-9 {
  font-size: 20px !important;
  line-height: 18.9px !important;
}
.kfont-20-19 {
  font-size: 20px !important;
  line-height: 19px !important;
}
.kfont-20-19-6 {
  font-size: 20px !important;
  line-height: 19.6px !important;
}
.kfont-20-20 {
  font-size: 20px !important;
  line-height: 20px !important;
}
.kfont-20-21 {
  font-size: 20px !important;
  line-height: 21px !important;
}
.kfont-20-22 {
  font-size: 20px !important;
  line-height: 22px !important;
}
.kfont-20-22-4 {
  font-size: 20px !important;
  line-height: 22.4px !important;
}
.kfont-20-22-5 {
  font-size: 20px !important;
  line-height: 22.5px !important;
}
.kfont-20-23 {
  font-size: 20px !important;
  line-height: 23px !important;
}
.kfont-20-24 {
  font-size: 20px !important;
  line-height: 24px !important;
}
.kfont-20-24-3 {
  font-size: 20px !important;
  line-height: 24.3px !important;
}
.kfont-20-25 {
  font-size: 20px !important;
  line-height: 25px !important;
}
.kfont-20-25-76 {
  font-size: 20px !important;
  line-height: 25.76px !important;
}
.kfont-20-26 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.kfont-20-27 {
  font-size: 20px !important;
  line-height: 27px !important;
}
.kfont-20-29 {
  font-size: 20px !important;
  line-height: 29px !important;
}
.kfont-20-30 {
  font-size: 20px !important;
  line-height: 30px !important;
}
.kfont-20-31 {
  font-size: 20px !important;
  line-height: 31px !important;
}
.kfont-20-32 {
  font-size: 20px !important;
  line-height: 32px !important;
}
.kfont-20-33 {
  font-size: 20px !important;
  line-height: 33px !important;
}
.kfont-20-34 {
  font-size: 20px !important;
  line-height: 34px !important;
}
.kfont-20-35 {
  font-size: 20px !important;
  line-height: 35px !important;
}
.kfont-20-36 {
  font-size: 20px !important;
  line-height: 36px !important;
}
.kfont-20-36-8 {
  font-size: 20px !important;
  line-height: 36.8px !important;
}
.kfont-20-37 {
  font-size: 20px !important;
  line-height: 37px !important;
}
.kfont-20-39 {
  font-size: 20px !important;
  line-height: 39px !important;
}
.kfont-20-40 {
  font-size: 20px !important;
  line-height: 40px !important;
}
.kfont-20-42 {
  font-size: 20px !important;
  line-height: 42px !important;
}
.kfont-20-43 {
  font-size: 20px !important;
  line-height: 43px !important;
}
.kfont-20-44 {
  font-size: 20px !important;
  line-height: 44px !important;
}
.kfont-20-45-5 {
  font-size: 20px !important;
  line-height: 45.5px !important;
}
.kfont-20-46 {
  font-size: 20px !important;
  line-height: 46px !important;
}
.kfont-20-48 {
  font-size: 20px !important;
  line-height: 48px !important;
}
.kfont-20-49 {
  font-size: 20px !important;
  line-height: 49px !important;
}
.kfont-20-52 {
  font-size: 20px !important;
  line-height: 52px !important;
}
.kfont-20-53 {
  font-size: 20px !important;
  line-height: 53px !important;
}
.kfont-20-60 {
  font-size: 20px !important;
  line-height: 60px !important;
}
.kfont-20-64 {
  font-size: 20px !important;
  line-height: 64px !important;
}
.kfont-20-66 {
  font-size: 20px !important;
  line-height: 66px !important;
}
.kfont-20-75 {
  font-size: 20px !important;
  line-height: 75px !important;
}
.kfont-20-78 {
  font-size: 20px !important;
  line-height: 78px !important;
}
.kfont-20-108 {
  font-size: 20px !important;
  line-height: 108px !important;
}
.kfont-20-38 {
  font-size: 20px !important;
  line-height: 38px !important;
}
.kfont-20-65 {
  font-size: 20px !important;
  line-height: 65px !important;
}
.kfont-20-96 {
  font-size: 20px !important;
  line-height: 96px !important;
}
.kfont-20-10 {
  font-size: 20px !important;
  line-height: 10px !important;
}
.kfont-20-84 {
  font-size: 20px !important;
  line-height: 84px !important;
}
.kfont-20-38-4 {
  font-size: 20px !important;
  line-height: 38.4px !important;
}
.kfont-20-63 {
  font-size: 20px !important;
  line-height: 63px !important;
}
.kfont-20-8-8 {
  font-size: 20.8px !important;
  line-height: 8px !important;
}
.kfont-20-8-13 {
  font-size: 20.8px !important;
  line-height: 13px !important;
}
.kfont-20-8-13-2 {
  font-size: 20.8px !important;
  line-height: 13.2px !important;
}
.kfont-20-8-15 {
  font-size: 20.8px !important;
  line-height: 15px !important;
}
.kfont-20-8-15-4 {
  font-size: 20.8px !important;
  line-height: 15.4px !important;
}
.kfont-20-8-15-6 {
  font-size: 20.8px !important;
  line-height: 15.6px !important;
}
.kfont-20-8-16 {
  font-size: 20.8px !important;
  line-height: 16px !important;
}
.kfont-20-8-16-8 {
  font-size: 20.8px !important;
  line-height: 16.8px !important;
}
.kfont-20-8-17 {
  font-size: 20.8px !important;
  line-height: 17px !important;
}
.kfont-20-8-17-5 {
  font-size: 20.8px !important;
  line-height: 17.5px !important;
}
.kfont-20-8-18 {
  font-size: 20.8px !important;
  line-height: 18px !important;
}
.kfont-20-8-18-2 {
  font-size: 20.8px !important;
  line-height: 18.2px !important;
}
.kfont-20-8-18-9 {
  font-size: 20.8px !important;
  line-height: 18.9px !important;
}
.kfont-20-8-19 {
  font-size: 20.8px !important;
  line-height: 19px !important;
}
.kfont-20-8-19-6 {
  font-size: 20.8px !important;
  line-height: 19.6px !important;
}
.kfont-20-8-20 {
  font-size: 20.8px !important;
  line-height: 20px !important;
}
.kfont-20-8-21 {
  font-size: 20.8px !important;
  line-height: 21px !important;
}
.kfont-20-8-22 {
  font-size: 20.8px !important;
  line-height: 22px !important;
}
.kfont-20-8-22-4 {
  font-size: 20.8px !important;
  line-height: 22.4px !important;
}
.kfont-20-8-22-5 {
  font-size: 20.8px !important;
  line-height: 22.5px !important;
}
.kfont-20-8-23 {
  font-size: 20.8px !important;
  line-height: 23px !important;
}
.kfont-20-8-24 {
  font-size: 20.8px !important;
  line-height: 24px !important;
}
.kfont-20-8-24-3 {
  font-size: 20.8px !important;
  line-height: 24.3px !important;
}
.kfont-20-8-25 {
  font-size: 20.8px !important;
  line-height: 25px !important;
}
.kfont-20-8-25-76 {
  font-size: 20.8px !important;
  line-height: 25.76px !important;
}
.kfont-20-8-26 {
  font-size: 20.8px !important;
  line-height: 26px !important;
}
.kfont-20-8-27 {
  font-size: 20.8px !important;
  line-height: 27px !important;
}
.kfont-20-8-29 {
  font-size: 20.8px !important;
  line-height: 29px !important;
}
.kfont-20-8-30 {
  font-size: 20.8px !important;
  line-height: 30px !important;
}
.kfont-20-8-31 {
  font-size: 20.8px !important;
  line-height: 31px !important;
}
.kfont-20-8-32 {
  font-size: 20.8px !important;
  line-height: 32px !important;
}
.kfont-20-8-33 {
  font-size: 20.8px !important;
  line-height: 33px !important;
}
.kfont-20-8-34 {
  font-size: 20.8px !important;
  line-height: 34px !important;
}
.kfont-20-8-35 {
  font-size: 20.8px !important;
  line-height: 35px !important;
}
.kfont-20-8-36 {
  font-size: 20.8px !important;
  line-height: 36px !important;
}
.kfont-20-8-36-8 {
  font-size: 20.8px !important;
  line-height: 36.8px !important;
}
.kfont-20-8-37 {
  font-size: 20.8px !important;
  line-height: 37px !important;
}
.kfont-20-8-39 {
  font-size: 20.8px !important;
  line-height: 39px !important;
}
.kfont-20-8-40 {
  font-size: 20.8px !important;
  line-height: 40px !important;
}
.kfont-20-8-42 {
  font-size: 20.8px !important;
  line-height: 42px !important;
}
.kfont-20-8-43 {
  font-size: 20.8px !important;
  line-height: 43px !important;
}
.kfont-20-8-44 {
  font-size: 20.8px !important;
  line-height: 44px !important;
}
.kfont-20-8-45-5 {
  font-size: 20.8px !important;
  line-height: 45.5px !important;
}
.kfont-20-8-46 {
  font-size: 20.8px !important;
  line-height: 46px !important;
}
.kfont-20-8-48 {
  font-size: 20.8px !important;
  line-height: 48px !important;
}
.kfont-20-8-49 {
  font-size: 20.8px !important;
  line-height: 49px !important;
}
.kfont-20-8-52 {
  font-size: 20.8px !important;
  line-height: 52px !important;
}
.kfont-20-8-53 {
  font-size: 20.8px !important;
  line-height: 53px !important;
}
.kfont-20-8-60 {
  font-size: 20.8px !important;
  line-height: 60px !important;
}
.kfont-20-8-64 {
  font-size: 20.8px !important;
  line-height: 64px !important;
}
.kfont-20-8-66 {
  font-size: 20.8px !important;
  line-height: 66px !important;
}
.kfont-20-8-75 {
  font-size: 20.8px !important;
  line-height: 75px !important;
}
.kfont-20-8-78 {
  font-size: 20.8px !important;
  line-height: 78px !important;
}
.kfont-20-8-108 {
  font-size: 20.8px !important;
  line-height: 108px !important;
}
.kfont-20-8-38 {
  font-size: 20.8px !important;
  line-height: 38px !important;
}
.kfont-20-8-65 {
  font-size: 20.8px !important;
  line-height: 65px !important;
}
.kfont-20-8-96 {
  font-size: 20.8px !important;
  line-height: 96px !important;
}
.kfont-20-8-10 {
  font-size: 20.8px !important;
  line-height: 10px !important;
}
.kfont-20-8-84 {
  font-size: 20.8px !important;
  line-height: 84px !important;
}
.kfont-20-8-38-4 {
  font-size: 20.8px !important;
  line-height: 38.4px !important;
}
.kfont-20-8-63 {
  font-size: 20.8px !important;
  line-height: 63px !important;
}
.kfont-21-8 {
  font-size: 21px !important;
  line-height: 8px !important;
}
.kfont-21-13 {
  font-size: 21px !important;
  line-height: 13px !important;
}
.kfont-21-13-2 {
  font-size: 21px !important;
  line-height: 13.2px !important;
}
.kfont-21-15 {
  font-size: 21px !important;
  line-height: 15px !important;
}
.kfont-21-15-4 {
  font-size: 21px !important;
  line-height: 15.4px !important;
}
.kfont-21-15-6 {
  font-size: 21px !important;
  line-height: 15.6px !important;
}
.kfont-21-16 {
  font-size: 21px !important;
  line-height: 16px !important;
}
.kfont-21-16-8 {
  font-size: 21px !important;
  line-height: 16.8px !important;
}
.kfont-21-17 {
  font-size: 21px !important;
  line-height: 17px !important;
}
.kfont-21-17-5 {
  font-size: 21px !important;
  line-height: 17.5px !important;
}
.kfont-21-18 {
  font-size: 21px !important;
  line-height: 18px !important;
}
.kfont-21-18-2 {
  font-size: 21px !important;
  line-height: 18.2px !important;
}
.kfont-21-18-9 {
  font-size: 21px !important;
  line-height: 18.9px !important;
}
.kfont-21-19 {
  font-size: 21px !important;
  line-height: 19px !important;
}
.kfont-21-19-6 {
  font-size: 21px !important;
  line-height: 19.6px !important;
}
.kfont-21-20 {
  font-size: 21px !important;
  line-height: 20px !important;
}
.kfont-21-21 {
  font-size: 21px !important;
  line-height: 21px !important;
}
.kfont-21-22 {
  font-size: 21px !important;
  line-height: 22px !important;
}
.kfont-21-22-4 {
  font-size: 21px !important;
  line-height: 22.4px !important;
}
.kfont-21-22-5 {
  font-size: 21px !important;
  line-height: 22.5px !important;
}
.kfont-21-23 {
  font-size: 21px !important;
  line-height: 23px !important;
}
.kfont-21-24 {
  font-size: 21px !important;
  line-height: 24px !important;
}
.kfont-21-24-3 {
  font-size: 21px !important;
  line-height: 24.3px !important;
}
.kfont-21-25 {
  font-size: 21px !important;
  line-height: 25px !important;
}
.kfont-21-25-76 {
  font-size: 21px !important;
  line-height: 25.76px !important;
}
.kfont-21-26 {
  font-size: 21px !important;
  line-height: 26px !important;
}
.kfont-21-27 {
  font-size: 21px !important;
  line-height: 27px !important;
}
.kfont-21-29 {
  font-size: 21px !important;
  line-height: 29px !important;
}
.kfont-21-30 {
  font-size: 21px !important;
  line-height: 30px !important;
}
.kfont-21-31 {
  font-size: 21px !important;
  line-height: 31px !important;
}
.kfont-21-32 {
  font-size: 21px !important;
  line-height: 32px !important;
}
.kfont-21-33 {
  font-size: 21px !important;
  line-height: 33px !important;
}
.kfont-21-34 {
  font-size: 21px !important;
  line-height: 34px !important;
}
.kfont-21-35 {
  font-size: 21px !important;
  line-height: 35px !important;
}
.kfont-21-36 {
  font-size: 21px !important;
  line-height: 36px !important;
}
.kfont-21-36-8 {
  font-size: 21px !important;
  line-height: 36.8px !important;
}
.kfont-21-37 {
  font-size: 21px !important;
  line-height: 37px !important;
}
.kfont-21-39 {
  font-size: 21px !important;
  line-height: 39px !important;
}
.kfont-21-40 {
  font-size: 21px !important;
  line-height: 40px !important;
}
.kfont-21-42 {
  font-size: 21px !important;
  line-height: 42px !important;
}
.kfont-21-43 {
  font-size: 21px !important;
  line-height: 43px !important;
}
.kfont-21-44 {
  font-size: 21px !important;
  line-height: 44px !important;
}
.kfont-21-45-5 {
  font-size: 21px !important;
  line-height: 45.5px !important;
}
.kfont-21-46 {
  font-size: 21px !important;
  line-height: 46px !important;
}
.kfont-21-48 {
  font-size: 21px !important;
  line-height: 48px !important;
}
.kfont-21-49 {
  font-size: 21px !important;
  line-height: 49px !important;
}
.kfont-21-52 {
  font-size: 21px !important;
  line-height: 52px !important;
}
.kfont-21-53 {
  font-size: 21px !important;
  line-height: 53px !important;
}
.kfont-21-60 {
  font-size: 21px !important;
  line-height: 60px !important;
}
.kfont-21-64 {
  font-size: 21px !important;
  line-height: 64px !important;
}
.kfont-21-66 {
  font-size: 21px !important;
  line-height: 66px !important;
}
.kfont-21-75 {
  font-size: 21px !important;
  line-height: 75px !important;
}
.kfont-21-78 {
  font-size: 21px !important;
  line-height: 78px !important;
}
.kfont-21-108 {
  font-size: 21px !important;
  line-height: 108px !important;
}
.kfont-21-38 {
  font-size: 21px !important;
  line-height: 38px !important;
}
.kfont-21-65 {
  font-size: 21px !important;
  line-height: 65px !important;
}
.kfont-21-96 {
  font-size: 21px !important;
  line-height: 96px !important;
}
.kfont-21-10 {
  font-size: 21px !important;
  line-height: 10px !important;
}
.kfont-21-84 {
  font-size: 21px !important;
  line-height: 84px !important;
}
.kfont-21-38-4 {
  font-size: 21px !important;
  line-height: 38.4px !important;
}
.kfont-21-63 {
  font-size: 21px !important;
  line-height: 63px !important;
}
.kfont-22-8 {
  font-size: 22px !important;
  line-height: 8px !important;
}
.kfont-22-13 {
  font-size: 22px !important;
  line-height: 13px !important;
}
.kfont-22-13-2 {
  font-size: 22px !important;
  line-height: 13.2px !important;
}
.kfont-22-15 {
  font-size: 22px !important;
  line-height: 15px !important;
}
.kfont-22-15-4 {
  font-size: 22px !important;
  line-height: 15.4px !important;
}
.kfont-22-15-6 {
  font-size: 22px !important;
  line-height: 15.6px !important;
}
.kfont-22-16 {
  font-size: 22px !important;
  line-height: 16px !important;
}
.kfont-22-16-8 {
  font-size: 22px !important;
  line-height: 16.8px !important;
}
.kfont-22-17 {
  font-size: 22px !important;
  line-height: 17px !important;
}
.kfont-22-17-5 {
  font-size: 22px !important;
  line-height: 17.5px !important;
}
.kfont-22-18 {
  font-size: 22px !important;
  line-height: 18px !important;
}
.kfont-22-18-2 {
  font-size: 22px !important;
  line-height: 18.2px !important;
}
.kfont-22-18-9 {
  font-size: 22px !important;
  line-height: 18.9px !important;
}
.kfont-22-19 {
  font-size: 22px !important;
  line-height: 19px !important;
}
.kfont-22-19-6 {
  font-size: 22px !important;
  line-height: 19.6px !important;
}
.kfont-22-20 {
  font-size: 22px !important;
  line-height: 20px !important;
}
.kfont-22-21 {
  font-size: 22px !important;
  line-height: 21px !important;
}
.kfont-22-22 {
  font-size: 22px !important;
  line-height: 22px !important;
}
.kfont-22-22-4 {
  font-size: 22px !important;
  line-height: 22.4px !important;
}
.kfont-22-22-5 {
  font-size: 22px !important;
  line-height: 22.5px !important;
}
.kfont-22-23 {
  font-size: 22px !important;
  line-height: 23px !important;
}
.kfont-22-24 {
  font-size: 22px !important;
  line-height: 24px !important;
}
.kfont-22-24-3 {
  font-size: 22px !important;
  line-height: 24.3px !important;
}
.kfont-22-25 {
  font-size: 22px !important;
  line-height: 25px !important;
}
.kfont-22-25-76 {
  font-size: 22px !important;
  line-height: 25.76px !important;
}
.kfont-22-26 {
  font-size: 22px !important;
  line-height: 26px !important;
}
.kfont-22-27 {
  font-size: 22px !important;
  line-height: 27px !important;
}
.kfont-22-29 {
  font-size: 22px !important;
  line-height: 29px !important;
}
.kfont-22-30 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.kfont-22-31 {
  font-size: 22px !important;
  line-height: 31px !important;
}
.kfont-22-32 {
  font-size: 22px !important;
  line-height: 32px !important;
}
.kfont-22-33 {
  font-size: 22px !important;
  line-height: 33px !important;
}
.kfont-22-34 {
  font-size: 22px !important;
  line-height: 34px !important;
}
.kfont-22-35 {
  font-size: 22px !important;
  line-height: 35px !important;
}
.kfont-22-36 {
  font-size: 22px !important;
  line-height: 36px !important;
}
.kfont-22-36-8 {
  font-size: 22px !important;
  line-height: 36.8px !important;
}
.kfont-22-37 {
  font-size: 22px !important;
  line-height: 37px !important;
}
.kfont-22-39 {
  font-size: 22px !important;
  line-height: 39px !important;
}
.kfont-22-40 {
  font-size: 22px !important;
  line-height: 40px !important;
}
.kfont-22-42 {
  font-size: 22px !important;
  line-height: 42px !important;
}
.kfont-22-43 {
  font-size: 22px !important;
  line-height: 43px !important;
}
.kfont-22-44 {
  font-size: 22px !important;
  line-height: 44px !important;
}
.kfont-22-45-5 {
  font-size: 22px !important;
  line-height: 45.5px !important;
}
.kfont-22-46 {
  font-size: 22px !important;
  line-height: 46px !important;
}
.kfont-22-48 {
  font-size: 22px !important;
  line-height: 48px !important;
}
.kfont-22-49 {
  font-size: 22px !important;
  line-height: 49px !important;
}
.kfont-22-52 {
  font-size: 22px !important;
  line-height: 52px !important;
}
.kfont-22-53 {
  font-size: 22px !important;
  line-height: 53px !important;
}
.kfont-22-60 {
  font-size: 22px !important;
  line-height: 60px !important;
}
.kfont-22-64 {
  font-size: 22px !important;
  line-height: 64px !important;
}
.kfont-22-66 {
  font-size: 22px !important;
  line-height: 66px !important;
}
.kfont-22-75 {
  font-size: 22px !important;
  line-height: 75px !important;
}
.kfont-22-78 {
  font-size: 22px !important;
  line-height: 78px !important;
}
.kfont-22-108 {
  font-size: 22px !important;
  line-height: 108px !important;
}
.kfont-22-38 {
  font-size: 22px !important;
  line-height: 38px !important;
}
.kfont-22-65 {
  font-size: 22px !important;
  line-height: 65px !important;
}
.kfont-22-96 {
  font-size: 22px !important;
  line-height: 96px !important;
}
.kfont-22-10 {
  font-size: 22px !important;
  line-height: 10px !important;
}
.kfont-22-84 {
  font-size: 22px !important;
  line-height: 84px !important;
}
.kfont-22-38-4 {
  font-size: 22px !important;
  line-height: 38.4px !important;
}
.kfont-22-63 {
  font-size: 22px !important;
  line-height: 63px !important;
}
.kfont-32-8 {
  font-size: 32px !important;
  line-height: 8px !important;
}
.kfont-32-13 {
  font-size: 32px !important;
  line-height: 13px !important;
}
.kfont-32-13-2 {
  font-size: 32px !important;
  line-height: 13.2px !important;
}
.kfont-32-15 {
  font-size: 32px !important;
  line-height: 15px !important;
}
.kfont-32-15-4 {
  font-size: 32px !important;
  line-height: 15.4px !important;
}
.kfont-32-15-6 {
  font-size: 32px !important;
  line-height: 15.6px !important;
}
.kfont-32-16 {
  font-size: 32px !important;
  line-height: 16px !important;
}
.kfont-32-16-8 {
  font-size: 32px !important;
  line-height: 16.8px !important;
}
.kfont-32-17 {
  font-size: 32px !important;
  line-height: 17px !important;
}
.kfont-32-17-5 {
  font-size: 32px !important;
  line-height: 17.5px !important;
}
.kfont-32-18 {
  font-size: 32px !important;
  line-height: 18px !important;
}
.kfont-32-18-2 {
  font-size: 32px !important;
  line-height: 18.2px !important;
}
.kfont-32-18-9 {
  font-size: 32px !important;
  line-height: 18.9px !important;
}
.kfont-32-19 {
  font-size: 32px !important;
  line-height: 19px !important;
}
.kfont-32-19-6 {
  font-size: 32px !important;
  line-height: 19.6px !important;
}
.kfont-32-20 {
  font-size: 32px !important;
  line-height: 20px !important;
}
.kfont-32-21 {
  font-size: 32px !important;
  line-height: 21px !important;
}
.kfont-32-22 {
  font-size: 32px !important;
  line-height: 22px !important;
}
.kfont-32-22-4 {
  font-size: 32px !important;
  line-height: 22.4px !important;
}
.kfont-32-22-5 {
  font-size: 32px !important;
  line-height: 22.5px !important;
}
.kfont-32-23 {
  font-size: 32px !important;
  line-height: 23px !important;
}
.kfont-32-24 {
  font-size: 32px !important;
  line-height: 24px !important;
}
.kfont-32-24-3 {
  font-size: 32px !important;
  line-height: 24.3px !important;
}
.kfont-32-25 {
  font-size: 32px !important;
  line-height: 25px !important;
}
.kfont-32-25-76 {
  font-size: 32px !important;
  line-height: 25.76px !important;
}
.kfont-32-26 {
  font-size: 32px !important;
  line-height: 26px !important;
}
.kfont-32-27 {
  font-size: 32px !important;
  line-height: 27px !important;
}
.kfont-32-29 {
  font-size: 32px !important;
  line-height: 29px !important;
}
.kfont-32-30 {
  font-size: 32px !important;
  line-height: 30px !important;
}
.kfont-32-31 {
  font-size: 32px !important;
  line-height: 31px !important;
}
.kfont-32-32 {
  font-size: 32px !important;
  line-height: 32px !important;
}
.kfont-32-33 {
  font-size: 32px !important;
  line-height: 33px !important;
}
.kfont-32-34 {
  font-size: 32px !important;
  line-height: 34px !important;
}
.kfont-32-35 {
  font-size: 32px !important;
  line-height: 35px !important;
}
.kfont-32-36 {
  font-size: 32px !important;
  line-height: 36px !important;
}
.kfont-32-36-8 {
  font-size: 32px !important;
  line-height: 36.8px !important;
}
.kfont-32-37 {
  font-size: 32px !important;
  line-height: 37px !important;
}
.kfont-32-39 {
  font-size: 32px !important;
  line-height: 39px !important;
}
.kfont-32-40 {
  font-size: 32px !important;
  line-height: 40px !important;
}
.kfont-32-42 {
  font-size: 32px !important;
  line-height: 42px !important;
}
.kfont-32-43 {
  font-size: 32px !important;
  line-height: 43px !important;
}
.kfont-32-44 {
  font-size: 32px !important;
  line-height: 44px !important;
}
.kfont-32-45-5 {
  font-size: 32px !important;
  line-height: 45.5px !important;
}
.kfont-32-46 {
  font-size: 32px !important;
  line-height: 46px !important;
}
.kfont-32-48 {
  font-size: 32px !important;
  line-height: 48px !important;
}
.kfont-32-49 {
  font-size: 32px !important;
  line-height: 49px !important;
}
.kfont-32-52 {
  font-size: 32px !important;
  line-height: 52px !important;
}
.kfont-32-53 {
  font-size: 32px !important;
  line-height: 53px !important;
}
.kfont-32-60 {
  font-size: 32px !important;
  line-height: 60px !important;
}
.kfont-32-64 {
  font-size: 32px !important;
  line-height: 64px !important;
}
.kfont-32-66 {
  font-size: 32px !important;
  line-height: 66px !important;
}
.kfont-32-75 {
  font-size: 32px !important;
  line-height: 75px !important;
}
.kfont-32-78 {
  font-size: 32px !important;
  line-height: 78px !important;
}
.kfont-32-108 {
  font-size: 32px !important;
  line-height: 108px !important;
}
.kfont-32-38 {
  font-size: 32px !important;
  line-height: 38px !important;
}
.kfont-32-65 {
  font-size: 32px !important;
  line-height: 65px !important;
}
.kfont-32-96 {
  font-size: 32px !important;
  line-height: 96px !important;
}
.kfont-32-10 {
  font-size: 32px !important;
  line-height: 10px !important;
}
.kfont-32-84 {
  font-size: 32px !important;
  line-height: 84px !important;
}
.kfont-32-38-4 {
  font-size: 32px !important;
  line-height: 38.4px !important;
}
.kfont-32-63 {
  font-size: 32px !important;
  line-height: 63px !important;
}
.kfont-35-8 {
  font-size: 35px !important;
  line-height: 8px !important;
}
.kfont-35-13 {
  font-size: 35px !important;
  line-height: 13px !important;
}
.kfont-35-13-2 {
  font-size: 35px !important;
  line-height: 13.2px !important;
}
.kfont-35-15 {
  font-size: 35px !important;
  line-height: 15px !important;
}
.kfont-35-15-4 {
  font-size: 35px !important;
  line-height: 15.4px !important;
}
.kfont-35-15-6 {
  font-size: 35px !important;
  line-height: 15.6px !important;
}
.kfont-35-16 {
  font-size: 35px !important;
  line-height: 16px !important;
}
.kfont-35-16-8 {
  font-size: 35px !important;
  line-height: 16.8px !important;
}
.kfont-35-17 {
  font-size: 35px !important;
  line-height: 17px !important;
}
.kfont-35-17-5 {
  font-size: 35px !important;
  line-height: 17.5px !important;
}
.kfont-35-18 {
  font-size: 35px !important;
  line-height: 18px !important;
}
.kfont-35-18-2 {
  font-size: 35px !important;
  line-height: 18.2px !important;
}
.kfont-35-18-9 {
  font-size: 35px !important;
  line-height: 18.9px !important;
}
.kfont-35-19 {
  font-size: 35px !important;
  line-height: 19px !important;
}
.kfont-35-19-6 {
  font-size: 35px !important;
  line-height: 19.6px !important;
}
.kfont-35-20 {
  font-size: 35px !important;
  line-height: 20px !important;
}
.kfont-35-21 {
  font-size: 35px !important;
  line-height: 21px !important;
}
.kfont-35-22 {
  font-size: 35px !important;
  line-height: 22px !important;
}
.kfont-35-22-4 {
  font-size: 35px !important;
  line-height: 22.4px !important;
}
.kfont-35-22-5 {
  font-size: 35px !important;
  line-height: 22.5px !important;
}
.kfont-35-23 {
  font-size: 35px !important;
  line-height: 23px !important;
}
.kfont-35-24 {
  font-size: 35px !important;
  line-height: 24px !important;
}
.kfont-35-24-3 {
  font-size: 35px !important;
  line-height: 24.3px !important;
}
.kfont-35-25 {
  font-size: 35px !important;
  line-height: 25px !important;
}
.kfont-35-25-76 {
  font-size: 35px !important;
  line-height: 25.76px !important;
}
.kfont-35-26 {
  font-size: 35px !important;
  line-height: 26px !important;
}
.kfont-35-27 {
  font-size: 35px !important;
  line-height: 27px !important;
}
.kfont-35-29 {
  font-size: 35px !important;
  line-height: 29px !important;
}
.kfont-35-30 {
  font-size: 35px !important;
  line-height: 30px !important;
}
.kfont-35-31 {
  font-size: 35px !important;
  line-height: 31px !important;
}
.kfont-35-32 {
  font-size: 35px !important;
  line-height: 32px !important;
}
.kfont-35-33 {
  font-size: 35px !important;
  line-height: 33px !important;
}
.kfont-35-34 {
  font-size: 35px !important;
  line-height: 34px !important;
}
.kfont-35-35 {
  font-size: 35px !important;
  line-height: 35px !important;
}
.kfont-35-36 {
  font-size: 35px !important;
  line-height: 36px !important;
}
.kfont-35-36-8 {
  font-size: 35px !important;
  line-height: 36.8px !important;
}
.kfont-35-37 {
  font-size: 35px !important;
  line-height: 37px !important;
}
.kfont-35-39 {
  font-size: 35px !important;
  line-height: 39px !important;
}
.kfont-35-40 {
  font-size: 35px !important;
  line-height: 40px !important;
}
.kfont-35-42 {
  font-size: 35px !important;
  line-height: 42px !important;
}
.kfont-35-43 {
  font-size: 35px !important;
  line-height: 43px !important;
}
.kfont-35-44 {
  font-size: 35px !important;
  line-height: 44px !important;
}
.kfont-35-45-5 {
  font-size: 35px !important;
  line-height: 45.5px !important;
}
.kfont-35-46 {
  font-size: 35px !important;
  line-height: 46px !important;
}
.kfont-35-48 {
  font-size: 35px !important;
  line-height: 48px !important;
}
.kfont-35-49 {
  font-size: 35px !important;
  line-height: 49px !important;
}
.kfont-35-52 {
  font-size: 35px !important;
  line-height: 52px !important;
}
.kfont-35-53 {
  font-size: 35px !important;
  line-height: 53px !important;
}
.kfont-35-60 {
  font-size: 35px !important;
  line-height: 60px !important;
}
.kfont-35-64 {
  font-size: 35px !important;
  line-height: 64px !important;
}
.kfont-35-66 {
  font-size: 35px !important;
  line-height: 66px !important;
}
.kfont-35-75 {
  font-size: 35px !important;
  line-height: 75px !important;
}
.kfont-35-78 {
  font-size: 35px !important;
  line-height: 78px !important;
}
.kfont-35-108 {
  font-size: 35px !important;
  line-height: 108px !important;
}
.kfont-35-38 {
  font-size: 35px !important;
  line-height: 38px !important;
}
.kfont-35-65 {
  font-size: 35px !important;
  line-height: 65px !important;
}
.kfont-35-96 {
  font-size: 35px !important;
  line-height: 96px !important;
}
.kfont-35-10 {
  font-size: 35px !important;
  line-height: 10px !important;
}
.kfont-35-84 {
  font-size: 35px !important;
  line-height: 84px !important;
}
.kfont-35-38-4 {
  font-size: 35px !important;
  line-height: 38.4px !important;
}
.kfont-35-63 {
  font-size: 35px !important;
  line-height: 63px !important;
}
.kfont-40-8 {
  font-size: 40px !important;
  line-height: 8px !important;
}
.kfont-40-13 {
  font-size: 40px !important;
  line-height: 13px !important;
}
.kfont-40-13-2 {
  font-size: 40px !important;
  line-height: 13.2px !important;
}
.kfont-40-15 {
  font-size: 40px !important;
  line-height: 15px !important;
}
.kfont-40-15-4 {
  font-size: 40px !important;
  line-height: 15.4px !important;
}
.kfont-40-15-6 {
  font-size: 40px !important;
  line-height: 15.6px !important;
}
.kfont-40-16 {
  font-size: 40px !important;
  line-height: 16px !important;
}
.kfont-40-16-8 {
  font-size: 40px !important;
  line-height: 16.8px !important;
}
.kfont-40-17 {
  font-size: 40px !important;
  line-height: 17px !important;
}
.kfont-40-17-5 {
  font-size: 40px !important;
  line-height: 17.5px !important;
}
.kfont-40-18 {
  font-size: 40px !important;
  line-height: 18px !important;
}
.kfont-40-18-2 {
  font-size: 40px !important;
  line-height: 18.2px !important;
}
.kfont-40-18-9 {
  font-size: 40px !important;
  line-height: 18.9px !important;
}
.kfont-40-19 {
  font-size: 40px !important;
  line-height: 19px !important;
}
.kfont-40-19-6 {
  font-size: 40px !important;
  line-height: 19.6px !important;
}
.kfont-40-20 {
  font-size: 40px !important;
  line-height: 20px !important;
}
.kfont-40-21 {
  font-size: 40px !important;
  line-height: 21px !important;
}
.kfont-40-22 {
  font-size: 40px !important;
  line-height: 22px !important;
}
.kfont-40-22-4 {
  font-size: 40px !important;
  line-height: 22.4px !important;
}
.kfont-40-22-5 {
  font-size: 40px !important;
  line-height: 22.5px !important;
}
.kfont-40-23 {
  font-size: 40px !important;
  line-height: 23px !important;
}
.kfont-40-24 {
  font-size: 40px !important;
  line-height: 24px !important;
}
.kfont-40-24-3 {
  font-size: 40px !important;
  line-height: 24.3px !important;
}
.kfont-40-25 {
  font-size: 40px !important;
  line-height: 25px !important;
}
.kfont-40-25-76 {
  font-size: 40px !important;
  line-height: 25.76px !important;
}
.kfont-40-26 {
  font-size: 40px !important;
  line-height: 26px !important;
}
.kfont-40-27 {
  font-size: 40px !important;
  line-height: 27px !important;
}
.kfont-40-29 {
  font-size: 40px !important;
  line-height: 29px !important;
}
.kfont-40-30 {
  font-size: 40px !important;
  line-height: 30px !important;
}
.kfont-40-31 {
  font-size: 40px !important;
  line-height: 31px !important;
}
.kfont-40-32 {
  font-size: 40px !important;
  line-height: 32px !important;
}
.kfont-40-33 {
  font-size: 40px !important;
  line-height: 33px !important;
}
.kfont-40-34 {
  font-size: 40px !important;
  line-height: 34px !important;
}
.kfont-40-35 {
  font-size: 40px !important;
  line-height: 35px !important;
}
.kfont-40-36 {
  font-size: 40px !important;
  line-height: 36px !important;
}
.kfont-40-36-8 {
  font-size: 40px !important;
  line-height: 36.8px !important;
}
.kfont-40-37 {
  font-size: 40px !important;
  line-height: 37px !important;
}
.kfont-40-39 {
  font-size: 40px !important;
  line-height: 39px !important;
}
.kfont-40-40 {
  font-size: 40px !important;
  line-height: 40px !important;
}
.kfont-40-42 {
  font-size: 40px !important;
  line-height: 42px !important;
}
.kfont-40-43 {
  font-size: 40px !important;
  line-height: 43px !important;
}
.kfont-40-44 {
  font-size: 40px !important;
  line-height: 44px !important;
}
.kfont-40-45-5 {
  font-size: 40px !important;
  line-height: 45.5px !important;
}
.kfont-40-46 {
  font-size: 40px !important;
  line-height: 46px !important;
}
.kfont-40-48 {
  font-size: 40px !important;
  line-height: 48px !important;
}
.kfont-40-49 {
  font-size: 40px !important;
  line-height: 49px !important;
}
.kfont-40-52 {
  font-size: 40px !important;
  line-height: 52px !important;
}
.kfont-40-53 {
  font-size: 40px !important;
  line-height: 53px !important;
}
.kfont-40-60 {
  font-size: 40px !important;
  line-height: 60px !important;
}
.kfont-40-64 {
  font-size: 40px !important;
  line-height: 64px !important;
}
.kfont-40-66 {
  font-size: 40px !important;
  line-height: 66px !important;
}
.kfont-40-75 {
  font-size: 40px !important;
  line-height: 75px !important;
}
.kfont-40-78 {
  font-size: 40px !important;
  line-height: 78px !important;
}
.kfont-40-108 {
  font-size: 40px !important;
  line-height: 108px !important;
}
.kfont-40-38 {
  font-size: 40px !important;
  line-height: 38px !important;
}
.kfont-40-65 {
  font-size: 40px !important;
  line-height: 65px !important;
}
.kfont-40-96 {
  font-size: 40px !important;
  line-height: 96px !important;
}
.kfont-40-10 {
  font-size: 40px !important;
  line-height: 10px !important;
}
.kfont-40-84 {
  font-size: 40px !important;
  line-height: 84px !important;
}
.kfont-40-38-4 {
  font-size: 40px !important;
  line-height: 38.4px !important;
}
.kfont-40-63 {
  font-size: 40px !important;
  line-height: 63px !important;
}
.kfont-45-8 {
  font-size: 45px !important;
  line-height: 8px !important;
}
.kfont-45-13 {
  font-size: 45px !important;
  line-height: 13px !important;
}
.kfont-45-13-2 {
  font-size: 45px !important;
  line-height: 13.2px !important;
}
.kfont-45-15 {
  font-size: 45px !important;
  line-height: 15px !important;
}
.kfont-45-15-4 {
  font-size: 45px !important;
  line-height: 15.4px !important;
}
.kfont-45-15-6 {
  font-size: 45px !important;
  line-height: 15.6px !important;
}
.kfont-45-16 {
  font-size: 45px !important;
  line-height: 16px !important;
}
.kfont-45-16-8 {
  font-size: 45px !important;
  line-height: 16.8px !important;
}
.kfont-45-17 {
  font-size: 45px !important;
  line-height: 17px !important;
}
.kfont-45-17-5 {
  font-size: 45px !important;
  line-height: 17.5px !important;
}
.kfont-45-18 {
  font-size: 45px !important;
  line-height: 18px !important;
}
.kfont-45-18-2 {
  font-size: 45px !important;
  line-height: 18.2px !important;
}
.kfont-45-18-9 {
  font-size: 45px !important;
  line-height: 18.9px !important;
}
.kfont-45-19 {
  font-size: 45px !important;
  line-height: 19px !important;
}
.kfont-45-19-6 {
  font-size: 45px !important;
  line-height: 19.6px !important;
}
.kfont-45-20 {
  font-size: 45px !important;
  line-height: 20px !important;
}
.kfont-45-21 {
  font-size: 45px !important;
  line-height: 21px !important;
}
.kfont-45-22 {
  font-size: 45px !important;
  line-height: 22px !important;
}
.kfont-45-22-4 {
  font-size: 45px !important;
  line-height: 22.4px !important;
}
.kfont-45-22-5 {
  font-size: 45px !important;
  line-height: 22.5px !important;
}
.kfont-45-23 {
  font-size: 45px !important;
  line-height: 23px !important;
}
.kfont-45-24 {
  font-size: 45px !important;
  line-height: 24px !important;
}
.kfont-45-24-3 {
  font-size: 45px !important;
  line-height: 24.3px !important;
}
.kfont-45-25 {
  font-size: 45px !important;
  line-height: 25px !important;
}
.kfont-45-25-76 {
  font-size: 45px !important;
  line-height: 25.76px !important;
}
.kfont-45-26 {
  font-size: 45px !important;
  line-height: 26px !important;
}
.kfont-45-27 {
  font-size: 45px !important;
  line-height: 27px !important;
}
.kfont-45-29 {
  font-size: 45px !important;
  line-height: 29px !important;
}
.kfont-45-30 {
  font-size: 45px !important;
  line-height: 30px !important;
}
.kfont-45-31 {
  font-size: 45px !important;
  line-height: 31px !important;
}
.kfont-45-32 {
  font-size: 45px !important;
  line-height: 32px !important;
}
.kfont-45-33 {
  font-size: 45px !important;
  line-height: 33px !important;
}
.kfont-45-34 {
  font-size: 45px !important;
  line-height: 34px !important;
}
.kfont-45-35 {
  font-size: 45px !important;
  line-height: 35px !important;
}
.kfont-45-36 {
  font-size: 45px !important;
  line-height: 36px !important;
}
.kfont-45-36-8 {
  font-size: 45px !important;
  line-height: 36.8px !important;
}
.kfont-45-37 {
  font-size: 45px !important;
  line-height: 37px !important;
}
.kfont-45-39 {
  font-size: 45px !important;
  line-height: 39px !important;
}
.kfont-45-40 {
  font-size: 45px !important;
  line-height: 40px !important;
}
.kfont-45-42 {
  font-size: 45px !important;
  line-height: 42px !important;
}
.kfont-45-43 {
  font-size: 45px !important;
  line-height: 43px !important;
}
.kfont-45-44 {
  font-size: 45px !important;
  line-height: 44px !important;
}
.kfont-45-45-5 {
  font-size: 45px !important;
  line-height: 45.5px !important;
}
.kfont-45-46 {
  font-size: 45px !important;
  line-height: 46px !important;
}
.kfont-45-48 {
  font-size: 45px !important;
  line-height: 48px !important;
}
.kfont-45-49 {
  font-size: 45px !important;
  line-height: 49px !important;
}
.kfont-45-52 {
  font-size: 45px !important;
  line-height: 52px !important;
}
.kfont-45-53 {
  font-size: 45px !important;
  line-height: 53px !important;
}
.kfont-45-60 {
  font-size: 45px !important;
  line-height: 60px !important;
}
.kfont-45-64 {
  font-size: 45px !important;
  line-height: 64px !important;
}
.kfont-45-66 {
  font-size: 45px !important;
  line-height: 66px !important;
}
.kfont-45-75 {
  font-size: 45px !important;
  line-height: 75px !important;
}
.kfont-45-78 {
  font-size: 45px !important;
  line-height: 78px !important;
}
.kfont-45-108 {
  font-size: 45px !important;
  line-height: 108px !important;
}
.kfont-45-38 {
  font-size: 45px !important;
  line-height: 38px !important;
}
.kfont-45-65 {
  font-size: 45px !important;
  line-height: 65px !important;
}
.kfont-45-96 {
  font-size: 45px !important;
  line-height: 96px !important;
}
.kfont-45-10 {
  font-size: 45px !important;
  line-height: 10px !important;
}
.kfont-45-84 {
  font-size: 45px !important;
  line-height: 84px !important;
}
.kfont-45-38-4 {
  font-size: 45px !important;
  line-height: 38.4px !important;
}
.kfont-45-63 {
  font-size: 45px !important;
  line-height: 63px !important;
}
.kfont-50-8 {
  font-size: 50px !important;
  line-height: 8px !important;
}
.kfont-50-13 {
  font-size: 50px !important;
  line-height: 13px !important;
}
.kfont-50-13-2 {
  font-size: 50px !important;
  line-height: 13.2px !important;
}
.kfont-50-15 {
  font-size: 50px !important;
  line-height: 15px !important;
}
.kfont-50-15-4 {
  font-size: 50px !important;
  line-height: 15.4px !important;
}
.kfont-50-15-6 {
  font-size: 50px !important;
  line-height: 15.6px !important;
}
.kfont-50-16 {
  font-size: 50px !important;
  line-height: 16px !important;
}
.kfont-50-16-8 {
  font-size: 50px !important;
  line-height: 16.8px !important;
}
.kfont-50-17 {
  font-size: 50px !important;
  line-height: 17px !important;
}
.kfont-50-17-5 {
  font-size: 50px !important;
  line-height: 17.5px !important;
}
.kfont-50-18 {
  font-size: 50px !important;
  line-height: 18px !important;
}
.kfont-50-18-2 {
  font-size: 50px !important;
  line-height: 18.2px !important;
}
.kfont-50-18-9 {
  font-size: 50px !important;
  line-height: 18.9px !important;
}
.kfont-50-19 {
  font-size: 50px !important;
  line-height: 19px !important;
}
.kfont-50-19-6 {
  font-size: 50px !important;
  line-height: 19.6px !important;
}
.kfont-50-20 {
  font-size: 50px !important;
  line-height: 20px !important;
}
.kfont-50-21 {
  font-size: 50px !important;
  line-height: 21px !important;
}
.kfont-50-22 {
  font-size: 50px !important;
  line-height: 22px !important;
}
.kfont-50-22-4 {
  font-size: 50px !important;
  line-height: 22.4px !important;
}
.kfont-50-22-5 {
  font-size: 50px !important;
  line-height: 22.5px !important;
}
.kfont-50-23 {
  font-size: 50px !important;
  line-height: 23px !important;
}
.kfont-50-24 {
  font-size: 50px !important;
  line-height: 24px !important;
}
.kfont-50-24-3 {
  font-size: 50px !important;
  line-height: 24.3px !important;
}
.kfont-50-25 {
  font-size: 50px !important;
  line-height: 25px !important;
}
.kfont-50-25-76 {
  font-size: 50px !important;
  line-height: 25.76px !important;
}
.kfont-50-26 {
  font-size: 50px !important;
  line-height: 26px !important;
}
.kfont-50-27 {
  font-size: 50px !important;
  line-height: 27px !important;
}
.kfont-50-29 {
  font-size: 50px !important;
  line-height: 29px !important;
}
.kfont-50-30 {
  font-size: 50px !important;
  line-height: 30px !important;
}
.kfont-50-31 {
  font-size: 50px !important;
  line-height: 31px !important;
}
.kfont-50-32 {
  font-size: 50px !important;
  line-height: 32px !important;
}
.kfont-50-33 {
  font-size: 50px !important;
  line-height: 33px !important;
}
.kfont-50-34 {
  font-size: 50px !important;
  line-height: 34px !important;
}
.kfont-50-35 {
  font-size: 50px !important;
  line-height: 35px !important;
}
.kfont-50-36 {
  font-size: 50px !important;
  line-height: 36px !important;
}
.kfont-50-36-8 {
  font-size: 50px !important;
  line-height: 36.8px !important;
}
.kfont-50-37 {
  font-size: 50px !important;
  line-height: 37px !important;
}
.kfont-50-39 {
  font-size: 50px !important;
  line-height: 39px !important;
}
.kfont-50-40 {
  font-size: 50px !important;
  line-height: 40px !important;
}
.kfont-50-42 {
  font-size: 50px !important;
  line-height: 42px !important;
}
.kfont-50-43 {
  font-size: 50px !important;
  line-height: 43px !important;
}
.kfont-50-44 {
  font-size: 50px !important;
  line-height: 44px !important;
}
.kfont-50-45-5 {
  font-size: 50px !important;
  line-height: 45.5px !important;
}
.kfont-50-46 {
  font-size: 50px !important;
  line-height: 46px !important;
}
.kfont-50-48 {
  font-size: 50px !important;
  line-height: 48px !important;
}
.kfont-50-49 {
  font-size: 50px !important;
  line-height: 49px !important;
}
.kfont-50-52 {
  font-size: 50px !important;
  line-height: 52px !important;
}
.kfont-50-53 {
  font-size: 50px !important;
  line-height: 53px !important;
}
.kfont-50-60 {
  font-size: 50px !important;
  line-height: 60px !important;
}
.kfont-50-64 {
  font-size: 50px !important;
  line-height: 64px !important;
}
.kfont-50-66 {
  font-size: 50px !important;
  line-height: 66px !important;
}
.kfont-50-75 {
  font-size: 50px !important;
  line-height: 75px !important;
}
.kfont-50-78 {
  font-size: 50px !important;
  line-height: 78px !important;
}
.kfont-50-108 {
  font-size: 50px !important;
  line-height: 108px !important;
}
.kfont-50-38 {
  font-size: 50px !important;
  line-height: 38px !important;
}
.kfont-50-65 {
  font-size: 50px !important;
  line-height: 65px !important;
}
.kfont-50-96 {
  font-size: 50px !important;
  line-height: 96px !important;
}
.kfont-50-10 {
  font-size: 50px !important;
  line-height: 10px !important;
}
.kfont-50-84 {
  font-size: 50px !important;
  line-height: 84px !important;
}
.kfont-50-38-4 {
  font-size: 50px !important;
  line-height: 38.4px !important;
}
.kfont-50-63 {
  font-size: 50px !important;
  line-height: 63px !important;
}
.kfont-56-8 {
  font-size: 56px !important;
  line-height: 8px !important;
}
.kfont-56-13 {
  font-size: 56px !important;
  line-height: 13px !important;
}
.kfont-56-13-2 {
  font-size: 56px !important;
  line-height: 13.2px !important;
}
.kfont-56-15 {
  font-size: 56px !important;
  line-height: 15px !important;
}
.kfont-56-15-4 {
  font-size: 56px !important;
  line-height: 15.4px !important;
}
.kfont-56-15-6 {
  font-size: 56px !important;
  line-height: 15.6px !important;
}
.kfont-56-16 {
  font-size: 56px !important;
  line-height: 16px !important;
}
.kfont-56-16-8 {
  font-size: 56px !important;
  line-height: 16.8px !important;
}
.kfont-56-17 {
  font-size: 56px !important;
  line-height: 17px !important;
}
.kfont-56-17-5 {
  font-size: 56px !important;
  line-height: 17.5px !important;
}
.kfont-56-18 {
  font-size: 56px !important;
  line-height: 18px !important;
}
.kfont-56-18-2 {
  font-size: 56px !important;
  line-height: 18.2px !important;
}
.kfont-56-18-9 {
  font-size: 56px !important;
  line-height: 18.9px !important;
}
.kfont-56-19 {
  font-size: 56px !important;
  line-height: 19px !important;
}
.kfont-56-19-6 {
  font-size: 56px !important;
  line-height: 19.6px !important;
}
.kfont-56-20 {
  font-size: 56px !important;
  line-height: 20px !important;
}
.kfont-56-21 {
  font-size: 56px !important;
  line-height: 21px !important;
}
.kfont-56-22 {
  font-size: 56px !important;
  line-height: 22px !important;
}
.kfont-56-22-4 {
  font-size: 56px !important;
  line-height: 22.4px !important;
}
.kfont-56-22-5 {
  font-size: 56px !important;
  line-height: 22.5px !important;
}
.kfont-56-23 {
  font-size: 56px !important;
  line-height: 23px !important;
}
.kfont-56-24 {
  font-size: 56px !important;
  line-height: 24px !important;
}
.kfont-56-24-3 {
  font-size: 56px !important;
  line-height: 24.3px !important;
}
.kfont-56-25 {
  font-size: 56px !important;
  line-height: 25px !important;
}
.kfont-56-25-76 {
  font-size: 56px !important;
  line-height: 25.76px !important;
}
.kfont-56-26 {
  font-size: 56px !important;
  line-height: 26px !important;
}
.kfont-56-27 {
  font-size: 56px !important;
  line-height: 27px !important;
}
.kfont-56-29 {
  font-size: 56px !important;
  line-height: 29px !important;
}
.kfont-56-30 {
  font-size: 56px !important;
  line-height: 30px !important;
}
.kfont-56-31 {
  font-size: 56px !important;
  line-height: 31px !important;
}
.kfont-56-32 {
  font-size: 56px !important;
  line-height: 32px !important;
}
.kfont-56-33 {
  font-size: 56px !important;
  line-height: 33px !important;
}
.kfont-56-34 {
  font-size: 56px !important;
  line-height: 34px !important;
}
.kfont-56-35 {
  font-size: 56px !important;
  line-height: 35px !important;
}
.kfont-56-36 {
  font-size: 56px !important;
  line-height: 36px !important;
}
.kfont-56-36-8 {
  font-size: 56px !important;
  line-height: 36.8px !important;
}
.kfont-56-37 {
  font-size: 56px !important;
  line-height: 37px !important;
}
.kfont-56-39 {
  font-size: 56px !important;
  line-height: 39px !important;
}
.kfont-56-40 {
  font-size: 56px !important;
  line-height: 40px !important;
}
.kfont-56-42 {
  font-size: 56px !important;
  line-height: 42px !important;
}
.kfont-56-43 {
  font-size: 56px !important;
  line-height: 43px !important;
}
.kfont-56-44 {
  font-size: 56px !important;
  line-height: 44px !important;
}
.kfont-56-45-5 {
  font-size: 56px !important;
  line-height: 45.5px !important;
}
.kfont-56-46 {
  font-size: 56px !important;
  line-height: 46px !important;
}
.kfont-56-48 {
  font-size: 56px !important;
  line-height: 48px !important;
}
.kfont-56-49 {
  font-size: 56px !important;
  line-height: 49px !important;
}
.kfont-56-52 {
  font-size: 56px !important;
  line-height: 52px !important;
}
.kfont-56-53 {
  font-size: 56px !important;
  line-height: 53px !important;
}
.kfont-56-60 {
  font-size: 56px !important;
  line-height: 60px !important;
}
.kfont-56-64 {
  font-size: 56px !important;
  line-height: 64px !important;
}
.kfont-56-66 {
  font-size: 56px !important;
  line-height: 66px !important;
}
.kfont-56-75 {
  font-size: 56px !important;
  line-height: 75px !important;
}
.kfont-56-78 {
  font-size: 56px !important;
  line-height: 78px !important;
}
.kfont-56-108 {
  font-size: 56px !important;
  line-height: 108px !important;
}
.kfont-56-38 {
  font-size: 56px !important;
  line-height: 38px !important;
}
.kfont-56-65 {
  font-size: 56px !important;
  line-height: 65px !important;
}
.kfont-56-96 {
  font-size: 56px !important;
  line-height: 96px !important;
}
.kfont-56-10 {
  font-size: 56px !important;
  line-height: 10px !important;
}
.kfont-56-84 {
  font-size: 56px !important;
  line-height: 84px !important;
}
.kfont-56-38-4 {
  font-size: 56px !important;
  line-height: 38.4px !important;
}
.kfont-56-63 {
  font-size: 56px !important;
  line-height: 63px !important;
}
.kfont-60-8 {
  font-size: 60px !important;
  line-height: 8px !important;
}
.kfont-60-13 {
  font-size: 60px !important;
  line-height: 13px !important;
}
.kfont-60-13-2 {
  font-size: 60px !important;
  line-height: 13.2px !important;
}
.kfont-60-15 {
  font-size: 60px !important;
  line-height: 15px !important;
}
.kfont-60-15-4 {
  font-size: 60px !important;
  line-height: 15.4px !important;
}
.kfont-60-15-6 {
  font-size: 60px !important;
  line-height: 15.6px !important;
}
.kfont-60-16 {
  font-size: 60px !important;
  line-height: 16px !important;
}
.kfont-60-16-8 {
  font-size: 60px !important;
  line-height: 16.8px !important;
}
.kfont-60-17 {
  font-size: 60px !important;
  line-height: 17px !important;
}
.kfont-60-17-5 {
  font-size: 60px !important;
  line-height: 17.5px !important;
}
.kfont-60-18 {
  font-size: 60px !important;
  line-height: 18px !important;
}
.kfont-60-18-2 {
  font-size: 60px !important;
  line-height: 18.2px !important;
}
.kfont-60-18-9 {
  font-size: 60px !important;
  line-height: 18.9px !important;
}
.kfont-60-19 {
  font-size: 60px !important;
  line-height: 19px !important;
}
.kfont-60-19-6 {
  font-size: 60px !important;
  line-height: 19.6px !important;
}
.kfont-60-20 {
  font-size: 60px !important;
  line-height: 20px !important;
}
.kfont-60-21 {
  font-size: 60px !important;
  line-height: 21px !important;
}
.kfont-60-22 {
  font-size: 60px !important;
  line-height: 22px !important;
}
.kfont-60-22-4 {
  font-size: 60px !important;
  line-height: 22.4px !important;
}
.kfont-60-22-5 {
  font-size: 60px !important;
  line-height: 22.5px !important;
}
.kfont-60-23 {
  font-size: 60px !important;
  line-height: 23px !important;
}
.kfont-60-24 {
  font-size: 60px !important;
  line-height: 24px !important;
}
.kfont-60-24-3 {
  font-size: 60px !important;
  line-height: 24.3px !important;
}
.kfont-60-25 {
  font-size: 60px !important;
  line-height: 25px !important;
}
.kfont-60-25-76 {
  font-size: 60px !important;
  line-height: 25.76px !important;
}
.kfont-60-26 {
  font-size: 60px !important;
  line-height: 26px !important;
}
.kfont-60-27 {
  font-size: 60px !important;
  line-height: 27px !important;
}
.kfont-60-29 {
  font-size: 60px !important;
  line-height: 29px !important;
}
.kfont-60-30 {
  font-size: 60px !important;
  line-height: 30px !important;
}
.kfont-60-31 {
  font-size: 60px !important;
  line-height: 31px !important;
}
.kfont-60-32 {
  font-size: 60px !important;
  line-height: 32px !important;
}
.kfont-60-33 {
  font-size: 60px !important;
  line-height: 33px !important;
}
.kfont-60-34 {
  font-size: 60px !important;
  line-height: 34px !important;
}
.kfont-60-35 {
  font-size: 60px !important;
  line-height: 35px !important;
}
.kfont-60-36 {
  font-size: 60px !important;
  line-height: 36px !important;
}
.kfont-60-36-8 {
  font-size: 60px !important;
  line-height: 36.8px !important;
}
.kfont-60-37 {
  font-size: 60px !important;
  line-height: 37px !important;
}
.kfont-60-39 {
  font-size: 60px !important;
  line-height: 39px !important;
}
.kfont-60-40 {
  font-size: 60px !important;
  line-height: 40px !important;
}
.kfont-60-42 {
  font-size: 60px !important;
  line-height: 42px !important;
}
.kfont-60-43 {
  font-size: 60px !important;
  line-height: 43px !important;
}
.kfont-60-44 {
  font-size: 60px !important;
  line-height: 44px !important;
}
.kfont-60-45-5 {
  font-size: 60px !important;
  line-height: 45.5px !important;
}
.kfont-60-46 {
  font-size: 60px !important;
  line-height: 46px !important;
}
.kfont-60-48 {
  font-size: 60px !important;
  line-height: 48px !important;
}
.kfont-60-49 {
  font-size: 60px !important;
  line-height: 49px !important;
}
.kfont-60-52 {
  font-size: 60px !important;
  line-height: 52px !important;
}
.kfont-60-53 {
  font-size: 60px !important;
  line-height: 53px !important;
}
.kfont-60-60 {
  font-size: 60px !important;
  line-height: 60px !important;
}
.kfont-60-64 {
  font-size: 60px !important;
  line-height: 64px !important;
}
.kfont-60-66 {
  font-size: 60px !important;
  line-height: 66px !important;
}
.kfont-60-75 {
  font-size: 60px !important;
  line-height: 75px !important;
}
.kfont-60-78 {
  font-size: 60px !important;
  line-height: 78px !important;
}
.kfont-60-108 {
  font-size: 60px !important;
  line-height: 108px !important;
}
.kfont-60-38 {
  font-size: 60px !important;
  line-height: 38px !important;
}
.kfont-60-65 {
  font-size: 60px !important;
  line-height: 65px !important;
}
.kfont-60-96 {
  font-size: 60px !important;
  line-height: 96px !important;
}
.kfont-60-10 {
  font-size: 60px !important;
  line-height: 10px !important;
}
.kfont-60-84 {
  font-size: 60px !important;
  line-height: 84px !important;
}
.kfont-60-38-4 {
  font-size: 60px !important;
  line-height: 38.4px !important;
}
.kfont-60-63 {
  font-size: 60px !important;
  line-height: 63px !important;
}
.kfont-70-8 {
  font-size: 70px !important;
  line-height: 8px !important;
}
.kfont-70-13 {
  font-size: 70px !important;
  line-height: 13px !important;
}
.kfont-70-13-2 {
  font-size: 70px !important;
  line-height: 13.2px !important;
}
.kfont-70-15 {
  font-size: 70px !important;
  line-height: 15px !important;
}
.kfont-70-15-4 {
  font-size: 70px !important;
  line-height: 15.4px !important;
}
.kfont-70-15-6 {
  font-size: 70px !important;
  line-height: 15.6px !important;
}
.kfont-70-16 {
  font-size: 70px !important;
  line-height: 16px !important;
}
.kfont-70-16-8 {
  font-size: 70px !important;
  line-height: 16.8px !important;
}
.kfont-70-17 {
  font-size: 70px !important;
  line-height: 17px !important;
}
.kfont-70-17-5 {
  font-size: 70px !important;
  line-height: 17.5px !important;
}
.kfont-70-18 {
  font-size: 70px !important;
  line-height: 18px !important;
}
.kfont-70-18-2 {
  font-size: 70px !important;
  line-height: 18.2px !important;
}
.kfont-70-18-9 {
  font-size: 70px !important;
  line-height: 18.9px !important;
}
.kfont-70-19 {
  font-size: 70px !important;
  line-height: 19px !important;
}
.kfont-70-19-6 {
  font-size: 70px !important;
  line-height: 19.6px !important;
}
.kfont-70-20 {
  font-size: 70px !important;
  line-height: 20px !important;
}
.kfont-70-21 {
  font-size: 70px !important;
  line-height: 21px !important;
}
.kfont-70-22 {
  font-size: 70px !important;
  line-height: 22px !important;
}
.kfont-70-22-4 {
  font-size: 70px !important;
  line-height: 22.4px !important;
}
.kfont-70-22-5 {
  font-size: 70px !important;
  line-height: 22.5px !important;
}
.kfont-70-23 {
  font-size: 70px !important;
  line-height: 23px !important;
}
.kfont-70-24 {
  font-size: 70px !important;
  line-height: 24px !important;
}
.kfont-70-24-3 {
  font-size: 70px !important;
  line-height: 24.3px !important;
}
.kfont-70-25 {
  font-size: 70px !important;
  line-height: 25px !important;
}
.kfont-70-25-76 {
  font-size: 70px !important;
  line-height: 25.76px !important;
}
.kfont-70-26 {
  font-size: 70px !important;
  line-height: 26px !important;
}
.kfont-70-27 {
  font-size: 70px !important;
  line-height: 27px !important;
}
.kfont-70-29 {
  font-size: 70px !important;
  line-height: 29px !important;
}
.kfont-70-30 {
  font-size: 70px !important;
  line-height: 30px !important;
}
.kfont-70-31 {
  font-size: 70px !important;
  line-height: 31px !important;
}
.kfont-70-32 {
  font-size: 70px !important;
  line-height: 32px !important;
}
.kfont-70-33 {
  font-size: 70px !important;
  line-height: 33px !important;
}
.kfont-70-34 {
  font-size: 70px !important;
  line-height: 34px !important;
}
.kfont-70-35 {
  font-size: 70px !important;
  line-height: 35px !important;
}
.kfont-70-36 {
  font-size: 70px !important;
  line-height: 36px !important;
}
.kfont-70-36-8 {
  font-size: 70px !important;
  line-height: 36.8px !important;
}
.kfont-70-37 {
  font-size: 70px !important;
  line-height: 37px !important;
}
.kfont-70-39 {
  font-size: 70px !important;
  line-height: 39px !important;
}
.kfont-70-40 {
  font-size: 70px !important;
  line-height: 40px !important;
}
.kfont-70-42 {
  font-size: 70px !important;
  line-height: 42px !important;
}
.kfont-70-43 {
  font-size: 70px !important;
  line-height: 43px !important;
}
.kfont-70-44 {
  font-size: 70px !important;
  line-height: 44px !important;
}
.kfont-70-45-5 {
  font-size: 70px !important;
  line-height: 45.5px !important;
}
.kfont-70-46 {
  font-size: 70px !important;
  line-height: 46px !important;
}
.kfont-70-48 {
  font-size: 70px !important;
  line-height: 48px !important;
}
.kfont-70-49 {
  font-size: 70px !important;
  line-height: 49px !important;
}
.kfont-70-52 {
  font-size: 70px !important;
  line-height: 52px !important;
}
.kfont-70-53 {
  font-size: 70px !important;
  line-height: 53px !important;
}
.kfont-70-60 {
  font-size: 70px !important;
  line-height: 60px !important;
}
.kfont-70-64 {
  font-size: 70px !important;
  line-height: 64px !important;
}
.kfont-70-66 {
  font-size: 70px !important;
  line-height: 66px !important;
}
.kfont-70-75 {
  font-size: 70px !important;
  line-height: 75px !important;
}
.kfont-70-78 {
  font-size: 70px !important;
  line-height: 78px !important;
}
.kfont-70-108 {
  font-size: 70px !important;
  line-height: 108px !important;
}
.kfont-70-38 {
  font-size: 70px !important;
  line-height: 38px !important;
}
.kfont-70-65 {
  font-size: 70px !important;
  line-height: 65px !important;
}
.kfont-70-96 {
  font-size: 70px !important;
  line-height: 96px !important;
}
.kfont-70-10 {
  font-size: 70px !important;
  line-height: 10px !important;
}
.kfont-70-84 {
  font-size: 70px !important;
  line-height: 84px !important;
}
.kfont-70-38-4 {
  font-size: 70px !important;
  line-height: 38.4px !important;
}
.kfont-70-63 {
  font-size: 70px !important;
  line-height: 63px !important;
}
.kfont-90-8 {
  font-size: 90px !important;
  line-height: 8px !important;
}
.kfont-90-13 {
  font-size: 90px !important;
  line-height: 13px !important;
}
.kfont-90-13-2 {
  font-size: 90px !important;
  line-height: 13.2px !important;
}
.kfont-90-15 {
  font-size: 90px !important;
  line-height: 15px !important;
}
.kfont-90-15-4 {
  font-size: 90px !important;
  line-height: 15.4px !important;
}
.kfont-90-15-6 {
  font-size: 90px !important;
  line-height: 15.6px !important;
}
.kfont-90-16 {
  font-size: 90px !important;
  line-height: 16px !important;
}
.kfont-90-16-8 {
  font-size: 90px !important;
  line-height: 16.8px !important;
}
.kfont-90-17 {
  font-size: 90px !important;
  line-height: 17px !important;
}
.kfont-90-17-5 {
  font-size: 90px !important;
  line-height: 17.5px !important;
}
.kfont-90-18 {
  font-size: 90px !important;
  line-height: 18px !important;
}
.kfont-90-18-2 {
  font-size: 90px !important;
  line-height: 18.2px !important;
}
.kfont-90-18-9 {
  font-size: 90px !important;
  line-height: 18.9px !important;
}
.kfont-90-19 {
  font-size: 90px !important;
  line-height: 19px !important;
}
.kfont-90-19-6 {
  font-size: 90px !important;
  line-height: 19.6px !important;
}
.kfont-90-20 {
  font-size: 90px !important;
  line-height: 20px !important;
}
.kfont-90-21 {
  font-size: 90px !important;
  line-height: 21px !important;
}
.kfont-90-22 {
  font-size: 90px !important;
  line-height: 22px !important;
}
.kfont-90-22-4 {
  font-size: 90px !important;
  line-height: 22.4px !important;
}
.kfont-90-22-5 {
  font-size: 90px !important;
  line-height: 22.5px !important;
}
.kfont-90-23 {
  font-size: 90px !important;
  line-height: 23px !important;
}
.kfont-90-24 {
  font-size: 90px !important;
  line-height: 24px !important;
}
.kfont-90-24-3 {
  font-size: 90px !important;
  line-height: 24.3px !important;
}
.kfont-90-25 {
  font-size: 90px !important;
  line-height: 25px !important;
}
.kfont-90-25-76 {
  font-size: 90px !important;
  line-height: 25.76px !important;
}
.kfont-90-26 {
  font-size: 90px !important;
  line-height: 26px !important;
}
.kfont-90-27 {
  font-size: 90px !important;
  line-height: 27px !important;
}
.kfont-90-29 {
  font-size: 90px !important;
  line-height: 29px !important;
}
.kfont-90-30 {
  font-size: 90px !important;
  line-height: 30px !important;
}
.kfont-90-31 {
  font-size: 90px !important;
  line-height: 31px !important;
}
.kfont-90-32 {
  font-size: 90px !important;
  line-height: 32px !important;
}
.kfont-90-33 {
  font-size: 90px !important;
  line-height: 33px !important;
}
.kfont-90-34 {
  font-size: 90px !important;
  line-height: 34px !important;
}
.kfont-90-35 {
  font-size: 90px !important;
  line-height: 35px !important;
}
.kfont-90-36 {
  font-size: 90px !important;
  line-height: 36px !important;
}
.kfont-90-36-8 {
  font-size: 90px !important;
  line-height: 36.8px !important;
}
.kfont-90-37 {
  font-size: 90px !important;
  line-height: 37px !important;
}
.kfont-90-39 {
  font-size: 90px !important;
  line-height: 39px !important;
}
.kfont-90-40 {
  font-size: 90px !important;
  line-height: 40px !important;
}
.kfont-90-42 {
  font-size: 90px !important;
  line-height: 42px !important;
}
.kfont-90-43 {
  font-size: 90px !important;
  line-height: 43px !important;
}
.kfont-90-44 {
  font-size: 90px !important;
  line-height: 44px !important;
}
.kfont-90-45-5 {
  font-size: 90px !important;
  line-height: 45.5px !important;
}
.kfont-90-46 {
  font-size: 90px !important;
  line-height: 46px !important;
}
.kfont-90-48 {
  font-size: 90px !important;
  line-height: 48px !important;
}
.kfont-90-49 {
  font-size: 90px !important;
  line-height: 49px !important;
}
.kfont-90-52 {
  font-size: 90px !important;
  line-height: 52px !important;
}
.kfont-90-53 {
  font-size: 90px !important;
  line-height: 53px !important;
}
.kfont-90-60 {
  font-size: 90px !important;
  line-height: 60px !important;
}
.kfont-90-64 {
  font-size: 90px !important;
  line-height: 64px !important;
}
.kfont-90-66 {
  font-size: 90px !important;
  line-height: 66px !important;
}
.kfont-90-75 {
  font-size: 90px !important;
  line-height: 75px !important;
}
.kfont-90-78 {
  font-size: 90px !important;
  line-height: 78px !important;
}
.kfont-90-108 {
  font-size: 90px !important;
  line-height: 108px !important;
}
.kfont-90-38 {
  font-size: 90px !important;
  line-height: 38px !important;
}
.kfont-90-65 {
  font-size: 90px !important;
  line-height: 65px !important;
}
.kfont-90-96 {
  font-size: 90px !important;
  line-height: 96px !important;
}
.kfont-90-10 {
  font-size: 90px !important;
  line-height: 10px !important;
}
.kfont-90-84 {
  font-size: 90px !important;
  line-height: 84px !important;
}
.kfont-90-38-4 {
  font-size: 90px !important;
  line-height: 38.4px !important;
}
.kfont-90-63 {
  font-size: 90px !important;
  line-height: 63px !important;
}
.kfont-30-8 {
  font-size: 30px !important;
  line-height: 8px !important;
}
.kfont-30-13 {
  font-size: 30px !important;
  line-height: 13px !important;
}
.kfont-30-13-2 {
  font-size: 30px !important;
  line-height: 13.2px !important;
}
.kfont-30-15 {
  font-size: 30px !important;
  line-height: 15px !important;
}
.kfont-30-15-4 {
  font-size: 30px !important;
  line-height: 15.4px !important;
}
.kfont-30-15-6 {
  font-size: 30px !important;
  line-height: 15.6px !important;
}
.kfont-30-16 {
  font-size: 30px !important;
  line-height: 16px !important;
}
.kfont-30-16-8 {
  font-size: 30px !important;
  line-height: 16.8px !important;
}
.kfont-30-17 {
  font-size: 30px !important;
  line-height: 17px !important;
}
.kfont-30-17-5 {
  font-size: 30px !important;
  line-height: 17.5px !important;
}
.kfont-30-18 {
  font-size: 30px !important;
  line-height: 18px !important;
}
.kfont-30-18-2 {
  font-size: 30px !important;
  line-height: 18.2px !important;
}
.kfont-30-18-9 {
  font-size: 30px !important;
  line-height: 18.9px !important;
}
.kfont-30-19 {
  font-size: 30px !important;
  line-height: 19px !important;
}
.kfont-30-19-6 {
  font-size: 30px !important;
  line-height: 19.6px !important;
}
.kfont-30-20 {
  font-size: 30px !important;
  line-height: 20px !important;
}
.kfont-30-21 {
  font-size: 30px !important;
  line-height: 21px !important;
}
.kfont-30-22 {
  font-size: 30px !important;
  line-height: 22px !important;
}
.kfont-30-22-4 {
  font-size: 30px !important;
  line-height: 22.4px !important;
}
.kfont-30-22-5 {
  font-size: 30px !important;
  line-height: 22.5px !important;
}
.kfont-30-23 {
  font-size: 30px !important;
  line-height: 23px !important;
}
.kfont-30-24 {
  font-size: 30px !important;
  line-height: 24px !important;
}
.kfont-30-24-3 {
  font-size: 30px !important;
  line-height: 24.3px !important;
}
.kfont-30-25 {
  font-size: 30px !important;
  line-height: 25px !important;
}
.kfont-30-25-76 {
  font-size: 30px !important;
  line-height: 25.76px !important;
}
.kfont-30-26 {
  font-size: 30px !important;
  line-height: 26px !important;
}
.kfont-30-27 {
  font-size: 30px !important;
  line-height: 27px !important;
}
.kfont-30-29 {
  font-size: 30px !important;
  line-height: 29px !important;
}
.kfont-30-30 {
  font-size: 30px !important;
  line-height: 30px !important;
}
.kfont-30-31 {
  font-size: 30px !important;
  line-height: 31px !important;
}
.kfont-30-32 {
  font-size: 30px !important;
  line-height: 32px !important;
}
.kfont-30-33 {
  font-size: 30px !important;
  line-height: 33px !important;
}
.kfont-30-34 {
  font-size: 30px !important;
  line-height: 34px !important;
}
.kfont-30-35 {
  font-size: 30px !important;
  line-height: 35px !important;
}
.kfont-30-36 {
  font-size: 30px !important;
  line-height: 36px !important;
}
.kfont-30-36-8 {
  font-size: 30px !important;
  line-height: 36.8px !important;
}
.kfont-30-37 {
  font-size: 30px !important;
  line-height: 37px !important;
}
.kfont-30-39 {
  font-size: 30px !important;
  line-height: 39px !important;
}
.kfont-30-40 {
  font-size: 30px !important;
  line-height: 40px !important;
}
.kfont-30-42 {
  font-size: 30px !important;
  line-height: 42px !important;
}
.kfont-30-43 {
  font-size: 30px !important;
  line-height: 43px !important;
}
.kfont-30-44 {
  font-size: 30px !important;
  line-height: 44px !important;
}
.kfont-30-45-5 {
  font-size: 30px !important;
  line-height: 45.5px !important;
}
.kfont-30-46 {
  font-size: 30px !important;
  line-height: 46px !important;
}
.kfont-30-48 {
  font-size: 30px !important;
  line-height: 48px !important;
}
.kfont-30-49 {
  font-size: 30px !important;
  line-height: 49px !important;
}
.kfont-30-52 {
  font-size: 30px !important;
  line-height: 52px !important;
}
.kfont-30-53 {
  font-size: 30px !important;
  line-height: 53px !important;
}
.kfont-30-60 {
  font-size: 30px !important;
  line-height: 60px !important;
}
.kfont-30-64 {
  font-size: 30px !important;
  line-height: 64px !important;
}
.kfont-30-66 {
  font-size: 30px !important;
  line-height: 66px !important;
}
.kfont-30-75 {
  font-size: 30px !important;
  line-height: 75px !important;
}
.kfont-30-78 {
  font-size: 30px !important;
  line-height: 78px !important;
}
.kfont-30-108 {
  font-size: 30px !important;
  line-height: 108px !important;
}
.kfont-30-38 {
  font-size: 30px !important;
  line-height: 38px !important;
}
.kfont-30-65 {
  font-size: 30px !important;
  line-height: 65px !important;
}
.kfont-30-96 {
  font-size: 30px !important;
  line-height: 96px !important;
}
.kfont-30-10 {
  font-size: 30px !important;
  line-height: 10px !important;
}
.kfont-30-84 {
  font-size: 30px !important;
  line-height: 84px !important;
}
.kfont-30-38-4 {
  font-size: 30px !important;
  line-height: 38.4px !important;
}
.kfont-30-63 {
  font-size: 30px !important;
  line-height: 63px !important;
}
.kfont-25-8 {
  font-size: 25px !important;
  line-height: 8px !important;
}
.kfont-25-13 {
  font-size: 25px !important;
  line-height: 13px !important;
}
.kfont-25-13-2 {
  font-size: 25px !important;
  line-height: 13.2px !important;
}
.kfont-25-15 {
  font-size: 25px !important;
  line-height: 15px !important;
}
.kfont-25-15-4 {
  font-size: 25px !important;
  line-height: 15.4px !important;
}
.kfont-25-15-6 {
  font-size: 25px !important;
  line-height: 15.6px !important;
}
.kfont-25-16 {
  font-size: 25px !important;
  line-height: 16px !important;
}
.kfont-25-16-8 {
  font-size: 25px !important;
  line-height: 16.8px !important;
}
.kfont-25-17 {
  font-size: 25px !important;
  line-height: 17px !important;
}
.kfont-25-17-5 {
  font-size: 25px !important;
  line-height: 17.5px !important;
}
.kfont-25-18 {
  font-size: 25px !important;
  line-height: 18px !important;
}
.kfont-25-18-2 {
  font-size: 25px !important;
  line-height: 18.2px !important;
}
.kfont-25-18-9 {
  font-size: 25px !important;
  line-height: 18.9px !important;
}
.kfont-25-19 {
  font-size: 25px !important;
  line-height: 19px !important;
}
.kfont-25-19-6 {
  font-size: 25px !important;
  line-height: 19.6px !important;
}
.kfont-25-20 {
  font-size: 25px !important;
  line-height: 20px !important;
}
.kfont-25-21 {
  font-size: 25px !important;
  line-height: 21px !important;
}
.kfont-25-22 {
  font-size: 25px !important;
  line-height: 22px !important;
}
.kfont-25-22-4 {
  font-size: 25px !important;
  line-height: 22.4px !important;
}
.kfont-25-22-5 {
  font-size: 25px !important;
  line-height: 22.5px !important;
}
.kfont-25-23 {
  font-size: 25px !important;
  line-height: 23px !important;
}
.kfont-25-24 {
  font-size: 25px !important;
  line-height: 24px !important;
}
.kfont-25-24-3 {
  font-size: 25px !important;
  line-height: 24.3px !important;
}
.kfont-25-25 {
  font-size: 25px !important;
  line-height: 25px !important;
}
.kfont-25-25-76 {
  font-size: 25px !important;
  line-height: 25.76px !important;
}
.kfont-25-26 {
  font-size: 25px !important;
  line-height: 26px !important;
}
.kfont-25-27 {
  font-size: 25px !important;
  line-height: 27px !important;
}
.kfont-25-29 {
  font-size: 25px !important;
  line-height: 29px !important;
}
.kfont-25-30 {
  font-size: 25px !important;
  line-height: 30px !important;
}
.kfont-25-31 {
  font-size: 25px !important;
  line-height: 31px !important;
}
.kfont-25-32 {
  font-size: 25px !important;
  line-height: 32px !important;
}
.kfont-25-33 {
  font-size: 25px !important;
  line-height: 33px !important;
}
.kfont-25-34 {
  font-size: 25px !important;
  line-height: 34px !important;
}
.kfont-25-35 {
  font-size: 25px !important;
  line-height: 35px !important;
}
.kfont-25-36 {
  font-size: 25px !important;
  line-height: 36px !important;
}
.kfont-25-36-8 {
  font-size: 25px !important;
  line-height: 36.8px !important;
}
.kfont-25-37 {
  font-size: 25px !important;
  line-height: 37px !important;
}
.kfont-25-39 {
  font-size: 25px !important;
  line-height: 39px !important;
}
.kfont-25-40 {
  font-size: 25px !important;
  line-height: 40px !important;
}
.kfont-25-42 {
  font-size: 25px !important;
  line-height: 42px !important;
}
.kfont-25-43 {
  font-size: 25px !important;
  line-height: 43px !important;
}
.kfont-25-44 {
  font-size: 25px !important;
  line-height: 44px !important;
}
.kfont-25-45-5 {
  font-size: 25px !important;
  line-height: 45.5px !important;
}
.kfont-25-46 {
  font-size: 25px !important;
  line-height: 46px !important;
}
.kfont-25-48 {
  font-size: 25px !important;
  line-height: 48px !important;
}
.kfont-25-49 {
  font-size: 25px !important;
  line-height: 49px !important;
}
.kfont-25-52 {
  font-size: 25px !important;
  line-height: 52px !important;
}
.kfont-25-53 {
  font-size: 25px !important;
  line-height: 53px !important;
}
.kfont-25-60 {
  font-size: 25px !important;
  line-height: 60px !important;
}
.kfont-25-64 {
  font-size: 25px !important;
  line-height: 64px !important;
}
.kfont-25-66 {
  font-size: 25px !important;
  line-height: 66px !important;
}
.kfont-25-75 {
  font-size: 25px !important;
  line-height: 75px !important;
}
.kfont-25-78 {
  font-size: 25px !important;
  line-height: 78px !important;
}
.kfont-25-108 {
  font-size: 25px !important;
  line-height: 108px !important;
}
.kfont-25-38 {
  font-size: 25px !important;
  line-height: 38px !important;
}
.kfont-25-65 {
  font-size: 25px !important;
  line-height: 65px !important;
}
.kfont-25-96 {
  font-size: 25px !important;
  line-height: 96px !important;
}
.kfont-25-10 {
  font-size: 25px !important;
  line-height: 10px !important;
}
.kfont-25-84 {
  font-size: 25px !important;
  line-height: 84px !important;
}
.kfont-25-38-4 {
  font-size: 25px !important;
  line-height: 38.4px !important;
}
.kfont-25-63 {
  font-size: 25px !important;
  line-height: 63px !important;
}
.kfont-80-8 {
  font-size: 80px !important;
  line-height: 8px !important;
}
.kfont-80-13 {
  font-size: 80px !important;
  line-height: 13px !important;
}
.kfont-80-13-2 {
  font-size: 80px !important;
  line-height: 13.2px !important;
}
.kfont-80-15 {
  font-size: 80px !important;
  line-height: 15px !important;
}
.kfont-80-15-4 {
  font-size: 80px !important;
  line-height: 15.4px !important;
}
.kfont-80-15-6 {
  font-size: 80px !important;
  line-height: 15.6px !important;
}
.kfont-80-16 {
  font-size: 80px !important;
  line-height: 16px !important;
}
.kfont-80-16-8 {
  font-size: 80px !important;
  line-height: 16.8px !important;
}
.kfont-80-17 {
  font-size: 80px !important;
  line-height: 17px !important;
}
.kfont-80-17-5 {
  font-size: 80px !important;
  line-height: 17.5px !important;
}
.kfont-80-18 {
  font-size: 80px !important;
  line-height: 18px !important;
}
.kfont-80-18-2 {
  font-size: 80px !important;
  line-height: 18.2px !important;
}
.kfont-80-18-9 {
  font-size: 80px !important;
  line-height: 18.9px !important;
}
.kfont-80-19 {
  font-size: 80px !important;
  line-height: 19px !important;
}
.kfont-80-19-6 {
  font-size: 80px !important;
  line-height: 19.6px !important;
}
.kfont-80-20 {
  font-size: 80px !important;
  line-height: 20px !important;
}
.kfont-80-21 {
  font-size: 80px !important;
  line-height: 21px !important;
}
.kfont-80-22 {
  font-size: 80px !important;
  line-height: 22px !important;
}
.kfont-80-22-4 {
  font-size: 80px !important;
  line-height: 22.4px !important;
}
.kfont-80-22-5 {
  font-size: 80px !important;
  line-height: 22.5px !important;
}
.kfont-80-23 {
  font-size: 80px !important;
  line-height: 23px !important;
}
.kfont-80-24 {
  font-size: 80px !important;
  line-height: 24px !important;
}
.kfont-80-24-3 {
  font-size: 80px !important;
  line-height: 24.3px !important;
}
.kfont-80-25 {
  font-size: 80px !important;
  line-height: 25px !important;
}
.kfont-80-25-76 {
  font-size: 80px !important;
  line-height: 25.76px !important;
}
.kfont-80-26 {
  font-size: 80px !important;
  line-height: 26px !important;
}
.kfont-80-27 {
  font-size: 80px !important;
  line-height: 27px !important;
}
.kfont-80-29 {
  font-size: 80px !important;
  line-height: 29px !important;
}
.kfont-80-30 {
  font-size: 80px !important;
  line-height: 30px !important;
}
.kfont-80-31 {
  font-size: 80px !important;
  line-height: 31px !important;
}
.kfont-80-32 {
  font-size: 80px !important;
  line-height: 32px !important;
}
.kfont-80-33 {
  font-size: 80px !important;
  line-height: 33px !important;
}
.kfont-80-34 {
  font-size: 80px !important;
  line-height: 34px !important;
}
.kfont-80-35 {
  font-size: 80px !important;
  line-height: 35px !important;
}
.kfont-80-36 {
  font-size: 80px !important;
  line-height: 36px !important;
}
.kfont-80-36-8 {
  font-size: 80px !important;
  line-height: 36.8px !important;
}
.kfont-80-37 {
  font-size: 80px !important;
  line-height: 37px !important;
}
.kfont-80-39 {
  font-size: 80px !important;
  line-height: 39px !important;
}
.kfont-80-40 {
  font-size: 80px !important;
  line-height: 40px !important;
}
.kfont-80-42 {
  font-size: 80px !important;
  line-height: 42px !important;
}
.kfont-80-43 {
  font-size: 80px !important;
  line-height: 43px !important;
}
.kfont-80-44 {
  font-size: 80px !important;
  line-height: 44px !important;
}
.kfont-80-45-5 {
  font-size: 80px !important;
  line-height: 45.5px !important;
}
.kfont-80-46 {
  font-size: 80px !important;
  line-height: 46px !important;
}
.kfont-80-48 {
  font-size: 80px !important;
  line-height: 48px !important;
}
.kfont-80-49 {
  font-size: 80px !important;
  line-height: 49px !important;
}
.kfont-80-52 {
  font-size: 80px !important;
  line-height: 52px !important;
}
.kfont-80-53 {
  font-size: 80px !important;
  line-height: 53px !important;
}
.kfont-80-60 {
  font-size: 80px !important;
  line-height: 60px !important;
}
.kfont-80-64 {
  font-size: 80px !important;
  line-height: 64px !important;
}
.kfont-80-66 {
  font-size: 80px !important;
  line-height: 66px !important;
}
.kfont-80-75 {
  font-size: 80px !important;
  line-height: 75px !important;
}
.kfont-80-78 {
  font-size: 80px !important;
  line-height: 78px !important;
}
.kfont-80-108 {
  font-size: 80px !important;
  line-height: 108px !important;
}
.kfont-80-38 {
  font-size: 80px !important;
  line-height: 38px !important;
}
.kfont-80-65 {
  font-size: 80px !important;
  line-height: 65px !important;
}
.kfont-80-96 {
  font-size: 80px !important;
  line-height: 96px !important;
}
.kfont-80-10 {
  font-size: 80px !important;
  line-height: 10px !important;
}
.kfont-80-84 {
  font-size: 80px !important;
  line-height: 84px !important;
}
.kfont-80-38-4 {
  font-size: 80px !important;
  line-height: 38.4px !important;
}
.kfont-80-63 {
  font-size: 80px !important;
  line-height: 63px !important;
}
@media screen and (min-width: 375px) {
  .kfont-iphone-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-iphone-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-iphone-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-iphone-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-iphone-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-iphone-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-iphone-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-iphone-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-iphone-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-iphone-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-iphone-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-iphone-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-iphone-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-iphone-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-iphone-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-iphone-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-iphone-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-iphone-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-iphone-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-iphone-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-iphone-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-iphone-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-iphone-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-iphone-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-iphone-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-iphone-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-iphone-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-iphone-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-iphone-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-iphone-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-iphone-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-iphone-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-iphone-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-iphone-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-iphone-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-iphone-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-iphone-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-iphone-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-iphone-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-iphone-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-iphone-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-iphone-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-iphone-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-iphone-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-iphone-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-iphone-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-iphone-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-iphone-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-iphone-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-iphone-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-iphone-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-iphone-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-iphone-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-iphone-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-iphone-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-iphone-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-iphone-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-iphone-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-iphone-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-iphone-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-iphone-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-iphone-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 576px) {
  .kfont-sm-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-sm-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-sm-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-sm-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-sm-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-sm-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-sm-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-sm-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-sm-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-sm-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-sm-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-sm-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-sm-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-sm-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-sm-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-sm-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-sm-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-sm-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-sm-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-sm-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-sm-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-sm-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-sm-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-sm-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-sm-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-sm-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-sm-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-sm-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-sm-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-sm-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-sm-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-sm-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-sm-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-sm-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-sm-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-sm-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-sm-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-sm-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-sm-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-sm-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-sm-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-sm-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-sm-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-sm-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-sm-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-sm-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-sm-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-sm-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-sm-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-sm-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-sm-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-sm-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-sm-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-sm-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-sm-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-sm-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-sm-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-sm-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-sm-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-sm-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-sm-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-sm-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-sm-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-sm-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-sm-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-sm-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-sm-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-sm-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-sm-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-sm-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-sm-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-sm-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-sm-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-sm-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-sm-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-sm-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-sm-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-sm-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-sm-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-sm-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-sm-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-sm-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-sm-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-sm-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-sm-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-sm-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-sm-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-sm-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-sm-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-sm-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-sm-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-sm-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-sm-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-sm-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-sm-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-sm-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-sm-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-sm-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-sm-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-sm-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-sm-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-sm-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-sm-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-sm-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-sm-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-sm-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-sm-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-sm-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-sm-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-sm-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-sm-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-sm-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-sm-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-sm-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-sm-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-sm-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-sm-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-sm-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-sm-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-sm-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-sm-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-sm-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-sm-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-sm-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-sm-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-sm-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-sm-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-sm-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-sm-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-sm-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-sm-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-sm-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-sm-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-sm-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-sm-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-sm-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-sm-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-sm-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-sm-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-sm-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-sm-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-sm-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-sm-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-sm-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-sm-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-sm-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-sm-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-sm-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-sm-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-sm-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-sm-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-sm-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-sm-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-sm-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-sm-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-sm-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-sm-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-sm-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-sm-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-sm-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-sm-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-sm-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-sm-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-sm-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-sm-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-sm-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-sm-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-sm-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-sm-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-sm-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-sm-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-sm-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-sm-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-sm-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-sm-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-sm-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-sm-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-sm-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-sm-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-sm-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-sm-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-sm-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-sm-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-sm-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-sm-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-sm-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-sm-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-sm-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-sm-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-sm-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-sm-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-sm-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-sm-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-sm-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-sm-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-sm-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-sm-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-sm-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-sm-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-sm-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-sm-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-sm-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-sm-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-sm-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-sm-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-sm-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-sm-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-sm-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-sm-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-sm-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-sm-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-sm-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-sm-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-sm-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-sm-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-sm-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-sm-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-sm-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-sm-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-sm-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-sm-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-sm-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-sm-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-sm-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-sm-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-sm-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-sm-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-sm-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-sm-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-sm-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-sm-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-sm-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-sm-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-sm-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-sm-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-sm-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-sm-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-sm-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-sm-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-sm-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-sm-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-sm-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-sm-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-sm-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-sm-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-sm-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-sm-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-sm-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-sm-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-sm-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-sm-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-sm-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-sm-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-sm-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-sm-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-sm-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-sm-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-sm-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-sm-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-sm-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-sm-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-sm-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-sm-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-sm-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-sm-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-sm-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-sm-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-sm-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-sm-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-sm-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-sm-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-sm-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-sm-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-sm-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-sm-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-sm-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-sm-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-sm-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-sm-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-sm-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-sm-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-sm-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-sm-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-sm-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-sm-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-sm-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-sm-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-sm-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-sm-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-sm-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-sm-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-sm-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-sm-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-sm-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-sm-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-sm-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-sm-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-sm-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-sm-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-sm-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-sm-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-sm-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-sm-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-sm-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-sm-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-sm-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-sm-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-sm-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-sm-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-sm-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-sm-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-sm-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-sm-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-sm-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-sm-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-sm-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-sm-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-sm-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-sm-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-sm-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-sm-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-sm-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-sm-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-sm-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-sm-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-sm-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-sm-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-sm-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-sm-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-sm-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-sm-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-sm-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-sm-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-sm-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-sm-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-sm-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-sm-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-sm-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-sm-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-sm-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-sm-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-sm-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-sm-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-sm-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-sm-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-sm-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-sm-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-sm-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-sm-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-sm-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-sm-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-sm-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-sm-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-sm-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-sm-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-sm-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-sm-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-sm-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-sm-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-sm-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-sm-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-sm-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-sm-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-sm-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-sm-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-sm-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-sm-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-sm-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-sm-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-sm-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-sm-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-sm-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-sm-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-sm-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-sm-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-sm-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-sm-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-sm-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-sm-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-sm-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-sm-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-sm-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-sm-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-sm-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-sm-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-sm-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-sm-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-sm-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-sm-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-sm-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-sm-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-sm-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-sm-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-sm-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-sm-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-sm-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-sm-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-sm-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-sm-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-sm-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-sm-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-sm-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-sm-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-sm-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-sm-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-sm-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-sm-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-sm-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-sm-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-sm-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-sm-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-sm-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-sm-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-sm-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-sm-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-sm-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-sm-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-sm-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-sm-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-sm-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-sm-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-sm-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-sm-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-sm-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-sm-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-sm-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-sm-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-sm-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-sm-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-sm-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-sm-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-sm-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-sm-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-sm-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-sm-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-sm-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-sm-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-sm-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-sm-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-sm-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-sm-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-sm-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-sm-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-sm-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-sm-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-sm-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-sm-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-sm-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-sm-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-sm-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-sm-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-sm-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-sm-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-sm-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-sm-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-sm-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-sm-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-sm-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-sm-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-sm-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-sm-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-sm-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-sm-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-sm-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-sm-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-sm-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-sm-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-sm-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-sm-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-sm-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-sm-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-sm-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-sm-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-sm-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-sm-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-sm-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-sm-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-sm-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-sm-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-sm-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-sm-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-sm-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-sm-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-sm-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-sm-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-sm-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-sm-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-sm-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-sm-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-sm-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-sm-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-sm-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-sm-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-sm-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-sm-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-sm-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-sm-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-sm-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-sm-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-sm-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-sm-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-sm-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-sm-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-sm-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-sm-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-sm-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-sm-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-sm-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-sm-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-sm-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-sm-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-sm-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-sm-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-sm-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-sm-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-sm-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-sm-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-sm-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-sm-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-sm-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-sm-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-sm-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-sm-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-sm-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-sm-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-sm-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-sm-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-sm-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-sm-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-sm-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-sm-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-sm-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-sm-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-sm-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-sm-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-sm-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-sm-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-sm-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-sm-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-sm-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-sm-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-sm-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-sm-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-sm-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-sm-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-sm-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-sm-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-sm-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-sm-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-sm-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-sm-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-sm-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-sm-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-sm-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-sm-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-sm-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-sm-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-sm-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-sm-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-sm-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-sm-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-sm-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-sm-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-sm-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-sm-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-sm-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-sm-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-sm-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-sm-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-sm-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-sm-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-sm-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-sm-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-sm-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-sm-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-sm-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-sm-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-sm-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-sm-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-sm-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-sm-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-sm-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-sm-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-sm-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-sm-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-sm-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-sm-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-sm-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-sm-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-sm-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-sm-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-sm-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-sm-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-sm-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-sm-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-sm-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-sm-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-sm-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-sm-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-sm-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-sm-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-sm-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-sm-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-sm-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-sm-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-sm-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-sm-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-sm-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-sm-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-sm-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-sm-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-sm-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-sm-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-sm-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-sm-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-sm-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-sm-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-sm-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-sm-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-sm-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-sm-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-sm-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-sm-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-sm-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-sm-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-sm-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-sm-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-sm-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-sm-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-sm-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-sm-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-sm-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-sm-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-sm-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-sm-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-sm-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-sm-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-sm-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-sm-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-sm-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-sm-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-sm-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-sm-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-sm-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-sm-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-sm-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-sm-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-sm-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-sm-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-sm-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-sm-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-sm-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-sm-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-sm-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-sm-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-sm-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-sm-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-sm-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-sm-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-sm-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-sm-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-sm-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-sm-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-sm-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-sm-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-sm-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-sm-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-sm-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-sm-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-sm-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-sm-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-sm-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-sm-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-sm-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-sm-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-sm-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-sm-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-sm-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-sm-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-sm-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-sm-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-sm-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-sm-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-sm-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-sm-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-sm-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-sm-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-sm-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-sm-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-sm-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-sm-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-sm-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-sm-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-sm-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-sm-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-sm-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-sm-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-sm-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-sm-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-sm-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-sm-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-sm-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-sm-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-sm-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-sm-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-sm-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-sm-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-sm-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-sm-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-sm-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-sm-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-sm-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-sm-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-sm-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-sm-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-sm-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-sm-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-sm-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-sm-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-sm-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-sm-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-sm-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-sm-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-sm-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-sm-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-sm-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-sm-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-sm-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-sm-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-sm-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-sm-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-sm-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-sm-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-sm-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-sm-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-sm-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-sm-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-sm-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-sm-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-sm-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-sm-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-sm-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-sm-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-sm-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-sm-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-sm-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-sm-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-sm-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-sm-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-sm-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-sm-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-sm-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-sm-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-sm-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-sm-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-sm-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-sm-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-sm-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-sm-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-sm-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-sm-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-sm-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-sm-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-sm-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-sm-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-sm-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-sm-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-sm-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-sm-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-sm-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-sm-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-sm-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-sm-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-sm-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-sm-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-sm-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-sm-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-sm-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-sm-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-sm-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-sm-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-sm-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-sm-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-sm-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-sm-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-sm-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-sm-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-sm-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-sm-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-sm-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-sm-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-sm-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-sm-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-sm-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-sm-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-sm-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-sm-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-sm-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-sm-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-sm-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-sm-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-sm-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-sm-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-sm-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-sm-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-sm-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-sm-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-sm-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-sm-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-sm-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-sm-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-sm-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-sm-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-sm-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-sm-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-sm-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-sm-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-sm-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-sm-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-sm-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-sm-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-sm-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-sm-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-sm-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-sm-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-sm-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-sm-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-sm-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-sm-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-sm-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-sm-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-sm-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-sm-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-sm-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-sm-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-sm-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-sm-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-sm-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-sm-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-sm-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-sm-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-sm-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-sm-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-sm-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-sm-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-sm-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-sm-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-sm-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-sm-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-sm-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-sm-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-sm-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-sm-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-sm-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-sm-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-sm-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-sm-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-sm-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-sm-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-sm-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-sm-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-sm-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-sm-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-sm-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-sm-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-sm-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-sm-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-sm-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-sm-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-sm-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-sm-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-sm-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-sm-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-sm-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-sm-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-sm-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-sm-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-sm-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-sm-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-sm-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-sm-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-sm-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-sm-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-sm-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-sm-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-sm-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-sm-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-sm-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-sm-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-sm-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-sm-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-sm-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-sm-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-sm-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-sm-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-sm-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-sm-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-sm-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-sm-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-sm-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-sm-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-sm-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-sm-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-sm-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-sm-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-sm-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-sm-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-sm-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-sm-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-sm-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-sm-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-sm-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-sm-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-sm-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-sm-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-sm-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-sm-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-sm-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-sm-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-sm-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-sm-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-sm-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-sm-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-sm-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-sm-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-sm-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-sm-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-sm-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-sm-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-sm-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-sm-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-sm-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-sm-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-sm-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-sm-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-sm-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-sm-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-sm-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-sm-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-sm-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-sm-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-sm-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-sm-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-sm-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-sm-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-sm-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-sm-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-sm-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-sm-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-sm-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-sm-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-sm-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-sm-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-sm-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-sm-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-sm-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-sm-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-sm-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-sm-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-sm-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-sm-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-sm-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-sm-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-sm-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-sm-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-sm-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-sm-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-sm-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-sm-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-sm-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-sm-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-sm-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-sm-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-sm-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-sm-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-sm-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-sm-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-sm-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-sm-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-sm-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-sm-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-sm-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-sm-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-sm-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-sm-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-sm-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-sm-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-sm-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-sm-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-sm-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-sm-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-sm-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-sm-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-sm-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-sm-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-sm-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-sm-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-sm-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-sm-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-sm-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-sm-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-sm-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-sm-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-sm-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-sm-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-sm-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-sm-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-sm-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-sm-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-sm-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-sm-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-sm-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-sm-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-sm-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-sm-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-sm-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-sm-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-sm-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-sm-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-sm-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-sm-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-sm-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-sm-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-sm-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-sm-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-sm-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-sm-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-sm-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-sm-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-sm-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-sm-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-sm-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-sm-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-sm-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-sm-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-sm-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-sm-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-sm-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-sm-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-sm-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-sm-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-sm-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-sm-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-sm-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-sm-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-sm-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-sm-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-sm-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-sm-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-sm-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-sm-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-sm-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-sm-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-sm-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-sm-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-sm-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-sm-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-sm-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-sm-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-sm-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-sm-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-sm-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-sm-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-sm-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-sm-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-sm-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-sm-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-sm-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-sm-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-sm-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-sm-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-sm-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-sm-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-sm-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-sm-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-sm-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-sm-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-sm-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-sm-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-sm-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-sm-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-sm-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-sm-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-sm-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-sm-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-sm-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-sm-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-sm-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-sm-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-sm-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-sm-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-sm-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-sm-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-sm-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-sm-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-sm-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-sm-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-sm-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-sm-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-sm-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-sm-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-sm-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-sm-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-sm-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-sm-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-sm-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-sm-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-sm-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-sm-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-sm-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-sm-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-sm-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-sm-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-sm-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-sm-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-sm-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-sm-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-sm-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-sm-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-sm-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-sm-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-sm-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-sm-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-sm-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-sm-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-sm-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-sm-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-sm-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-sm-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-sm-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-sm-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-sm-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-sm-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-sm-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-sm-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-sm-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-sm-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-sm-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-sm-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-sm-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-sm-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-sm-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-sm-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-sm-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-sm-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-sm-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-sm-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-sm-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-sm-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-sm-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-sm-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-sm-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-sm-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-sm-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-sm-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-sm-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-sm-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-sm-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-sm-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-sm-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-sm-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-sm-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-sm-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-sm-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-sm-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-sm-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-sm-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-sm-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-sm-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-sm-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-sm-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-sm-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-sm-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-sm-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-sm-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-sm-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-sm-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-sm-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-sm-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-sm-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-sm-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-sm-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-sm-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-sm-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-sm-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-sm-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-sm-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-sm-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-sm-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-sm-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-sm-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-sm-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-sm-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-sm-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-sm-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-sm-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-sm-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-sm-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-sm-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-sm-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-sm-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-sm-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-sm-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-sm-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-sm-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-sm-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-sm-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-sm-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-sm-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-sm-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-sm-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-sm-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-sm-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-sm-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-sm-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-sm-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-sm-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-sm-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-sm-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-sm-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-sm-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-sm-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-sm-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-sm-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-sm-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-sm-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-sm-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-sm-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-sm-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-sm-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-sm-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-sm-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-sm-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-sm-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-sm-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-sm-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-sm-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-sm-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-sm-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-sm-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-sm-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-sm-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-sm-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-sm-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-sm-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-sm-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-sm-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-sm-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-sm-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-sm-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-sm-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-sm-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-sm-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-sm-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-sm-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-sm-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-sm-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-sm-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-sm-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-sm-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-sm-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-sm-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-sm-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-sm-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-sm-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-sm-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-sm-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-sm-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-sm-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-sm-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-sm-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-sm-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-sm-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-sm-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-sm-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-sm-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-sm-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-sm-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-sm-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-sm-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-sm-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-sm-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-sm-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-sm-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-sm-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-sm-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-sm-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-sm-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-sm-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-sm-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-sm-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-sm-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-sm-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-sm-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-sm-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-sm-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-sm-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-sm-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-sm-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-sm-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-sm-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-sm-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-sm-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-sm-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-sm-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-sm-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-sm-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-sm-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-sm-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-sm-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-sm-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-sm-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-sm-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-sm-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-sm-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-sm-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-sm-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-sm-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-sm-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-sm-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-sm-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-sm-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-sm-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-sm-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-sm-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-sm-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-sm-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-sm-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-sm-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-sm-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-sm-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-sm-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-sm-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-sm-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-sm-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-sm-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-sm-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-sm-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-sm-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-sm-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-sm-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-sm-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-sm-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-sm-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-sm-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-sm-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-sm-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-sm-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-sm-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-sm-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-sm-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-sm-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-sm-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-sm-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-sm-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-sm-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-sm-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-sm-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-sm-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-sm-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-sm-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-sm-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-sm-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-sm-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-sm-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-sm-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-sm-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-sm-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-sm-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-sm-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-sm-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-sm-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-sm-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-sm-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-sm-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-sm-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-sm-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-sm-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-sm-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-sm-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-sm-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-sm-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-sm-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-sm-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-sm-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-sm-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-sm-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-sm-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-sm-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-sm-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-sm-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-sm-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-sm-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-sm-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-sm-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 768px) {
  .kfont-md-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-md-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-md-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-md-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-md-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-md-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-md-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-md-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-md-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-md-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-md-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-md-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-md-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-md-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-md-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-md-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-md-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-md-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-md-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-md-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-md-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-md-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-md-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-md-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-md-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-md-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-md-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-md-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-md-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-md-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-md-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-md-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-md-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-md-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-md-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-md-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-md-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-md-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-md-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-md-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-md-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-md-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-md-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-md-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-md-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-md-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-md-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-md-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-md-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-md-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-md-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-md-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-md-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-md-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-md-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-md-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-md-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-md-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-md-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-md-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-md-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-md-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-md-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-md-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-md-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-md-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-md-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-md-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-md-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-md-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-md-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-md-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-md-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-md-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-md-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-md-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-md-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-md-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-md-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-md-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-md-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-md-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-md-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-md-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-md-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-md-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-md-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-md-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-md-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-md-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-md-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-md-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-md-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-md-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-md-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-md-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-md-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-md-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-md-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-md-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-md-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-md-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-md-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-md-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-md-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-md-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-md-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-md-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-md-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-md-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-md-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-md-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-md-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-md-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-md-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-md-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-md-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-md-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-md-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-md-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-md-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-md-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-md-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-md-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-md-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-md-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-md-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-md-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-md-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-md-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-md-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-md-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-md-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-md-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-md-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-md-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-md-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-md-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-md-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-md-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-md-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-md-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-md-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-md-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-md-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-md-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-md-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-md-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-md-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-md-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-md-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-md-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-md-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-md-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-md-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-md-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-md-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-md-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-md-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-md-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-md-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-md-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-md-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-md-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-md-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-md-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-md-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-md-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-md-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-md-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-md-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-md-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-md-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-md-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-md-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-md-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-md-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-md-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-md-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-md-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-md-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-md-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-md-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-md-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-md-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-md-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-md-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-md-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-md-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-md-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-md-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-md-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-md-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-md-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-md-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-md-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-md-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-md-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-md-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-md-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-md-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-md-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-md-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-md-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-md-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-md-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-md-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-md-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-md-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-md-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-md-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-md-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-md-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-md-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-md-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-md-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-md-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-md-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-md-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-md-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-md-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-md-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-md-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-md-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-md-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-md-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-md-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-md-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-md-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-md-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-md-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-md-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-md-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-md-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-md-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-md-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-md-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-md-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-md-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-md-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-md-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-md-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-md-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-md-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-md-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-md-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-md-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-md-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-md-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-md-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-md-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-md-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-md-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-md-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-md-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-md-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-md-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-md-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-md-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-md-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-md-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-md-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-md-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-md-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-md-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-md-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-md-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-md-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-md-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-md-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-md-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-md-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-md-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-md-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-md-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-md-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-md-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-md-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-md-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-md-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-md-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-md-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-md-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-md-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-md-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-md-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-md-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-md-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-md-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-md-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-md-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-md-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-md-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-md-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-md-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-md-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-md-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-md-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-md-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-md-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-md-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-md-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-md-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-md-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-md-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-md-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-md-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-md-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-md-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-md-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-md-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-md-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-md-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-md-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-md-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-md-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-md-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-md-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-md-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-md-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-md-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-md-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-md-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-md-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-md-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-md-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-md-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-md-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-md-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-md-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-md-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-md-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-md-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-md-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-md-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-md-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-md-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-md-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-md-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-md-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-md-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-md-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-md-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-md-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-md-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-md-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-md-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-md-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-md-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-md-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-md-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-md-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-md-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-md-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-md-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-md-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-md-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-md-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-md-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-md-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-md-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-md-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-md-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-md-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-md-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-md-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-md-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-md-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-md-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-md-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-md-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-md-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-md-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-md-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-md-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-md-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-md-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-md-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-md-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-md-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-md-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-md-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-md-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-md-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-md-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-md-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-md-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-md-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-md-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-md-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-md-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-md-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-md-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-md-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-md-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-md-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-md-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-md-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-md-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-md-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-md-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-md-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-md-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-md-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-md-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-md-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-md-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-md-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-md-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-md-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-md-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-md-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-md-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-md-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-md-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-md-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-md-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-md-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-md-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-md-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-md-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-md-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-md-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-md-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-md-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-md-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-md-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-md-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-md-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-md-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-md-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-md-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-md-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-md-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-md-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-md-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-md-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-md-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-md-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-md-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-md-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-md-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-md-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-md-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-md-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-md-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-md-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-md-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-md-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-md-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-md-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-md-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-md-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-md-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-md-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-md-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-md-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-md-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-md-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-md-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-md-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-md-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-md-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-md-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-md-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-md-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-md-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-md-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-md-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-md-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-md-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-md-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-md-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-md-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-md-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-md-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-md-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-md-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-md-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-md-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-md-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-md-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-md-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-md-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-md-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-md-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-md-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-md-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-md-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-md-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-md-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-md-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-md-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-md-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-md-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-md-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-md-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-md-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-md-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-md-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-md-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-md-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-md-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-md-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-md-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-md-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-md-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-md-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-md-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-md-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-md-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-md-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-md-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-md-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-md-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-md-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-md-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-md-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-md-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-md-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-md-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-md-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-md-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-md-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-md-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-md-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-md-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-md-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-md-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-md-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-md-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-md-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-md-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-md-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-md-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-md-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-md-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-md-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-md-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-md-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-md-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-md-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-md-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-md-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-md-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-md-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-md-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-md-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-md-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-md-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-md-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-md-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-md-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-md-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-md-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-md-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-md-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-md-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-md-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-md-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-md-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-md-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-md-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-md-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-md-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-md-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-md-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-md-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-md-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-md-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-md-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-md-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-md-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-md-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-md-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-md-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-md-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-md-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-md-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-md-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-md-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-md-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-md-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-md-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-md-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-md-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-md-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-md-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-md-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-md-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-md-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-md-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-md-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-md-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-md-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-md-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-md-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-md-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-md-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-md-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-md-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-md-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-md-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-md-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-md-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-md-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-md-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-md-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-md-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-md-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-md-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-md-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-md-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-md-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-md-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-md-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-md-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-md-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-md-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-md-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-md-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-md-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-md-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-md-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-md-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-md-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-md-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-md-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-md-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-md-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-md-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-md-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-md-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-md-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-md-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-md-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-md-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-md-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-md-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-md-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-md-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-md-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-md-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-md-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-md-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-md-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-md-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-md-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-md-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-md-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-md-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-md-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-md-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-md-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-md-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-md-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-md-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-md-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-md-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-md-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-md-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-md-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-md-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-md-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-md-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-md-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-md-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-md-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-md-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-md-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-md-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-md-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-md-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-md-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-md-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-md-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-md-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-md-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-md-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-md-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-md-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-md-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-md-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-md-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-md-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-md-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-md-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-md-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-md-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-md-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-md-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-md-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-md-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-md-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-md-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-md-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-md-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-md-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-md-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-md-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-md-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-md-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-md-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-md-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-md-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-md-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-md-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-md-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-md-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-md-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-md-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-md-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-md-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-md-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-md-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-md-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-md-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-md-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-md-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-md-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-md-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-md-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-md-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-md-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-md-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-md-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-md-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-md-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-md-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-md-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-md-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-md-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-md-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-md-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-md-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-md-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-md-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-md-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-md-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-md-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-md-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-md-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-md-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-md-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-md-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-md-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-md-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-md-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-md-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-md-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-md-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-md-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-md-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-md-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-md-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-md-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-md-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-md-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-md-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-md-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-md-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-md-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-md-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-md-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-md-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-md-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-md-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-md-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-md-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-md-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-md-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-md-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-md-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-md-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-md-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-md-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-md-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-md-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-md-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-md-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-md-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-md-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-md-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-md-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-md-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-md-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-md-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-md-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-md-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-md-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-md-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-md-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-md-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-md-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-md-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-md-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-md-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-md-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-md-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-md-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-md-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-md-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-md-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-md-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-md-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-md-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-md-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-md-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-md-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-md-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-md-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-md-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-md-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-md-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-md-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-md-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-md-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-md-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-md-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-md-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-md-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-md-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-md-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-md-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-md-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-md-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-md-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-md-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-md-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-md-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-md-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-md-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-md-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-md-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-md-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-md-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-md-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-md-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-md-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-md-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-md-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-md-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-md-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-md-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-md-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-md-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-md-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-md-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-md-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-md-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-md-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-md-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-md-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-md-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-md-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-md-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-md-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-md-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-md-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-md-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-md-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-md-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-md-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-md-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-md-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-md-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-md-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-md-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-md-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-md-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-md-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-md-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-md-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-md-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-md-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-md-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-md-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-md-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-md-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-md-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-md-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-md-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-md-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-md-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-md-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-md-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-md-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-md-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-md-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-md-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-md-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-md-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-md-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-md-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-md-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-md-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-md-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-md-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-md-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-md-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-md-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-md-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-md-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-md-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-md-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-md-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-md-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-md-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-md-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-md-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-md-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-md-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-md-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-md-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-md-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-md-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-md-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-md-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-md-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-md-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-md-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-md-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-md-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-md-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-md-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-md-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-md-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-md-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-md-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-md-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-md-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-md-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-md-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-md-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-md-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-md-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-md-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-md-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-md-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-md-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-md-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-md-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-md-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-md-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-md-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-md-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-md-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-md-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-md-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-md-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-md-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-md-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-md-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-md-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-md-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-md-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-md-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-md-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-md-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-md-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-md-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-md-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-md-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-md-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-md-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-md-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-md-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-md-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-md-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-md-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-md-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-md-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-md-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-md-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-md-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-md-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-md-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-md-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-md-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-md-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-md-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-md-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-md-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-md-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-md-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-md-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-md-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-md-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-md-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-md-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-md-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-md-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-md-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-md-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-md-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-md-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-md-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-md-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-md-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-md-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-md-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-md-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-md-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-md-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-md-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-md-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-md-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-md-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-md-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-md-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-md-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-md-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-md-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-md-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-md-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-md-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-md-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-md-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-md-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-md-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-md-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-md-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-md-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-md-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-md-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-md-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-md-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-md-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-md-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-md-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-md-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-md-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-md-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-md-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-md-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-md-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-md-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-md-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-md-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-md-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-md-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-md-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-md-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-md-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-md-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-md-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-md-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-md-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-md-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-md-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-md-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-md-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-md-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-md-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-md-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-md-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-md-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-md-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-md-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-md-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-md-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-md-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-md-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-md-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-md-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-md-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-md-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-md-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-md-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-md-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-md-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-md-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-md-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-md-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-md-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-md-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-md-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-md-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-md-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-md-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-md-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-md-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-md-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-md-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-md-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-md-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-md-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-md-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-md-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-md-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-md-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-md-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-md-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-md-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-md-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-md-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-md-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-md-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-md-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-md-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-md-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-md-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-md-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-md-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-md-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-md-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-md-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-md-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-md-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-md-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-md-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-md-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-md-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-md-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-md-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-md-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-md-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-md-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-md-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-md-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-md-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-md-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-md-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-md-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-md-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-md-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-md-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-md-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-md-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-md-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-md-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-md-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-md-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-md-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-md-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-md-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-md-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-md-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-md-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-md-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-md-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-md-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-md-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-md-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-md-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-md-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-md-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-md-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-md-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-md-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-md-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-md-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-md-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-md-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-md-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-md-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-md-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-md-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-md-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-md-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-md-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-md-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-md-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-md-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-md-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-md-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-md-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-md-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-md-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-md-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-md-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-md-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-md-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-md-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-md-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-md-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-md-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-md-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-md-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-md-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-md-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-md-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-md-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-md-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-md-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-md-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-md-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-md-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-md-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-md-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-md-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-md-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-md-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-md-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-md-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-md-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-md-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-md-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-md-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-md-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-md-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-md-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-md-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-md-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-md-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-md-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-md-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-md-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-md-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-md-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-md-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-md-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-md-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-md-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-md-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-md-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-md-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-md-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-md-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-md-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-md-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-md-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-md-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-md-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-md-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-md-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-md-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-md-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-md-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-md-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-md-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-md-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-md-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-md-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-md-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-md-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-md-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-md-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-md-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-md-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-md-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-md-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-md-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-md-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-md-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-md-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-md-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-md-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-md-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-md-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-md-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-md-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-md-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-md-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-md-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-md-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-md-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-md-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-md-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-md-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-md-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-md-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-md-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-md-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-md-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-md-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-md-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-md-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-md-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-md-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-md-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-md-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-md-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-md-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-md-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-md-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-md-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-md-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-md-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-md-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-md-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-md-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-md-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-md-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-md-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-md-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-md-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-md-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-md-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-md-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-md-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-md-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-md-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-md-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-md-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-md-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-md-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-md-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-md-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-md-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-md-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-md-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-md-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-md-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-md-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-md-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-md-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-md-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-md-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-md-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-md-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-md-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-md-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-md-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-md-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-md-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-md-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-md-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-md-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-md-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-md-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-md-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-md-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-md-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-md-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-md-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-md-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-md-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-md-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-md-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-md-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-md-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-md-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-md-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-md-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-md-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-md-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-md-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-md-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-md-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-md-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-md-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-md-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-md-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-md-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-md-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-md-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-md-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-md-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-md-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-md-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-md-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-md-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-md-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-md-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-md-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-md-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-md-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-md-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-md-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-md-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-md-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-md-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-md-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-md-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-md-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-md-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-md-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-md-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-md-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-md-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-md-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-md-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-md-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-md-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-md-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-md-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-md-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-md-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-md-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-md-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-md-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-md-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-md-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-md-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-md-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-md-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-md-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-md-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-md-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-md-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-md-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-md-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-md-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-md-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 992px) {
  .kfont-lg-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-lg-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-lg-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-lg-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-lg-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-lg-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-lg-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-lg-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-lg-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-lg-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-lg-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-lg-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-lg-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-lg-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-lg-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-lg-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-lg-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-lg-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-lg-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-lg-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-lg-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-lg-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-lg-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-lg-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-lg-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-lg-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-lg-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-lg-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-lg-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-lg-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-lg-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-lg-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-lg-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-lg-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-lg-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-lg-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-lg-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-lg-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-lg-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-lg-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-lg-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-lg-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-lg-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-lg-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-lg-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-lg-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-lg-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-lg-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-lg-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-lg-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-lg-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-lg-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-lg-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-lg-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-lg-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-lg-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-lg-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-lg-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-lg-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-lg-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-lg-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-lg-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-lg-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-lg-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-lg-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-lg-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-lg-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-lg-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-lg-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-lg-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-lg-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-lg-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-lg-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-lg-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-lg-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-lg-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-lg-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-lg-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-lg-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-lg-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-lg-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-lg-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-lg-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-lg-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-lg-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-lg-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-lg-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-lg-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-lg-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-lg-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-lg-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-lg-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-lg-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-lg-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-lg-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-lg-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-lg-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-lg-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-lg-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-lg-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-lg-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-lg-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-lg-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-lg-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-lg-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-lg-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-lg-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-lg-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-lg-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-lg-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-lg-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-lg-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-lg-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-lg-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-lg-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-lg-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-lg-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-lg-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-lg-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-lg-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-lg-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-lg-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-lg-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-lg-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-lg-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-lg-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-lg-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-lg-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-lg-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-lg-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-lg-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-lg-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-lg-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-lg-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-lg-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-lg-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-lg-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-lg-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-lg-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-lg-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-lg-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-lg-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-lg-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-lg-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-lg-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-lg-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-lg-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-lg-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-lg-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-lg-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-lg-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-lg-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-lg-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-lg-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-lg-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-lg-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-lg-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-lg-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-lg-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-lg-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-lg-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-lg-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-lg-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-lg-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-lg-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-lg-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-lg-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-lg-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-lg-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-lg-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-lg-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-lg-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-lg-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-lg-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-lg-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-lg-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-lg-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-lg-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-lg-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-lg-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-lg-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-lg-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-lg-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-lg-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-lg-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-lg-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-lg-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-lg-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-lg-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-lg-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-lg-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-lg-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-lg-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-lg-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-lg-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-lg-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-lg-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-lg-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-lg-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-lg-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-lg-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-lg-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-lg-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-lg-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-lg-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-lg-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-lg-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-lg-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-lg-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-lg-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-lg-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-lg-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-lg-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-lg-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-lg-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-lg-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-lg-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-lg-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-lg-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-lg-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-lg-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-lg-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-lg-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-lg-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-lg-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-lg-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-lg-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-lg-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-lg-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-lg-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-lg-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-lg-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-lg-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-lg-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-lg-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-lg-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-lg-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-lg-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-lg-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-lg-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-lg-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-lg-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-lg-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-lg-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-lg-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-lg-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-lg-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-lg-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-lg-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-lg-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-lg-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-lg-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-lg-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-lg-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-lg-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-lg-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-lg-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-lg-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-lg-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-lg-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-lg-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-lg-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-lg-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-lg-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-lg-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-lg-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-lg-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-lg-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-lg-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-lg-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-lg-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-lg-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-lg-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-lg-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-lg-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-lg-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-lg-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-lg-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-lg-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-lg-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-lg-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-lg-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-lg-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-lg-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-lg-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-lg-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-lg-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-lg-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-lg-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-lg-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-lg-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-lg-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-lg-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-lg-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-lg-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-lg-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-lg-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-lg-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-lg-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-lg-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-lg-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-lg-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-lg-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-lg-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-lg-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-lg-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-lg-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-lg-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-lg-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-lg-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-lg-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-lg-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-lg-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-lg-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-lg-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-lg-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-lg-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-lg-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-lg-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-lg-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-lg-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-lg-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-lg-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-lg-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-lg-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-lg-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-lg-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-lg-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-lg-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-lg-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-lg-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-lg-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-lg-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-lg-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-lg-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-lg-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-lg-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-lg-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-lg-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-lg-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-lg-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-lg-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-lg-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-lg-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-lg-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-lg-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-lg-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-lg-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-lg-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-lg-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-lg-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-lg-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-lg-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-lg-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-lg-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-lg-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-lg-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-lg-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-lg-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-lg-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-lg-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-lg-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-lg-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-lg-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-lg-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-lg-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-lg-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-lg-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-lg-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-lg-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-lg-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-lg-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-lg-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-lg-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-lg-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-lg-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-lg-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-lg-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-lg-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-lg-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-lg-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-lg-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-lg-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-lg-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-lg-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-lg-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-lg-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-lg-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-lg-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-lg-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-lg-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-lg-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-lg-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-lg-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-lg-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-lg-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-lg-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-lg-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-lg-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-lg-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-lg-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-lg-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-lg-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-lg-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-lg-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-lg-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-lg-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-lg-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-lg-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-lg-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-lg-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-lg-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-lg-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-lg-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-lg-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-lg-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-lg-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-lg-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-lg-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-lg-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-lg-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-lg-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-lg-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-lg-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-lg-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-lg-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-lg-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-lg-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-lg-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-lg-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-lg-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-lg-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-lg-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-lg-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-lg-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-lg-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-lg-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-lg-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-lg-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-lg-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-lg-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-lg-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-lg-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-lg-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-lg-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-lg-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-lg-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-lg-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-lg-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-lg-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-lg-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-lg-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-lg-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-lg-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-lg-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-lg-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-lg-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-lg-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-lg-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-lg-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-lg-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-lg-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-lg-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-lg-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-lg-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-lg-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-lg-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-lg-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-lg-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-lg-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-lg-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-lg-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-lg-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-lg-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-lg-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-lg-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-lg-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-lg-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-lg-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-lg-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-lg-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-lg-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-lg-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-lg-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-lg-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-lg-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-lg-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-lg-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-lg-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-lg-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-lg-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-lg-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-lg-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-lg-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-lg-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-lg-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-lg-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-lg-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-lg-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-lg-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-lg-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-lg-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-lg-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-lg-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-lg-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-lg-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-lg-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-lg-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-lg-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-lg-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-lg-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-lg-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-lg-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-lg-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-lg-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-lg-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-lg-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-lg-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-lg-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-lg-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-lg-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-lg-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-lg-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-lg-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-lg-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-lg-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-lg-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-lg-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-lg-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-lg-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-lg-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-lg-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-lg-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-lg-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-lg-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-lg-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-lg-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-lg-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-lg-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-lg-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-lg-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-lg-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-lg-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-lg-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-lg-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-lg-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-lg-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-lg-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-lg-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-lg-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-lg-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-lg-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-lg-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-lg-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-lg-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-lg-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-lg-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-lg-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-lg-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-lg-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-lg-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-lg-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-lg-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-lg-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-lg-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-lg-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-lg-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-lg-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-lg-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-lg-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-lg-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-lg-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-lg-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-lg-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-lg-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-lg-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-lg-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-lg-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-lg-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-lg-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-lg-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-lg-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-lg-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-lg-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-lg-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-lg-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-lg-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-lg-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-lg-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-lg-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-lg-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-lg-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-lg-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-lg-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-lg-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-lg-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-lg-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-lg-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-lg-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-lg-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-lg-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-lg-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-lg-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-lg-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-lg-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-lg-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-lg-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-lg-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-lg-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-lg-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-lg-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-lg-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-lg-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-lg-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-lg-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-lg-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-lg-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-lg-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-lg-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-lg-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-lg-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-lg-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-lg-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-lg-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-lg-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-lg-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-lg-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-lg-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-lg-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-lg-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-lg-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-lg-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-lg-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-lg-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-lg-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-lg-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-lg-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-lg-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-lg-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-lg-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-lg-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-lg-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-lg-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-lg-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-lg-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-lg-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-lg-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-lg-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-lg-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-lg-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-lg-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-lg-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-lg-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-lg-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-lg-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-lg-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-lg-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-lg-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-lg-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-lg-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-lg-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-lg-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-lg-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-lg-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-lg-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-lg-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-lg-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-lg-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-lg-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-lg-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-lg-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-lg-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-lg-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-lg-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-lg-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-lg-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-lg-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-lg-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-lg-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-lg-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-lg-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-lg-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-lg-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-lg-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-lg-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-lg-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-lg-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-lg-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-lg-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-lg-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-lg-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-lg-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-lg-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-lg-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-lg-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-lg-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-lg-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-lg-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-lg-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-lg-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-lg-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-lg-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-lg-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-lg-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-lg-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-lg-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-lg-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-lg-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-lg-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-lg-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-lg-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-lg-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-lg-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-lg-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-lg-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-lg-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-lg-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-lg-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-lg-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-lg-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-lg-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-lg-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-lg-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-lg-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-lg-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-lg-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-lg-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-lg-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-lg-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-lg-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-lg-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-lg-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-lg-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-lg-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-lg-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-lg-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-lg-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-lg-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-lg-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-lg-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-lg-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-lg-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-lg-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-lg-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-lg-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-lg-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-lg-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-lg-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-lg-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-lg-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-lg-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-lg-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-lg-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-lg-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-lg-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-lg-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-lg-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-lg-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-lg-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-lg-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-lg-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-lg-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-lg-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-lg-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-lg-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-lg-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-lg-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-lg-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-lg-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-lg-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-lg-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-lg-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-lg-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-lg-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-lg-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-lg-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-lg-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-lg-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-lg-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-lg-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-lg-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-lg-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-lg-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-lg-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-lg-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-lg-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-lg-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-lg-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-lg-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-lg-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-lg-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-lg-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-lg-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-lg-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-lg-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-lg-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-lg-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-lg-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-lg-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-lg-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-lg-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-lg-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-lg-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-lg-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-lg-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-lg-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-lg-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-lg-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-lg-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-lg-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-lg-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-lg-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-lg-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-lg-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-lg-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-lg-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-lg-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-lg-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-lg-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-lg-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-lg-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-lg-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-lg-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-lg-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-lg-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-lg-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-lg-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-lg-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-lg-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-lg-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-lg-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-lg-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-lg-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-lg-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-lg-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-lg-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-lg-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-lg-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-lg-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-lg-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-lg-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-lg-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-lg-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-lg-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-lg-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-lg-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-lg-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-lg-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-lg-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-lg-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-lg-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-lg-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-lg-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-lg-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-lg-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-lg-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-lg-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-lg-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-lg-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-lg-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-lg-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-lg-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-lg-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-lg-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-lg-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-lg-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-lg-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-lg-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-lg-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-lg-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-lg-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-lg-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-lg-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-lg-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-lg-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-lg-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-lg-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-lg-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-lg-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-lg-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-lg-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-lg-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-lg-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-lg-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-lg-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-lg-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-lg-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-lg-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-lg-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-lg-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-lg-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-lg-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-lg-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-lg-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-lg-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-lg-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-lg-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-lg-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-lg-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-lg-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-lg-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-lg-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-lg-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-lg-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-lg-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-lg-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-lg-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-lg-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-lg-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-lg-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-lg-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-lg-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-lg-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-lg-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-lg-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-lg-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-lg-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-lg-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-lg-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-lg-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-lg-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-lg-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-lg-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-lg-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-lg-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-lg-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-lg-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-lg-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-lg-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-lg-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-lg-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-lg-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-lg-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-lg-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-lg-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-lg-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-lg-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-lg-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-lg-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-lg-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-lg-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-lg-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-lg-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-lg-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-lg-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-lg-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-lg-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-lg-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-lg-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-lg-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-lg-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-lg-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-lg-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-lg-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-lg-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-lg-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-lg-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-lg-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-lg-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-lg-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-lg-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-lg-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-lg-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-lg-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-lg-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-lg-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-lg-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-lg-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-lg-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-lg-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-lg-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-lg-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-lg-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-lg-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-lg-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-lg-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-lg-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-lg-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-lg-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-lg-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-lg-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-lg-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-lg-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-lg-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-lg-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-lg-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-lg-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-lg-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-lg-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-lg-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-lg-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-lg-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-lg-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-lg-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-lg-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-lg-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-lg-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-lg-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-lg-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-lg-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-lg-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-lg-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-lg-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-lg-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-lg-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-lg-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-lg-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-lg-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-lg-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-lg-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-lg-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-lg-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-lg-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-lg-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-lg-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-lg-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-lg-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-lg-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-lg-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-lg-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-lg-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-lg-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-lg-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-lg-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-lg-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-lg-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-lg-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-lg-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-lg-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-lg-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-lg-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-lg-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-lg-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-lg-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-lg-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-lg-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-lg-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-lg-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-lg-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-lg-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-lg-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-lg-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-lg-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-lg-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-lg-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-lg-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-lg-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-lg-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-lg-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-lg-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-lg-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-lg-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-lg-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-lg-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-lg-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-lg-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-lg-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-lg-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-lg-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-lg-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-lg-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-lg-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-lg-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-lg-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-lg-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-lg-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-lg-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-lg-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-lg-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-lg-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-lg-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-lg-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-lg-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-lg-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-lg-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-lg-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-lg-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-lg-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-lg-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-lg-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-lg-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-lg-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-lg-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-lg-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-lg-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-lg-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-lg-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-lg-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-lg-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-lg-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-lg-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-lg-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-lg-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-lg-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-lg-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-lg-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-lg-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-lg-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-lg-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-lg-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-lg-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-lg-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-lg-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-lg-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-lg-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-lg-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-lg-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-lg-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-lg-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-lg-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-lg-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-lg-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-lg-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-lg-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-lg-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-lg-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-lg-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-lg-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-lg-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-lg-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-lg-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-lg-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-lg-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-lg-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-lg-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-lg-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-lg-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-lg-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-lg-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-lg-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-lg-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-lg-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-lg-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-lg-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-lg-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-lg-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-lg-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-lg-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-lg-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-lg-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-lg-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-lg-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-lg-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-lg-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-lg-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-lg-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-lg-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-lg-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-lg-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-lg-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-lg-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-lg-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-lg-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-lg-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-lg-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-lg-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-lg-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-lg-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-lg-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-lg-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-lg-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-lg-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-lg-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-lg-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-lg-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-lg-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-lg-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-lg-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-lg-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-lg-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-lg-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-lg-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-lg-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-lg-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-lg-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-lg-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-lg-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-lg-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-lg-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-lg-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-lg-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-lg-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-lg-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-lg-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-lg-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-lg-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-lg-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-lg-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-lg-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-lg-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-lg-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-lg-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-lg-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-lg-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-lg-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-lg-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-lg-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-lg-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-lg-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-lg-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-lg-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-lg-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-lg-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-lg-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-lg-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-lg-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-lg-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-lg-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-lg-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-lg-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-lg-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-lg-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-lg-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-lg-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-lg-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-lg-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-lg-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-lg-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-lg-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-lg-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-lg-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-lg-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-lg-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-lg-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-lg-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-lg-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-lg-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-lg-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-lg-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-lg-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-lg-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-lg-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-lg-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-lg-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-lg-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-lg-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-lg-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-lg-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-lg-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-lg-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-lg-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-lg-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-lg-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-lg-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-lg-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-lg-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-lg-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-lg-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-lg-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-lg-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-lg-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-lg-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-lg-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-lg-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-lg-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-lg-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-lg-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-lg-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-lg-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-lg-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-lg-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-lg-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-lg-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-lg-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-lg-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-lg-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-lg-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-lg-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-lg-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-lg-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-lg-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-lg-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-lg-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-lg-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-lg-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-lg-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-lg-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-lg-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-lg-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-lg-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-lg-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-lg-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-lg-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-lg-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-lg-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-lg-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-lg-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-lg-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-lg-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-lg-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-lg-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-lg-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-lg-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-lg-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-lg-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-lg-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-lg-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-lg-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-lg-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-lg-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-lg-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-lg-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-lg-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-lg-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-lg-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-lg-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-lg-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-lg-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-lg-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-lg-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-lg-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-lg-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-lg-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-lg-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-lg-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-lg-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-lg-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-lg-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-lg-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-lg-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-lg-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-lg-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-lg-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-lg-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-lg-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-lg-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-lg-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-lg-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-lg-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-lg-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-lg-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-lg-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-lg-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-lg-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-lg-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-lg-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-lg-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-lg-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-lg-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-lg-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-lg-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-lg-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-lg-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-lg-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-lg-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-lg-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-lg-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-lg-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-lg-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-lg-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-lg-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-lg-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-lg-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-lg-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-lg-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-lg-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-lg-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-lg-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-lg-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-lg-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-lg-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-lg-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-lg-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-lg-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-lg-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-lg-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-lg-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-lg-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-lg-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-lg-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-lg-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-lg-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-lg-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-lg-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-lg-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-lg-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-lg-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-lg-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-lg-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-lg-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-lg-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-lg-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-lg-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-lg-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-lg-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-lg-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-lg-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-lg-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-lg-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-lg-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-lg-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-lg-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-lg-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-lg-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-lg-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 1024px) {
  .kfont-kt-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-kt-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-kt-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-kt-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-kt-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-kt-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-kt-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-kt-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-kt-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-kt-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-kt-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-kt-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-kt-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-kt-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-kt-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-kt-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-kt-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-kt-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-kt-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-kt-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-kt-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-kt-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-kt-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-kt-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-kt-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-kt-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-kt-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-kt-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-kt-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-kt-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-kt-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-kt-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-kt-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-kt-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-kt-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-kt-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-kt-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-kt-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-kt-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-kt-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-kt-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-kt-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-kt-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-kt-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-kt-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-kt-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-kt-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-kt-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-kt-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-kt-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-kt-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-kt-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-kt-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-kt-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-kt-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-kt-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-kt-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-kt-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-kt-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-kt-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-kt-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-kt-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-kt-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-kt-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-kt-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-kt-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-kt-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-kt-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-kt-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-kt-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-kt-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-kt-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-kt-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-kt-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-kt-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-kt-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-kt-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-kt-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-kt-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-kt-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-kt-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-kt-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-kt-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-kt-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-kt-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-kt-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-kt-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-kt-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-kt-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-kt-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-kt-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-kt-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-kt-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-kt-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-kt-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-kt-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-kt-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-kt-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-kt-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-kt-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-kt-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-kt-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-kt-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-kt-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-kt-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-kt-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-kt-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-kt-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-kt-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-kt-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-kt-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-kt-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-kt-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-kt-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-kt-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-kt-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-kt-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-kt-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-kt-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-kt-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-kt-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-kt-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-kt-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-kt-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-kt-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-kt-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-kt-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-kt-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-kt-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-kt-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-kt-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-kt-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-kt-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-kt-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-kt-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-kt-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-kt-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-kt-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-kt-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-kt-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-kt-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-kt-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-kt-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-kt-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-kt-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-kt-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-kt-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-kt-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-kt-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-kt-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-kt-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-kt-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-kt-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-kt-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-kt-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-kt-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-kt-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-kt-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-kt-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-kt-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-kt-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-kt-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-kt-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-kt-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-kt-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-kt-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-kt-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-kt-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-kt-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-kt-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-kt-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-kt-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-kt-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-kt-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-kt-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-kt-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-kt-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-kt-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-kt-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-kt-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-kt-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-kt-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-kt-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-kt-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-kt-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-kt-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-kt-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-kt-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-kt-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-kt-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-kt-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-kt-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-kt-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-kt-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-kt-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-kt-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-kt-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-kt-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-kt-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-kt-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-kt-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-kt-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-kt-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-kt-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-kt-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-kt-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-kt-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-kt-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-kt-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-kt-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-kt-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-kt-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-kt-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-kt-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-kt-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-kt-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-kt-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-kt-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-kt-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-kt-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-kt-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-kt-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-kt-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-kt-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-kt-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-kt-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-kt-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-kt-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-kt-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-kt-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-kt-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-kt-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-kt-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-kt-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-kt-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-kt-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-kt-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-kt-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-kt-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-kt-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-kt-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-kt-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-kt-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-kt-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-kt-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-kt-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-kt-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-kt-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-kt-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-kt-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-kt-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-kt-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-kt-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-kt-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-kt-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-kt-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-kt-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-kt-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-kt-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-kt-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-kt-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-kt-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-kt-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-kt-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-kt-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-kt-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-kt-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-kt-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-kt-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-kt-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-kt-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-kt-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-kt-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-kt-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-kt-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-kt-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-kt-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-kt-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-kt-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-kt-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-kt-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-kt-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-kt-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-kt-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-kt-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-kt-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-kt-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-kt-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-kt-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-kt-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-kt-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-kt-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-kt-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-kt-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-kt-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-kt-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-kt-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-kt-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-kt-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-kt-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-kt-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-kt-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-kt-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-kt-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-kt-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-kt-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-kt-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-kt-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-kt-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-kt-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-kt-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-kt-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-kt-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-kt-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-kt-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-kt-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-kt-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-kt-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-kt-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-kt-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-kt-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-kt-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-kt-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-kt-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-kt-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-kt-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-kt-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-kt-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-kt-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-kt-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-kt-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-kt-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-kt-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-kt-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-kt-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-kt-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-kt-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-kt-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-kt-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-kt-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-kt-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-kt-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-kt-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-kt-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-kt-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-kt-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-kt-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-kt-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-kt-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-kt-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-kt-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-kt-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-kt-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-kt-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-kt-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-kt-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-kt-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-kt-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-kt-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-kt-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-kt-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-kt-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-kt-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-kt-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-kt-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-kt-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-kt-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-kt-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-kt-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-kt-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-kt-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-kt-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-kt-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-kt-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-kt-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-kt-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-kt-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-kt-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-kt-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-kt-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-kt-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-kt-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-kt-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-kt-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-kt-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-kt-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-kt-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-kt-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-kt-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-kt-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-kt-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-kt-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-kt-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-kt-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-kt-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-kt-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-kt-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-kt-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-kt-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-kt-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-kt-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-kt-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-kt-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-kt-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-kt-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-kt-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-kt-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-kt-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-kt-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-kt-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-kt-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-kt-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-kt-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-kt-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-kt-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-kt-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-kt-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-kt-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-kt-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-kt-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-kt-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-kt-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-kt-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-kt-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-kt-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-kt-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-kt-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-kt-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-kt-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-kt-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-kt-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-kt-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-kt-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-kt-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-kt-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-kt-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-kt-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-kt-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-kt-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-kt-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-kt-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-kt-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-kt-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-kt-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-kt-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-kt-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-kt-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-kt-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-kt-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-kt-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-kt-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-kt-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-kt-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-kt-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-kt-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-kt-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-kt-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-kt-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-kt-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-kt-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-kt-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-kt-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-kt-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-kt-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-kt-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-kt-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-kt-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-kt-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-kt-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-kt-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-kt-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-kt-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-kt-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-kt-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-kt-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-kt-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-kt-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-kt-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-kt-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-kt-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-kt-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-kt-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-kt-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-kt-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-kt-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-kt-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-kt-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-kt-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-kt-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-kt-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-kt-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-kt-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-kt-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-kt-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-kt-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-kt-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-kt-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-kt-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-kt-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-kt-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-kt-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-kt-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-kt-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-kt-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-kt-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-kt-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-kt-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-kt-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-kt-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-kt-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-kt-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-kt-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-kt-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-kt-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-kt-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-kt-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-kt-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-kt-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-kt-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-kt-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-kt-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-kt-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-kt-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-kt-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-kt-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-kt-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-kt-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-kt-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-kt-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-kt-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-kt-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-kt-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-kt-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-kt-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-kt-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-kt-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-kt-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-kt-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-kt-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-kt-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-kt-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-kt-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-kt-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-kt-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-kt-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-kt-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-kt-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-kt-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-kt-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-kt-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-kt-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-kt-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-kt-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-kt-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-kt-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-kt-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-kt-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-kt-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-kt-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-kt-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-kt-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-kt-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-kt-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-kt-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-kt-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-kt-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-kt-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-kt-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-kt-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-kt-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-kt-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-kt-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-kt-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-kt-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-kt-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-kt-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-kt-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-kt-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-kt-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-kt-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-kt-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-kt-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-kt-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-kt-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-kt-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-kt-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-kt-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-kt-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-kt-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-kt-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-kt-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-kt-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-kt-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-kt-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-kt-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-kt-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-kt-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-kt-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-kt-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-kt-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-kt-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-kt-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-kt-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-kt-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-kt-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-kt-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-kt-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-kt-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-kt-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-kt-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-kt-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-kt-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-kt-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-kt-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-kt-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-kt-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-kt-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-kt-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-kt-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-kt-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-kt-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-kt-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-kt-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-kt-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-kt-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-kt-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-kt-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-kt-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-kt-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-kt-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-kt-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-kt-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-kt-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-kt-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-kt-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-kt-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-kt-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-kt-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-kt-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-kt-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-kt-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-kt-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-kt-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-kt-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-kt-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-kt-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-kt-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-kt-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-kt-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-kt-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-kt-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-kt-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-kt-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-kt-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-kt-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-kt-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-kt-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-kt-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-kt-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-kt-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-kt-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-kt-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-kt-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-kt-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-kt-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-kt-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-kt-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-kt-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-kt-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-kt-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-kt-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-kt-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-kt-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-kt-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-kt-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-kt-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-kt-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-kt-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-kt-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-kt-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-kt-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-kt-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-kt-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-kt-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-kt-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-kt-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-kt-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-kt-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-kt-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-kt-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-kt-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-kt-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-kt-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-kt-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-kt-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-kt-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-kt-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-kt-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-kt-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-kt-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-kt-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-kt-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-kt-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-kt-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-kt-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-kt-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-kt-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-kt-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-kt-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-kt-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-kt-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-kt-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-kt-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-kt-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-kt-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-kt-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-kt-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-kt-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-kt-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-kt-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-kt-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-kt-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-kt-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-kt-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-kt-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-kt-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-kt-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-kt-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-kt-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-kt-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-kt-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-kt-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-kt-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-kt-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-kt-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-kt-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-kt-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-kt-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-kt-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-kt-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-kt-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-kt-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-kt-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-kt-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-kt-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-kt-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-kt-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-kt-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-kt-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-kt-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-kt-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-kt-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-kt-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-kt-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-kt-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-kt-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-kt-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-kt-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-kt-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-kt-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-kt-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-kt-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-kt-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-kt-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-kt-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-kt-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-kt-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-kt-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-kt-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-kt-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-kt-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-kt-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-kt-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-kt-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-kt-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-kt-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-kt-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-kt-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-kt-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-kt-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-kt-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-kt-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-kt-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-kt-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-kt-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-kt-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-kt-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-kt-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-kt-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-kt-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-kt-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-kt-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-kt-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-kt-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-kt-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-kt-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-kt-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-kt-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-kt-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-kt-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-kt-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-kt-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-kt-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-kt-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-kt-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-kt-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-kt-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-kt-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-kt-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-kt-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-kt-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-kt-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-kt-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-kt-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-kt-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-kt-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-kt-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-kt-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-kt-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-kt-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-kt-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-kt-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-kt-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-kt-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-kt-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-kt-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-kt-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-kt-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-kt-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-kt-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-kt-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-kt-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-kt-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-kt-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-kt-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-kt-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-kt-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-kt-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-kt-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-kt-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-kt-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-kt-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-kt-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-kt-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-kt-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-kt-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-kt-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-kt-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-kt-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-kt-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-kt-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-kt-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-kt-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-kt-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-kt-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-kt-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-kt-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-kt-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-kt-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-kt-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-kt-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-kt-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-kt-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-kt-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-kt-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-kt-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-kt-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-kt-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-kt-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-kt-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-kt-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-kt-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-kt-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-kt-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-kt-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-kt-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-kt-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-kt-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-kt-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-kt-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-kt-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-kt-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-kt-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-kt-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-kt-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-kt-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-kt-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-kt-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-kt-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-kt-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-kt-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-kt-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-kt-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-kt-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-kt-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-kt-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-kt-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-kt-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-kt-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-kt-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-kt-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-kt-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-kt-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-kt-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-kt-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-kt-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-kt-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-kt-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-kt-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-kt-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-kt-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-kt-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-kt-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-kt-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-kt-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-kt-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-kt-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-kt-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-kt-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-kt-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-kt-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-kt-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-kt-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-kt-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-kt-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-kt-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-kt-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-kt-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-kt-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-kt-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-kt-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-kt-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-kt-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-kt-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-kt-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-kt-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-kt-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-kt-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-kt-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-kt-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-kt-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-kt-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-kt-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-kt-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-kt-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-kt-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-kt-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-kt-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-kt-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-kt-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-kt-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-kt-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-kt-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-kt-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-kt-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-kt-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-kt-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-kt-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-kt-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-kt-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-kt-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-kt-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-kt-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-kt-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-kt-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-kt-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-kt-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-kt-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-kt-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-kt-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-kt-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-kt-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-kt-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-kt-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-kt-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-kt-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-kt-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-kt-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-kt-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-kt-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-kt-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-kt-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-kt-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-kt-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-kt-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-kt-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-kt-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-kt-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-kt-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-kt-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-kt-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-kt-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-kt-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-kt-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-kt-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-kt-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-kt-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-kt-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-kt-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-kt-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-kt-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-kt-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-kt-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-kt-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-kt-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-kt-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-kt-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-kt-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-kt-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-kt-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-kt-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-kt-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-kt-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-kt-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-kt-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-kt-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-kt-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-kt-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-kt-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-kt-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-kt-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-kt-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-kt-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-kt-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-kt-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-kt-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-kt-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-kt-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-kt-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-kt-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-kt-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-kt-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-kt-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-kt-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-kt-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-kt-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-kt-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-kt-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-kt-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-kt-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-kt-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-kt-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-kt-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-kt-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-kt-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-kt-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-kt-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-kt-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-kt-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-kt-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-kt-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-kt-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-kt-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-kt-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-kt-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-kt-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-kt-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-kt-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-kt-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-kt-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-kt-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-kt-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-kt-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-kt-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-kt-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-kt-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-kt-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-kt-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-kt-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-kt-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-kt-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-kt-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-kt-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-kt-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-kt-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-kt-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-kt-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-kt-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-kt-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-kt-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-kt-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-kt-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-kt-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-kt-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-kt-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-kt-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-kt-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-kt-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-kt-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-kt-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-kt-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-kt-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-kt-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-kt-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-kt-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-kt-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-kt-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-kt-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-kt-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-kt-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-kt-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-kt-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-kt-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-kt-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-kt-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-kt-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-kt-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-kt-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-kt-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-kt-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-kt-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-kt-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-kt-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-kt-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-kt-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-kt-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-kt-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-kt-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-kt-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-kt-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-kt-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-kt-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-kt-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-kt-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-kt-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-kt-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-kt-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-kt-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-kt-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-kt-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-kt-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-kt-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-kt-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-kt-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-kt-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-kt-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-kt-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-kt-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-kt-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-kt-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-kt-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-kt-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-kt-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-kt-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-kt-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-kt-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-kt-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-kt-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-kt-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-kt-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-kt-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-kt-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-kt-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-kt-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-kt-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-kt-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-kt-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-kt-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-kt-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-kt-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-kt-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-kt-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-kt-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-kt-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-kt-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-kt-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-kt-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-kt-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-kt-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-kt-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-kt-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-kt-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-kt-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-kt-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-kt-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-kt-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-kt-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-kt-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-kt-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-kt-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-kt-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-kt-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-kt-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-kt-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-kt-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-kt-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-kt-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-kt-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-kt-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-kt-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-kt-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-kt-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-kt-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-kt-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-kt-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-kt-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-kt-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-kt-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-kt-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-kt-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-kt-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-kt-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-kt-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-kt-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-kt-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-kt-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-kt-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-kt-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-kt-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-kt-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-kt-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-kt-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-kt-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-kt-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-kt-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-kt-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-kt-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-kt-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-kt-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-kt-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-kt-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-kt-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-kt-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-kt-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-kt-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-kt-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-kt-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-kt-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-kt-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-kt-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-kt-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-kt-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-kt-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-kt-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-kt-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-kt-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-kt-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-kt-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-kt-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-kt-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-kt-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-kt-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-kt-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-kt-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-kt-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-kt-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-kt-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-kt-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-kt-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-kt-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-kt-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-kt-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-kt-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-kt-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-kt-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-kt-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-kt-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-kt-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-kt-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-kt-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-kt-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-kt-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-kt-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-kt-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-kt-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-kt-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-kt-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-kt-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-kt-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-kt-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-kt-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-kt-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-kt-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-kt-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-kt-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-kt-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-kt-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-kt-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-kt-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-kt-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-kt-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-kt-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-kt-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-kt-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-kt-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-kt-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-kt-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-kt-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-kt-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-kt-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-kt-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-kt-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-kt-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-kt-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-kt-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-kt-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-kt-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-kt-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-kt-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-kt-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-kt-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-kt-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-kt-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-kt-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-kt-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-kt-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-kt-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-kt-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-kt-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-kt-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-kt-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-kt-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-kt-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-kt-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-kt-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-kt-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-kt-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-kt-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-kt-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-kt-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-kt-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-kt-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-kt-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-kt-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-kt-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-kt-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-kt-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-kt-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-kt-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-kt-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-kt-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-kt-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-kt-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-kt-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-kt-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-kt-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-kt-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-kt-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-kt-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-kt-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-kt-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-kt-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-kt-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-kt-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-kt-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-kt-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-kt-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-kt-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-kt-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-kt-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-kt-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-kt-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-kt-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-kt-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-kt-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-kt-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-kt-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-kt-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-kt-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-kt-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-kt-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-kt-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-kt-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-kt-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-kt-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-kt-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-kt-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-kt-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-kt-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-kt-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-kt-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-kt-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-kt-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-kt-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-kt-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-kt-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-kt-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-kt-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-kt-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-kt-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-kt-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-kt-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-kt-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-kt-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-kt-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-kt-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-kt-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-kt-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-kt-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-kt-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-kt-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-kt-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-kt-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-kt-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-kt-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 1367px) {
  .kfont-xl-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-xl-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-xl-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-xl-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-xl-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-xl-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-xl-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-xl-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-xl-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-xl-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-xl-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-xl-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-xl-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-xl-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-xl-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-xl-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-xl-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-xl-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-xl-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-xl-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-xl-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-xl-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-xl-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-xl-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-xl-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-xl-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-xl-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-xl-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-xl-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-xl-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-xl-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-xl-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-xl-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-xl-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-xl-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-xl-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-xl-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-xl-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-xl-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-xl-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-xl-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-xl-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-xl-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-xl-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-xl-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-xl-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-xl-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-xl-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-xl-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-xl-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-xl-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-xl-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-xl-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-xl-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-xl-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-xl-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-xl-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-xl-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-xl-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-xl-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-xl-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-xl-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-xl-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-xl-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-xl-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-xl-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-xl-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-xl-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-xl-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-xl-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-xl-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-xl-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-xl-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-xl-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-xl-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-xl-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-xl-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-xl-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-xl-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-xl-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-xl-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-xl-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-xl-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-xl-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-xl-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-xl-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-xl-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-xl-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-xl-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-xl-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-xl-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-xl-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-xl-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-xl-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-xl-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-xl-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-xl-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-xl-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-xl-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-xl-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-xl-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-xl-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-xl-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-xl-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-xl-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-xl-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-xl-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-xl-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-xl-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-xl-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-xl-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-xl-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-xl-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-xl-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-xl-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-xl-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-xl-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-xl-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-xl-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-xl-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-xl-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-xl-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-xl-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-xl-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-xl-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-xl-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-xl-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-xl-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-xl-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-xl-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-xl-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-xl-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-xl-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-xl-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-xl-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-xl-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-xl-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-xl-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-xl-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-xl-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-xl-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-xl-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-xl-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-xl-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-xl-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-xl-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-xl-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-xl-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-xl-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-xl-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-xl-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-xl-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-xl-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-xl-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-xl-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-xl-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-xl-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-xl-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-xl-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-xl-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-xl-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-xl-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-xl-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-xl-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-xl-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-xl-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-xl-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-xl-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-xl-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-xl-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-xl-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-xl-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-xl-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-xl-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-xl-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-xl-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-xl-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-xl-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-xl-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-xl-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-xl-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-xl-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-xl-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-xl-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-xl-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-xl-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-xl-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-xl-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-xl-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-xl-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-xl-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-xl-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-xl-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-xl-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-xl-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-xl-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-xl-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-xl-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-xl-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-xl-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-xl-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-xl-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-xl-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-xl-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-xl-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-xl-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-xl-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-xl-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-xl-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-xl-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-xl-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-xl-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-xl-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-xl-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-xl-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-xl-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-xl-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-xl-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-xl-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-xl-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-xl-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-xl-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-xl-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-xl-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-xl-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-xl-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-xl-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-xl-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-xl-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-xl-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-xl-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-xl-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-xl-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-xl-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-xl-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-xl-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-xl-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-xl-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-xl-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-xl-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-xl-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-xl-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-xl-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-xl-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-xl-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-xl-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-xl-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-xl-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-xl-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-xl-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-xl-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-xl-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-xl-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-xl-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-xl-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-xl-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-xl-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-xl-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-xl-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-xl-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-xl-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-xl-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-xl-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-xl-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-xl-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-xl-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-xl-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-xl-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-xl-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-xl-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-xl-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-xl-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-xl-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-xl-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-xl-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-xl-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-xl-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-xl-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-xl-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-xl-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-xl-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-xl-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-xl-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-xl-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-xl-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-xl-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-xl-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-xl-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-xl-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-xl-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-xl-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-xl-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-xl-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-xl-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-xl-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-xl-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-xl-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-xl-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-xl-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-xl-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-xl-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-xl-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-xl-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-xl-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-xl-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-xl-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-xl-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-xl-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-xl-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-xl-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-xl-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-xl-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-xl-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-xl-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-xl-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-xl-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-xl-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-xl-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-xl-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-xl-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-xl-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-xl-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-xl-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-xl-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-xl-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-xl-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-xl-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-xl-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-xl-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-xl-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-xl-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-xl-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-xl-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-xl-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-xl-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-xl-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-xl-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-xl-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-xl-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-xl-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-xl-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-xl-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-xl-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-xl-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-xl-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-xl-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-xl-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-xl-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-xl-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-xl-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-xl-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-xl-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-xl-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-xl-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-xl-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-xl-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-xl-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-xl-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-xl-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-xl-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-xl-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-xl-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-xl-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-xl-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-xl-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-xl-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-xl-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-xl-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-xl-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-xl-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-xl-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-xl-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-xl-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-xl-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-xl-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-xl-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-xl-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-xl-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-xl-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-xl-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-xl-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-xl-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-xl-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-xl-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-xl-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-xl-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-xl-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-xl-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-xl-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-xl-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-xl-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-xl-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-xl-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-xl-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-xl-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-xl-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-xl-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-xl-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-xl-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-xl-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-xl-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-xl-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-xl-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-xl-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-xl-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-xl-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-xl-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-xl-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-xl-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-xl-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-xl-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-xl-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-xl-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-xl-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-xl-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-xl-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-xl-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-xl-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-xl-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-xl-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-xl-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-xl-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-xl-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-xl-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-xl-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-xl-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-xl-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-xl-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-xl-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-xl-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-xl-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-xl-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-xl-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-xl-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-xl-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-xl-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-xl-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-xl-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-xl-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-xl-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-xl-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-xl-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-xl-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-xl-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-xl-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-xl-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-xl-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-xl-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-xl-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-xl-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-xl-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-xl-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-xl-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-xl-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-xl-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-xl-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-xl-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-xl-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-xl-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-xl-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-xl-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-xl-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-xl-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-xl-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-xl-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-xl-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-xl-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-xl-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-xl-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-xl-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-xl-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-xl-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-xl-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-xl-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-xl-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-xl-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-xl-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-xl-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-xl-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-xl-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-xl-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-xl-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-xl-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-xl-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-xl-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-xl-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-xl-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-xl-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-xl-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-xl-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-xl-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-xl-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-xl-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-xl-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-xl-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-xl-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-xl-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-xl-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-xl-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-xl-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-xl-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-xl-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-xl-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-xl-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-xl-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-xl-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-xl-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-xl-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-xl-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-xl-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-xl-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-xl-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-xl-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-xl-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-xl-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-xl-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-xl-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-xl-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-xl-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-xl-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-xl-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-xl-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-xl-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-xl-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-xl-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-xl-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-xl-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-xl-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-xl-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-xl-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-xl-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-xl-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-xl-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-xl-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-xl-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-xl-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-xl-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-xl-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-xl-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-xl-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-xl-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-xl-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-xl-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-xl-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-xl-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-xl-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-xl-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-xl-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-xl-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-xl-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-xl-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-xl-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-xl-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-xl-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-xl-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-xl-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-xl-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-xl-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-xl-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-xl-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-xl-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-xl-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-xl-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-xl-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-xl-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-xl-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-xl-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-xl-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-xl-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-xl-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-xl-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-xl-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-xl-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-xl-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-xl-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-xl-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-xl-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-xl-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-xl-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-xl-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-xl-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-xl-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-xl-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-xl-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-xl-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-xl-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-xl-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-xl-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-xl-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-xl-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-xl-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-xl-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-xl-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-xl-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-xl-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-xl-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-xl-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-xl-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-xl-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-xl-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-xl-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-xl-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-xl-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-xl-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-xl-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-xl-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-xl-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-xl-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-xl-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-xl-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-xl-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-xl-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-xl-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-xl-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-xl-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-xl-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-xl-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-xl-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-xl-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-xl-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-xl-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-xl-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-xl-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-xl-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-xl-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-xl-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-xl-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-xl-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-xl-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-xl-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-xl-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-xl-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-xl-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-xl-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-xl-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-xl-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-xl-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-xl-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-xl-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-xl-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-xl-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-xl-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-xl-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-xl-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-xl-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-xl-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-xl-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-xl-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-xl-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-xl-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-xl-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-xl-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-xl-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-xl-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-xl-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-xl-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-xl-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-xl-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-xl-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-xl-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-xl-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-xl-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-xl-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-xl-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-xl-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-xl-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-xl-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-xl-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-xl-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-xl-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-xl-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-xl-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-xl-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-xl-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-xl-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-xl-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-xl-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-xl-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-xl-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-xl-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-xl-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-xl-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-xl-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-xl-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-xl-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-xl-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-xl-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-xl-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-xl-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-xl-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-xl-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-xl-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-xl-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-xl-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-xl-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-xl-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-xl-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-xl-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-xl-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-xl-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-xl-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-xl-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-xl-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-xl-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-xl-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-xl-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-xl-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-xl-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-xl-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-xl-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-xl-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-xl-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-xl-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-xl-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-xl-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-xl-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-xl-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-xl-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-xl-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-xl-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-xl-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-xl-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-xl-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-xl-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-xl-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-xl-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-xl-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-xl-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-xl-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-xl-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-xl-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-xl-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-xl-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-xl-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-xl-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-xl-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-xl-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-xl-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-xl-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-xl-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-xl-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-xl-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-xl-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-xl-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-xl-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-xl-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-xl-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-xl-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-xl-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-xl-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-xl-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-xl-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-xl-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-xl-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-xl-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-xl-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-xl-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-xl-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-xl-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-xl-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-xl-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-xl-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-xl-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-xl-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-xl-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-xl-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-xl-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-xl-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-xl-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-xl-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-xl-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-xl-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-xl-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-xl-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-xl-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-xl-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-xl-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-xl-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-xl-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-xl-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-xl-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-xl-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-xl-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-xl-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-xl-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-xl-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-xl-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-xl-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-xl-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-xl-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-xl-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-xl-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-xl-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-xl-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-xl-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-xl-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-xl-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-xl-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-xl-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-xl-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-xl-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-xl-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-xl-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-xl-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-xl-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-xl-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-xl-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-xl-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-xl-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-xl-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-xl-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-xl-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-xl-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-xl-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-xl-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-xl-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-xl-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-xl-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-xl-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-xl-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-xl-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-xl-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-xl-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-xl-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-xl-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-xl-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-xl-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-xl-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-xl-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-xl-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-xl-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-xl-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-xl-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-xl-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-xl-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-xl-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-xl-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-xl-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-xl-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-xl-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-xl-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-xl-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-xl-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-xl-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-xl-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-xl-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-xl-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-xl-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-xl-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-xl-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-xl-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-xl-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-xl-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-xl-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-xl-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-xl-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-xl-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-xl-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-xl-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-xl-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-xl-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-xl-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-xl-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-xl-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-xl-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-xl-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-xl-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-xl-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-xl-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-xl-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-xl-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-xl-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-xl-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-xl-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-xl-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-xl-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-xl-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-xl-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-xl-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-xl-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-xl-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-xl-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-xl-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-xl-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-xl-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-xl-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-xl-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-xl-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-xl-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-xl-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-xl-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-xl-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-xl-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-xl-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-xl-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-xl-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-xl-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-xl-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-xl-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-xl-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-xl-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-xl-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-xl-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-xl-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-xl-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-xl-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-xl-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-xl-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-xl-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-xl-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-xl-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-xl-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-xl-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-xl-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-xl-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-xl-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-xl-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-xl-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-xl-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-xl-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-xl-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-xl-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-xl-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-xl-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-xl-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-xl-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-xl-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-xl-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-xl-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-xl-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-xl-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-xl-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-xl-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-xl-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-xl-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-xl-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-xl-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-xl-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-xl-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-xl-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-xl-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-xl-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-xl-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-xl-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-xl-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-xl-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-xl-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-xl-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-xl-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-xl-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-xl-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-xl-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-xl-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-xl-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-xl-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-xl-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-xl-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-xl-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-xl-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-xl-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-xl-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-xl-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-xl-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-xl-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-xl-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-xl-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-xl-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-xl-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-xl-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-xl-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-xl-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-xl-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-xl-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-xl-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-xl-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-xl-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-xl-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-xl-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-xl-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-xl-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-xl-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-xl-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-xl-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-xl-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-xl-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-xl-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-xl-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-xl-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-xl-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-xl-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-xl-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-xl-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-xl-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-xl-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-xl-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-xl-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-xl-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-xl-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-xl-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-xl-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-xl-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-xl-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-xl-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-xl-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-xl-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-xl-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-xl-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-xl-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-xl-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-xl-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-xl-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-xl-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-xl-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-xl-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-xl-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-xl-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-xl-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-xl-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-xl-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-xl-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-xl-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-xl-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-xl-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-xl-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-xl-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-xl-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-xl-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-xl-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-xl-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-xl-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-xl-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-xl-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-xl-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-xl-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-xl-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-xl-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-xl-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-xl-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-xl-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-xl-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-xl-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-xl-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-xl-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-xl-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-xl-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-xl-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-xl-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-xl-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-xl-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-xl-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-xl-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-xl-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-xl-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-xl-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-xl-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-xl-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-xl-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-xl-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-xl-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-xl-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-xl-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-xl-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-xl-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-xl-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-xl-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-xl-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-xl-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-xl-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-xl-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-xl-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-xl-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-xl-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-xl-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-xl-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-xl-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-xl-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-xl-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-xl-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-xl-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-xl-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-xl-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-xl-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-xl-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-xl-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-xl-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-xl-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-xl-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-xl-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-xl-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-xl-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-xl-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-xl-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-xl-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-xl-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-xl-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-xl-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-xl-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-xl-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-xl-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-xl-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-xl-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-xl-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-xl-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-xl-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-xl-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-xl-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-xl-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-xl-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-xl-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-xl-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-xl-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-xl-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-xl-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-xl-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-xl-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-xl-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-xl-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-xl-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-xl-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-xl-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-xl-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-xl-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-xl-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-xl-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-xl-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-xl-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-xl-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-xl-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-xl-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-xl-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-xl-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-xl-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-xl-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-xl-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-xl-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-xl-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-xl-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-xl-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-xl-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-xl-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-xl-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-xl-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-xl-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-xl-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-xl-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-xl-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-xl-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-xl-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-xl-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-xl-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-xl-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-xl-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-xl-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-xl-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-xl-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-xl-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-xl-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-xl-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-xl-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-xl-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-xl-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-xl-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-xl-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-xl-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-xl-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-xl-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-xl-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-xl-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-xl-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-xl-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-xl-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-xl-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-xl-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-xl-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-xl-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-xl-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-xl-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-xl-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-xl-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-xl-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-xl-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-xl-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-xl-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-xl-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-xl-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-xl-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-xl-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-xl-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-xl-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-xl-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-xl-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-xl-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-xl-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-xl-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-xl-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-xl-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-xl-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-xl-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-xl-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-xl-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-xl-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-xl-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-xl-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-xl-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-xl-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-xl-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-xl-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-xl-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-xl-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-xl-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-xl-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-xl-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-xl-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-xl-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-xl-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-xl-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-xl-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-xl-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-xl-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-xl-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-xl-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-xl-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-xl-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-xl-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-xl-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-xl-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-xl-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-xl-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-xl-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-xl-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-xl-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-xl-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-xl-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-xl-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-xl-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-xl-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-xl-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-xl-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-xl-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-xl-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-xl-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-xl-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-xl-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-xl-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-xl-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-xl-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-xl-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-xl-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-xl-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-xl-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-xl-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-xl-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-xl-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-xl-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-xl-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-xl-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-xl-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-xl-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-xl-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-xl-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-xl-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-xl-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-xl-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-xl-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-xl-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-xl-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-xl-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-xl-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-xl-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-xl-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-xl-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-xl-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-xl-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-xl-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-xl-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-xl-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-xl-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-xl-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-xl-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-xl-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-xl-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-xl-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-xl-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-xl-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-xl-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-xl-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-xl-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-xl-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-xl-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-xl-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-xl-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-xl-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-xl-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-xl-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-xl-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-xl-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-xl-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-xl-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-xl-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-xl-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-xl-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-xl-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-xl-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-xl-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-xl-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-xl-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-xl-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-xl-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-xl-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-xl-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-xl-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-xl-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-xl-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-xl-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-xl-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-xl-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-xl-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-xl-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-xl-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-xl-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-xl-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-xl-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-xl-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-xl-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-xl-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-xl-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-xl-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-xl-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-xl-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-xl-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-xl-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-xl-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-xl-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-xl-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-xl-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-xl-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-xl-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-xl-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-xl-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-xl-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-xl-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-xl-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-xl-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-xl-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-xl-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-xl-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-xl-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-xl-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-xl-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-xl-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-xl-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-xl-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-xl-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-xl-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-xl-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-xl-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-xl-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-xl-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-xl-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-xl-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-xl-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-xl-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-xl-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-xl-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-xl-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-xl-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-xl-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-xl-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-xl-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-xl-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-xl-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-xl-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-xl-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-xl-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-xl-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-xl-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-xl-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-xl-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-xl-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-xl-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-xl-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-xl-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-xl-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-xl-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-xl-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-xl-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-xl-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-xl-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-xl-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-xl-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-xl-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-xl-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-xl-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-xl-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-xl-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 1920px) {
  .kfont-xxl-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-xxl-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-xxl-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-xxl-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxl-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-xxl-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxl-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxl-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-xxl-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxl-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-xxl-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxl-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-xxl-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxl-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxl-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-xxl-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxl-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-xxl-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-xxl-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-xxl-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxl-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxl-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-xxl-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-xxl-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxl-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-xxl-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxl-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-xxl-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-xxl-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-xxl-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-xxl-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-xxl-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-xxl-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-xxl-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-xxl-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-xxl-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-xxl-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxl-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-xxl-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-xxl-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-xxl-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-xxl-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-xxl-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-xxl-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxl-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-xxl-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-xxl-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-xxl-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-xxl-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-xxl-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-xxl-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-xxl-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-xxl-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-xxl-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-xxl-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-xxl-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-xxl-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-xxl-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-xxl-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-xxl-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-xxl-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxl-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
@media screen and (min-width: 2560px) {
  .kfont-xxxl-8-8 {
    font-size: 8px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-8-13 {
    font-size: 8px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-8-13-2 {
    font-size: 8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-8-15 {
    font-size: 8px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-8-15-4 {
    font-size: 8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-8-15-6 {
    font-size: 8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-8-16 {
    font-size: 8px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-8-16-8 {
    font-size: 8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-8-17 {
    font-size: 8px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-8-17-5 {
    font-size: 8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-8-18 {
    font-size: 8px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-8-18-2 {
    font-size: 8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-8-18-9 {
    font-size: 8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-8-19 {
    font-size: 8px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-8-19-6 {
    font-size: 8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-8-20 {
    font-size: 8px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-8-21 {
    font-size: 8px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-8-22 {
    font-size: 8px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-8-22-4 {
    font-size: 8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-8-22-5 {
    font-size: 8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-8-23 {
    font-size: 8px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-8-24 {
    font-size: 8px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-8-24-3 {
    font-size: 8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-8-25 {
    font-size: 8px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-8-25-76 {
    font-size: 8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-8-26 {
    font-size: 8px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-8-27 {
    font-size: 8px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-8-29 {
    font-size: 8px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-8-30 {
    font-size: 8px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-8-31 {
    font-size: 8px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-8-32 {
    font-size: 8px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-8-33 {
    font-size: 8px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-8-34 {
    font-size: 8px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-8-35 {
    font-size: 8px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-8-36 {
    font-size: 8px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-8-36-8 {
    font-size: 8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-8-37 {
    font-size: 8px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-8-39 {
    font-size: 8px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-8-40 {
    font-size: 8px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-8-42 {
    font-size: 8px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-8-43 {
    font-size: 8px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-8-44 {
    font-size: 8px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-8-45-5 {
    font-size: 8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-8-46 {
    font-size: 8px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-8-48 {
    font-size: 8px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-8-49 {
    font-size: 8px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-8-52 {
    font-size: 8px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-8-53 {
    font-size: 8px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-8-60 {
    font-size: 8px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-8-64 {
    font-size: 8px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-8-66 {
    font-size: 8px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-8-75 {
    font-size: 8px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-8-78 {
    font-size: 8px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-8-108 {
    font-size: 8px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-8-38 {
    font-size: 8px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-8-65 {
    font-size: 8px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-8-96 {
    font-size: 8px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-8-10 {
    font-size: 8px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-8-84 {
    font-size: 8px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-8-38-4 {
    font-size: 8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-8-63 {
    font-size: 8px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-9-8 {
    font-size: 9px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-9-13 {
    font-size: 9px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-9-13-2 {
    font-size: 9px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-9-15 {
    font-size: 9px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-9-15-4 {
    font-size: 9px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-9-15-6 {
    font-size: 9px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-9-16 {
    font-size: 9px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-9-16-8 {
    font-size: 9px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-9-17 {
    font-size: 9px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-9-17-5 {
    font-size: 9px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-9-18 {
    font-size: 9px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-9-18-2 {
    font-size: 9px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-9-18-9 {
    font-size: 9px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-9-19 {
    font-size: 9px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-9-19-6 {
    font-size: 9px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-9-20 {
    font-size: 9px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-9-21 {
    font-size: 9px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-9-22 {
    font-size: 9px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-9-22-4 {
    font-size: 9px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-9-22-5 {
    font-size: 9px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-9-23 {
    font-size: 9px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-9-24 {
    font-size: 9px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-9-24-3 {
    font-size: 9px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-9-25 {
    font-size: 9px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-9-25-76 {
    font-size: 9px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-9-26 {
    font-size: 9px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-9-27 {
    font-size: 9px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-9-29 {
    font-size: 9px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-9-30 {
    font-size: 9px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-9-31 {
    font-size: 9px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-9-32 {
    font-size: 9px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-9-33 {
    font-size: 9px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-9-34 {
    font-size: 9px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-9-35 {
    font-size: 9px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-9-36 {
    font-size: 9px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-9-36-8 {
    font-size: 9px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-9-37 {
    font-size: 9px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-9-39 {
    font-size: 9px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-9-40 {
    font-size: 9px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-9-42 {
    font-size: 9px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-9-43 {
    font-size: 9px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-9-44 {
    font-size: 9px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-9-45-5 {
    font-size: 9px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-9-46 {
    font-size: 9px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-9-48 {
    font-size: 9px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-9-49 {
    font-size: 9px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-9-52 {
    font-size: 9px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-9-53 {
    font-size: 9px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-9-60 {
    font-size: 9px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-9-64 {
    font-size: 9px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-9-66 {
    font-size: 9px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-9-75 {
    font-size: 9px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-9-78 {
    font-size: 9px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-9-108 {
    font-size: 9px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-9-38 {
    font-size: 9px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-9-65 {
    font-size: 9px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-9-96 {
    font-size: 9px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-9-10 {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-9-84 {
    font-size: 9px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-9-38-4 {
    font-size: 9px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-9-63 {
    font-size: 9px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-10-8 {
    font-size: 10px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-10-13 {
    font-size: 10px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-10-13-2 {
    font-size: 10px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-10-15 {
    font-size: 10px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-10-15-4 {
    font-size: 10px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-10-15-6 {
    font-size: 10px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-10-16 {
    font-size: 10px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-10-16-8 {
    font-size: 10px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-10-17 {
    font-size: 10px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-10-17-5 {
    font-size: 10px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-10-18 {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-10-18-2 {
    font-size: 10px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-10-18-9 {
    font-size: 10px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-10-19 {
    font-size: 10px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-10-19-6 {
    font-size: 10px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-10-20 {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-10-21 {
    font-size: 10px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-10-22 {
    font-size: 10px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-10-22-4 {
    font-size: 10px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-10-22-5 {
    font-size: 10px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-10-23 {
    font-size: 10px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-10-24 {
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-10-24-3 {
    font-size: 10px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-10-25 {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-10-25-76 {
    font-size: 10px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-10-26 {
    font-size: 10px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-10-27 {
    font-size: 10px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-10-29 {
    font-size: 10px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-10-30 {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-10-31 {
    font-size: 10px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-10-32 {
    font-size: 10px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-10-33 {
    font-size: 10px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-10-34 {
    font-size: 10px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-10-35 {
    font-size: 10px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-10-36 {
    font-size: 10px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-10-36-8 {
    font-size: 10px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-10-37 {
    font-size: 10px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-10-39 {
    font-size: 10px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-10-40 {
    font-size: 10px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-10-42 {
    font-size: 10px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-10-43 {
    font-size: 10px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-10-44 {
    font-size: 10px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-10-45-5 {
    font-size: 10px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-10-46 {
    font-size: 10px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-10-48 {
    font-size: 10px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-10-49 {
    font-size: 10px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-10-52 {
    font-size: 10px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-10-53 {
    font-size: 10px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-10-60 {
    font-size: 10px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-10-64 {
    font-size: 10px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-10-66 {
    font-size: 10px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-10-75 {
    font-size: 10px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-10-78 {
    font-size: 10px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-10-108 {
    font-size: 10px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-10-38 {
    font-size: 10px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-10-65 {
    font-size: 10px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-10-96 {
    font-size: 10px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-10-10 {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-10-84 {
    font-size: 10px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-10-38-4 {
    font-size: 10px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-10-63 {
    font-size: 10px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-11-8 {
    font-size: 11px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-11-13 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-11-13-2 {
    font-size: 11px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-11-15 {
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-11-15-4 {
    font-size: 11px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-11-15-6 {
    font-size: 11px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-11-16 {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-11-16-8 {
    font-size: 11px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-11-17 {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-11-17-5 {
    font-size: 11px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-11-18 {
    font-size: 11px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-11-18-2 {
    font-size: 11px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-11-18-9 {
    font-size: 11px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-11-19 {
    font-size: 11px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-11-19-6 {
    font-size: 11px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-11-20 {
    font-size: 11px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-11-21 {
    font-size: 11px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-11-22 {
    font-size: 11px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-11-22-4 {
    font-size: 11px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-11-22-5 {
    font-size: 11px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-11-23 {
    font-size: 11px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-11-24 {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-11-24-3 {
    font-size: 11px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-11-25 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-11-25-76 {
    font-size: 11px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-11-26 {
    font-size: 11px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-11-27 {
    font-size: 11px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-11-29 {
    font-size: 11px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-11-30 {
    font-size: 11px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-11-31 {
    font-size: 11px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-11-32 {
    font-size: 11px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-11-33 {
    font-size: 11px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-11-34 {
    font-size: 11px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-11-35 {
    font-size: 11px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-11-36 {
    font-size: 11px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-11-36-8 {
    font-size: 11px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-11-37 {
    font-size: 11px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-11-39 {
    font-size: 11px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-11-40 {
    font-size: 11px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-11-42 {
    font-size: 11px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-11-43 {
    font-size: 11px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-11-44 {
    font-size: 11px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-11-45-5 {
    font-size: 11px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-11-46 {
    font-size: 11px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-11-48 {
    font-size: 11px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-11-49 {
    font-size: 11px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-11-52 {
    font-size: 11px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-11-53 {
    font-size: 11px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-11-60 {
    font-size: 11px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-11-64 {
    font-size: 11px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-11-66 {
    font-size: 11px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-11-75 {
    font-size: 11px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-11-78 {
    font-size: 11px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-11-108 {
    font-size: 11px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-11-38 {
    font-size: 11px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-11-65 {
    font-size: 11px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-11-96 {
    font-size: 11px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-11-10 {
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-11-84 {
    font-size: 11px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-11-38-4 {
    font-size: 11px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-11-63 {
    font-size: 11px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-12-8 {
    font-size: 12px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-12-13 {
    font-size: 12px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-12-13-2 {
    font-size: 12px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-12-15 {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-12-15-4 {
    font-size: 12px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-12-15-6 {
    font-size: 12px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-12-16 {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-12-16-8 {
    font-size: 12px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-12-17 {
    font-size: 12px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-12-17-5 {
    font-size: 12px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-12-18 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-12-18-2 {
    font-size: 12px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-12-18-9 {
    font-size: 12px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-12-19 {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-12-19-6 {
    font-size: 12px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-12-20 {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-12-21 {
    font-size: 12px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-12-22 {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-12-22-4 {
    font-size: 12px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-12-22-5 {
    font-size: 12px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-12-23 {
    font-size: 12px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-12-24 {
    font-size: 12px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-12-24-3 {
    font-size: 12px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-12-25 {
    font-size: 12px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-12-25-76 {
    font-size: 12px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-12-26 {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-12-27 {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-12-29 {
    font-size: 12px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-12-30 {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-12-31 {
    font-size: 12px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-12-32 {
    font-size: 12px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-12-33 {
    font-size: 12px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-12-34 {
    font-size: 12px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-12-35 {
    font-size: 12px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-12-36 {
    font-size: 12px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-12-36-8 {
    font-size: 12px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-12-37 {
    font-size: 12px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-12-39 {
    font-size: 12px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-12-40 {
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-12-42 {
    font-size: 12px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-12-43 {
    font-size: 12px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-12-44 {
    font-size: 12px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-12-45-5 {
    font-size: 12px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-12-46 {
    font-size: 12px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-12-48 {
    font-size: 12px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-12-49 {
    font-size: 12px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-12-52 {
    font-size: 12px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-12-53 {
    font-size: 12px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-12-60 {
    font-size: 12px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-12-64 {
    font-size: 12px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-12-66 {
    font-size: 12px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-12-75 {
    font-size: 12px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-12-78 {
    font-size: 12px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-12-108 {
    font-size: 12px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-12-38 {
    font-size: 12px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-12-65 {
    font-size: 12px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-12-96 {
    font-size: 12px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-12-10 {
    font-size: 12px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-12-84 {
    font-size: 12px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-12-38-4 {
    font-size: 12px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-12-63 {
    font-size: 12px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-12-5-8 {
    font-size: 12.5px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-12-5-13 {
    font-size: 12.5px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-12-5-13-2 {
    font-size: 12.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-12-5-15 {
    font-size: 12.5px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-12-5-15-4 {
    font-size: 12.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-12-5-15-6 {
    font-size: 12.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-12-5-16 {
    font-size: 12.5px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-12-5-16-8 {
    font-size: 12.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-12-5-17 {
    font-size: 12.5px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-12-5-17-5 {
    font-size: 12.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-12-5-18 {
    font-size: 12.5px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-12-5-18-2 {
    font-size: 12.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-12-5-18-9 {
    font-size: 12.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-12-5-19 {
    font-size: 12.5px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-12-5-19-6 {
    font-size: 12.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-12-5-20 {
    font-size: 12.5px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-12-5-21 {
    font-size: 12.5px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-12-5-22 {
    font-size: 12.5px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-12-5-22-4 {
    font-size: 12.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-12-5-22-5 {
    font-size: 12.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-12-5-23 {
    font-size: 12.5px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-12-5-24 {
    font-size: 12.5px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-12-5-24-3 {
    font-size: 12.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-12-5-25 {
    font-size: 12.5px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-12-5-25-76 {
    font-size: 12.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-12-5-26 {
    font-size: 12.5px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-12-5-27 {
    font-size: 12.5px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-12-5-29 {
    font-size: 12.5px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-12-5-30 {
    font-size: 12.5px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-12-5-31 {
    font-size: 12.5px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-12-5-32 {
    font-size: 12.5px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-12-5-33 {
    font-size: 12.5px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-12-5-34 {
    font-size: 12.5px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-12-5-35 {
    font-size: 12.5px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-12-5-36 {
    font-size: 12.5px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-12-5-36-8 {
    font-size: 12.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-12-5-37 {
    font-size: 12.5px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-12-5-39 {
    font-size: 12.5px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-12-5-40 {
    font-size: 12.5px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-12-5-42 {
    font-size: 12.5px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-12-5-43 {
    font-size: 12.5px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-12-5-44 {
    font-size: 12.5px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-12-5-45-5 {
    font-size: 12.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-12-5-46 {
    font-size: 12.5px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-12-5-48 {
    font-size: 12.5px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-12-5-49 {
    font-size: 12.5px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-12-5-52 {
    font-size: 12.5px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-12-5-53 {
    font-size: 12.5px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-12-5-60 {
    font-size: 12.5px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-12-5-64 {
    font-size: 12.5px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-12-5-66 {
    font-size: 12.5px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-12-5-75 {
    font-size: 12.5px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-12-5-78 {
    font-size: 12.5px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-12-5-108 {
    font-size: 12.5px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-12-5-38 {
    font-size: 12.5px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-12-5-65 {
    font-size: 12.5px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-12-5-96 {
    font-size: 12.5px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-12-5-10 {
    font-size: 12.5px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-12-5-84 {
    font-size: 12.5px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-12-5-38-4 {
    font-size: 12.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-12-5-63 {
    font-size: 12.5px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-13-8 {
    font-size: 13px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-13-13 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-13-13-2 {
    font-size: 13px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-13-15 {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-13-15-4 {
    font-size: 13px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-13-15-6 {
    font-size: 13px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-13-16 {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-13-16-8 {
    font-size: 13px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-13-17 {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-13-17-5 {
    font-size: 13px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-13-18 {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-13-18-2 {
    font-size: 13px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-13-18-9 {
    font-size: 13px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-13-19 {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-13-19-6 {
    font-size: 13px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-13-20 {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-13-21 {
    font-size: 13px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-13-22 {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-13-22-4 {
    font-size: 13px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-13-22-5 {
    font-size: 13px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-13-23 {
    font-size: 13px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-13-24 {
    font-size: 13px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-13-24-3 {
    font-size: 13px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-13-25 {
    font-size: 13px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-13-25-76 {
    font-size: 13px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-13-26 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-13-27 {
    font-size: 13px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-13-29 {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-13-30 {
    font-size: 13px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-13-31 {
    font-size: 13px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-13-32 {
    font-size: 13px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-13-33 {
    font-size: 13px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-13-34 {
    font-size: 13px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-13-35 {
    font-size: 13px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-13-36 {
    font-size: 13px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-13-36-8 {
    font-size: 13px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-13-37 {
    font-size: 13px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-13-39 {
    font-size: 13px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-13-40 {
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-13-42 {
    font-size: 13px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-13-43 {
    font-size: 13px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-13-44 {
    font-size: 13px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-13-45-5 {
    font-size: 13px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-13-46 {
    font-size: 13px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-13-48 {
    font-size: 13px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-13-49 {
    font-size: 13px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-13-52 {
    font-size: 13px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-13-53 {
    font-size: 13px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-13-60 {
    font-size: 13px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-13-64 {
    font-size: 13px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-13-66 {
    font-size: 13px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-13-75 {
    font-size: 13px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-13-78 {
    font-size: 13px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-13-108 {
    font-size: 13px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-13-38 {
    font-size: 13px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-13-65 {
    font-size: 13px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-13-96 {
    font-size: 13px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-13-10 {
    font-size: 13px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-13-84 {
    font-size: 13px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-13-38-4 {
    font-size: 13px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-13-63 {
    font-size: 13px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-13-5-8 {
    font-size: 13.5px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-13-5-13 {
    font-size: 13.5px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-13-5-13-2 {
    font-size: 13.5px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-13-5-15 {
    font-size: 13.5px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-13-5-15-4 {
    font-size: 13.5px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-13-5-15-6 {
    font-size: 13.5px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-13-5-16 {
    font-size: 13.5px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-13-5-16-8 {
    font-size: 13.5px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-13-5-17 {
    font-size: 13.5px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-13-5-17-5 {
    font-size: 13.5px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-13-5-18 {
    font-size: 13.5px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-13-5-18-2 {
    font-size: 13.5px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-13-5-18-9 {
    font-size: 13.5px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-13-5-19 {
    font-size: 13.5px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-13-5-19-6 {
    font-size: 13.5px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-13-5-20 {
    font-size: 13.5px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-13-5-21 {
    font-size: 13.5px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-13-5-22 {
    font-size: 13.5px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-13-5-22-4 {
    font-size: 13.5px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-13-5-22-5 {
    font-size: 13.5px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-13-5-23 {
    font-size: 13.5px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-13-5-24 {
    font-size: 13.5px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-13-5-24-3 {
    font-size: 13.5px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-13-5-25 {
    font-size: 13.5px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-13-5-25-76 {
    font-size: 13.5px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-13-5-26 {
    font-size: 13.5px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-13-5-27 {
    font-size: 13.5px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-13-5-29 {
    font-size: 13.5px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-13-5-30 {
    font-size: 13.5px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-13-5-31 {
    font-size: 13.5px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-13-5-32 {
    font-size: 13.5px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-13-5-33 {
    font-size: 13.5px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-13-5-34 {
    font-size: 13.5px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-13-5-35 {
    font-size: 13.5px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-13-5-36 {
    font-size: 13.5px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-13-5-36-8 {
    font-size: 13.5px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-13-5-37 {
    font-size: 13.5px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-13-5-39 {
    font-size: 13.5px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-13-5-40 {
    font-size: 13.5px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-13-5-42 {
    font-size: 13.5px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-13-5-43 {
    font-size: 13.5px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-13-5-44 {
    font-size: 13.5px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-13-5-45-5 {
    font-size: 13.5px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-13-5-46 {
    font-size: 13.5px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-13-5-48 {
    font-size: 13.5px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-13-5-49 {
    font-size: 13.5px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-13-5-52 {
    font-size: 13.5px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-13-5-53 {
    font-size: 13.5px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-13-5-60 {
    font-size: 13.5px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-13-5-64 {
    font-size: 13.5px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-13-5-66 {
    font-size: 13.5px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-13-5-75 {
    font-size: 13.5px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-13-5-78 {
    font-size: 13.5px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-13-5-108 {
    font-size: 13.5px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-13-5-38 {
    font-size: 13.5px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-13-5-65 {
    font-size: 13.5px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-13-5-96 {
    font-size: 13.5px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-13-5-10 {
    font-size: 13.5px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-13-5-84 {
    font-size: 13.5px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-13-5-38-4 {
    font-size: 13.5px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-13-5-63 {
    font-size: 13.5px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-14-8 {
    font-size: 14px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-14-13 {
    font-size: 14px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-14-13-2 {
    font-size: 14px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-14-15 {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-14-15-4 {
    font-size: 14px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-14-15-6 {
    font-size: 14px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-14-16 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-14-16-8 {
    font-size: 14px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-14-17 {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-14-17-5 {
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-14-18 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-14-18-2 {
    font-size: 14px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-14-18-9 {
    font-size: 14px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-14-19 {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-14-19-6 {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-14-20 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-14-21 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-14-22 {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-14-22-4 {
    font-size: 14px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-14-22-5 {
    font-size: 14px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-14-23 {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-14-24 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-14-24-3 {
    font-size: 14px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-14-25 {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-14-25-76 {
    font-size: 14px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-14-26 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-14-27 {
    font-size: 14px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-14-29 {
    font-size: 14px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-14-30 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-14-31 {
    font-size: 14px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-14-32 {
    font-size: 14px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-14-33 {
    font-size: 14px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-14-34 {
    font-size: 14px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-14-35 {
    font-size: 14px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-14-36 {
    font-size: 14px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-14-36-8 {
    font-size: 14px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-14-37 {
    font-size: 14px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-14-39 {
    font-size: 14px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-14-40 {
    font-size: 14px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-14-42 {
    font-size: 14px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-14-43 {
    font-size: 14px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-14-44 {
    font-size: 14px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-14-45-5 {
    font-size: 14px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-14-46 {
    font-size: 14px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-14-48 {
    font-size: 14px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-14-49 {
    font-size: 14px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-14-52 {
    font-size: 14px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-14-53 {
    font-size: 14px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-14-60 {
    font-size: 14px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-14-64 {
    font-size: 14px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-14-66 {
    font-size: 14px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-14-75 {
    font-size: 14px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-14-78 {
    font-size: 14px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-14-108 {
    font-size: 14px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-14-38 {
    font-size: 14px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-14-65 {
    font-size: 14px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-14-96 {
    font-size: 14px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-14-10 {
    font-size: 14px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-14-84 {
    font-size: 14px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-14-38-4 {
    font-size: 14px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-14-63 {
    font-size: 14px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-14-4-8 {
    font-size: 14.4px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-14-4-13 {
    font-size: 14.4px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-14-4-13-2 {
    font-size: 14.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-14-4-15 {
    font-size: 14.4px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-14-4-15-4 {
    font-size: 14.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-14-4-15-6 {
    font-size: 14.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-14-4-16 {
    font-size: 14.4px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-14-4-16-8 {
    font-size: 14.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-14-4-17 {
    font-size: 14.4px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-14-4-17-5 {
    font-size: 14.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-14-4-18 {
    font-size: 14.4px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-14-4-18-2 {
    font-size: 14.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-14-4-18-9 {
    font-size: 14.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-14-4-19 {
    font-size: 14.4px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-14-4-19-6 {
    font-size: 14.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-14-4-20 {
    font-size: 14.4px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-14-4-21 {
    font-size: 14.4px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-14-4-22 {
    font-size: 14.4px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-14-4-22-4 {
    font-size: 14.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-14-4-22-5 {
    font-size: 14.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-14-4-23 {
    font-size: 14.4px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-14-4-24 {
    font-size: 14.4px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-14-4-24-3 {
    font-size: 14.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-14-4-25 {
    font-size: 14.4px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-14-4-25-76 {
    font-size: 14.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-14-4-26 {
    font-size: 14.4px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-14-4-27 {
    font-size: 14.4px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-14-4-29 {
    font-size: 14.4px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-14-4-30 {
    font-size: 14.4px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-14-4-31 {
    font-size: 14.4px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-14-4-32 {
    font-size: 14.4px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-14-4-33 {
    font-size: 14.4px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-14-4-34 {
    font-size: 14.4px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-14-4-35 {
    font-size: 14.4px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-14-4-36 {
    font-size: 14.4px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-14-4-36-8 {
    font-size: 14.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-14-4-37 {
    font-size: 14.4px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-14-4-39 {
    font-size: 14.4px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-14-4-40 {
    font-size: 14.4px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-14-4-42 {
    font-size: 14.4px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-14-4-43 {
    font-size: 14.4px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-14-4-44 {
    font-size: 14.4px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-14-4-45-5 {
    font-size: 14.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-14-4-46 {
    font-size: 14.4px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-14-4-48 {
    font-size: 14.4px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-14-4-49 {
    font-size: 14.4px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-14-4-52 {
    font-size: 14.4px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-14-4-53 {
    font-size: 14.4px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-14-4-60 {
    font-size: 14.4px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-14-4-64 {
    font-size: 14.4px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-14-4-66 {
    font-size: 14.4px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-14-4-75 {
    font-size: 14.4px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-14-4-78 {
    font-size: 14.4px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-14-4-108 {
    font-size: 14.4px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-14-4-38 {
    font-size: 14.4px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-14-4-65 {
    font-size: 14.4px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-14-4-96 {
    font-size: 14.4px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-14-4-10 {
    font-size: 14.4px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-14-4-84 {
    font-size: 14.4px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-14-4-38-4 {
    font-size: 14.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-14-4-63 {
    font-size: 14.4px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-15-8 {
    font-size: 15px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-15-13 {
    font-size: 15px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-15-13-2 {
    font-size: 15px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-15-15 {
    font-size: 15px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-15-15-4 {
    font-size: 15px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-15-15-6 {
    font-size: 15px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-15-16 {
    font-size: 15px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-15-16-8 {
    font-size: 15px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-15-17 {
    font-size: 15px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-15-17-5 {
    font-size: 15px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-15-18 {
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-15-18-2 {
    font-size: 15px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-15-18-9 {
    font-size: 15px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-15-19 {
    font-size: 15px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-15-19-6 {
    font-size: 15px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-15-20 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-15-21 {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-15-22 {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-15-22-4 {
    font-size: 15px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-15-22-5 {
    font-size: 15px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-15-23 {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-15-24 {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-15-24-3 {
    font-size: 15px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-15-25 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-15-25-76 {
    font-size: 15px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-15-26 {
    font-size: 15px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-15-27 {
    font-size: 15px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-15-29 {
    font-size: 15px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-15-30 {
    font-size: 15px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-15-31 {
    font-size: 15px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-15-32 {
    font-size: 15px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-15-33 {
    font-size: 15px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-15-34 {
    font-size: 15px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-15-35 {
    font-size: 15px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-15-36 {
    font-size: 15px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-15-36-8 {
    font-size: 15px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-15-37 {
    font-size: 15px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-15-39 {
    font-size: 15px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-15-40 {
    font-size: 15px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-15-42 {
    font-size: 15px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-15-43 {
    font-size: 15px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-15-44 {
    font-size: 15px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-15-45-5 {
    font-size: 15px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-15-46 {
    font-size: 15px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-15-48 {
    font-size: 15px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-15-49 {
    font-size: 15px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-15-52 {
    font-size: 15px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-15-53 {
    font-size: 15px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-15-60 {
    font-size: 15px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-15-64 {
    font-size: 15px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-15-66 {
    font-size: 15px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-15-75 {
    font-size: 15px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-15-78 {
    font-size: 15px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-15-108 {
    font-size: 15px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-15-38 {
    font-size: 15px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-15-65 {
    font-size: 15px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-15-96 {
    font-size: 15px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-15-10 {
    font-size: 15px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-15-84 {
    font-size: 15px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-15-38-4 {
    font-size: 15px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-15-63 {
    font-size: 15px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-16-8 {
    font-size: 16px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-16-13 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-16-13-2 {
    font-size: 16px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-16-15 {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-16-15-4 {
    font-size: 16px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-16-15-6 {
    font-size: 16px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-16-16 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-16-16-8 {
    font-size: 16px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-16-17 {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-16-17-5 {
    font-size: 16px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-16-18 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-16-18-2 {
    font-size: 16px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-16-18-9 {
    font-size: 16px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-16-19 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-16-19-6 {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-16-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-16-21 {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-16-22 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-16-22-4 {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-16-22-5 {
    font-size: 16px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-16-23 {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-16-24 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-16-24-3 {
    font-size: 16px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-16-25 {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-16-25-76 {
    font-size: 16px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-16-26 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-16-27 {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-16-29 {
    font-size: 16px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-16-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-16-31 {
    font-size: 16px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-16-32 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-16-33 {
    font-size: 16px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-16-34 {
    font-size: 16px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-16-35 {
    font-size: 16px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-16-36 {
    font-size: 16px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-16-36-8 {
    font-size: 16px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-16-37 {
    font-size: 16px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-16-39 {
    font-size: 16px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-16-40 {
    font-size: 16px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-16-42 {
    font-size: 16px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-16-43 {
    font-size: 16px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-16-44 {
    font-size: 16px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-16-45-5 {
    font-size: 16px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-16-46 {
    font-size: 16px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-16-48 {
    font-size: 16px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-16-49 {
    font-size: 16px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-16-52 {
    font-size: 16px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-16-53 {
    font-size: 16px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-16-60 {
    font-size: 16px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-16-64 {
    font-size: 16px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-16-66 {
    font-size: 16px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-16-75 {
    font-size: 16px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-16-78 {
    font-size: 16px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-16-108 {
    font-size: 16px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-16-38 {
    font-size: 16px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-16-65 {
    font-size: 16px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-16-96 {
    font-size: 16px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-16-10 {
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-16-84 {
    font-size: 16px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-16-38-4 {
    font-size: 16px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-16-63 {
    font-size: 16px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-17-8 {
    font-size: 17px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-17-13 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-17-13-2 {
    font-size: 17px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-17-15 {
    font-size: 17px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-17-15-4 {
    font-size: 17px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-17-15-6 {
    font-size: 17px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-17-16 {
    font-size: 17px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-17-16-8 {
    font-size: 17px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-17-17 {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-17-17-5 {
    font-size: 17px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-17-18 {
    font-size: 17px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-17-18-2 {
    font-size: 17px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-17-18-9 {
    font-size: 17px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-17-19 {
    font-size: 17px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-17-19-6 {
    font-size: 17px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-17-20 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-17-21 {
    font-size: 17px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-17-22 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-17-22-4 {
    font-size: 17px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-17-22-5 {
    font-size: 17px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-17-23 {
    font-size: 17px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-17-24 {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-17-24-3 {
    font-size: 17px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-17-25 {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-17-25-76 {
    font-size: 17px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-17-26 {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-17-27 {
    font-size: 17px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-17-29 {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-17-30 {
    font-size: 17px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-17-31 {
    font-size: 17px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-17-32 {
    font-size: 17px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-17-33 {
    font-size: 17px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-17-34 {
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-17-35 {
    font-size: 17px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-17-36 {
    font-size: 17px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-17-36-8 {
    font-size: 17px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-17-37 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-17-39 {
    font-size: 17px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-17-40 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-17-42 {
    font-size: 17px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-17-43 {
    font-size: 17px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-17-44 {
    font-size: 17px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-17-45-5 {
    font-size: 17px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-17-46 {
    font-size: 17px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-17-48 {
    font-size: 17px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-17-49 {
    font-size: 17px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-17-52 {
    font-size: 17px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-17-53 {
    font-size: 17px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-17-60 {
    font-size: 17px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-17-64 {
    font-size: 17px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-17-66 {
    font-size: 17px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-17-75 {
    font-size: 17px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-17-78 {
    font-size: 17px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-17-108 {
    font-size: 17px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-17-38 {
    font-size: 17px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-17-65 {
    font-size: 17px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-17-96 {
    font-size: 17px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-17-10 {
    font-size: 17px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-17-84 {
    font-size: 17px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-17-38-4 {
    font-size: 17px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-17-63 {
    font-size: 17px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-18-4-8 {
    font-size: 18.4px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-18-4-13 {
    font-size: 18.4px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-18-4-13-2 {
    font-size: 18.4px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-18-4-15 {
    font-size: 18.4px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-18-4-15-4 {
    font-size: 18.4px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-18-4-15-6 {
    font-size: 18.4px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-18-4-16 {
    font-size: 18.4px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-18-4-16-8 {
    font-size: 18.4px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-18-4-17 {
    font-size: 18.4px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-18-4-17-5 {
    font-size: 18.4px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-18-4-18 {
    font-size: 18.4px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-18-4-18-2 {
    font-size: 18.4px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-18-4-18-9 {
    font-size: 18.4px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-18-4-19 {
    font-size: 18.4px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-18-4-19-6 {
    font-size: 18.4px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-18-4-20 {
    font-size: 18.4px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-18-4-21 {
    font-size: 18.4px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-18-4-22 {
    font-size: 18.4px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-18-4-22-4 {
    font-size: 18.4px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-18-4-22-5 {
    font-size: 18.4px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-18-4-23 {
    font-size: 18.4px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-18-4-24 {
    font-size: 18.4px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-18-4-24-3 {
    font-size: 18.4px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-18-4-25 {
    font-size: 18.4px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-18-4-25-76 {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-18-4-26 {
    font-size: 18.4px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-18-4-27 {
    font-size: 18.4px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-18-4-29 {
    font-size: 18.4px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-18-4-30 {
    font-size: 18.4px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-18-4-31 {
    font-size: 18.4px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-18-4-32 {
    font-size: 18.4px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-18-4-33 {
    font-size: 18.4px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-18-4-34 {
    font-size: 18.4px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-18-4-35 {
    font-size: 18.4px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-18-4-36 {
    font-size: 18.4px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-18-4-36-8 {
    font-size: 18.4px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-18-4-37 {
    font-size: 18.4px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-18-4-39 {
    font-size: 18.4px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-18-4-40 {
    font-size: 18.4px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-18-4-42 {
    font-size: 18.4px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-18-4-43 {
    font-size: 18.4px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-18-4-44 {
    font-size: 18.4px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-18-4-45-5 {
    font-size: 18.4px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-18-4-46 {
    font-size: 18.4px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-18-4-48 {
    font-size: 18.4px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-18-4-49 {
    font-size: 18.4px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-18-4-52 {
    font-size: 18.4px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-18-4-53 {
    font-size: 18.4px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-18-4-60 {
    font-size: 18.4px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-18-4-64 {
    font-size: 18.4px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-18-4-66 {
    font-size: 18.4px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-18-4-75 {
    font-size: 18.4px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-18-4-78 {
    font-size: 18.4px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-18-4-108 {
    font-size: 18.4px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-18-4-38 {
    font-size: 18.4px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-18-4-65 {
    font-size: 18.4px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-18-4-96 {
    font-size: 18.4px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-18-4-10 {
    font-size: 18.4px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-18-4-84 {
    font-size: 18.4px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-18-4-38-4 {
    font-size: 18.4px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-18-4-63 {
    font-size: 18.4px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-20-8 {
    font-size: 20px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-20-13 {
    font-size: 20px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-20-13-2 {
    font-size: 20px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-20-15 {
    font-size: 20px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-20-15-4 {
    font-size: 20px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-20-15-6 {
    font-size: 20px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-20-16 {
    font-size: 20px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-20-16-8 {
    font-size: 20px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-20-17 {
    font-size: 20px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-20-17-5 {
    font-size: 20px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-20-18 {
    font-size: 20px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-20-18-2 {
    font-size: 20px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-20-18-9 {
    font-size: 20px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-20-19 {
    font-size: 20px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-20-19-6 {
    font-size: 20px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-20-20 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-20-21 {
    font-size: 20px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-20-22 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-20-22-4 {
    font-size: 20px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-20-22-5 {
    font-size: 20px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-20-23 {
    font-size: 20px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-20-24 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-20-24-3 {
    font-size: 20px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-20-25 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-20-25-76 {
    font-size: 20px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-20-26 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-20-27 {
    font-size: 20px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-20-29 {
    font-size: 20px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-20-30 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-20-31 {
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-20-32 {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-20-33 {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-20-34 {
    font-size: 20px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-20-35 {
    font-size: 20px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-20-36 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-20-36-8 {
    font-size: 20px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-20-37 {
    font-size: 20px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-20-39 {
    font-size: 20px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-20-40 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-20-42 {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-20-43 {
    font-size: 20px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-20-44 {
    font-size: 20px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-20-45-5 {
    font-size: 20px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-20-46 {
    font-size: 20px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-20-48 {
    font-size: 20px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-20-49 {
    font-size: 20px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-20-52 {
    font-size: 20px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-20-53 {
    font-size: 20px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-20-60 {
    font-size: 20px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-20-64 {
    font-size: 20px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-20-66 {
    font-size: 20px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-20-75 {
    font-size: 20px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-20-78 {
    font-size: 20px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-20-108 {
    font-size: 20px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-20-38 {
    font-size: 20px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-20-65 {
    font-size: 20px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-20-96 {
    font-size: 20px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-20-10 {
    font-size: 20px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-20-84 {
    font-size: 20px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-20-38-4 {
    font-size: 20px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-20-63 {
    font-size: 20px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-20-8-8 {
    font-size: 20.8px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-20-8-13 {
    font-size: 20.8px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-20-8-13-2 {
    font-size: 20.8px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-20-8-15 {
    font-size: 20.8px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-20-8-15-4 {
    font-size: 20.8px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-20-8-15-6 {
    font-size: 20.8px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-20-8-16 {
    font-size: 20.8px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-20-8-16-8 {
    font-size: 20.8px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-20-8-17 {
    font-size: 20.8px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-20-8-17-5 {
    font-size: 20.8px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-20-8-18 {
    font-size: 20.8px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-20-8-18-2 {
    font-size: 20.8px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-20-8-18-9 {
    font-size: 20.8px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-20-8-19 {
    font-size: 20.8px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-20-8-19-6 {
    font-size: 20.8px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-20-8-20 {
    font-size: 20.8px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-20-8-21 {
    font-size: 20.8px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-20-8-22 {
    font-size: 20.8px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-20-8-22-4 {
    font-size: 20.8px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-20-8-22-5 {
    font-size: 20.8px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-20-8-23 {
    font-size: 20.8px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-20-8-24 {
    font-size: 20.8px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-20-8-24-3 {
    font-size: 20.8px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-20-8-25 {
    font-size: 20.8px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-20-8-25-76 {
    font-size: 20.8px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-20-8-26 {
    font-size: 20.8px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-20-8-27 {
    font-size: 20.8px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-20-8-29 {
    font-size: 20.8px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-20-8-30 {
    font-size: 20.8px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-20-8-31 {
    font-size: 20.8px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-20-8-32 {
    font-size: 20.8px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-20-8-33 {
    font-size: 20.8px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-20-8-34 {
    font-size: 20.8px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-20-8-35 {
    font-size: 20.8px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-20-8-36 {
    font-size: 20.8px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-20-8-36-8 {
    font-size: 20.8px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-20-8-37 {
    font-size: 20.8px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-20-8-39 {
    font-size: 20.8px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-20-8-40 {
    font-size: 20.8px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-20-8-42 {
    font-size: 20.8px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-20-8-43 {
    font-size: 20.8px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-20-8-44 {
    font-size: 20.8px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-20-8-45-5 {
    font-size: 20.8px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-20-8-46 {
    font-size: 20.8px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-20-8-48 {
    font-size: 20.8px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-20-8-49 {
    font-size: 20.8px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-20-8-52 {
    font-size: 20.8px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-20-8-53 {
    font-size: 20.8px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-20-8-60 {
    font-size: 20.8px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-20-8-64 {
    font-size: 20.8px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-20-8-66 {
    font-size: 20.8px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-20-8-75 {
    font-size: 20.8px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-20-8-78 {
    font-size: 20.8px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-20-8-108 {
    font-size: 20.8px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-20-8-38 {
    font-size: 20.8px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-20-8-65 {
    font-size: 20.8px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-20-8-96 {
    font-size: 20.8px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-20-8-10 {
    font-size: 20.8px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-20-8-84 {
    font-size: 20.8px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-20-8-38-4 {
    font-size: 20.8px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-20-8-63 {
    font-size: 20.8px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-21-8 {
    font-size: 21px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-21-13 {
    font-size: 21px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-21-13-2 {
    font-size: 21px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-21-15 {
    font-size: 21px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-21-15-4 {
    font-size: 21px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-21-15-6 {
    font-size: 21px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-21-16 {
    font-size: 21px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-21-16-8 {
    font-size: 21px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-21-17 {
    font-size: 21px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-21-17-5 {
    font-size: 21px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-21-18 {
    font-size: 21px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-21-18-2 {
    font-size: 21px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-21-18-9 {
    font-size: 21px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-21-19 {
    font-size: 21px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-21-19-6 {
    font-size: 21px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-21-20 {
    font-size: 21px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-21-21 {
    font-size: 21px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-21-22 {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-21-22-4 {
    font-size: 21px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-21-22-5 {
    font-size: 21px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-21-23 {
    font-size: 21px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-21-24 {
    font-size: 21px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-21-24-3 {
    font-size: 21px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-21-25 {
    font-size: 21px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-21-25-76 {
    font-size: 21px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-21-26 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-21-27 {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-21-29 {
    font-size: 21px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-21-30 {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-21-31 {
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-21-32 {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-21-33 {
    font-size: 21px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-21-34 {
    font-size: 21px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-21-35 {
    font-size: 21px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-21-36 {
    font-size: 21px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-21-36-8 {
    font-size: 21px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-21-37 {
    font-size: 21px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-21-39 {
    font-size: 21px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-21-40 {
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-21-42 {
    font-size: 21px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-21-43 {
    font-size: 21px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-21-44 {
    font-size: 21px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-21-45-5 {
    font-size: 21px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-21-46 {
    font-size: 21px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-21-48 {
    font-size: 21px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-21-49 {
    font-size: 21px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-21-52 {
    font-size: 21px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-21-53 {
    font-size: 21px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-21-60 {
    font-size: 21px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-21-64 {
    font-size: 21px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-21-66 {
    font-size: 21px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-21-75 {
    font-size: 21px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-21-78 {
    font-size: 21px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-21-108 {
    font-size: 21px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-21-38 {
    font-size: 21px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-21-65 {
    font-size: 21px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-21-96 {
    font-size: 21px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-21-10 {
    font-size: 21px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-21-84 {
    font-size: 21px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-21-38-4 {
    font-size: 21px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-21-63 {
    font-size: 21px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-22-8 {
    font-size: 22px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-22-13 {
    font-size: 22px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-22-13-2 {
    font-size: 22px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-22-15 {
    font-size: 22px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-22-15-4 {
    font-size: 22px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-22-15-6 {
    font-size: 22px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-22-16 {
    font-size: 22px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-22-16-8 {
    font-size: 22px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-22-17 {
    font-size: 22px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-22-17-5 {
    font-size: 22px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-22-18 {
    font-size: 22px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-22-18-2 {
    font-size: 22px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-22-18-9 {
    font-size: 22px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-22-19 {
    font-size: 22px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-22-19-6 {
    font-size: 22px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-22-20 {
    font-size: 22px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-22-21 {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-22-22 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-22-22-4 {
    font-size: 22px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-22-22-5 {
    font-size: 22px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-22-23 {
    font-size: 22px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-22-24 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-22-24-3 {
    font-size: 22px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-22-25 {
    font-size: 22px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-22-25-76 {
    font-size: 22px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-22-26 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-22-27 {
    font-size: 22px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-22-29 {
    font-size: 22px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-22-30 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-22-31 {
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-22-32 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-22-33 {
    font-size: 22px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-22-34 {
    font-size: 22px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-22-35 {
    font-size: 22px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-22-36 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-22-36-8 {
    font-size: 22px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-22-37 {
    font-size: 22px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-22-39 {
    font-size: 22px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-22-40 {
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-22-42 {
    font-size: 22px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-22-43 {
    font-size: 22px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-22-44 {
    font-size: 22px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-22-45-5 {
    font-size: 22px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-22-46 {
    font-size: 22px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-22-48 {
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-22-49 {
    font-size: 22px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-22-52 {
    font-size: 22px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-22-53 {
    font-size: 22px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-22-60 {
    font-size: 22px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-22-64 {
    font-size: 22px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-22-66 {
    font-size: 22px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-22-75 {
    font-size: 22px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-22-78 {
    font-size: 22px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-22-108 {
    font-size: 22px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-22-38 {
    font-size: 22px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-22-65 {
    font-size: 22px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-22-96 {
    font-size: 22px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-22-10 {
    font-size: 22px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-22-84 {
    font-size: 22px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-22-38-4 {
    font-size: 22px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-22-63 {
    font-size: 22px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-32-8 {
    font-size: 32px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-32-13 {
    font-size: 32px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-32-13-2 {
    font-size: 32px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-32-15 {
    font-size: 32px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-32-15-4 {
    font-size: 32px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-32-15-6 {
    font-size: 32px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-32-16 {
    font-size: 32px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-32-16-8 {
    font-size: 32px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-32-17 {
    font-size: 32px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-32-17-5 {
    font-size: 32px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-32-18 {
    font-size: 32px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-32-18-2 {
    font-size: 32px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-32-18-9 {
    font-size: 32px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-32-19 {
    font-size: 32px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-32-19-6 {
    font-size: 32px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-32-20 {
    font-size: 32px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-32-21 {
    font-size: 32px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-32-22 {
    font-size: 32px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-32-22-4 {
    font-size: 32px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-32-22-5 {
    font-size: 32px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-32-23 {
    font-size: 32px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-32-24 {
    font-size: 32px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-32-24-3 {
    font-size: 32px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-32-25 {
    font-size: 32px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-32-25-76 {
    font-size: 32px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-32-26 {
    font-size: 32px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-32-27 {
    font-size: 32px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-32-29 {
    font-size: 32px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-32-30 {
    font-size: 32px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-32-31 {
    font-size: 32px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-32-32 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-32-33 {
    font-size: 32px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-32-34 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-32-35 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-32-36 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-32-36-8 {
    font-size: 32px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-32-37 {
    font-size: 32px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-32-39 {
    font-size: 32px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-32-40 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-32-42 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-32-43 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-32-44 {
    font-size: 32px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-32-45-5 {
    font-size: 32px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-32-46 {
    font-size: 32px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-32-48 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-32-49 {
    font-size: 32px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-32-52 {
    font-size: 32px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-32-53 {
    font-size: 32px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-32-60 {
    font-size: 32px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-32-64 {
    font-size: 32px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-32-66 {
    font-size: 32px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-32-75 {
    font-size: 32px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-32-78 {
    font-size: 32px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-32-108 {
    font-size: 32px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-32-38 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-32-65 {
    font-size: 32px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-32-96 {
    font-size: 32px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-32-10 {
    font-size: 32px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-32-84 {
    font-size: 32px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-32-38-4 {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-32-63 {
    font-size: 32px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-35-8 {
    font-size: 35px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-35-13 {
    font-size: 35px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-35-13-2 {
    font-size: 35px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-35-15 {
    font-size: 35px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-35-15-4 {
    font-size: 35px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-35-15-6 {
    font-size: 35px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-35-16 {
    font-size: 35px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-35-16-8 {
    font-size: 35px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-35-17 {
    font-size: 35px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-35-17-5 {
    font-size: 35px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-35-18 {
    font-size: 35px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-35-18-2 {
    font-size: 35px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-35-18-9 {
    font-size: 35px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-35-19 {
    font-size: 35px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-35-19-6 {
    font-size: 35px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-35-20 {
    font-size: 35px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-35-21 {
    font-size: 35px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-35-22 {
    font-size: 35px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-35-22-4 {
    font-size: 35px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-35-22-5 {
    font-size: 35px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-35-23 {
    font-size: 35px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-35-24 {
    font-size: 35px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-35-24-3 {
    font-size: 35px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-35-25 {
    font-size: 35px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-35-25-76 {
    font-size: 35px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-35-26 {
    font-size: 35px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-35-27 {
    font-size: 35px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-35-29 {
    font-size: 35px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-35-30 {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-35-31 {
    font-size: 35px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-35-32 {
    font-size: 35px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-35-33 {
    font-size: 35px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-35-34 {
    font-size: 35px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-35-35 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-35-36 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-35-36-8 {
    font-size: 35px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-35-37 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-35-39 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-35-40 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-35-42 {
    font-size: 35px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-35-43 {
    font-size: 35px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-35-44 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-35-45-5 {
    font-size: 35px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-35-46 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-35-48 {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-35-49 {
    font-size: 35px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-35-52 {
    font-size: 35px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-35-53 {
    font-size: 35px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-35-60 {
    font-size: 35px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-35-64 {
    font-size: 35px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-35-66 {
    font-size: 35px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-35-75 {
    font-size: 35px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-35-78 {
    font-size: 35px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-35-108 {
    font-size: 35px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-35-38 {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-35-65 {
    font-size: 35px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-35-96 {
    font-size: 35px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-35-10 {
    font-size: 35px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-35-84 {
    font-size: 35px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-35-38-4 {
    font-size: 35px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-35-63 {
    font-size: 35px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-40-8 {
    font-size: 40px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-40-13 {
    font-size: 40px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-40-13-2 {
    font-size: 40px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-40-15 {
    font-size: 40px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-40-15-4 {
    font-size: 40px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-40-15-6 {
    font-size: 40px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-40-16 {
    font-size: 40px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-40-16-8 {
    font-size: 40px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-40-17 {
    font-size: 40px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-40-17-5 {
    font-size: 40px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-40-18 {
    font-size: 40px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-40-18-2 {
    font-size: 40px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-40-18-9 {
    font-size: 40px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-40-19 {
    font-size: 40px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-40-19-6 {
    font-size: 40px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-40-20 {
    font-size: 40px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-40-21 {
    font-size: 40px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-40-22 {
    font-size: 40px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-40-22-4 {
    font-size: 40px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-40-22-5 {
    font-size: 40px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-40-23 {
    font-size: 40px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-40-24 {
    font-size: 40px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-40-24-3 {
    font-size: 40px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-40-25 {
    font-size: 40px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-40-25-76 {
    font-size: 40px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-40-26 {
    font-size: 40px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-40-27 {
    font-size: 40px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-40-29 {
    font-size: 40px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-40-30 {
    font-size: 40px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-40-31 {
    font-size: 40px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-40-32 {
    font-size: 40px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-40-33 {
    font-size: 40px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-40-34 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-40-35 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-40-36 {
    font-size: 40px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-40-36-8 {
    font-size: 40px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-40-37 {
    font-size: 40px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-40-39 {
    font-size: 40px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-40-40 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-40-42 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-40-43 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-40-44 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-40-45-5 {
    font-size: 40px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-40-46 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-40-48 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-40-49 {
    font-size: 40px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-40-52 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-40-53 {
    font-size: 40px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-40-60 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-40-64 {
    font-size: 40px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-40-66 {
    font-size: 40px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-40-75 {
    font-size: 40px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-40-78 {
    font-size: 40px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-40-108 {
    font-size: 40px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-40-38 {
    font-size: 40px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-40-65 {
    font-size: 40px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-40-96 {
    font-size: 40px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-40-10 {
    font-size: 40px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-40-84 {
    font-size: 40px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-40-38-4 {
    font-size: 40px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-40-63 {
    font-size: 40px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-45-8 {
    font-size: 45px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-45-13 {
    font-size: 45px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-45-13-2 {
    font-size: 45px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-45-15 {
    font-size: 45px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-45-15-4 {
    font-size: 45px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-45-15-6 {
    font-size: 45px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-45-16 {
    font-size: 45px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-45-16-8 {
    font-size: 45px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-45-17 {
    font-size: 45px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-45-17-5 {
    font-size: 45px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-45-18 {
    font-size: 45px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-45-18-2 {
    font-size: 45px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-45-18-9 {
    font-size: 45px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-45-19 {
    font-size: 45px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-45-19-6 {
    font-size: 45px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-45-20 {
    font-size: 45px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-45-21 {
    font-size: 45px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-45-22 {
    font-size: 45px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-45-22-4 {
    font-size: 45px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-45-22-5 {
    font-size: 45px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-45-23 {
    font-size: 45px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-45-24 {
    font-size: 45px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-45-24-3 {
    font-size: 45px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-45-25 {
    font-size: 45px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-45-25-76 {
    font-size: 45px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-45-26 {
    font-size: 45px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-45-27 {
    font-size: 45px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-45-29 {
    font-size: 45px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-45-30 {
    font-size: 45px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-45-31 {
    font-size: 45px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-45-32 {
    font-size: 45px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-45-33 {
    font-size: 45px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-45-34 {
    font-size: 45px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-45-35 {
    font-size: 45px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-45-36 {
    font-size: 45px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-45-36-8 {
    font-size: 45px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-45-37 {
    font-size: 45px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-45-39 {
    font-size: 45px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-45-40 {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-45-42 {
    font-size: 45px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-45-43 {
    font-size: 45px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-45-44 {
    font-size: 45px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-45-45-5 {
    font-size: 45px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-45-46 {
    font-size: 45px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-45-48 {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-45-49 {
    font-size: 45px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-45-52 {
    font-size: 45px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-45-53 {
    font-size: 45px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-45-60 {
    font-size: 45px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-45-64 {
    font-size: 45px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-45-66 {
    font-size: 45px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-45-75 {
    font-size: 45px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-45-78 {
    font-size: 45px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-45-108 {
    font-size: 45px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-45-38 {
    font-size: 45px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-45-65 {
    font-size: 45px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-45-96 {
    font-size: 45px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-45-10 {
    font-size: 45px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-45-84 {
    font-size: 45px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-45-38-4 {
    font-size: 45px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-45-63 {
    font-size: 45px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-50-8 {
    font-size: 50px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-50-13 {
    font-size: 50px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-50-13-2 {
    font-size: 50px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-50-15 {
    font-size: 50px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-50-15-4 {
    font-size: 50px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-50-15-6 {
    font-size: 50px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-50-16 {
    font-size: 50px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-50-16-8 {
    font-size: 50px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-50-17 {
    font-size: 50px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-50-17-5 {
    font-size: 50px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-50-18 {
    font-size: 50px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-50-18-2 {
    font-size: 50px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-50-18-9 {
    font-size: 50px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-50-19 {
    font-size: 50px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-50-19-6 {
    font-size: 50px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-50-20 {
    font-size: 50px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-50-21 {
    font-size: 50px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-50-22 {
    font-size: 50px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-50-22-4 {
    font-size: 50px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-50-22-5 {
    font-size: 50px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-50-23 {
    font-size: 50px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-50-24 {
    font-size: 50px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-50-24-3 {
    font-size: 50px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-50-25 {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-50-25-76 {
    font-size: 50px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-50-26 {
    font-size: 50px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-50-27 {
    font-size: 50px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-50-29 {
    font-size: 50px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-50-30 {
    font-size: 50px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-50-31 {
    font-size: 50px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-50-32 {
    font-size: 50px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-50-33 {
    font-size: 50px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-50-34 {
    font-size: 50px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-50-35 {
    font-size: 50px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-50-36 {
    font-size: 50px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-50-36-8 {
    font-size: 50px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-50-37 {
    font-size: 50px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-50-39 {
    font-size: 50px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-50-40 {
    font-size: 50px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-50-42 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-50-43 {
    font-size: 50px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-50-44 {
    font-size: 50px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-50-45-5 {
    font-size: 50px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-50-46 {
    font-size: 50px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-50-48 {
    font-size: 50px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-50-49 {
    font-size: 50px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-50-52 {
    font-size: 50px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-50-53 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-50-60 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-50-64 {
    font-size: 50px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-50-66 {
    font-size: 50px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-50-75 {
    font-size: 50px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-50-78 {
    font-size: 50px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-50-108 {
    font-size: 50px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-50-38 {
    font-size: 50px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-50-65 {
    font-size: 50px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-50-96 {
    font-size: 50px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-50-10 {
    font-size: 50px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-50-84 {
    font-size: 50px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-50-38-4 {
    font-size: 50px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-50-63 {
    font-size: 50px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-56-8 {
    font-size: 56px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-56-13 {
    font-size: 56px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-56-13-2 {
    font-size: 56px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-56-15 {
    font-size: 56px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-56-15-4 {
    font-size: 56px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-56-15-6 {
    font-size: 56px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-56-16 {
    font-size: 56px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-56-16-8 {
    font-size: 56px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-56-17 {
    font-size: 56px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-56-17-5 {
    font-size: 56px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-56-18 {
    font-size: 56px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-56-18-2 {
    font-size: 56px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-56-18-9 {
    font-size: 56px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-56-19 {
    font-size: 56px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-56-19-6 {
    font-size: 56px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-56-20 {
    font-size: 56px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-56-21 {
    font-size: 56px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-56-22 {
    font-size: 56px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-56-22-4 {
    font-size: 56px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-56-22-5 {
    font-size: 56px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-56-23 {
    font-size: 56px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-56-24 {
    font-size: 56px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-56-24-3 {
    font-size: 56px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-56-25 {
    font-size: 56px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-56-25-76 {
    font-size: 56px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-56-26 {
    font-size: 56px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-56-27 {
    font-size: 56px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-56-29 {
    font-size: 56px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-56-30 {
    font-size: 56px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-56-31 {
    font-size: 56px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-56-32 {
    font-size: 56px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-56-33 {
    font-size: 56px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-56-34 {
    font-size: 56px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-56-35 {
    font-size: 56px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-56-36 {
    font-size: 56px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-56-36-8 {
    font-size: 56px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-56-37 {
    font-size: 56px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-56-39 {
    font-size: 56px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-56-40 {
    font-size: 56px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-56-42 {
    font-size: 56px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-56-43 {
    font-size: 56px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-56-44 {
    font-size: 56px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-56-45-5 {
    font-size: 56px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-56-46 {
    font-size: 56px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-56-48 {
    font-size: 56px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-56-49 {
    font-size: 56px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-56-52 {
    font-size: 56px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-56-53 {
    font-size: 56px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-56-60 {
    font-size: 56px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-56-64 {
    font-size: 56px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-56-66 {
    font-size: 56px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-56-75 {
    font-size: 56px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-56-78 {
    font-size: 56px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-56-108 {
    font-size: 56px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-56-38 {
    font-size: 56px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-56-65 {
    font-size: 56px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-56-96 {
    font-size: 56px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-56-10 {
    font-size: 56px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-56-84 {
    font-size: 56px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-56-38-4 {
    font-size: 56px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-56-63 {
    font-size: 56px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-60-8 {
    font-size: 60px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-60-13 {
    font-size: 60px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-60-13-2 {
    font-size: 60px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-60-15 {
    font-size: 60px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-60-15-4 {
    font-size: 60px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-60-15-6 {
    font-size: 60px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-60-16 {
    font-size: 60px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-60-16-8 {
    font-size: 60px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-60-17 {
    font-size: 60px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-60-17-5 {
    font-size: 60px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-60-18 {
    font-size: 60px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-60-18-2 {
    font-size: 60px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-60-18-9 {
    font-size: 60px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-60-19 {
    font-size: 60px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-60-19-6 {
    font-size: 60px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-60-20 {
    font-size: 60px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-60-21 {
    font-size: 60px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-60-22 {
    font-size: 60px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-60-22-4 {
    font-size: 60px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-60-22-5 {
    font-size: 60px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-60-23 {
    font-size: 60px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-60-24 {
    font-size: 60px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-60-24-3 {
    font-size: 60px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-60-25 {
    font-size: 60px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-60-25-76 {
    font-size: 60px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-60-26 {
    font-size: 60px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-60-27 {
    font-size: 60px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-60-29 {
    font-size: 60px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-60-30 {
    font-size: 60px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-60-31 {
    font-size: 60px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-60-32 {
    font-size: 60px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-60-33 {
    font-size: 60px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-60-34 {
    font-size: 60px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-60-35 {
    font-size: 60px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-60-36 {
    font-size: 60px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-60-36-8 {
    font-size: 60px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-60-37 {
    font-size: 60px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-60-39 {
    font-size: 60px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-60-40 {
    font-size: 60px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-60-42 {
    font-size: 60px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-60-43 {
    font-size: 60px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-60-44 {
    font-size: 60px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-60-45-5 {
    font-size: 60px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-60-46 {
    font-size: 60px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-60-48 {
    font-size: 60px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-60-49 {
    font-size: 60px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-60-52 {
    font-size: 60px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-60-53 {
    font-size: 60px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-60-60 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-60-64 {
    font-size: 60px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-60-66 {
    font-size: 60px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-60-75 {
    font-size: 60px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-60-78 {
    font-size: 60px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-60-108 {
    font-size: 60px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-60-38 {
    font-size: 60px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-60-65 {
    font-size: 60px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-60-96 {
    font-size: 60px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-60-10 {
    font-size: 60px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-60-84 {
    font-size: 60px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-60-38-4 {
    font-size: 60px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-60-63 {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-70-8 {
    font-size: 70px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-70-13 {
    font-size: 70px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-70-13-2 {
    font-size: 70px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-70-15 {
    font-size: 70px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-70-15-4 {
    font-size: 70px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-70-15-6 {
    font-size: 70px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-70-16 {
    font-size: 70px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-70-16-8 {
    font-size: 70px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-70-17 {
    font-size: 70px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-70-17-5 {
    font-size: 70px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-70-18 {
    font-size: 70px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-70-18-2 {
    font-size: 70px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-70-18-9 {
    font-size: 70px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-70-19 {
    font-size: 70px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-70-19-6 {
    font-size: 70px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-70-20 {
    font-size: 70px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-70-21 {
    font-size: 70px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-70-22 {
    font-size: 70px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-70-22-4 {
    font-size: 70px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-70-22-5 {
    font-size: 70px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-70-23 {
    font-size: 70px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-70-24 {
    font-size: 70px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-70-24-3 {
    font-size: 70px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-70-25 {
    font-size: 70px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-70-25-76 {
    font-size: 70px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-70-26 {
    font-size: 70px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-70-27 {
    font-size: 70px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-70-29 {
    font-size: 70px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-70-30 {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-70-31 {
    font-size: 70px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-70-32 {
    font-size: 70px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-70-33 {
    font-size: 70px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-70-34 {
    font-size: 70px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-70-35 {
    font-size: 70px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-70-36 {
    font-size: 70px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-70-36-8 {
    font-size: 70px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-70-37 {
    font-size: 70px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-70-39 {
    font-size: 70px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-70-40 {
    font-size: 70px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-70-42 {
    font-size: 70px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-70-43 {
    font-size: 70px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-70-44 {
    font-size: 70px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-70-45-5 {
    font-size: 70px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-70-46 {
    font-size: 70px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-70-48 {
    font-size: 70px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-70-49 {
    font-size: 70px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-70-52 {
    font-size: 70px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-70-53 {
    font-size: 70px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-70-60 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-70-64 {
    font-size: 70px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-70-66 {
    font-size: 70px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-70-75 {
    font-size: 70px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-70-78 {
    font-size: 70px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-70-108 {
    font-size: 70px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-70-38 {
    font-size: 70px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-70-65 {
    font-size: 70px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-70-96 {
    font-size: 70px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-70-10 {
    font-size: 70px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-70-84 {
    font-size: 70px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-70-38-4 {
    font-size: 70px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-70-63 {
    font-size: 70px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-90-8 {
    font-size: 90px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-90-13 {
    font-size: 90px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-90-13-2 {
    font-size: 90px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-90-15 {
    font-size: 90px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-90-15-4 {
    font-size: 90px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-90-15-6 {
    font-size: 90px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-90-16 {
    font-size: 90px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-90-16-8 {
    font-size: 90px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-90-17 {
    font-size: 90px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-90-17-5 {
    font-size: 90px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-90-18 {
    font-size: 90px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-90-18-2 {
    font-size: 90px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-90-18-9 {
    font-size: 90px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-90-19 {
    font-size: 90px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-90-19-6 {
    font-size: 90px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-90-20 {
    font-size: 90px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-90-21 {
    font-size: 90px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-90-22 {
    font-size: 90px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-90-22-4 {
    font-size: 90px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-90-22-5 {
    font-size: 90px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-90-23 {
    font-size: 90px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-90-24 {
    font-size: 90px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-90-24-3 {
    font-size: 90px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-90-25 {
    font-size: 90px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-90-25-76 {
    font-size: 90px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-90-26 {
    font-size: 90px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-90-27 {
    font-size: 90px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-90-29 {
    font-size: 90px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-90-30 {
    font-size: 90px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-90-31 {
    font-size: 90px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-90-32 {
    font-size: 90px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-90-33 {
    font-size: 90px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-90-34 {
    font-size: 90px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-90-35 {
    font-size: 90px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-90-36 {
    font-size: 90px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-90-36-8 {
    font-size: 90px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-90-37 {
    font-size: 90px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-90-39 {
    font-size: 90px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-90-40 {
    font-size: 90px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-90-42 {
    font-size: 90px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-90-43 {
    font-size: 90px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-90-44 {
    font-size: 90px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-90-45-5 {
    font-size: 90px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-90-46 {
    font-size: 90px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-90-48 {
    font-size: 90px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-90-49 {
    font-size: 90px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-90-52 {
    font-size: 90px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-90-53 {
    font-size: 90px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-90-60 {
    font-size: 90px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-90-64 {
    font-size: 90px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-90-66 {
    font-size: 90px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-90-75 {
    font-size: 90px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-90-78 {
    font-size: 90px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-90-108 {
    font-size: 90px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-90-38 {
    font-size: 90px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-90-65 {
    font-size: 90px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-90-96 {
    font-size: 90px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-90-10 {
    font-size: 90px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-90-84 {
    font-size: 90px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-90-38-4 {
    font-size: 90px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-90-63 {
    font-size: 90px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-30-8 {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-30-13 {
    font-size: 30px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-30-13-2 {
    font-size: 30px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-30-15 {
    font-size: 30px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-30-15-4 {
    font-size: 30px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-30-15-6 {
    font-size: 30px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-30-16 {
    font-size: 30px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-30-16-8 {
    font-size: 30px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-30-17 {
    font-size: 30px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-30-17-5 {
    font-size: 30px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-30-18 {
    font-size: 30px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-30-18-2 {
    font-size: 30px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-30-18-9 {
    font-size: 30px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-30-19 {
    font-size: 30px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-30-19-6 {
    font-size: 30px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-30-20 {
    font-size: 30px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-30-21 {
    font-size: 30px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-30-22 {
    font-size: 30px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-30-22-4 {
    font-size: 30px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-30-22-5 {
    font-size: 30px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-30-23 {
    font-size: 30px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-30-24 {
    font-size: 30px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-30-24-3 {
    font-size: 30px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-30-25 {
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-30-25-76 {
    font-size: 30px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-30-26 {
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-30-27 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-30-29 {
    font-size: 30px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-30-30 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-30-31 {
    font-size: 30px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-30-32 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-30-33 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-30-34 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-30-35 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-30-36 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-30-36-8 {
    font-size: 30px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-30-37 {
    font-size: 30px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-30-39 {
    font-size: 30px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-30-40 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-30-42 {
    font-size: 30px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-30-43 {
    font-size: 30px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-30-44 {
    font-size: 30px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-30-45-5 {
    font-size: 30px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-30-46 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-30-48 {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-30-49 {
    font-size: 30px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-30-52 {
    font-size: 30px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-30-53 {
    font-size: 30px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-30-60 {
    font-size: 30px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-30-64 {
    font-size: 30px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-30-66 {
    font-size: 30px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-30-75 {
    font-size: 30px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-30-78 {
    font-size: 30px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-30-108 {
    font-size: 30px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-30-38 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-30-65 {
    font-size: 30px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-30-96 {
    font-size: 30px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-30-10 {
    font-size: 30px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-30-84 {
    font-size: 30px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-30-38-4 {
    font-size: 30px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-30-63 {
    font-size: 30px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-25-8 {
    font-size: 25px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-25-13 {
    font-size: 25px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-25-13-2 {
    font-size: 25px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-25-15 {
    font-size: 25px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-25-15-4 {
    font-size: 25px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-25-15-6 {
    font-size: 25px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-25-16 {
    font-size: 25px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-25-16-8 {
    font-size: 25px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-25-17 {
    font-size: 25px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-25-17-5 {
    font-size: 25px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-25-18 {
    font-size: 25px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-25-18-2 {
    font-size: 25px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-25-18-9 {
    font-size: 25px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-25-19 {
    font-size: 25px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-25-19-6 {
    font-size: 25px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-25-20 {
    font-size: 25px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-25-21 {
    font-size: 25px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-25-22 {
    font-size: 25px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-25-22-4 {
    font-size: 25px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-25-22-5 {
    font-size: 25px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-25-23 {
    font-size: 25px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-25-24 {
    font-size: 25px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-25-24-3 {
    font-size: 25px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-25-25 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-25-25-76 {
    font-size: 25px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-25-26 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-25-27 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-25-29 {
    font-size: 25px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-25-30 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-25-31 {
    font-size: 25px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-25-32 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-25-33 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-25-34 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-25-35 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-25-36 {
    font-size: 25px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-25-36-8 {
    font-size: 25px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-25-37 {
    font-size: 25px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-25-39 {
    font-size: 25px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-25-40 {
    font-size: 25px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-25-42 {
    font-size: 25px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-25-43 {
    font-size: 25px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-25-44 {
    font-size: 25px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-25-45-5 {
    font-size: 25px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-25-46 {
    font-size: 25px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-25-48 {
    font-size: 25px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-25-49 {
    font-size: 25px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-25-52 {
    font-size: 25px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-25-53 {
    font-size: 25px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-25-60 {
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-25-64 {
    font-size: 25px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-25-66 {
    font-size: 25px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-25-75 {
    font-size: 25px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-25-78 {
    font-size: 25px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-25-108 {
    font-size: 25px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-25-38 {
    font-size: 25px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-25-65 {
    font-size: 25px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-25-96 {
    font-size: 25px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-25-10 {
    font-size: 25px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-25-84 {
    font-size: 25px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-25-38-4 {
    font-size: 25px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-25-63 {
    font-size: 25px !important;
    line-height: 63px !important;
  }
  .kfont-xxxl-80-8 {
    font-size: 80px !important;
    line-height: 8px !important;
  }
  .kfont-xxxl-80-13 {
    font-size: 80px !important;
    line-height: 13px !important;
  }
  .kfont-xxxl-80-13-2 {
    font-size: 80px !important;
    line-height: 13.2px !important;
  }
  .kfont-xxxl-80-15 {
    font-size: 80px !important;
    line-height: 15px !important;
  }
  .kfont-xxxl-80-15-4 {
    font-size: 80px !important;
    line-height: 15.4px !important;
  }
  .kfont-xxxl-80-15-6 {
    font-size: 80px !important;
    line-height: 15.6px !important;
  }
  .kfont-xxxl-80-16 {
    font-size: 80px !important;
    line-height: 16px !important;
  }
  .kfont-xxxl-80-16-8 {
    font-size: 80px !important;
    line-height: 16.8px !important;
  }
  .kfont-xxxl-80-17 {
    font-size: 80px !important;
    line-height: 17px !important;
  }
  .kfont-xxxl-80-17-5 {
    font-size: 80px !important;
    line-height: 17.5px !important;
  }
  .kfont-xxxl-80-18 {
    font-size: 80px !important;
    line-height: 18px !important;
  }
  .kfont-xxxl-80-18-2 {
    font-size: 80px !important;
    line-height: 18.2px !important;
  }
  .kfont-xxxl-80-18-9 {
    font-size: 80px !important;
    line-height: 18.9px !important;
  }
  .kfont-xxxl-80-19 {
    font-size: 80px !important;
    line-height: 19px !important;
  }
  .kfont-xxxl-80-19-6 {
    font-size: 80px !important;
    line-height: 19.6px !important;
  }
  .kfont-xxxl-80-20 {
    font-size: 80px !important;
    line-height: 20px !important;
  }
  .kfont-xxxl-80-21 {
    font-size: 80px !important;
    line-height: 21px !important;
  }
  .kfont-xxxl-80-22 {
    font-size: 80px !important;
    line-height: 22px !important;
  }
  .kfont-xxxl-80-22-4 {
    font-size: 80px !important;
    line-height: 22.4px !important;
  }
  .kfont-xxxl-80-22-5 {
    font-size: 80px !important;
    line-height: 22.5px !important;
  }
  .kfont-xxxl-80-23 {
    font-size: 80px !important;
    line-height: 23px !important;
  }
  .kfont-xxxl-80-24 {
    font-size: 80px !important;
    line-height: 24px !important;
  }
  .kfont-xxxl-80-24-3 {
    font-size: 80px !important;
    line-height: 24.3px !important;
  }
  .kfont-xxxl-80-25 {
    font-size: 80px !important;
    line-height: 25px !important;
  }
  .kfont-xxxl-80-25-76 {
    font-size: 80px !important;
    line-height: 25.76px !important;
  }
  .kfont-xxxl-80-26 {
    font-size: 80px !important;
    line-height: 26px !important;
  }
  .kfont-xxxl-80-27 {
    font-size: 80px !important;
    line-height: 27px !important;
  }
  .kfont-xxxl-80-29 {
    font-size: 80px !important;
    line-height: 29px !important;
  }
  .kfont-xxxl-80-30 {
    font-size: 80px !important;
    line-height: 30px !important;
  }
  .kfont-xxxl-80-31 {
    font-size: 80px !important;
    line-height: 31px !important;
  }
  .kfont-xxxl-80-32 {
    font-size: 80px !important;
    line-height: 32px !important;
  }
  .kfont-xxxl-80-33 {
    font-size: 80px !important;
    line-height: 33px !important;
  }
  .kfont-xxxl-80-34 {
    font-size: 80px !important;
    line-height: 34px !important;
  }
  .kfont-xxxl-80-35 {
    font-size: 80px !important;
    line-height: 35px !important;
  }
  .kfont-xxxl-80-36 {
    font-size: 80px !important;
    line-height: 36px !important;
  }
  .kfont-xxxl-80-36-8 {
    font-size: 80px !important;
    line-height: 36.8px !important;
  }
  .kfont-xxxl-80-37 {
    font-size: 80px !important;
    line-height: 37px !important;
  }
  .kfont-xxxl-80-39 {
    font-size: 80px !important;
    line-height: 39px !important;
  }
  .kfont-xxxl-80-40 {
    font-size: 80px !important;
    line-height: 40px !important;
  }
  .kfont-xxxl-80-42 {
    font-size: 80px !important;
    line-height: 42px !important;
  }
  .kfont-xxxl-80-43 {
    font-size: 80px !important;
    line-height: 43px !important;
  }
  .kfont-xxxl-80-44 {
    font-size: 80px !important;
    line-height: 44px !important;
  }
  .kfont-xxxl-80-45-5 {
    font-size: 80px !important;
    line-height: 45.5px !important;
  }
  .kfont-xxxl-80-46 {
    font-size: 80px !important;
    line-height: 46px !important;
  }
  .kfont-xxxl-80-48 {
    font-size: 80px !important;
    line-height: 48px !important;
  }
  .kfont-xxxl-80-49 {
    font-size: 80px !important;
    line-height: 49px !important;
  }
  .kfont-xxxl-80-52 {
    font-size: 80px !important;
    line-height: 52px !important;
  }
  .kfont-xxxl-80-53 {
    font-size: 80px !important;
    line-height: 53px !important;
  }
  .kfont-xxxl-80-60 {
    font-size: 80px !important;
    line-height: 60px !important;
  }
  .kfont-xxxl-80-64 {
    font-size: 80px !important;
    line-height: 64px !important;
  }
  .kfont-xxxl-80-66 {
    font-size: 80px !important;
    line-height: 66px !important;
  }
  .kfont-xxxl-80-75 {
    font-size: 80px !important;
    line-height: 75px !important;
  }
  .kfont-xxxl-80-78 {
    font-size: 80px !important;
    line-height: 78px !important;
  }
  .kfont-xxxl-80-108 {
    font-size: 80px !important;
    line-height: 108px !important;
  }
  .kfont-xxxl-80-38 {
    font-size: 80px !important;
    line-height: 38px !important;
  }
  .kfont-xxxl-80-65 {
    font-size: 80px !important;
    line-height: 65px !important;
  }
  .kfont-xxxl-80-96 {
    font-size: 80px !important;
    line-height: 96px !important;
  }
  .kfont-xxxl-80-10 {
    font-size: 80px !important;
    line-height: 10px !important;
  }
  .kfont-xxxl-80-84 {
    font-size: 80px !important;
    line-height: 84px !important;
  }
  .kfont-xxxl-80-38-4 {
    font-size: 80px !important;
    line-height: 38.4px !important;
  }
  .kfont-xxxl-80-63 {
    font-size: 80px !important;
    line-height: 63px !important;
  }
}
.v-none {
  display: none !important;
}
.v-visible {
  display: initial !important;
}
@media screen and (min-width: 375px) {
  .v-iphone-none {
    display: none !important;
  }
  .v-iphone-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 576px) {
  .v-sm-none {
    display: none !important;
  }
  .v-sm-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 768px) {
  .v-md-none {
    display: none !important;
  }
  .v-md-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 992px) {
  .v-lg-none {
    display: none !important;
  }
  .v-lg-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 1024px) {
  .v-kt-none {
    display: none !important;
  }
  .v-kt-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 1367px) {
  .v-xl-none {
    display: none !important;
  }
  .v-xl-visible {
    display: initial !important;
  }
}
@media screen and (min-width: 1920px) {
  .v-xxl-none {
    display: none !important;
  }
  .v-xxl-visible {
    display: initial !important;
  }
}
.lightboxed {
  cursor: pointer;
}
div#lightboxed--cache {
  position: fixed;
  left: -99999999px;
}
div#lightboxed--container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9001;
}
div#lightboxed--stage {
  position: absolute;
  top: 112px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#lightboxed--content {
  position: absolute;
  top: 0;
  left: 0;
}
div#lightboxed--content .lightboxed--frame {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 70%;
}
div#lightboxed--content .lightboxed--frame img,
div#lightboxed--content .lightboxed--frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
}
div#lightboxed--content .lightboxed--frame .lightboxed--caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff !important;
}
div#lightboxed--thumbs {
  display: none;
  z-index: 40;
  position: absolute;
  bottom: 150px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
div#lightboxed--thumbs .lightboxed--thumb {
  float: left;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  max-height: 47px;
}
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 500ms background;
}
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border img {
  filter: brightness(1.5);
  transition: 500ms background;
}
div#lightboxed--thumbs .lightboxed--thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div#lightboxed--bttn_close {
  position: absolute;
  top: 39px;
  right: 35px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  background-image: url(/media/kettal/close_small.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div#lightboxed--bttn_next {
  display: none;
  position: absolute;
  top: 93%;
  right: 35px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  background-image: url(/media/kettal/back.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50%;
  width: 29px;
  height: 30px;
  cursor: pointer;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div#lightboxed--bttn_prev {
  display: none;
  position: absolute;
  top: 95%;
  left: 35px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  background-image: url('/media/kettal/back.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0%;
  width: 29px;
  height: 30px;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div#lightboxed--bttn_swiperPrev,
div#lightboxed--bttn_swiperNext {
  display: none;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
div#lightboxed--bttn_swiperPrev {
  cursor: url(/media/kettal/white/back.svg) 29 30, auto;
}
div#lightboxed--bttn_swiperNext {
  left: auto;
  right: 0;
  cursor: url(/media/kettal/white/next.svg) 29 30, auto;
}
div#lightboxed--bttn_next,
div#lightboxed--bttn_prev {
  z-index: 41;
}
@media screen and (min-width: 1024px) {
  div#lightboxed--bttn_next {
    top: 92%;
  }
  div#lightboxed--bttn_close {
    width: 35.51px;
    height: 35.51px;
    z-index: 41;
  }
  div#lightboxed--bttn_next,
  div#lightboxed--bttn_prev {
    width: 37px;
    height: 38px;
  }
}
@media screen and (min-width: 1280px) {
  div#lightboxed--bttn_next,
  div#lightboxed--bttn_prev {
    display: none !important;
  }
  div#lightboxed--bttn_swiperPrev,
  div#lightboxed--bttn_swiperNext {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  div#lightboxed--bttn_close {
    width: 35.51px;
    height: 35.51px;
  }
  div#lightboxed--bttn_next,
  div#lightboxed--bttn_prev {
    width: 40px;
    height: 41px;
  }
}
.vimeo-banner {
  position: absolute;
  z-index: 0;
}
.control-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  cursor: pointer;
}
.vimeo-control {
  background-image: url('/media/kettal/white/play.svg');
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  background-size: cover;
  aspect-ratio: 1;
  transition: opacity 0.3s;
  background-repeat: round;
}
.vimeo-control:before,
.vimeo-control:after {
  content: '';
  width: 100%;
  height: 100%;
  max-width: 131px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
}
.vimeo-control:before {
  background-position: 53% 98%;
  background-size: 332%;
}
.vimeo-control.paused {
  opacity: 1;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
