body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #212427;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #000000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #000000;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #212427;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: transparent url('../images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 0;
}
select:disabled {
  opacity: 0.5;
  background: transparent;
  border: 0;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff8f2;
  background-clip: padding-box;
  border: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 175px;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 0;
}
textarea:disabled {
  opacity: 0.5;
  background: transparent;
  border: 0;
}
textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  top: 2px;
  position: absolute;
  opacity: 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:hover {
  background: transparent;
  border: 0;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #333333;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #000000;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #000000;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 0;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 0 5px 0;
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  display: none;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #212427;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #212427;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #212427;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #212427;
  text-decoration: underline;
}
.abs-like-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #000000;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  display: none;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
  display: none;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.widget .block-title strong {
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 20px 0 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #000000;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #000000;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #212427;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #000000;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  width: 100%;
  max-width: 100vw !important;
  margin: 0 auto;
  padding: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #000000;
}
.message.info a:hover {
  color: #000000;
}
.message.info a:active {
  color: #000000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #000000;
}
.message.error a:hover {
  color: #000000;
}
.message.error a:active {
  color: #000000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #000000;
}
.message.warning a:hover {
  color: #000000;
}
.message.warning a:active {
  color: #000000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #000000;
}
.message.notice a:hover {
  color: #000000;
}
.message.notice a:active {
  color: #000000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #000000;
}
.message.success a:hover {
  color: #000000;
}
.message.success a:active {
  color: #000000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
body.triconfort .sections #main-menu .kettal-header-item .block-about-us p {
  color: #FFFFFF;
}
body.triconfort .sections #main-menu-search .block-search .minisearch .field.search .input-search {
  color: #BABABA;
  border-bottom-color: #BABABA;
}
body.triconfort .sections #main-menu-search .block-search .minisearch .field.search .input-search::placeholder {
  color: #BABABA;
}
body.triconfort .sections #main-menu-search .block-search .minisearch .field.search .search-autocomplete ul:not(:empty) li span {
  color: #BABABA;
}
/**
  * ----------------------------------------
  * animation slide-bottom
  * ----------------------------------------
  */
@keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.slide-bottom {
  -webkit-animation: slide-bottom 300ms linear both;
  animation: slide-bottom 300ms linear both;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInAnimationBackdrop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes fadeOutAnimationBackdrop {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInAnimationBackdrop70 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeOutAnimationBackdrop70 {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.fadeOutAnimation {
  -webkit-animation: fadeOutAnimation 0.3s linear 0.1s both;
  animation: fadeOutAnimation 0.3s linear 0.1s both;
}
.fadeInAnimation {
  -webkit-animation: fadeInAnimation 0.3s linear 0.1s both;
  animation: fadeInAnimation 0.3s linear 0.1s both;
}
.fadeOutAnimationBackdrop {
  -webkit-animation-name: fadeOutAnimationBackdrop;
  animation-name: fadeOutAnimationBackdrop;
}
.fadeInAnimationBackdrop {
  -webkit-animation-name: fadeInAnimationBackdrop;
  animation-name: fadeInAnimationBackdrop;
}
.fadeOutAnimationBackdrop70 {
  -webkit-animation-name: fadeOutAnimationBackdrop70;
  animation-name: fadeOutAnimationBackdrop70;
}
.fadeInAnimationBackdrop70 {
  -webkit-animation-name: fadeInAnimationBackdrop70;
  animation-name: fadeInAnimationBackdrop70;
}
.nav-sections,
.nav-sections-desktop,
.nav-sections-desktop-search,
.nav-sections-responsive-search {
  background: #f0f0f0;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #000000;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-sections {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-sections .switcher {
  border-top: 1px solid #d1d1d1;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: .8rem 3.5rem .8rem 2rem;
}
.nav-sections .switcher .label {
  display: block;
  margin-bottom: 5px;
}
.nav-sections .switcher:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .switcher-trigger strong {
  position: relative;
  display: block;
  text-decoration: none;
}
.nav-sections .switcher-trigger strong:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-sections .switcher-trigger strong:after {
  position: absolute;
  right: -40px;
  top: -16px;
}
.nav-sections .switcher-trigger.active strong:after {
  content: '\e621';
}
.nav-sections .switcher-dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  padding: 10px 0;
}
.nav-sections .switcher-options.active .switcher-dropdown {
  display: block;
}
.nav-sections .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  border-bottom: 1px solid #d1d1d1;
}
.nav-sections .header.links li {
  font-size: 1.6rem;
  margin: 0;
}
.nav-sections .header.links li.greet.welcome {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  padding: 0.8rem 20px;
}
.nav-sections .header.links li > a {
  border-top: 1px solid #d1d1d1;
}
.nav-sections .header.links a,
.nav-sections .header.links a:hover {
  color: #575757;
  text-decoration: none;
  display: block;
  font-weight: 700;
  padding: 0.8rem 20px;
}
.nav-sections .header.links .header.links {
  border: 0;
}
.nav-before-open {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}
.nav-before-open .page-wrapper {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
}
.nav-before-open body {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-open .page-wrapper {
  left: 80%;
  left: calc(100% - 54px);
}
.nav-open .nav-sections {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  left: 0;
  z-index: 99;
}
.nav-sections-desktop,
.nav-sections-desktop-search,
.nav-sections-responsive-search {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 842px;
  top: -100%;
  overflow: hidden;
  overflow-y: visible;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-left: 36px;
}
.nav-sections-desktop.active,
.nav-sections-desktop-search.active {
  padding-top: 35px;
}
/****** 768px pertany al breakpoint min *****/
@media screen and (min-width: 1367px) {
  .nav-sections-desktop {
    width: 100% !important;
  }
  .nav-sections-desktop #main-menu .tools .dropdown.level2 {
    top: 10px !important;
  }
  .nav-sections-desktop #main-menu .dropdown.level2 {
    top: 5px !important;
  }
  .nav-sections-desktop #main-menu .dropdown.level2 .block-about-us {
    width: 392px !important;
    height: 550px !important;
  }
  .nav-sections-desktop #main-menu .tool-container {
    row-gap: 28px !important;
    column-gap: 78px !important;
  }
  .nav-sections-desktop #main-menu .tool-container .tool-item-main {
    max-width: 392px !important;
  }
  .nav-sections-desktop #main-menu li.megamenu.active > .dropdown,
  .nav-sections-desktop #main-menu li.megamenu.active .about-us-section > .dropdown,
  .nav-sections-desktop #main-menu li.megamenu.active .information-section > .dropdown {
    left: 200px;
  }
  .nav-sections-desktop #main-menu .desktop-version {
    display: block !important;
  }
  .nav-sections-desktop #main-menu .desktop-version .dropdown.level2 {
    top: 10px !important;
  }
  .nav-sections-desktop #main-menu .ipad-version {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .nav-sections-desktop #main-menu .dropdown.level2 .block-about-us {
    width: 496px !important;
    height: 630px !important;
  }
  .nav-sections-desktop #main-menu .tool-container {
    row-gap: 46px !important;
    column-gap: 128px !important;
  }
  .nav-sections-desktop #main-menu .tool-container .tool-item-main {
    max-width: 496px !important;
  }
  .nav-sections-desktop #main-menu .tool-container .tool-item-main .tool-item .configurator {
    column-gap: 20px;
  }
  .nav-sections-desktop #main-menu .tool-container .tool-item-main .tool-item .configurator .level1 {
    width: 231px;
  }
  .nav-sections-desktop #main-menu .tool-container .tool-item-main .tool-item .configurator .level1 .tool-item-tittle {
    width: 231px !important;
  }
  .nav-sections-desktop #main-menu > .desktop-version .dropdown.level2,
  .nav-sections-desktop #main-menu > .collections .dropdown.level2,
  .nav-sections-desktop #main-menu > .designers .dropdown.level2 {
    max-width: 1920px;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 27.5px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:hover,
.action-primary:hover,
.amshopby-button:focus,
.amshopby-button:hover,
.am-filter-go:focus,
.am-filter-go:hover {
  background: transparent;
  border: 0;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #333333;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #000000;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #000000;
}
.pages a.page:hover {
  color: #000000;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #000000;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #000000;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: transparent;
  border: 0;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #333333;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100vw;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  padding: 24px 12px;
  background: inherit;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 25px 62.41px 44px 38px;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin-top: 0px;
  width: 100%;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .am-gift-message .edit-link {
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker,
.checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control,
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60%;
}
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.checkout-payment-method .payment-methods {
  margin: 0;
  padding-right: 64.9px;
}
@media screen and (max-width: 1024px) {
  .checkout-payment-method .payment-methods {
    padding-right: 5px;
  }
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 0px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
  }
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.6rem;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration br {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 10px;
  color: #000000;
  font: normal 16px/26px Beatrice Regular;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #000000;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-main-wrapper {
  color: #000000;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: rgba(0, 0, 0, 0);
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  display: block;
  color: #389dfe;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.amgdprjs-bar-template {
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template.-bottom {
  position: static;
}
.amgdprjs-bar-template.-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-buttons-block {
  display: flex;
}
.amgdprjs-bar-template.-popup .amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
  margin-bottom: 15px;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  max-width: 740px;
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  overflow-x: auto;
  min-width: 700px;
  max-width: 1290px;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-weight: bold;
  font-size: 20px;
}
.amgdprcookie-groups-modal .action-close {
  display: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  font: normal 16px/34px Beatrice Regular;
  background-color: transparent;
  box-shadow: none;
  color: #212427;
  border: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  font: normal 16px/34px Beatrice Regular;
  background-color: transparent;
  text-decoration: underline;
  border: 0;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  display: block;
  overflow-y: auto;
  max-height: 500px;
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  position: static;
  pointer-events: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  font: normal 16px/26px Beatrice Regular;
}
.amgdprcookie-bar-container .action-close {
  display: none;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-width: 640px;
  max-height: 30vh;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  border: none;
  background: transparent;
  color: #000000;
  font: normal 16px/34px Beatrice Regular;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
  margin-bottom: 15px;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  flex-basis: 35%;
  background: transparent;
  color: #212427;
}
.amgdprcookie-modal-template .amgdprcookie-buttons-block .amgdprcookie-button.-allow {
  order: 1;
}
.amgdprcookie-modal-template {
  margin-left: 5px;
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow {
  margin-bottom: 0;
  background: inherit;
  color: #5384ec;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  overflow-y: scroll;
  min-height: 170px;
  height: 58vh;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
}
.amgdprcookie-policy-container {
  padding: 24px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
  margin-bottom: 15px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  right: 46px;
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  position: relative;
  margin: 0;
  height: 100%;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.am-attachments .am-fileline {
  margin-bottom: 5px;
}
.am-attachments .am-fileline .am-fileicon {
  margin-right: 10px;
  max-height: 30px;
  vertical-align: middle;
}
.am-attachments .am-fileline .am-filelink {
  line-height: 30px;
  height: 30px;
}
.am-attachments .am-fileline .am-filesize {
  font-size: 90%;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.amlocator-main-container {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 50vw;
  text-align: left;
}
.amlocator-main-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-main-container .amlocator-select {
  cursor: pointer;
}
.amlocator-main-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 20px 0;
}
.amlocator-main-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #e7e7e7;
  margin: 0;
}
.amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
  line-height: 1.42857143;
  margin-bottom: 0;
  margin-top: 0;
}
.amlocator-search-container {
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-title {
  display: inline-block;
  margin-bottom: 5px;
}
.amlocator-search-container .amlocator-block {
  margin-bottom: 15px;
  width: 100%;
}
.amlocator-search-container .amlocator-block.-search {
  margin-bottom: 0;
}
.amlocator-search-container .amlocator-text,
.amlocator-search-container .amlocator-select {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  width: initial;
}
.amlocator-search-container .amlocator-select {
  height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
  background-color: #f8f8f8;
  border: none;
  height: inherit;
  line-height: 1;
  min-width: inherit;
}
.amlocator-search-container .amlocator-button.-nearby {
  margin-left: auto;
  width: 100%;
}
.amlocator-current-location .amlocator-search {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iI0Q3RDdENyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iI0Q3RDdENyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  height: 23px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 23px;
}
.amlocator-current-location .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  margin-top: 5px;
  position: relative;
}
.amlocator-current-location .amlocator-text {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  box-sizing: border-box;
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.amlocator-current-location .amlocator-text:focus {
  border: 1px solid #1979c3;
  box-shadow: none;
}
.amlocator-current-location .amlocator-text:focus + .amlocator-search,
.amlocator-current-location .amlocator-search:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjUiIHN0cm9rZT0iIzE5NzlDMyIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZmlsbD0iIzE5NzlDMyIgZD0iTTEzIDE1LjEyMUwxNS4xMiAxM2w4LjY3NSA4LjY3NS0yLjEyMSAyLjEyeiIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amlocator-current-location .amlocator-reset {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDIwLjU0N0wyMC41NDcgMCAyMiAxLjQ1MyAxLjQ1MyAyMiAwIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDIwLjU0N0wxLjQ1MyAwIDAgMS40NTMgMjAuNTQ3IDIyIDIyIDIwLjU0N3oiIGZpbGw9IiNFQjU3NTciLz48L3N2Zz4=') no-repeat center;
  border: none;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 22px;
}
.amlocator-current-location .amlocator-search.-hidden,
.amlocator-current-location .amlocator-reset.-hidden {
  display: none;
}
.amlocator-search-radius .amlocator-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
  background: #1979c3;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #ffffff;
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
  position: relative;
}
.amlocator-search-radius .amlocator-select {
  min-width: 215px;
}
.amlocator-range-slider {
  background: #deedf8;
  border-radius: 10px;
  cursor: pointer;
  height: 10px;
  width: 100%;
}
.amlocator-range-slider .ui-slider-range {
  background: #1979c3;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 100%;
}
.amlocator-range-slider .amlocator-handle {
  background: #1979c3;
  border-radius: 12px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 3px rgba(20, 72, 112, 0.5);
  cursor: pointer;
  height: 14px;
  margin: 0 0 0 -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.amlocator-range-slider .amlocator-handle:hover,
.amlocator-range-slider .amlocator-handle:focus,
.amlocator-range-slider .amlocator-handle:active {
  background: #4da1e2;
}
.amlocator-range-slider .amlocator-handle:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-range-slider .amlocator-tooltip {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -7px;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
.amlocator-range-slider .amlocator-tooltip:after {
  background: #1979c3;
  bottom: 0;
  content: '';
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
  width: 6px;
}
.amlocator-filters-container {
  background: #f8f8f8;
  margin-bottom: 10px;
}
.amlocator-filters-container .amlocator-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-content {
  transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
  display: none;
}
.amlocator-filters-container .amlocator-actions {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 5px 15px;
}
.amlocator-filters-container .amlocator-clear {
  background: none;
  border: none;
  color: #006bb4;
  cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
  border: none;
  line-height: unset;
  margin-left: 25px;
  min-height: 25px;
  padding: 0 20px;
}
.amlocator-filters-container .amlocator-button:hover {
  background: #1979c3;
  border: none;
  color: #ffffff;
}
.amlocator-attribute-wrapper {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
  background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
  box-sizing: border-box;
  padding-right: 5px;
  width: 40%;
  word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
  width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container .amlocator-chosen-search-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlocator-attribute-wrapper .amlocator-select,
.amlocator-attribute-wrapper .chosen-choices {
  border-color: #cccccc;
  height: inherit;
  line-height: 1;
  max-height: 80px;
  padding: 9px 25px 9px 10px;
}
.amlocator-attribute-wrapper .chosen-container {
  font-size: inherit;
  height: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  height: inherit;
  min-height: 35px;
  overflow: auto;
  padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41OTYuMzU0YS41LjUgMCAwIDAtLjcwNyAwTDIuNTk2IDEuNjQ3IDEuMzAzLjM1NGEuNS41IDAgMSAwLS43MDcuNzA3bDEuMjkzIDEuMjkzTC4zNTMgMy44ODlhLjUuNSAwIDEgMCAuNzA4LjcwN2wxLjUzNS0xLjUzNSAxLjUzNiAxLjUzNWEuNS41IDAgMCAwIC43MDctLjcwN0wzLjMwMyAyLjM1NCA0LjU5NiAxLjA2YS41LjUgMCAwIDAgMC0uNzA3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center !important;
  background-size: contain !important;
  height: 8px;
  margin: 0 5px 0 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: inherit;
  margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  background: #1979c3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 5px 18px 5px 5px;
}
.amlocator-map-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}
.amlocator-map-container > .amlocator-block {
  width: 100%;
}
.amlocator-map-container .amlocator-map {
  height: 300px;
  width: 100%;
}
.amlocator-map-pin {
  display: none;
}
.amlocator-arrow {
  display: inline-block;
  height: 8px;
  margin-left: auto;
  min-width: 14px;
  position: relative;
  width: 14px;
}
.amlocator-arrow:before,
.amlocator-arrow:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 3px;
  transition: all .2s ease;
  width: 9px;
}
.amlocator-arrow:before {
  left: 0;
}
.amlocator-arrow:after {
  right: 0;
}
.amlocator-arrow:after,
.amlocator-arrow.-down:before {
  transform: rotate(45deg);
}
.amlocator-arrow:before,
.amlocator-arrow.-down:after {
  transform: rotate(-45deg);
}
.amlocator-store-list {
  order: 1;
  overflow: auto;
}
.amlocator-store-list .amlocator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 500px;
}
.amlocator-stores-wrapper {
  margin-bottom: 10px;
}
.amlocator-store-desc {
  background: #f6f6f6;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.amlocator-store-desc:not(:first-of-type) {
  margin-top: 15px;
}
.amlocator-store-desc .amlocator-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.amlocator-store-desc .amlocator-title .amlocator-link {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-store-desc .amlocator-title .amlocator-map-pin {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.amlocator-store-desc .amlocator-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.amlocator-store-desc .amlocator-image {
  background-position: center;
  background-size: cover;
  height: 150px;
  margin-right: 15px;
  min-width: 150px;
  width: 150px;
}
.amlocator-store-container {
  margin-bottom: 1.5rem;
}
.amlocator-store-container.-active .amlocator-store-desc,
.amlocator-store-container.-active .amlocator-week-container {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-store-desc .amlocator-title .amlocator-link,
.amlocator-store-container.-active .amlocator-week-container .amlocator-title .amlocator-link {
  color: #ffffff;
}
.amlocator-store-container.-active .amlocator-today {
  background: #9dd4ff;
  color: #000000;
}
.amlocator-store-container .amlocator-week-container {
  background: #f6f6f6;
  display: none;
}
.amlocator-store-container .amlocator-schedule-container:hover {
  cursor: pointer;
}
.amlocator-store-container .amlocator-schedule-container .amlocator-week {
  display: block;
}
.amlocator-description {
  word-break: break-word;
}
.amlocator-schedule-container .amlocator-today {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dfdfdf;
  justify-content: space-between;
  padding: 5px 15px 5px 35px;
  position: relative;
}
.amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgOTcuMTYgOTcuMTYiPjxwYXRoIGQ9Ik00OC41OCAwQzIxLjc5MyAwIDAgMjEuNzkzIDAgNDguNThzMjEuNzkzIDQ4LjU4IDQ4LjU4IDQ4LjU4IDQ4LjU4LTIxLjc5MyA0OC41OC00OC41OFM3NS4zNjcgMCA0OC41OCAwem0wIDg2LjgyM2MtMjEuMDg3IDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MyAxMC4zMzcgNDguNTggMTAuMzM3IDg2LjgyNCAyNy40OTIgODYuODI0IDQ4LjU4IDY5LjY2NyA4Ni44MjMgNDguNTggODYuODIzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwN0FGRiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik03My44OTggNDcuMDhINTIuMDY2VjIwLjgzYTQgNCAwIDAgMC04IDB2MzAuMjVhNCA0IDAgMCAwIDQgNGgyNS44MzJhNCA0IDAgMCAwIDAtOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDdBRkYiIGZpbGw9IiMxOTc5QzMiLz48L3N2Zz4=) no-repeat center;
  background-size: contain;
  content: '';
  height: 14px;
  left: 15px;
  position: absolute;
  top: 8px;
  width: 14px;
}
.amlocator-schedule-container .amlocator-today .amlocator-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.amlocator-schedule-container .amlocator-arrow {
  margin: 6px 0 0 15px;
}
.amlocator-schedule-container .amlocator-week {
  display: none;
  margin: 0 20px;
}
.amlocator-schedule-container.active .amlocator-week-container {
  min-height: 10rem;
  position: relative;
}
.amlocator-schedule-container.active .amlocator-arrow:after {
  transform: rotate(45deg);
}
.amlocator-schedule-container.active .amlocator-arrow:before {
  transform: rotate(-45deg);
}
.amlocator-schedule-table {
  display: flex;
  flex-direction: column;
}
.amlocator-schedule-table .amlocator-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.amlocator-schedule-table .amlocator-cell {
  box-sizing: border-box;
  width: 50%;
}
.amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 15px;
}
.amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8%;
  text-align: right;
  white-space: nowrap;
}
.amlocator-pager-container {
  margin-top: auto;
}
.amlocator-pager-container .pages {
  text-align: right;
}
.amlocator-pager-container .items {
  padding: 0 1.5rem .2rem;
}
.amlocator-pager-container .items .action:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-pager-container .pages .page {
  background: #f8f8f8;
  color: #000000;
  font-weight: normal;
  line-height: 1;
  padding: 8px 10px;
}
.amlocator-pager-container .pages a.page {
  color: #000000;
}
.amlocator-pager-container .pages .item {
  margin: 0;
  position: relative;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
  margin-right: 10px;
}
.amlocator-pager-container .pages .current .page,
.amlocator-pager-container .pages .page:hover {
  background: #1979c3;
  color: #ffffff;
}
.amlocator-pager-container .pages a.action {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.amlocator-pager-container .pages a.action:hover {
  background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
  color: #000000;
  font-size: 14px;
}
.amlocator-pager-container .pages .items a.action:hover:before {
  color: #ffffff;
}
.amlocator-pager-container .pages > .label {
  position: relative;
}
.amlocator-map .amlocator-image img {
  max-width: 150px;
}
.amlocator-info-popup {
  width: 250px;
}
.amlocator-info-popup .amlocator-name {
  margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
  clear: both;
  display: block;
  margin-bottom: 10px;
  width: 100px;
}
.amlocator-index-index {
  overflow-x: hidden;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  width: 107px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container.-main-page {
  margin: 0 10px;
}
.amstars-rating-container .amstars-stars {
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
/* phpcs:ignoreFile */
.amlocator-description-grey {
  background: #fbfbfb;
  padding: 0 15px;
  word-break: break-word;
}
.amlocator-location-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.amlocator-location-container .amlocator-column,
.amlocator-location-container .amlocator-block {
  box-sizing: border-box;
  width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
  padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
  padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
  height: 170px;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
  box-sizing: border-box;
  margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
  border-top: 1px solid #d2dde5;
  margin: 0;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
.amlocator-location-container .amlocator-directions-container {
  max-height: 500px;
  overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
  font-weight: 600;
}
.amlocator-location-container .amlocator-button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: inherit;
  min-height: 40px;
}
.amlocator-location-container .amlocator-button:hover {
  background-color: #1c87da;
}
.amlocator-route-creator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1979c3;
  box-sizing: border-box;
}
.amlocator-route-creator .amlocator-modes {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.amlocator-route-creator .amlocator-travel-mode {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3.5rem;
  height: 3.5rem;
  opacity: .6;
  transition: all .3s ease;
  width: 3.5rem;
}
.amlocator-route-creator .amlocator-travel-mode:not(:last-of-type) {
  margin-right: 5px;
}
.amlocator-route-creator .amlocator-travel-mode:focus {
  border: 1px solid #ffffff;
}
.amlocator-route-creator .amlocator-travel-mode.radio-checked,
.amlocator-route-creator .amlocator-travel-mode:focus,
.amlocator-route-creator .amlocator-travel-mode:hover {
  background-color: #2d93e2;
  opacity: 1;
}
.amlocator-route-creator .amlocator-travel-mode.-driving {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuODE1IDExLjY5N0gxLjEyN3YuOTdjMCAuNTM5IDAgMS4wNzguMDI1IDEuNjE2LjAxNy40OTEuMjE2LjcwNS42NS43MTJoMS40NmEuNDYuNDYgMCAwIDAgLjM5LS4xMjcuNDkyLjQ5MiAwIDAgMCAuMTUtLjM5M2MuMDI0LS4yODEuMDM1LS41NjUuMDM1LS44NDggMC0uNjEgMC0xLjIyLS4wMTUtMS44MjktLjAwNC0uMDIzLS4wMDYtLjA2NC0uMDA3LS4xek0xNi45OSA5LjA3MVY3LjEyOWExLjU0NCAxLjU0NCAwIDAgMC0uMjQyLS44NGMtLjIxLS4zNC0uNDEyLS42ODctLjU5NC0xLjA0M2wtLjAyNC0uMDQ4YS41NTEuNTUxIDAgMCAwIC4wNzEtLjA0My42MjguNjI4IDAgMCAwIC4yMjYtLjU2M2wtLjExOS0uNjhhLjQxMi40MTIgMCAwIDAtLjE0OC0uMjQ1LjM4OC4zODggMCAwIDAtLjI2OS0uMDgybC0uNDc3LjAzNmMtLjI1LS41ODItLjQ4NS0xLjE4LS43MTgtMS43NzZhMTcuMjUyIDE3LjI1MiAwIDAgMC0uNTEzLTEuMTg4Ljk5Mi45OTIgMCAwIDAtLjMwNS0uMzg0Ljk1Ljk1IDAgMCAwLS40NDctLjE4NSA1LjY2MSA1LjY2MSAwIDAgMC0uODY4LS4wOGMtLjg3NiAwLTEuNzUuMDMtMi42My4wMzYtLjcwNyAwLTEuNDE0IDAtMi4xMjItLjAxMkw1LjQ1LjAxMmExMi4wNTQgMTIuMDU0IDAgMCAwLTEuODE5LjA1NWMtLjE5LjAxNi0uMzc0LjA4Mi0uNTMzLjE5Mi0uMTU5LjExLS4yODguMjYtLjM3Ni40MzUtLjAzOC4wNzYtLjA4LjE1LS4xMS4yMjctLjI3NS43LS41NDQgMS40MDYtLjgyNCAyLjEwNC0uMDcxLjIwMi0uMTQ5LjQwMS0uMjMxLjU5NmwtLjUxMy0uMDQ4YS4zODguMzg4IDAgMCAwLS4yNjkuMDgzLjQxMi40MTIgMCAwIDAtLjE0OC4yNDVsLS4xMi42OTFhLjYyOC42MjggMCAwIDAgLjIxNS41NjMuNjYuNjYgMCAwIDAgLjExNy4wNjJjLS4yMDkuNDExLS40NDEuODEtLjY5NSAxLjE5MmEuODkzLjg5MyAwIDAgMC0uMTMuNDA2QzAgNy4wNzkgMCA3LjM0NSAwIDcuNjFjMCAuNjA1LjAwNSAxLjIxMi4wMTUgMS44MTkgMCAuMzQ3IDAgLjY5NS4wMTkgMS4wNGEuNzMuNzMgMCAwIDAgLjE1My40MzQuNjkuNjkgMCAwIDAgLjM3Ny4yNDhjLjMyMy4wOTcuNjU4LjE0NC45OTQuMTQxLjc1MS4wMTQgMS41MTYuMDE0IDIuMjc1LjAxNGg4LjQwM2MxLjE5NCAwIDIuMzg5LjA2MiAzLjU4Mi0uMDM3YTMuMTEgMy4xMSAwIDAgMCAuNjktLjE1LjY0OC42NDggMCAwIDAgLjMwOS0uMjEyYy4wOC0uMTAxLjEzMS0uMjI0LjE0NS0uMzU0LjAyMi0uMTE4LjAzNS0uMjM4LjAzOC0uMzU3LjAwMi0uMzczLS4wMS0uNzUyLS4wMS0xLjEyNnptLTE0LjUyOC4wNGMtLjI2IDAtLjUxNS0uMDgtLjczMS0uMjI5YTEuMzUgMS4zNSAwIDAgMS0uNDg1LS42MSAxLjQgMS40IDAgMCAxLS4wNzQtLjc4NWMuMDUtLjI2My4xNzYtLjUwNS4zNi0uNjk1LjE4My0uMTkuNDE4LS4zMi42NzMtLjM3Mi4yNTUtLjA1My41Mi0uMDI2Ljc2LjA3N3MuNDQ2LjI3Ny41OS41YTEuMzkxIDEuMzkxIDAgMCAxIC4xMjIgMS4yNzYgMS4zNjMgMS4zNjMgMCAwIDEtLjI4NS40NDIgMS4zMTMgMS4zMTMgMCAwIDEtLjQyNy4yOTVjLS4xNi4wNjgtLjMzLjEwMy0uNTAzLjEwM3YtLjAwMnptLS4yOTUtMy45MzdjLjAwOS0uMDM1LjAxMy0uMDU0LjAyLS4wNzFMMy43IDEuNTAyYy4wMTctLjA0My4wNC0uMDg0LjA2LS4xMjNhLjI2MS4yNjEgMCAwIDEgLjEtLjExNy4yNS4yNSAwIDAgMSAuMTQ4LS4wMzhoOC45MzdhLjI4Ny4yODcgMCAwIDEgLjE5NS4wNDljLjA1OC4wMzkuMS4wOTguMTIuMTY2LjE1OC4zODkuMzIuNzc3LjQ4MyAxLjE2NWwxLjAwNCAyLjQyOWMuMDEzLjAzLjAyNC4wNjQuMDQzLjExbC0xMi42MjMuMDMxem0xMi4zMzUgMy45NGExLjI4NiAxLjI4NiAwIDAgMS0uNzI5LS4yMzYgMS4zNTEgMS4zNTEgMCAwIDEtLjQ3OS0uNjE1IDEuNCAxLjQgMCAwIDEtLjA2OC0uNzg2Yy4wNTMtLjI2My4xOC0uNTA0LjM2Ni0uNjkyYTEuMjc2IDEuMjc2IDAgMCAxIDEuNDM2LS4yOGMuMjQuMTA0LjQ0NC4yOC41ODcuNTA2YTEuMzkyIDEuMzkyIDAgMCAxLS4xOCAxLjcxMyAxLjI5MyAxLjI5MyAwIDAgMS0uOTMzLjM5em0tMS4zMTUgMi42MTZ2MS41ODljMCAuMzM1LjAxNy42NzMuMDQgMS4wMDkuMDMuNDM0LjE5OS42MzguNTYzLjY0OGEzMC44NyAzMC44NyAwIDAgMCAxLjU4NCAwIC40MTMuNDEzIDAgMCAwIC4zLS4xMDEuNDQuNDQgMCAwIDAgLjE0OC0uMjg3Yy4wMzQtLjE1Mi4wNTMtLjMwNy4wNTYtLjQ2MnYtMi4zMThhLjc1NS43NTUgMCAwIDAgMC0uMDhoLTIuNjgxbC0uMDEuMDAyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-transit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjMxOCA5VjIuNzdhLjY5OC42OTggMCAwIDAtLjItLjQ5LjY3Ny42NzcgMCAwIDAtLjQ4Mi0uMjAzVjBIMS4zNjR2Mi4wNzdhLjY3Ny42NzcgMCAwIDAtLjQ4Mi4yMDMuNjk4LjY5OCAwIDAgMC0uMi40OVY5SDB2NS41MzloMS4zNjR2Mi40MjNjMCAuMjc1LjEwNy41NC4zLjczNC4xOTEuMTk1LjQ1MS4zMDQuNzIyLjMwNGguNjgyYy4yNzEgMCAuNTMyLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0aDYuODE4djIuNDIzYzAgLjI3NS4xMDguNTQuMy43MzQuMTkxLjE5NS40NTIuMzA0LjcyMy4zMDRoLjY4MmMuMjcgMCAuNTMxLS4xMS43MjMtLjMwNC4xOTItLjE5NS4zLS40NTkuMy0uNzM1VjE0LjU0SDE1VjloLS42ODJ6bS0xLjE5MyAyLjc3YzAgLjIwNS0uMDYuNDA1LS4xNzIuNTc2LS4xMTMuMTctLjI3Mi4zMDQtLjQ2LjM4M2ExLjAwOCAxLjAwOCAwIDAgMS0xLjExNC0uMjI1IDEuMDQ0IDEuMDQ0IDAgMCAxLS4yMjItMS4xMzJjLjA3OC0uMTkuMjA5LS4zNTIuMzc3LS40NjZhMS4wMTIgMS4wMTIgMCAwIDEgMS4yOTEuMTI5Yy4xOTIuMTk1LjMuNDU5LjMuNzM0em0tOS4yMDUgMGMwIC4yMDUtLjA2LjQwNS0uMTcyLjU3NmExLjAwOCAxLjAwOCAwIDAgMS0xLjU3NC4xNTcgMS4wNDMgMS4wNDMgMCAwIDEtLjIyMS0xLjEzMWMuMDc3LS4xOS4yMDgtLjM1Mi4zNzctLjQ2NmExLjAxMiAxLjAxMiAwIDAgMSAxLjI5LjEyOWMuMTkzLjE5NS4zLjQ1OS4zLjczNHpNOC4xODIgOVYzLjQ2Mmg0Ljc3MlY5SDguMTgyek0yLjA0NSAzLjQ2Mmg0Ljc3M1Y5SDIuMDQ1VjMuNDYyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amlocator-route-creator .amlocator-travel-mode.-walking {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMjM4IDEwLjY2Nkw3LjM0NSA4LjA2bC0uMzcxIDIuMzUuOTAzIDEuMjQzYS44NC44NCAwIDAgMCAxLjE3NS4xODcuODQuODQgMCAwIDAgLjE4Ni0xLjE3NXpNNy4zMjMgMi40NGExLjY4MiAxLjY4MiAwIDEgMS0zLjM2NSAwIDEuNjgyIDEuNjgyIDAgMCAxIDMuMzY1IDB6TTQuMTU4IDE0LjQzNWwtMi4xODggMy4wM2ExLjAyOCAxLjAyOCAwIDEgMCAxLjY2NyAxLjIwNGwxLjc5LTIuNDc4LTEuMjY5LTEuNzU2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik05LjgwNSAxNy40NjVsLTMuODYtNS4zNDUuNzk3LTUuMDMzYTIuMDU1IDIuMDU1IDAgMCAwLTEuNzEtMi4zNTJjLS42Ny0uMTA2LTEuMjUzLjE5OC0xLjc2NC41NjlMLjg0NCA3LjA2NWEuODQxLjg0MSAwIDAgMC0uMzM3LjU1TC4wMSAxMC43NTJhLjg0MS44NDEgMCAwIDAgMS42NjIuMjYzbC40NDMtMi43OTUgMS4xNzYtLjg1NS0uNDg1IDMuMDczYy0uMDg0LjUyOC4wMzcuODk4LjI4MSAxLjIzNmw1LjA1MSA2Ljk5NGExLjAyNyAxLjAyNyAwIDEgMCAxLjY2Ny0xLjIwNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
}
.amlocator-route-creator .amlocator-travel-mode.-bicycling {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjEzNCA0LjI3NmExLjYzMSAxLjYzMSAwIDEgMC0yLjUyOC0yLjA2MiAxLjYzMSAxLjYzMSAwIDAgMCAyLjUyOCAyLjA2MnpNMTAuMDMxIDcuMDUzbDIuOTA3IDMuMDkyYS42Ni42NiAwIDAgMCAuOTM1LjAyOS42NjIuNjYyIDAgMCAwIC4wMjktLjkzNWwtMy42OTgtMy45MzVhLjY1LjY1IDAgMCAwLS4wODUtLjA3M2MtLjAxLS4wMS0uMDE4LS4wMi0uMDI5LS4wMjktLjUxNy0uNDM1LTEuNTI5LS41MzQtMi4zNy4zMDctMS4xNTMgMS4xNjItMS42OTkgMi4wMi0yLjI3MSAzLjY0LS4zMjkgMS4yMTguMzc3IDEuNzA1IDEuMDE1IDIuMDA3LjE2Ny4wOC4zMTIuMTQyLjQ0Mi4xNzQuMDM1LjAxMy4wNjguMDI4LjEwNS4wMzdsMi4zNjcuNTcyLS45MzggMy43MTFhLjg4Mi44ODIgMCAwIDAgMS43MS40MzNsMS4xNTctNC41NzZhLjg4Mi44ODIgMCAwIDAtLjY0OC0xLjA3NGwtMi41My0uNjFjLjQ5Ny0xLjAwMyAxLjI2NC0xLjkzOCAxLjgtMi42NDYuMDM2LS4wNC4wNy0uMDgxLjEwMi0uMTI0eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkgMTUuMmEzLjggMy44IDAgMSAxLTcuNiAwIDMuOCAzLjggMCAwIDEgNy42IDB6bS0zLjggMS45YTEuOSAxLjkgMCAxIDAgMC0zLjggMS45IDEuOSAwIDAgMCAwIDMuOHpNNy42IDE1LjJhMy44IDMuOCAwIDEgMS03LjYgMCAzLjggMy44IDAgMCAxIDcuNiAwem0tMy44IDEuOWExLjkgMS45IDAgMSAwIDAtMy44IDEuOSAxLjkgMCAwIDAgMCAzLjh6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.amlocator-route-creator .amlocator-addresses {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
  flex: 1;
  margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
  border: none;
  height: 35px;
}
.amlocator-route-creator .amlocator-address:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-creator .amlocator-address.-end {
  background: #f2f2f2;
  color: #494949;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
  margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMTZhMSAxIDAgMSAwIDIgMEg3ek04LjcwNy4yOTNhMSAxIDAgMCAwLTEuNDE0IDBMLjkyOSA2LjY1N0ExIDEgMCAwIDAgMi4zNDMgOC4wN0w4IDIuNDE0bDUuNjU3IDUuNjU3YTEgMSAwIDEgMCAxLjQxNC0xLjQxNEw4LjcwNy4yOTN6TTkgMTZWMUg3djE1aDJ6TTE0IDE2YTEgMSAwIDEgMC0yIDBoMnptLTEuNzA3IDE1LjcwN2ExIDEgMCAwIDAgMS40MTQgMGw2LjM2NC02LjM2NGExIDEgMCAwIDAtMS40MTQtMS40MTRMMTMgMjkuNTg2bC01LjY1Ny01LjY1N2ExIDEgMCAwIDAtMS40MTQgMS40MTRsNi4zNjQgNi4zNjR6TTEyIDE2djE1aDJWMTZoLTJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 33px;
  opacity: .6;
  padding: 0;
  transition: all .3s ease;
  width: 20px;
}
.amlocator-route-creator .amlocator-swap:hover,
.amlocator-route-creator .amlocator-swap:focus {
  opacity: 1;
}
.amlocator-route-creator .amlocator-swap:focus {
  box-shadow: 0 0 3px 1px #ffffff;
}
.amlocator-route-icon {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
  justify-content: space-between;
  width: 13px;
}
.amlocator-route-icon .amlocator-icon {
  box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 12px;
  width: 12px;
}
.amlocator-route-icon .amlocator-icon.-dot {
  background: #2d93e2;
  border-radius: 10px;
  height: 4px;
  width: 4px;
}
.amlocator-route-icon .amlocator-icon.-end {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljc1IDE4UzEzIDExLjc0NyAxMyA2YzAtNC0zLTYtNi41LTZTMCAyIDAgNmMwIDUuNzQ3IDYuNzUgMTIgNi43NSAxMnpNNi41IDlhMi41IDIuNSAwIDEgMCAwLTUgMi41IDIuNSAwIDAgMCAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) no-repeat center;
  height: 18px;
  width: 13px;
}
.amlocator-collapse-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.amlocator-directions-container table.adp-placemark {
  background: #1978c3;
  color: #ffffff;
}
.amlocator-directions-container td.adp-text {
  font-weight: 600;
  vertical-align: middle;
}
.amlocator-location-info {
  box-sizing: border-box;
  padding: 15px;
}
.amlocator-location-info .amlocator-block {
  margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
  color: #000000;
  cursor: pointer;
}
.amlocator-location-info .amlocator-icon {
  background-color: #1979c3;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width: 20px;
}
.amlocator-location-info .amlocator-icon.-website {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMGE2IDYgMCAxIDEgMCAxMkE2IDYgMCAwIDEgNiAwem00LjQwOCAyLjg1NGMtLjQ2MS4zMDktLjk1My41NjktMS40NjguNzc2LjIyMi42Ny4zNSAxLjM2Ny4zOCAyLjA3MWgyLjA4N2E1LjQxIDUuNDEgMCAwIDAtMS0yLjg0N3ptLTguODEzIDBBNS40IDUuNCAwIDAgMCAuNiA1LjcwMmgyLjA4Yy4wMy0uNzA1LjE1OC0xLjQwMi4zOC0yLjA3MmE3Ljk5NiA3Ljk5NiAwIDAgMS0xLjQ2Ni0uNzc2em04LjgxMyA2LjI5MmE1LjQgNS40IDAgMCAwIDEtMi44NDdIOS4zMjJhNy41OSA3LjU5IDAgMCAxLS4zNiAyLjA3N2MuNTA3LjIwNy45OS40NjUgMS40NDUuNzd6TS42IDYuMjk2YTUuNDA3IDUuNDA3IDAgMCAwIDEgMi44NSA3Ljk5MyA3Ljk5MyAwIDAgMSAxLjQ0NC0uNzcgNy41OTQgNy41OTQgMCAwIDEtLjM2Ni0yLjA4SC42em01LjEwNyAxLjUxMnYtMS41MUgzLjI3NGMtLjAzNC4zMzQuMTkgMS42MjIuMzI2IDEuODc4YTcuODk3IDcuODk3IDAgMCAxIDIuMTAyLS4zNjZsLjAwNS0uMDAyem0zLjAyOS0xLjUxSDYuMjk5VjcuODFhNy45MiA3LjkyIDAgMCAxIDIuMTAxLjM2OGMuMTk3LS42MDguMzEtMS4yNC4zMzYtMS44OHptLTMuMDMyLS42VjQuMTlhNy45MyA3LjkzIDAgMCAxLTIuMDg0LS4zNmMtLjE1OC4zNC0uMzkzIDEuNjQzLS4zNCAxLjg3NWgyLjQyNHYtLjAwNnptMi42ODMtMS44NzFhNy45NDMgNy45NDMgMCAwIDEtMi4wODguMzZ2MS41MTVoMi40MzVhNy4wNCA3LjA0IDAgMCAwLS4zNDctMS44NzV6TTMuOCA4LjczNGE3LjA0NSA3LjA0NSAwIDAgMCAxLjkwMiAyLjYyVjguNGMtLjM2OC0uMDI0LTEuNTMyLjE3OS0xLjkwMi4zMzR6bTIuNDk4IDIuNjIyYTcuMDU3IDcuMDU3IDAgMCAwIDEuOTA0LTIuNjI3QTcuMzggNy4zOCAwIDAgMCA2LjI5OCA4LjR2Mi45NTZ6TTMuODIyIDMuMjc0Yy40MjguMTYgMS41OTIuMzYgMS44OC4zMjJWLjcwNmE3LjA1MiA3LjA1MiAwIDAgMC0xLjg4IDIuNTY4em00LjM2IDBBNy4wNTIgNy4wNTIgMCAwIDAgNi4yOTkuNzA2VjMuNmE3LjM5NyA3LjM5NyAwIDAgMCAxLjg4My0uMzIzdi0uMDAzem0tNC45MTQtLjE5NUE3LjcyMiA3LjcyMiAwIDAgMSA0LjgyNC43MiA1LjM4OCA1LjM4OCAwIDAgMCAxLjk2MiAyLjRjLjQxMS4yNy44NDkuNDk4IDEuMzA2LjY4ek03LjE3OC43MmE3Ljc0OCA3Ljc0OCAwIDAgMSAxLjU2IDIuMzYgNy4yMTYgNy4yMTYgMCAwIDAgMS4zMDUtLjY4NkE1LjQgNS40IDAgMCAwIDcuMTc3Ljcyem0uMDggMTAuNTRhNS4zNjQgNS4zNjQgMCAwIDAgMi43ODEtMS42NTNBNy4yMjUgNy4yMjUgMCAwIDAgOC43NiA4LjkzYTcuODQyIDcuODQyIDAgMCAxLTEuNTAxIDIuMzN6TTEuOTYzIDkuNjA3YTUuMzcxIDUuMzcxIDAgMCAwIDIuNzgyIDEuNjUzIDcuODI4IDcuODI4IDAgMCAxLTEuNDk4LTIuMzNjLS40NS4xODItLjg4LjQxLTEuMjg0LjY3N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzUgMS45NjZsMS4xMTgtLjc0M2MuMzY3LS4yNDUuNzUyLS4xNTQuOTU0LjI1NWwuOTU1IDEuOTM1LS43NjUuODZjLS4yNTMuMjkzLS40NDMuNTcyLS4yNjkuOTg5LjY4NyAxLjY0OCAyLjI4MiAzLjU4IDMuNzcgNC41NjcuMzc3LjI1LjY4Ny4xMTYgMS4wMjItLjA3N2wuOTktLjU4OCAxLjcyIDEuMzA0Yy4zNjMuMjc2LjM3OS42NzEuMDY5Ljk4NmwtLjk0Mi45NTVDNy4yMDcgMTQuNjA2LTEuODQzIDMuNjM2Ljc1MSAxLjk2N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-info .amlocator-icon.-email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNDQzIDFIMS41NTdDMS4yNSAxIDEgMS4yMTcgMSAxLjQ4NHY1LjAzMmMwIC4yNjcuMjUuNDg0LjU1Ny40ODRoOC44ODZjLjMwNyAwIC41NTctLjIxNy41NTctLjQ4NFYxLjQ4NGMwLS4yNjctLjI1LS40ODQtLjU1Ny0uNDg0em0tOC44ODYuMjUyaDguODg2Yy4xNDMgMCAuMjYuMDk5LjI2Ni4yMjJMNi4yMjYgNC42NzFhLjQyOC40MjggMCAwIDEtLjQ1MiAwTDEuMjkxIDEuNDc0Yy4wMDYtLjEyMy4xMjMtLjIyMi4yNjYtLjIyMnpNMS4yOSAxLjhMNC4zNzUgNCAxLjI5IDYuMlYxLjh6bTkuMTUzIDQuOTQ4SDEuNTU3Yy0uMTQzIDAtLjI2LS4wOTktLjI2Ni0uMjIybDMuMzEzLTIuMzYzLjk4Ni43MDNBLjcxMS43MTEgMCAwIDAgNiA0Ljk5YS43MTIuNzEyIDAgMCAwIC40MS0uMTIzbC45ODYtLjcwMyAzLjMxMyAyLjM2M2MtLjAwNi4xMjMtLjEyMy4yMjItLjI2Ni4yMjJ6bS4yNjYtLjU0OEw3LjYyNSA0bDMuMDg0LTIuMnY0LjR6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjQiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
  background: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 0;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDBDNC40ODggMCAwIDQuNDg4IDAgMTBzNC40ODggMTAgMTAgMTAgMTAtNC40ODggMTAtMTBTMTUuNTEyIDAgMTAgMHoiIGZpbGw9IiMxOTc5QzMiLz48cGF0aCBkPSJNMTAuMDk5IDRIOXY2LjEzNkwxMy4zNCAxM2wuNjYtLjcyNy0zLjkwMS0yLjU5MVY0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
  height: 20px;
  left: 0;
  top: 5px;
  width: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
  padding-left: 10px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
  padding-right: 8px;
}
.amlocator-location-gallery {
  padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
  height: 80px;
  padding: 0 25px;
}
.amlocator-location-gallery .slick-slide {
  margin: .2rem;
}
.amlocator-location-gallery .amlocator-link {
  height: 80px;
  text-align: center;
}
.amlocator-location-gallery .amlocator-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
  display: inline-block;
}
.amlocator-location-gallery .slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.fancybox-button,
.fancybox-button:hover {
  box-shadow: none !important;
}
.amlocator-location-reviews {
  max-height: 500px;
  overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.amlocator-reviews-general {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amlocator-reviews-general .amlocator-value {
  font-size: 50px;
  font-weight: 400;
  margin-right: 10px;
}
.amlocator-reviews-general .amlocator-wrapper {
  margin-right: 20px;
}
.amlocator-location-review {
  padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
  font-weight: bold;
}
.amlocator-location-review .amlocator-message {
  margin-top: 10px;
  max-height: 1000px;
  overflow: auto;
  transition: all .3s ease;
  word-break: break-word;
  word-wrap: break-word;
}
.amlocator-location-review .amlocator-message.-collapsed {
  max-height: 60px;
  overflow: hidden;
}
.amlocator-location-review .amlocator-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amlocator-location-review .amlocator-link.-full,
.amlocator-location-review .amlocator-link.-full:visited,
.amlocator-location-review .amlocator-link.-full:active,
.amlocator-location-review .amlocator-link.-full:hover {
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-right: 14px;
  position: relative;
}
.amlocator-location-review .amlocator-date {
  color: #555555;
  font-size: 12px;
  margin-left: auto;
  margin-right: 5px;
}
.amlocator-attributes-container {
  display: none;
  padding: 30px 20px;
}
.amlocator-location-attribute:not(:first-of-type) {
  margin-top: 25px;
}
.amlocator-location-attribute .amlocator-values {
  display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
  border-radius: 2px;
  /* phpcs:ignore Magento2.Less.ZeroUnits.ZeroUnitFound */
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 10px;
}
.amlocator-location-attribute .amlocator-value.-multiselect {
  background: #ffffff;
  color: #363636;
}
.hidden {
  display: none;
}
.loading-mask {
  z-index: 100001 !important;
}
.amlocator-review-popup {
  align-items: center;
  display: flex;
  justify-content: center;
}
.amlocator-review-popup-content {
  padding-bottom: 30px;
}
.amlocator-review-popup .modal-inner-wrap {
  border-radius: 10px;
  max-width: 500px;
  min-width: 330px;
  width: 30%;
}
.amlocator-review-popup .modal-inner-wrap .modal-header {
  padding-top: 2rem;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close {
  padding: 12px;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:hover:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-header .action-close:focus:before {
  color: #1979c3;
}
.amlocator-review-popup .modal-inner-wrap .modal-footer {
  padding-top: 0;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-header {
  font-size: 16px;
  margin-bottom: 10px;
}
.amlocator-review-popup .modal-inner-wrap .amlocator-name {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.amlocator-review-popup .modal-inner-wrap .review-control-vote:focus-within:before {
  background: url(data:image/svg+xml;base64,PCEtLSBzYW1wbGUgcmVjdGFuZ2xlIC0tPgo8c3ZnIHdpZHRoPSIzMyIgaGVpZ2h0PSIyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMzdjI3SDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4zMDUgMTAuMzEzTDE0IDBsLTMuMzA1IDEwLjMxM0gwbDguNjUyIDYuMzc0TDUuMzQ4IDI3IDE0IDIwLjYyNiAyMi42NTIgMjdsLTMuMzA1LTEwLjMxM0wyOCAxMC4zMTNIMTcuMzA1em00LjY1NCAxLjk5aC02LjA4TDE0IDYuNDRsLTEuODc5IDUuODYzaC02LjA4bDQuOTE5IDMuNjI0LTEuODggNS44NjNMMTQgMTguMTY2bDQuOTIgMy42MjQtMS44OC01Ljg2MyA0LjkyLTMuNjI0eiIgZmlsbD0iIzAwNmJiNCIvPjwvc3ZnPg==);
}
.amlocator-review-form .review-field-rating .control {
  margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
  color: #3f3f3f;
  font-weight: 400;
}
.amlocator-review-form .review-control-vote:before {
  content: '';
  width: 165px;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
}
.amlocator-review-form .review-control-vote label:before {
  content: '';
  display: inline-block;
  height: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
}
.amlocator-review-form .review-control-vote input[type='radio']:not(:checked) + label:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  cursor: pointer;
  opacity: 1;
}
.amlocator-review-form .review-control-vote {
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen,Magento2.Less.BracesFormatting.SpacingBeforeClose  */
}
.amlocator-review-form .review-control-vote .rating-5:before {
  width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
  width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
  width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
  width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
  width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
  background: #1979c3;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  min-height: 40px;
  width: inherit;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
  background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
  margin: 10px 15px 0 0;
  vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
body.kettal-grid.designers-index-index .page-wrapper .row.designers .kettal-grid-item {
  max-height: inherit !important;
}
@media screen and (min-width: 375px) {
  body.kettal-grid.designers-index-index .page-wrapper .row.designers .kettal-grid-item .box {
    max-height: inherit !important;
  }
}
body.kettal-grid.designers-index-index .page-wrapper .row.designers .kettal-grid-item .default-content .two-row-name-font {
  display: none;
}
@media screen and (min-width: 1367px) {
  body.kettal-grid.designers-index-index .page-wrapper .row.designers .kettal-grid-item .default-content .two-row-name-font {
    display: flex;
  }
}
.video-container .play-pause {
  cursor: pointer;
}
.products-carousel .owl-stage-outer {
  height: 100%;
}
.products-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.products-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.products-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  height: 100%;
}
.products-carousel .owl-nav {
  height: 0;
}
.products-carousel .owl-nav button {
  position: absolute;
  bottom: 0;
}
.products-carousel .owl-nav button.owl-prev {
  left: 0;
}
.products-carousel .owl-nav button.owl-next {
  right: 0;
}
body.kettal-grid.designers-index-index .page-wrapper .row.designers .two-row-name-font {
  color: #ffffff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/loader-1.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'luma-icons';
  font-size: 14px;
  line-height: 1;
  color: #333333;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\e617';
}
[dir="rtl"] .slick-prev:before {
  content: '\e608';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\e608';
}
[dir="rtl"] .slick-next:before {
  content: '\e617';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  /*height: 20px;
            width: 20px;*/
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background-color: rgba(0, 0, 0, 0.145);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: 'luma-icons';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.hotspot-position {
  color: #898985;
  z-index: 10;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  background: #ffffff80;
}
.hotspot-position .hotspot-click {
  z-index: -1;
}
.hotspot-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 435px;
  height: 190px;
  z-index: 1000;
  position: absolute;
  background-color: #fff;
}
.hotspot-popup .hotspot-button {
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
}
.hotspot-popup .hotspot-isfrom {
  margin-bottom: 15px;
}
.hotspot-popup .hotspot-longname {
  line-height: 1.4;
}
.hotspot-popup .hotspot-wishlist {
  position: relative;
  padding-left: 15px;
  display: block;
}
.hotspot-popup .hotspot-wishlist span {
  position: absolute;
  top: 8px;
  left: 25px;
  width: 12px;
}
.hotspot-popup .hotspot-wishlist img {
  width: 50px;
}
.hotspot-popup .hotspot-popup-inner {
  display: flex;
  position: relative;
  background: #fff;
}
.hotspot-popup .hotspot-popup-inner .hotspot-popup-close {
  top: 0;
  right: 0;
  padding: 7px 9px;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
}
.hotspot-popup .hotspot-popup-inner .hotspot-popup-close img {
  width: 20px;
}
.hotspot-popup .hotspot-popup-inner .hotspot-popup-close img:hover {
  opacity: 0.5;
}
.hotspot-popup .hotspot-popup-inner .hotspot-view-product {
  align-items: center;
  padding: 10px 0px 10px 0px;
  display: flex;
}
.hotspot-popup .hotspot-popup-inner .hotspot-product-title {
  padding: 15px;
  justify-content: center;
  flex-direction: column;
}
.hotspot-popup .hotspot-popup-inner .hotspot-product-title h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 16px;
  font-family: 'gt-haptik-bold';
}
.hotspot-popup .hotspot-popup-inner .hotspot-product-image {
  width: 190px;
  text-align: center;
}
.hotspot-popup .hotspot-popup-inner .hotspot-product-image img {
  height: 100%;
}
.hotspot-popup .hotspot-designer,
.hotspot-popup .hotspot-isfrom {
  font-size: 12px;
}
.hotspot-popup .hotspot-manufacturer {
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'gt-haptik-light';
}
.hotspot-inner {
  width: 100%;
  position: relative;
}
.image-wrap {
  width: 150px;
  margin: auto;
}
.title-wrap,
.price-wrap {
  padding-left: 20px;
}
.title-wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin: 0 0 5px;
}
.title-wrap h5:focus {
  text-decoration: none;
}
.price-label {
  display: none;
}
/* PRODUCT SLIDER */
.grid-slider {
  opacity: 0;
}
.grid-init .grid-slider,
.grid-slider.grid-init,
.grid-slider.slick-initialized {
  opacity: 1;
}
/* MEDIA QUERYS */
@media only screen and (max-width: 767px) {
  .hotspot-position {
    color: #000;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .hotspot-popup {
    width: 370px;
    height: 170px;
  }
  .hotspot-popup .hotspot-wishlist img {
    width: 29px;
  }
  .hotspot-popup .hotspot-manufacturer,
  .hotspot-popup .hotspot-designer,
  .hotspot-popup .hotspot-isfrom {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .hotspot-popup .hotspot-button {
    font-size: 10px;
    width: 81px;
  }
  .hotspot-popup .hotspot-shortname {
    line-height: 1.7;
  }
  .hotspot-popup .hotspot-product-title {
    width: auto;
    padding: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .hotspot-popup .hotspot-product-title h4 {
    font-size: 12px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-product-image {
    width: auto;
    display: flex;
    align-items: center;
    margin: auto 10px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-product-image img {
    height: auto;
  }
  .hotspot-popup .image-wrap {
    width: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .hotspot-position {
    line-height: 2rem;
    font-size: 1.5rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .hotspot-popup {
    width: 283px;
    height: 120px;
  }
  .hotspot-popup .hotspot-wishlist span {
    left: 23px;
  }
  .hotspot-popup .hotspot-wishlist img {
    width: 29px;
  }
  .hotspot-popup .hotspot-designer-name,
  .hotspot-popup .hotspot-isfrom-name {
    display: none;
  }
  .hotspot-popup .hotspot-isfrom {
    margin-bottom: 5px;
  }
  .hotspot-popup .hotspot-longname,
  .hotspot-popup .hotspot-shortname {
    line-height: 1 !important;
  }
  .hotspot-popup .hotspot-button {
    width: 90px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-popup-close {
    padding: 0px 5px 0px 0px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-product-title {
    padding: 0;
  }
  .hotspot-popup .image-wrap {
    width: 90px;
  }
}
@media only screen and (max-width: 320px) {
  .hotspot-popup {
    width: 245px;
    height: 100px;
  }
  .hotspot-popup .hotspot-button {
    width: 105px;
    font-size: 9px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-popup-close {
    padding: 5px;
  }
  .hotspot-popup .hotspot-popup-inner .hotspot-product-title h4 {
    font-size: 12px;
  }
  .hotspot-popup .hotspot-wishlist span {
    top: 4px;
    left: 20px;
  }
  .hotspot-popup .image-wrap {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  body .modal-popup.vimeo-modal {
    left: 0 !important;
  }
}
body .modal-popup.vimeo-modal .modal-inner-wrap {
  background-color: transparent !important;
  width: 90vw !important;
}
@media screen and (min-width: 768px) {
  body .modal-popup.vimeo-modal .modal-inner-wrap {
    transform: translate(-50%, -70%) !important;
    width: 70vw !important;
  }
}
@media screen and (min-width: 1367px) {
  body .modal-popup.vimeo-modal .modal-inner-wrap {
    transform: translate(-50%, -60%) !important;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-popup.vimeo-modal .modal-inner-wrap {
    width: 50vw !important;
  }
}
body .modal-popup.vimeo-modal .modal-inner-wrap .modal-content {
  width: 100%;
  margin: 0 auto;
}
body .modal-popup.vimeo-modal .modal-inner-wrap .modal-content #video-modal .vimeo-container {
  margin-top: 25vh;
}
@media screen and (min-width: 992px) {
  body .modal-popup.vimeo-modal .modal-inner-wrap .modal-content #video-modal .vimeo-container {
    margin-top: 15vh;
  }
}
@media screen and (min-width: 1367px) {
  body .modal-popup.vimeo-modal .modal-inner-wrap .modal-content #video-modal .vimeo-container {
    margin-top: 20vh;
  }
}
body .modal-popup.vimeo-modal .close-button-modal {
  position: fixed;
  top: 50px;
  right: 10px;
  background-image: url(/media/kettal/close_small.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  background-color: transparent;
  cursor: pointer;
  width: 35.51px;
  height: 35.51px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  border: 0px;
}
@media screen and (min-width: 768px) {
  body .modal-popup.vimeo-modal .close-button-modal {
    top: 50px;
    right: 0px;
  }
}
body .modal-popup.vimeo-modal .modal-header {
  display: none;
}
body .modal-popup.vimeo-modal .modal-content {
  padding: 0 !important;
}
body .modal-popup.vimeo-modal .modal-footer {
  display: none;
}
body .button {
  background: none !important;
}
body .modals-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
body.collections-index-index #maincontent .container .box .box-item,
body.collection-page-view #maincontent .container .box .box-item {
  padding: 25px 28px;
}
@media screen and (max-width: 1280px) {
  body.collections-index-index #maincontent .container .box .box-item,
  body.collection-page-view #maincontent .container .box .box-item {
    padding: 25px 28px;
  }
}
@media screen and (max-width: 1024px) {
  body.collections-index-index #maincontent .container .box .box-item,
  body.collection-page-view #maincontent .container .box .box-item {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 375px) {
  body.collections-index-index #maincontent .container .box .box-item,
  body.collection-page-view #maincontent .container .box .box-item {
    padding: 20px 26px;
  }
}
body.collections-index-index #maincontent .products-grid,
body.collection-page-view #maincontent .products-grid {
  margin: 0;
}
body.collections-index-index #maincontent .products-grid .list,
body.collection-page-view #maincontent .products-grid .list {
  margin: 0;
}
body.collections-index-index #maincontent .projects-content,
body.collection-page-view #maincontent .projects-content {
  font: normal 16px/26px Beatrice Regular;
  height: auto !important;
}
body.collections-index-index #maincontent .projects-content:before,
body.collection-page-view #maincontent .projects-content:before {
  content: "";
  float: left;
  padding-top: 100%;
}
@media screen and (max-width: 1023px) {
  body.collections-index-index #maincontent .projects-content:before,
  body.collection-page-view #maincontent .projects-content:before {
    padding-top: 0% !important;
  }
}
@media screen and (max-width: 1024px) {
  body.collections-index-index #maincontent .projects-content,
  body.collection-page-view #maincontent .projects-content {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body.collections-index-index #maincontent .projects-content,
  body.collection-page-view #maincontent .projects-content {
    font: normal 12px/18px Beatrice Regular;
  }
}
body.collections-index-index #maincontent .projects-content .project-general-info,
body.collection-page-view #maincontent .projects-content .project-general-info {
  max-height: 50% !important;
}
body.collections-index-index #maincontent .projects-content .project-general-info .kollection,
body.collection-page-view #maincontent .projects-content .project-general-info .kollection {
  display: flex;
}
body.collections-index-index #maincontent .projects-content .project-general-info .kollection .last,
body.collection-page-view #maincontent .projects-content .project-general-info .kollection .last {
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  body.collections-index-index #maincontent .projects-content .project-general-info,
  body.collection-page-view #maincontent .projects-content .project-general-info {
    display: none !important;
  }
}
body.collections-index-index #maincontent .projects-content .projects-slider .item,
body.collection-page-view #maincontent .projects-content .projects-slider .item {
  display: flex !important;
  width: 100%;
}
body.collections-index-index #maincontent .projects-content .projects-slider .item .upper-left,
body.collection-page-view #maincontent .projects-content .projects-slider .item .upper-left {
  display: flex;
  flex-direction: column;
}
body.collections-index-index #maincontent .projects-content .projects-slider .box-item,
body.collection-page-view #maincontent .projects-content .projects-slider .box-item {
  padding: 27px;
}
@media screen and (max-width: 1280px) {
  body.collections-index-index #maincontent .projects-content .projects-slider .box-item,
  body.collection-page-view #maincontent .projects-content .projects-slider .box-item {
    padding: 24px;
  }
}
@media screen and (max-width: 1024px) {
  body.collections-index-index #maincontent .projects-content .projects-slider .box-item,
  body.collection-page-view #maincontent .projects-content .projects-slider .box-item {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 375px) {
  body.collections-index-index #maincontent .projects-content .projects-slider .box-item,
  body.collection-page-view #maincontent .projects-content .projects-slider .box-item {
    padding: 4px;
  }
}
body.collections-index-index #maincontent .square-fix-container,
body.collection-page-view #maincontent .square-fix-container {
  max-height: inherit !important;
}
body.collections-index-index #maincontent .square-fix-height-container,
body.collection-page-view #maincontent .square-fix-height-container {
  height: 720px !important;
}
body.collections-index-index #maincontent .products,
body.collection-page-view #maincontent .products {
  margin: 0 !important;
}
body.collections-index-index #maincontent .designer-content,
body.collection-page-view #maincontent .designer-content {
  overflow: hidden;
}
body.collections-index-index #maincontent .designer-content > img,
body.collection-page-view #maincontent .designer-content > img {
  float: left;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  body.collections-index-index #maincontent .container-info .box-item.bottom-left,
  body.collection-page-view #maincontent .container-info .box-item.bottom-left {
    max-height: 74%;
    overflow-y: auto;
  }
}
body.collections-index-index #maincontent .main-image-square,
body.collection-page-view #maincontent .main-image-square {
  max-height: inherit;
}
body.cms-client-support #kollections_all .products {
  margin: 0 !important;
}
body.cms-client-support #kollections_all .kollection-back {
  box-sizing: border-box;
  margin-top: 18px;
  display: inline-block;
  width: 50.17px;
  height: 50.17px;
  background-image: url(/media/kettal/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  cursor: pointer;
}
@media screen and (min-width: 1440px) {
  body.cms-client-support #kollections_all .kollection-back {
    width: 70.19px;
    height: 70.19px;
  }
}
@media screen and (max-width: 768px) {
  body.cms-client-support #kollections_all .kollection-back {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 1366px) {
  body.cms-client-support #kollections_all .kettal-grid-item.active .default-content .kollection-name {
    display: none;
  }
  body.cms-client-support #kollections_all .kettal-grid-item.active .hover-content.download-content {
    display: flex;
  }
  body.cms-client-support #kollections_all .kettal-grid-item:hover .download-container {
    background-color: unset;
  }
}
body.cms-client-support #kollections_all .hover-content.download-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  overflow: auto;
}
@media screen and (min-width: 1367px) {
  body.cms-client-support #kollections_all .hover-content.download-content {
    flex-direction: column;
    gap: 25px;
  }
}
body.cms-client-support #kollections_all .hover-content.download-content .hover-header {
  position: relative;
  top: 0px;
  height: 19px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
  body.cms-client-support #kollections_all .hover-content.download-content .hover-header {
    display: none;
  }
}
body.cms-client-support #kollections_all .hover-content.download-content .hover-header .action-close {
  position: absolute;
  top: 0;
  right: 0;
  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;
}
body.cms-client-support #kollections_all .hover-content.download-content .hover-header .action-close::before {
  content: inherit;
}
@media screen and (max-width: 1366px) {
  body.cms-client-support #kollections_all .hover-content.download-content {
    display: none;
  }
}
/* HIDE RADIO */
.composite-image {
  position: absolute;
  left: 0;
  top: 0;
  max-height: inherit;
}
body .products-grid {
  position: relative;
}
body .products-grid .top-border {
  width: 100%;
  height: 1px;
  background-color: #E3DDD6;
  position: absolute;
  top: 0;
}
body .products-grid .left-border {
  width: 1px;
  height: 100%;
  background-color: #E3DDD6;
  position: absolute;
  left: 0%;
  top: 0;
}
body .products-grid .opened-show-more-filters {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff8f2 0% 0% no-repeat padding-box;
  display: block;
  overflow: auto;
}
body .products-grid .opened-show-more-filters .title-content {
  display: inline-block;
  padding: 12px 18px;
  border-bottom: 1px solid #E3DDD6;
  background: #fff8f2 0% 0% no-repeat padding-box;
}
body .products-grid .opened-show-more-filters .title-content .text {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .title-content .text {
    font: normal 12px/29px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .title-content .text::after {
  content: url('/pub/media/kettal/black/arrow_sortby.svg');
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  transform: rotate(180deg);
  position: relative;
  top: 14px;
}
body .products-grid .opened-show-more-filters .label-attr {
  padding: 12px 18px;
}
body .products-grid .opened-show-more-filters .label-attr span {
  text-decoration: underline;
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .items-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 80%;
  padding-left: 18px;
}
body .products-grid .opened-show-more-filters .items-container .item {
  margin: 1px 0;
}
body .products-grid .opened-show-more-filters .items-container .item:hover {
  background-color: inherit;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input {
  display: block;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input.disabled {
  opacity: 0.5;
  cursor: initial;
  text-decoration: initial;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input {
  display: none;
  margin: 0;
  top: 2px;
  position: relative;
  opacity: 1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input:focus {
  box-shadow: inherit;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input:checked + .custom-filter-input-simulator {
  background-color: #000000;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input[type="radio"] + .custom-filter-input-simulator {
  border-radius: 50%;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .custom-filter-input-simulator {
  margin: 0;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  margin-right: 9px;
  box-sizing: border-box;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .cloned-filter-less {
  padding: 0 18px;
  margin-top: 14px;
}
body .products-grid .opened-show-more-filters .cloned-filter-less span {
  text-decoration: underline;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 18px;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions.disabled {
  opacity: 0.5;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions span {
  text-decoration: underline;
}
body .products-grid .block.filter {
  width: 100%;
  margin: 0;
  border: none;
}
body .products-grid .block.filter .product-count {
  display: none;
}
body .products-grid .desktop-content-filters .kettal-grid-item.filter {
  max-height: 453px !important;
}
body .products-grid .desktop-content-filters .kettal-grid-item.filter .title-content {
  padding: 25px 30px;
}
body .products-grid .mobile-content-filters {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .products-grid .mobile-content-filters {
    display: none;
  }
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter {
  overflow-y: auto;
  top: -100%;
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF8F2;
  z-index: 11 !important;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter.open {
  top: 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content {
  padding: 44px 24px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content .text {
  align-items: flex-end;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content .text::after {
  width: 29.59px;
  height: 29.59px;
  top: 0px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item {
  border-top: 0.5px solid #E3DDD6;
  border-bottom: 0.5px solid #E3DDD6;
  padding: 13px 24px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.filter-options {
  display: block;
  height: auto;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.active {
  display: block;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-title {
  display: flex;
  justify-content: space-between;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-content {
  border: 0;
  margin-top: 20px;
  margin-left: 32px;
  margin-bottom: 15px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more {
  float: none;
  margin: 20px 0 0 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.sortby-filter-grid-item {
  border: none;
  padding: 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .action-box {
  border-top: none;
}
body .products-grid .desktop-content-filters {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .products-grid .desktop-content-filters {
    display: none;
  }
}
body .products-grid .kettal-grid-item.filter-manager {
  padding: 0 !important;
  cursor: initial !important;
}
body .products-grid .kettal-grid-item.filter-manager .manager-content {
  cursor: pointer;
  padding: 25px 30px;
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter-manager .manager-content {
    padding-left: 40px;
  }
}
body .products-grid .kettal-grid-item.filter-manager .manager-content.filter-manager-sortby span::after {
  margin-left: 21px;
}
body .products-grid .kettal-grid-item.filter {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body .products-grid .kettal-grid-item.filter.sortby-filter-grid-item {
  border-top: none !important;
  cursor: initial !important;
}
body .products-grid .kettal-grid-item.filter.sortby-filter-grid-item .filter-options-item .filter-options-content {
  margin-top: 15px;
}
body .products-grid .kettal-grid-item.filter .border {
  width: 1px;
  height: 100%;
  background-color: #E3DDD6;
  position: absolute;
  left: 50%;
  top: 0;
}
body .products-grid .kettal-grid-item.filter .border.full {
  left: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-current .items {
  display: flex;
  gap: 16.17px;
  padding: 0;
}
body .products-grid .kettal-grid-item.filter .filter-current .items .item {
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
body .products-grid .kettal-grid-item.filter .title-content {
  display: inline-block;
  padding: 25px 36px;
  background: #fff8f2 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .title-content {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .title-content {
    padding: 25px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .title-content .text {
  display: flex;
  justify-content: space-between;
}
body .products-grid .kettal-grid-item.filter .title-content .text::after {
  content: url(/media/kettal/close_small.svg);
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  transform: rotate(180deg);
  position: relative;
  top: 14px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item {
  margin: 0;
  padding: 34px 36px;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item {
    padding: 34px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item {
    padding: 34px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.filter-options {
  display: none;
  height: 275px;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-options .am-ranges {
    overflow-x: scroll;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.active {
  display: inline-block;
}
body .products-grid .kettal-grid-item.filter .filter-options-item.active::before,
body .products-grid .kettal-grid-item.filter .filter-options-item.active::after {
  display: none;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.active .filter-options-content .filter-content-kettal .items {
    flex-wrap: wrap;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 17px 36px;
  border-bottom: 1px solid #E3DDD6;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
    padding: 17px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
    padding: 17px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title {
  text-transform: capitalize;
  padding: 0;
  color: #212427;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title::after {
  content: url(/pub/media/kettal/black/arrow_sortby.svg);
  width: 15px;
  margin-left: 25px;
  position: relative;
  top: 0px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title[aria-expanded="true"] {
  color: #797675;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content {
  position: initial;
  visibility: visible;
  background: transparent;
  box-shadow: initial;
  padding: 0;
  border: inherit;
  width: 100%;
  height: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content::after {
  content: '';
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal {
  height: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items {
  margin: 0;
  display: flex;
  row-gap: 13px;
  column-gap: 60px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  align-content: flex-start;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item:hover {
  background-color: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input.disabled .filter-item {
  cursor: initial;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input.disabled .filter-item:hover {
  text-decoration: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input {
  display: none;
  margin: 0;
  top: 2px;
  position: relative;
  opacity: 1;
  width: 12px;
  height: 12px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input:focus {
  box-shadow: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input:checked + .custom-filter-input-simulator {
  background-color: #000000;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input[type="radio"] + .custom-filter-input-simulator {
  border-radius: 50%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input .custom-filter-input-simulator {
  margin: 0;
  opacity: 1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item {
  padding: 0;
  padding-left: 9px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item.am_shopby_link_selected {
  font-weight: initial;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item:hover {
  background-color: inherit;
  text-decoration: underline;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item .text {
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .filter-item .count {
  display: none;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
  padding-left: 9px;
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more {
  padding: 0;
  margin: 10px 0 0 0;
  border-bottom: 1px solid black;
  float: left;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more::before,
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more::after {
  content: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more:hover {
  background-color: transparent;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more .am-counter {
  margin: 0 4px;
  opacity: 1;
}
body .products-grid .kettal-grid-item.filter .filter-options-item ~ .filter-options-item {
  border-right: none;
}
body .products-grid .kettal-grid-item.filter .action-box {
  align-self: flex-end;
  display: flex;
  align-items: center;
  bottom: 0;
  border-top: 1px solid #E3DDD6;
  padding: 16px 36px;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .action-box {
    padding: 16px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .action-box {
    padding: 16px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .action-box .state {
  overflow-x: visible;
  overflow-y: hidden;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .filter-actions {
  padding: 0;
  margin: 0;
  float: right;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .filter-actions .filter-clear {
  color: #212427 !important;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button {
  z-index: inherit;
  box-shadow: inherit;
  border-radius: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button::before,
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button::after {
  content: inherit;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button .am-items {
  display: none;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button .am-button {
  background-color: inherit;
  color: black;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  border: inherit;
}
body .products-grid .kettal-grid-item.filter ~ .filter {
  border-bottom: 1px solid #E3DDD6;
}
body .products-grid .filter-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.ie11 body .products-grid .filter-remove {
  top: calc(50% - (12px / 2));
}
body .products-grid .filter-remove:hover:after,
body .products-grid .filter-remove:hover:before {
  background-color: #494949;
}
body .products-grid .filter-remove:hover ~ * {
  opacity: .5;
}
body .products-grid .filter-remove:after,
body .products-grid .filter-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  content: '';
}
body .products-grid .filter-remove:after {
  transform: rotate(45deg);
}
body .products-grid .filter-remove:before {
  transform: rotate(-45deg);
}
body .products-grid .product-count-filter {
  padding: 16px 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #E3DDD6;
}
.planner-index-index {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.planner-index-index input::-webkit-outer-spin-button,
.planner-index-index input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.planner-index-index input[type=number] {
  -moz-appearance: textfield;
}
.planner-index-index .modals-wrapper .modal-popup .modal-header {
  height: auto;
}
.planner-index-index .modals-wrapper .modal-popup .modal-footer {
  display: none;
}
.planner-index-index #maincontent .block-planner {
  max-height: inherit;
}
.planner-index-index #maincontent .block-planner .white-background {
  background-color: #FFFFFF;
}
.planner-index-index #maincontent .block-planner .brown-background {
  background-color: #E3DDD6;
}
.planner-index-index #maincontent .block-planner .pink-background {
  background-color: #FFF8F2;
}
.planner-index-index #maincontent .block-planner input {
  box-shadow: none;
}
.planner-index-index #maincontent .block-planner .auto-height {
  height: auto;
}
.planner-index-index #maincontent .block-planner .fieldset {
  margin-left: 20px;
}
.planner-index-index #maincontent .block-planner .fieldset::after {
  content: inherit;
}
.planner-index-index #maincontent .block-planner .fieldset .field {
  margin-bottom: 38px;
}
.planner-index-index #maincontent .block-planner .fieldset .field .control {
  width: 100%;
}
.planner-index-index #maincontent .block-planner .fieldset .field .control input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .fieldset .field .control input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .fieldset .field .control input {
    font: normal 10px/15px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .fieldset .field .control input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
.planner-index-index #maincontent .block-planner .fieldset .field .control input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
.planner-index-index #maincontent .block-planner .fieldset .field .control input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
.planner-index-index #maincontent .block-planner .fieldset .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
.planner-index-index #maincontent .block-planner .fieldset .actions-toolbar::before {
  content: inherit;
}
.planner-index-index #maincontent .block-planner .fieldset .actions-toolbar::after {
  content: inherit;
}
.planner-index-index #maincontent .block-planner .fieldset .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .fieldset .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .fieldset .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1023px) {
  .planner-index-index #maincontent .block-planner .hidde-on-responsive {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .planner-index-index #maincontent .block-planner .hidde-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .box-title.box-item {
    padding: 14px 25px;
  }
}
.planner-index-index #maincontent .block-planner .box-title .title {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .box-title .title {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .box-title .title {
    font: normal 35px/53px Sang Bleu Kingdom Light;
  }
}
.planner-index-index #maincontent .block-planner .project-name-input {
  top: 20% !important;
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .project-name-input {
    padding-top: 16px !important;
  }
}
.planner-index-index #maincontent .block-planner .project-name-input label {
  font: normal 16px/37px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .project-name-input label {
    font: normal 16px/33px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .project-name-input label {
    font: normal 15px/20px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .project-name-input input {
  box-shadow: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  height: 40px;
  font: normal 16px/34px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .project-name-input input {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .project-name-input input {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  .planner-index-index #maincontent .block-planner .project-name-input input {
    font: normal 15px/20px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .project-name-input .required-project-name {
  display: none;
  color: red;
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .project-name-input .required-project-name {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .project-name-input .required-project-name {
    font: normal 12px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .planner-description {
    max-height: 39% !important;
    overflow-y: scroll !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
}
.planner-index-index #maincontent .block-planner .planner-description .default-text {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .planner-description .default-text {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .planner-description .default-text {
    font: normal 12px/20px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container {
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .planner-index-index #maincontent .block-planner .product-filter-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container {
    display: block !important;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container {
  padding-bottom: 45px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container {
    padding-bottom: 103px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container {
    padding-bottom: 123px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .title-furniture {
  font: normal 15px/20px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .title-furniture {
    font: normal 20px/33px Beatrice Regular;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .title-furniture {
    font: normal 16px/26px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner {
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner {
    padding-top: 28px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner > div {
  margin-right: 20px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title {
  display: flex;
  /* width: 100%; */
  justify-content: space-between;
  margin-top: 22px;
  margin: 0;
  font: normal 12px/15px Beatrice Regular;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title {
    font: normal 13px/20px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title .down-arrow {
  display: inline-block;
  width: 15.92px;
  height: 15.92px;
  background-image: url(/media/kettal/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title .down-arrow {
    width: 19.89px;
    height: 19.89px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-planner-title .down-arrow {
    width: 22.38px;
    height: 22.38px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent {
  position: relative;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container {
  display: none;
  position: absolute;
  top: -22px;
  right: -66px;
  max-width: 120px;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 99;
  text-align: center;
  font: normal 12px/25px Beatrice Regular;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container.hovered {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container.hovered {
    flex-wrap: wrap;
    max-height: 350px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container.lvl1 {
  right: -120px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container .filter {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: #FFF8F2;
  border-bottom: 1px solid grey;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container .filter {
    padding-right: 5px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container .filter.disabled {
  color: grey;
  pointer-events: none;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container .filter.active {
  background-color: #FFEDDB;
}
.planner-index-index #maincontent .block-planner .product-filter-container .filters-container .filters-planner .filter-parent .filter-container .filter.inside-group {
  display: none;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .filter-title-selected {
  text-align: center;
  font: normal 15px/24px Beatrice Regular;
  margin: 0 auto;
  text-transform: capitalize;
  margin-bottom: 13px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .filter-title-selected {
    font: normal 20px/33px Beatrice Regular;
    margin-bottom: 18.26px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .filter-title-selected {
    font: normal 16px/26px Beatrice Regular;
    margin-bottom: 22.79px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel {
  margin: 0 auto;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer {
  z-index: 99;
  height: auto !important;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item img {
  max-width: 90%;
  max-height: 90%;
}
@media screen and (min-width: 768px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item img {
    max-width: 103.72px;
    max-height: 103.72px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item img {
    max-width: 116.68px;
    max-height: 116.68px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item .name {
  max-width: 103.72px;
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-stage-outer .item .name {
    max-width: 116.68px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
  top: 40%;
  transform: translateY(-50%);
  width: 136%;
  left: -16%;
}
@media screen and (min-width: 400px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    left: -18%;
  }
}
@media screen and (max-width: 450px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    top: 40%;
    transform: translateY(-40%);
  }
}
@media screen and (min-width: 550px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    width: 130%;
    left: -15%;
  }
}
@media screen and (min-width: 900px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    width: 125%;
    left: -13%;
  }
}
@media screen and (min-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    width: 134%;
    left: -17%;
  }
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav {
    width: 130%;
    left: -15%;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav button {
  margin: 0;
  width: 28.65px;
  height: 28.65px;
}
@media screen and (min-width: 768px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav button {
    width: 29.86px;
    height: 29.86px;
  }
}
@media screen and (min-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav button {
    width: 37.24px;
    height: 37.24px;
  }
}
@media screen and (min-width: 1367px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .owl-nav button {
    width: 42.96px;
    height: 42.96px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item {
  display: flex;
  justify-content: space-around;
  font: normal 12px/20px Beatrice Regular;
}
@media screen and (min-width: 1024px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item {
    flex-direction: column;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .image-name {
  padding: 2px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .image-name .name {
  margin-top: 0;
  padding-top: 7px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .draggable-content {
  z-index: 99;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .draggable-content .overlay {
  display: none;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .draggable-content .text-container {
  order: 2;
}
.planner-index-index #maincontent .block-planner .product-filter-container .carousel-planner .owl-carousel .item .draggable-content .draggable img {
  margin: 0 auto;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container {
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  display: none;
  font: normal 13px/20px Beatrice Regular;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container.active {
  display: flex;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container {
    font: normal 12px/18px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container > div {
  height: 100%;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .padding-selected-product {
  padding: 18px 26px;
  padding-bottom: 0;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content {
  text-align: center;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content > p {
  margin-bottom: 18px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .draggable-content .draggable {
  z-index: 99;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .draggable-content .draggable img {
  margin: 0 auto;
  max-width: 95px;
}
@media screen and (max-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .draggable-content .draggable img {
    max-width: 107px;
    max-height: 88px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .draggable-content .draggable .overlay {
  display: none;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .drag-bottom-arrow {
  margin-top: 18px;
  display: inline-block;
  width: 50.17px;
  height: 50.17px;
  background-image: url(/media/kettal/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
  position: relative;
  top: -8px;
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .drag-content .drag-bottom-arrow {
    width: 70.19px;
    height: 70.19px;
  }
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container .image-content {
  max-width: 239px;
  max-height: 239px;
}
.planner-index-index #maincontent .block-planner .product-filter-container .selected-product-container p {
  margin: 0;
}
.planner-index-index #maincontent .block-planner .product-filter-container .end-planner-responsive {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  font: normal 12px/15px Beatrice Regular;
  display: flex;
  align-items: center;
}
.planner-index-index #maincontent .block-planner .product-filter-container .end-planner-responsive .end-arrow {
  background-image: url(/media/kettal/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
}
.planner-index-index #maincontent .block-planner .planner-layout-container {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container {
    background: #e4e4e4 0% 0% no-repeat padding-box;
  }
}
.planner-index-index #maincontent .block-planner .planner-layout-container .default-text {
  margin-bottom: 17px;
  font: normal 15px/15px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .default-text {
    font: normal 16px/19px Beatrice Regular;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .default-text {
    font: normal 16px/26px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .planner-layout-container .default-text span {
  font: normal 15px/15px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .default-text span {
    font: normal 12px/19px Beatrice Regular;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .default-text span {
    font: normal 13px/26px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font: normal 10px/17px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .dimensions {
    font: normal 12px/20px Beatrice Regular;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .dimensions {
    font: normal 13px/22px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .dimension-set {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  align-content: flex-end;
  margin-bottom: 10px;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .dimension-set .abbreviation {
  margin-left: 5px;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .dimension-set label {
  margin-right: 15px;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .dimension-set input {
  height: auto;
  text-align: right;
  width: 40px;
  background-color: white;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .required-dimensions {
  display: none;
  color: red;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .dimensions .switcher {
  text-decoration: underline;
  margin-bottom: 53px;
  cursor: pointer;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  left: -5px;
  position: relative;
  margin-bottom: 52px;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options p {
  margin-bottom: 14px;
  font: normal 15px/24px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .planner-layout-container .floor-options p {
    font: normal 16px/26px Beatrice Regular;
    margin-bottom: 24px;
  }
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option {
  margin: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="green"] {
  background: #709365;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="yellow"] {
  background: #E2B96C;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="orange"] {
  background: #D1985E;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="grey1"] {
  background: #D9D9D9;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="grey2"] {
  background: #D9D9D9;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="white"] {
  background: #FFFFFF;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="grey3"] {
  background: #D9D9D9;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .floor-options .floor-option[data-color="grey4"] {
  background: #D9D9D9;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .start-planner-responsive {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  font: normal 12px/15px Beatrice Regular;
  display: flex;
  align-items: center;
}
.planner-index-index #maincontent .block-planner .planner-layout-container .start-planner-responsive .start-arrow {
  background-image: url(/media/kettal/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}
.planner-index-index #maincontent .block-planner .droppable-container {
  display: block;
  overflow: auto;
  position: relative;
}
.planner-index-index #maincontent .block-planner .droppable-container .zoom-content {
  position: absolute;
  top: 29px;
  left: 39px;
  z-index: 99;
  background: white;
  font: normal 17px/15px Beatrice Regular;
  max-width: 104px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container .zoom-content {
    top: 33px;
    left: 51px;
    font: normal 21px/19px Beatrice Regular;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container .zoom-content {
    top: 33px;
    left: 38px;
    font: normal 17px/16px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable {
  z-index: 1;
  background: transparent;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 220, 220, 0.5) 1px, transparent 1px);
  background-size: 83px 83px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable {
    background-size: 54px 54px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="green"] {
  background: #709365;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 220, 220, 0.5) 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="yellow"] {
  background: #E2B96C;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 220, 220, 0.5) 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="orange"] {
  background: #D1985E;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 220, 220, 0.5) 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="grey1"] {
  background: #D9D9D9;
  background-image: linear-gradient(#000000 1px, transparent 1px), linear-gradient(90deg, #000000 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="grey2"] {
  background: #D9D9D9;
  background-image: linear-gradient(#000000 1px, transparent 1px), linear-gradient(90deg, #000000 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="white"] {
  background: #FFFFFF;
  background-image: linear-gradient(rgba(220, 220, 220, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(220, 220, 220, 0.5) 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="grey3"] {
  background: #D9D9D9;
  background-image: linear-gradient(#000000 1px, transparent 1px), linear-gradient(90deg, #000000 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-color="grey4"] {
  background: #D9D9D9;
  background-image: linear-gradient(#000000 1px, transparent 1px), linear-gradient(90deg, #000000 1px, transparent 1px);
  background-size: 83px 83px;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom35"] {
  background-size: 29px 28px !important;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom35"] {
    background-size: 27px 27px !important;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom50"] {
  background-size: 41.5px 41.5px !important;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom50"] {
    background-size: 27px 27px !important;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom75"] {
  background-size: 62.25px 62.25px !important;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom75"] {
    background-size: 40.5px 40.5px !important;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom125"] {
  background-size: 103.75px 103.75px !important;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom125"] {
    background-size: 67.5px 67.5px !important;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom150"] {
  background-size: 124.5px 124.5px !important;
}
@media screen and (max-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable[data-zoom="zoom150"] {
    background-size: 81px 81px !important;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  box-sizing: border-box;
  outline: 2px dotted black;
  display: none;
  z-index: 1;
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove {
  position: absolute;
  top: -19px;
  left: -19px;
  cursor: pointer;
  background-image: url(/media/kettal/close_small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove {
    width: 24px;
    height: 24px;
    top: -27px;
    left: -27px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove {
    width: 26px;
    height: 26px;
    top: -27px;
    left: -27px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  top: -9px;
  left: -9px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove::before {
    width: 48px;
    height: 48px;
    top: -14px;
    left: -13px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .remove::before {
    width: 50px;
    height: 50px;
    top: -14px;
    left: -13px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth {
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 2;
  cursor: pointer;
  background-image: url(/media/kettal/menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth {
    width: 22px;
    height: 22px;
    top: -27px;
    right: -27px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth {
    width: 25px;
    height: 25px;
    top: -27px;
    right: -27px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  top: -9px;
  left: -10px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth::before {
    width: 48px;
    height: 48px;
    top: -14px;
    left: -14px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .depth::before {
    width: 50px;
    height: 50px;
    top: -14px;
    left: -14px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle {
  position: absolute;
  bottom: -19px;
  right: -19px;
  z-index: 2;
  cursor: pointer;
  background-image: url(/media/kettal/rotate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle {
    width: 25px;
    height: 25px;
    bottom: -27px;
    right: -27px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle {
    width: 28px;
    height: 28px;
    bottom: -27px;
    right: -27px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  top: -9px;
  left: -9px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle::before {
    width: 48px;
    height: 48px;
    top: -11px;
    left: -12px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped .overlay .handle::before {
    width: 50px;
    height: 50px;
    top: -11px;
    left: -12px;
  }
}
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped:hover .overlay,
.planner-index-index #maincontent .block-planner .droppable-container #droppable .dropped.hovered .overlay {
  display: block;
}
.planner-index-index #maincontent .block-planner .product-list-container ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.planner-index-index #maincontent .block-planner .product-list-container ::-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);
}
@media screen and (max-width: 768px) {
  .planner-index-index #maincontent .block-planner .product-list-container {
    padding: 24px 2px;
  }
}
.planner-index-index #maincontent .block-planner .product-list-container .content .title-content {
  margin-bottom: 70px;
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list {
  flex-grow: 1;
  overflow: auto;
  /* for Firefox */
  min-height: 0;
  overflow-y: auto;
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list .item {
  display: flex;
  margin-top: 27px;
  font: normal 12px/20px Beatrice Regular;
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .product-list-container .content .list .item {
    font: normal 13px/22px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list .item.margin-first {
  margin-top: 0;
  margin-bottom: 4px;
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list .item .image > img {
  max-width: 90%;
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list .item .description p {
  margin: 0;
}
.planner-index-index #maincontent .block-planner .product-list-container .content .list .item .qty {
  text-align: center;
}
.planner-index-index #maincontent .block-planner .share-links-container {
  font: normal 15px/29px Beatrice Regular;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .share-links-container {
    font: normal 16px/32px Beatrice Regular;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .share-links-container {
    font: normal 16px/30px Beatrice Regular;
  }
}
.planner-index-index #maincontent .block-planner .share-links-container .project-name {
  font: normal 15px/24px Beatrice Regular;
  margin-bottom: 25px;
}
@media screen and (min-width: 1280px) {
  .planner-index-index #maincontent .block-planner .share-links-container .project-name {
    font: normal 16px/33px Beatrice Regular;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .planner-index-index #maincontent .block-planner .share-links-container .project-name {
    font: normal 16px/37px Beatrice Regular;
    margin-bottom: 70px;
  }
}
.planner-index-index #maincontent .block-planner .share-links-container .share-link {
  text-decoration: underline;
  cursor: pointer;
}
.planner-index-index #maincontent .block-planner .share-links-container .popup {
  cursor: pointer;
  margin-left: 20px;
}
.kettal-grid .row {
  overflow: initial !important;
}
.kettal-grid .row .kettal-grid-item.selected:hover {
  cursor: initial;
}
.kettal-grid .row .kettal-grid-item.selected .over-kettal-grid-item .text {
  text-decoration: underline;
}
.kettal-grid .row .kettal-grid-item ~ .kettal-grid-item .default-content .over-kettal-grid-item {
  padding: 0px;
}
.kettal-grid .row .kettal-grid-item .default-content {
  position: relative;
}
.kettal-grid .row .kettal-grid-item .default-content .over-kettal-grid-item {
  padding: 0px 28px;
  position: absolute;
  top: -60px;
  display: flex;
  flex-direction: column;
}
.kettal-grid .row .kettal-grid-item .default-content .full-image img {
  width: 100%;
  height: 100%;
}
.kettal-grid .row .kettal-grid-item.always-selected .over-kettal-grid-item .text {
  text-decoration: underline;
}
.kettal-grid .row .kettal-grid-item.always-selected:hover {
  cursor: initial;
}
.kettal-grid .row .kettal-grid-item.always-selected:hover .hover-container {
  background-color: inherit;
}
.kettal-grid .row .kettal-grid-item.always-selected .hover-container {
  border: 2px solid #000;
  display: flex;
  z-index: 2;
}
.kettal-grid .row .kettal-grid-item.always-selected .hover-container > * {
  display: none !important;
}
body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #E3DDD6;
  min-height: 56px;
  position: fixed;
  z-index: 3;
  width: 100%;
  position: relative;
}
body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice p {
  box-sizing: border-box;
  padding: 10px 36px 10px 26px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice p {
    padding: 10px 40px 10px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice p {
    padding: 10px 41px 10px 41px;
  }
}
body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice .action-close {
  position: relative;
  top: 0px;
  right: 26px;
  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: 14px;
  margin: 0;
  z-index: 1;
}
body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice .action-close::before {
  content: inherit;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice .action-close {
    right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  body.catalog-product-view .page-header .panel.wrapper .redirect-message-notice .action-close {
    right: 41px;
  }
}
body.catalog-product-view .new-content .main-image,
body.catalog-product-view .new-content .main-information {
  float: inherit;
  background-color: #E3DDD6;
}
body.catalog-product-view .new-content .main-image .main-info,
body.catalog-product-view .new-content .main-information .main-info {
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 0;
  padding-top: 19px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .main-image .main-info,
  body.catalog-product-view .new-content .main-information .main-info {
    padding-top: 19px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .main-image .main-info,
  body.catalog-product-view .new-content .main-information .main-info {
    padding-top: 19px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .main-image .main-info,
  body.catalog-product-view .new-content .main-information .main-info {
    padding-top: 19px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .main-image .main-info,
  body.catalog-product-view .new-content .main-information .main-info {
    padding-top: 32px;
    padding-left: 36px;
  }
}
body.catalog-product-view .new-content .main-image .main-info .title-product-info,
body.catalog-product-view .new-content .main-information .main-info .title-product-info {
  margin-bottom: 14px;
}
body.catalog-product-view .new-content .main-image .main-info .product-attribute-kettal,
body.catalog-product-view .new-content .main-information .main-info .product-attribute-kettal {
  margin-bottom: 10px;
}
body.catalog-product-view .new-content .main-image .main-download,
body.catalog-product-view .new-content .main-information .main-download {
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  z-index: 1;
  padding: 0;
  padding-top: 19px;
  padding-right: 25px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .main-image .main-download,
  body.catalog-product-view .new-content .main-information .main-download {
    padding-top: 19px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .main-image .main-download,
  body.catalog-product-view .new-content .main-information .main-download {
    padding-top: 19px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .main-image .main-download,
  body.catalog-product-view .new-content .main-information .main-download {
    padding-top: 19px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .main-image .main-download,
  body.catalog-product-view .new-content .main-information .main-download {
    padding-top: 32px;
    padding-right: 36px;
  }
}
body.catalog-product-view .new-content .main-image .main-download .attachments-toggle,
body.catalog-product-view .new-content .main-information .main-download .attachments-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.catalog-product-view .new-content .main-image .main-download .attachments-toggle .toggle-icon,
body.catalog-product-view .new-content .main-information .main-download .attachments-toggle .toggle-icon {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 15px;
  height: 15px;
  rotate: -90deg;
  margin-left: 16px;
}
body.catalog-product-view .new-content .main-image .main-download .attachments-toggle.active .toggle-icon,
body.catalog-product-view .new-content .main-information .main-download .attachments-toggle.active .toggle-icon {
  rotate: 90deg;
}
body.catalog-product-view .new-content .main-image .main-download .am-attachments,
body.catalog-product-view .new-content .main-information .main-download .am-attachments {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 14px;
}
body.catalog-product-view .new-content .main-image .main-download .am-attachments.active,
body.catalog-product-view .new-content .main-information .main-download .am-attachments.active {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
}
body.catalog-product-view .new-content .main-image .main-download .am-attachments .am-fileline,
body.catalog-product-view .new-content .main-information .main-download .am-attachments .am-fileline {
  margin-bottom: 10px;
}
body.catalog-product-view .new-content .main-image .main-download .am-attachments .am-fileline .need-to-be-message,
body.catalog-product-view .new-content .main-information .main-download .am-attachments .am-fileline .need-to-be-message {
  display: block;
  color: indianred;
}
body.catalog-product-view .new-content .main-image .main-download .am-attachments .am-fileline .need-to-be-message a,
body.catalog-product-view .new-content .main-information .main-download .am-attachments .am-fileline .need-to-be-message a {
  color: indianred;
}
body.catalog-product-view .new-content .main-image .dimensions,
body.catalog-product-view .new-content .main-information .dimensions {
  object-fit: scale-down;
  padding: 0;
  padding-bottom: 19px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .main-image .dimensions,
  body.catalog-product-view .new-content .main-information .dimensions {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .main-image .dimensions,
  body.catalog-product-view .new-content .main-information .dimensions {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .main-image .dimensions,
  body.catalog-product-view .new-content .main-information .dimensions {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .main-image .dimensions,
  body.catalog-product-view .new-content .main-information .dimensions {
    padding-bottom: 32px;
  }
}
body.catalog-product-view .new-content .lightboxed--frame img {
  width: auto !important;
  height: auto;
}
body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery {
  height: 100%;
  min-height: 375px;
  margin-top: 0;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery {
    min-height: 960px;
    margin: 14px 0;
  }
}
body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery .splide__list .splide__slide {
  width: auto !important;
}
body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kettal-splide-carousel-media-gallery img {
    min-height: 960px;
  }
}
body.catalog-product-view .new-content .hotspot-information {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .hotspot-information {
    position: relative;
  }
}
body.catalog-product-view .new-content .hotspot-information.align-start {
  align-items: flex-start;
}
body.catalog-product-view .new-content .hotspot-information.no-aspect-ratio {
  aspect-ratio: inherit;
}
body.catalog-product-view .new-content .hotspot-information .splide__track {
  overflow: visible !important;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery {
  width: 100%;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .splide__slide {
  display: flex;
  justify-content: center;
  height: fit-content !important;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot {
  position: relative;
  width: fit-content;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .slider-image {
  width: 100vw !important;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information {
  position: fixed;
  width: 100%;
  top: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information img {
  width: fit-content !important;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information {
    width: 70%;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information {
    width: 60%;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .extra-information {
    width: 50%;
  }
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin {
  cursor: pointer;
  position: absolute;
  margin-left: -6px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon {
  width: 12px;
  height: 12px;
  background: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transform: scale(1.5);
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon {
    transform: scale(3);
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon {
    transform: scale(4);
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon {
    transform: scale(5);
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon {
    transform: scale(6);
  }
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon.hotspot-pin-image {
  background-image: url('/media/kettal/hotspot_pin_image.svg');
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-icon.hotspot-pin-360 {
  background-image: url('/media/kettal/hotspot_pin_360.svg');
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content {
  transform: translate(-100%, -100%);
  display: none;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF8F2;
  z-index: 10;
  position: relative;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content .hotspot-pin-content-inner-image img {
  height: auto !important;
  min-height: auto !important;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content .hotspot-pin-content-inner-text {
  background-color: #FFF8F2;
  padding-right: 35px !important;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content .hotspot-pin-content-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 3%;
  height: 3%;
  min-width: 30px;
  min-height: 30px;
  background: inherit;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content .hotspot-pin-content-close {
    top: 15px;
    right: 15px;
  }
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.active {
  display: flex;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.position-right-up {
  transform: translate(5px, -100%);
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.position-right-down {
  transform: translate(5px, 5px);
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.position-left-up {
  transform: translate(-100%, -100%);
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.position-left-down {
  transform: translate(-100%, 5px);
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.iframe {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  max-height: 100vh !important;
  top: 0px;
  left: auto;
  transform: inherit;
  background-color: rgba(0, 0, 0, 0.7);
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.iframe iframe {
  width: 90%;
  height: 90%;
  max-height: 90vh;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-gallery .hotspot .hotspot-pin .hotspot-pin-content.iframe .hotspot-pin-content-close {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot.active {
  display: block;
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content {
  width: 90%;
  height: 100%;
  max-height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content .modal-hotspot-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF8F2;
  height: 100%;
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content .modal-hotspot-content-inner iframe {
  width: 100%;
  height: 100%;
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content .modal-hotspot-content-inner .hotspot-pin-content-inner-text {
  background-color: #FFF8F2;
  padding-right: 35px !important;
}
body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content .hotspot-pin-content-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background: inherit;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .hotspot-information .modal-hotspot .modal-hotspot-content .hotspot-pin-content-close {
    top: 15px;
    right: 15px;
  }
}
body.catalog-product-view .new-content .hotspot-information #bttn_swiperPrev,
body.catalog-product-view .new-content .hotspot-information #bttn_swiperNext,
body.catalog-product-view .new-content .hotspot-information .splide__arrows {
  display: none !important;
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow {
  cursor: pointer;
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow.zero {
  z-index: -1;
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_prev {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 3%;
  background: inherit;
  transform: translateY(-50%);
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: 10;
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_prev.no-active {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_prev {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_prev {
    left: 1%;
  }
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_next {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 3%;
  background: inherit;
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transform: translateY(-50%) rotate(180deg);
  z-index: 10;
}
body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_next.no-active {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .hotspot-information .splide_custom_arrow_next {
    width: 40px;
    height: 40px;
  }
}
body.catalog-product-view .new-content .hotspot-information .hotspot-custom-arrow-mobile {
  z-index: 10;
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
}
body.catalog-product-view .new-content .hotspot-information .hotspot-custom-arrow-mobile .splide_custom_arrow_next,
body.catalog-product-view .new-content .hotspot-information .hotspot-custom-arrow-mobile .splide_custom_arrow_prev {
  position: inherit;
}
body.catalog-product-view .new-content .related .slider-grid .title-grid {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .related .slider-grid .title-grid {
    display: block;
    margin: 0;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .related .slider-grid .title-grid {
    margin-bottom: 213px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .related .slider-grid .title-grid {
    margin-bottom: 213px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .related .slider-grid .title-grid {
    margin-bottom: 239px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .related .slider-grid .title-grid {
    margin-bottom: 420px;
  }
}
body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .owl-item {
  aspect-ratio: 1;
  margin: 0 !important;
}
body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .grid-item {
  width: 100%;
  height: 100%;
  display: inline-block;
}
body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .grid-item img {
  aspect-ratio: 1;
}
body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .grid-item .less-768 {
  display: none;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .grid-item .less-768 {
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-stage-outer .grid-item .more-768 {
    display: none;
  }
}
body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-nav {
  width: 100%;
  right: 0;
  top: inherit !important;
  max-width: 91.65px;
  box-sizing: content-box !important;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .related .slider-grid .kettal-owl-carousel-slider-grid .owl-nav {
    bottom: 100% !important;
    right: inherit;
    max-width: inherit;
    box-sizing: border-box !important;
  }
}
body.catalog-product-view .new-content .designer-projects .projects-slider .owl-stage-outer {
  aspect-ratio: 1;
}
body.catalog-product-view .new-content .designer-projects .projects-slider .owl-nav {
  width: 100%;
  right: 0;
  max-width: 91.65px;
  box-sizing: content-box !important;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .designer-projects .projects-slider .owl-nav {
    max-width: 94.07px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .designer-projects .projects-slider .owl-nav {
    max-width: 119.78px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .designer-projects .projects-slider .owl-nav {
    max-width: 117px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .designer-projects .projects-slider .owl-nav {
    max-width: 146.96px;
  }
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content {
    grid-template-rows: 35px 84.7px minmax(133.15px, auto) 79px;
    aspect-ratio: inherit !important;
  }
  body.catalog-product-view .new-content .kt-finishes-content.have-variations {
    grid-template-rows: 35px 207px minmax(133.15px, auto) 79px;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content {
    grid-template-rows: 66px 1fr minmax(34%, 172px) 0;
    overflow-y: hidden;
  }
  body.catalog-product-view .new-content .kt-finishes-content.have-variations {
    grid-template-rows: 66px 1fr minmax(34%, 165px) 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content {
    grid-template-rows: 10% 30% 60%;
  }
  body.catalog-product-view .new-content .kt-finishes-content.have-variations {
    grid-template-rows: 13% 35% 52%;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content {
    grid-template-rows: 10% 30% 60%;
  }
  body.catalog-product-view .new-content .kt-finishes-content.have-variations {
    grid-template-rows: 10% 35% 55%;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content {
    grid-template-rows: 10% 30% 60%;
  }
  body.catalog-product-view .new-content .kt-finishes-content.have-variations {
    grid-template-rows: 10% 35% 55%;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 60px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container {
    margin: 0 46px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container {
    margin: 0 84px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .prev-tab {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 9px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .prev-tab {
    width: 13.5px;
    height: 24px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .next-tab {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transform: rotate(180deg);
  width: 9px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .tabs-container .next-tab {
    width: 13.5px;
    height: 24px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs {
  max-height: 60px;
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs .tab {
  display: none;
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs .tab.active {
  display: block;
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs .tab .selected-finish {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs .tab .selected-finish .code-finish {
  margin-left: 5px;
}
body.catalog-product-view .new-content .kt-finishes-content .tabs-container .tabs .tab .selected-finish .img-finish {
  margin-left: 5px;
  width: 16px !important;
  height: 16px !important;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row {
  overflow-y: hidden;
  grid-template-rows: 30px auto;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row {
    padding: 0 !important;
  }
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
    padding-left: 25px;
  }
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container {
    margin-right: 25px;
  }
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finishes-mobile .selected-finish-tab {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row {
    grid-template-rows: 33px auto;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container {
    margin-top: 30px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list {
  display: none;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: minmax(56px, 0);
  grid-auto-columns: 56px;
  grid-auto-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  column-gap: 8px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
    grid-template-rows: repeat(1, auto);
    grid-template-columns: minmax(72px, 0);
    grid-auto-columns: 72px;
    grid-auto-flow: column;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
    grid-auto-flow: row;
    overflow-x: hidden;
    overflow-y: scroll;
    grid-auto-rows: max-content;
    grid-template-rows: max-content;
    grid-template-columns: repeat(5, minmax(85px, 115px));
    justify-content: space-between;
    row-gap: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
    grid-auto-flow: row;
    overflow-x: hidden;
    overflow-y: scroll;
    grid-auto-rows: max-content;
    grid-template-rows: max-content;
    grid-template-columns: repeat(6, minmax(97px, 136px));
    justify-content: space-between;
    row-gap: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list.active {
    grid-auto-flow: row;
    overflow-x: hidden;
    overflow-y: scroll;
    grid-auto-rows: max-content;
    grid-template-rows: max-content;
    grid-template-columns: repeat(7, minmax(115px, 155px));
    justify-content: space-between;
    row-gap: 16px;
    column-gap: 13px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item {
  display: block;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  min-width: 56px;
  min-height: 56px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
    min-width: 72px;
    min-height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
    min-width: 85px;
    min-height: 85px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
    min-width: 97px;
    min-height: 97px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
    min-width: 115px;
    min-height: 115px;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item:hover .finish-item-image {
  border: 0.7px solid #080808;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item:hover .finish-label {
  text-decoration: underline;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item.active .finish-item-image {
  border: 0.7px solid #080808;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item.active .finish-label {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item.active .finish-label {
    display: inline-block;
    white-space: nowrap;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item.filter-disabled {
  display: none;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item.search-disabled {
  display: none;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-label {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-label {
    display: none;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 0.7px solid #212427;
  position: sticky;
  bottom: 0;
  background-color: #fff8f2;
  overflow: visible;
  padding-bottom: 6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container {
    padding-bottom: 0;
    width: fit-content;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list-toggle {
  position: relative;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list-toggle .toggle-icon {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 24px;
  height: 100%;
  rotate: -90deg;
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 20px;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list-toggle.active .toggle-icon {
  rotate: 90deg;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list {
  display: none;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list.toggle-visibility {
  display: block;
  position: absolute;
  top: calc(100% + 1px);
  background-color: #fff8f2;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list.toggle-visibility {
    left: inherit;
    right: 0;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list .filter-item {
  min-width: 150px;
  padding: 7px 19px 7px 15px;
  border: 0.7px solid #afaeae;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list .filter-item.active,
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .filter-list .filter-item:hover {
  border: 0.7px solid #212427;
  color: #212427 !important;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-icon {
  background: inherit;
  background-image: url('/media/kettal/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-icon.active {
  opacity: 0;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff8f2;
  padding: 0;
  height: 100%;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-container.toggle-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-container .search-finish {
  border: 0;
  box-shadow: inherit;
  height: auto;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .filter-container .search-container .close-search {
  width: 12px;
  height: 12px;
  background: inherit;
  background-image: url('/media/kettal/close_small.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finishes-mobile {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finishes-mobile.finishes-menu-active {
  z-index: 12;
  background-color: #FFEDDB;
  width: 100vw;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: flex-start;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finishes-mobile.finishes-menu-active .first-row_menu_configurador {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 36px 100px 36px;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .finishes-mobile.finishes-menu-active .first-row_menu_configurador .close_menu {
  width: 23.5px !important;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes {
  z-index: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes.show-finisher-modal {
  z-index: 12;
  width: auto;
  position: relative;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-content: space-between;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab {
  position: relative;
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  border-top: 0.7px solid #212427;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab:hover .label-title-tab {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab:last-child {
    border-bottom: 0.7px solid #212427;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab {
    width: 50vw;
    padding: 20px 36px 20px 36px;
    border: 0.7px solid #afaeae;
  }
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab .selected-finish {
  display: flex;
  align-items: center;
}
body.catalog-product-view .new-content .kt-finishes-content .finish-row .content-finishes .selected-finish-tab .selected-finish .img-finish {
  margin-left: 5px;
  width: 16px !important;
  height: 16px !important;
}
body.catalog-product-view .new-content .kt-finishes-content .add-to-cart-responsive {
  width: 100%;
  max-height: inherit;
}
body.catalog-product-view .new-content .kt-finishes-content .add-to-cart-responsive .box-tocart {
  position: inherit;
  width: 100%;
}
body.catalog-product-view .new-content .kt-finishes-content .add-to-cart-responsive .box-tocart button {
  width: 100% !important;
}
body.catalog-product-view .new-content .kt-finishes-content .add-to-cart-responsive .box-tocart button > span {
  text-decoration: inherit !important;
}
body.catalog-product-view .new-content .details .icona_configurador {
  width: 3px;
  height: 24px;
  z-index: 12;
  margin: 28px 0 0 30px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .details .icona_configurador {
    display: none;
  }
}
body.catalog-product-view .new-content .details .icona_configurador .icona {
  padding: 0 6px 0 6px;
}
body.catalog-product-view .new-content .details .box-tocart {
  z-index: 11;
  bottom: inherit;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .details .box-tocart {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .details .box-tocart {
    top: 22px;
    right: 28px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .details .box-tocart {
    top: 24px;
    right: 26.5px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .details .box-tocart {
    top: 24px;
    right: 28px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .details .box-tocart {
    top: 28px;
    right: 36px;
  }
}
body.catalog-product-view .new-content .details .box-tocart button {
  display: grid;
  place-items: center;
  width: max-content;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .details .box-tocart button {
    min-width: 153px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .details .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .details .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .details .box-tocart button {
    min-width: 288px !important;
    height: 56px !important;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item {
  display: none;
  grid-template-columns: repeat(1, 1fr);
}
body.catalog-product-view .new-content .variations-row .variation-item.active {
  display: grid;
  justify-content: center;
  align-content: flex-start;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item.active {
    align-content: flex-start;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item.active {
    align-content: center;
    padding-top: 0px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters {
  overflow: hidden;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container {
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  overflow-x: auto;
  grid-auto-columns: calc(((100vw - 50px) / 2) - 10px);
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container {
    grid-auto-columns: calc(((50vw - 50px) / 3) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container {
    grid-auto-columns: calc(((50vw - 50px) / 4) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container {
    grid-auto-columns: calc(((50vw - 142px) / 4) - 17px);
    column-gap: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container {
    grid-auto-columns: calc(((50vw - 230px) / 4) - 26px);
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container .disabled {
  opacity: 0.3;
  pointer-events: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container .material-dimensions__filter-material .material-item {
  box-sizing: border-box;
  border: 0.7px solid #afaeae;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 10px;
  width: auto;
  height: 100%;
  min-height: 40px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-container .material-dimensions__filter-material.active .material-item {
  border: 0.7px solid #212427;
  color: #212427 !important;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions {
  display: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active {
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  grid-auto-columns: calc(((100vw - 50px) / 2) - 10px);
  column-gap: 8px;
  padding-bottom: 10px;
  margin-top: 15px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active {
    grid-auto-columns: calc(((50vw - 50px) / 3) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active {
    grid-auto-columns: calc(((50vw - 50px) / 4) - 10px);
    column-gap: 8px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active {
    grid-auto-columns: calc(((50vw - 142px) / 4) - 17px);
    column-gap: 15px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions.active {
    grid-auto-columns: calc(((50vw - 230px) / 4) - 26px);
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions .dimension-item {
  box-sizing: border-box;
  width: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  border-bottom: 0.7px solid #afaeae;
  height: 100%;
  min-height: 40px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material-dimensions__filters .material-dimensions__filter-dimensions .dimension-item.active {
  border-bottom: 0.7px solid #212427;
  color: #212427 !important;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  padding: 0 5px;
  overflow-x: auto;
  grid-auto-columns: 104px;
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image__filters {
    grid-auto-columns: 72px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image__filters {
    grid-auto-columns: 120px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image__filters {
    grid-auto-columns: 160px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image__filters {
    grid-auto-columns: 240px;
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters .image__filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters .image__filter .image-label {
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image__filters .image__filter .image-label {
    margin-top: 10px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters .image__filter.active .image-item {
  box-sizing: border-box;
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .image__filters .image__filter.active .image-label {
  box-sizing: border-box;
  text-decoration: underline;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters {
  width: calc(100vw - 50px);
  display: grid;
  overflow: visible;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  justify-content: end;
  position: relative;
  grid-auto-columns: minmax(25%, 100%);
  column-gap: 8px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters {
    width: calc(50vw - 50px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters {
    column-gap: 8px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters {
    width: calc(50vw - 142px);
    column-gap: 15px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters {
    width: calc(50vw - 230px);
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat-back-item {
  box-sizing: border-box;
  height: 100%;
  min-height: 40px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 0.7px solid #afaeae;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat-back-item.active {
  color: #212427 !important;
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter .back__filter {
  display: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter .back__filter .piping__filters {
  display: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter .back__filter .piping__filters .piping-item.disabled {
  color: grey;
  pointer-events: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active {
  box-sizing: border-box;
  border-bottom: 1px solid black;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(50vw - 25px);
  display: grid;
  overflow: visible;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  justify-content: start;
  margin-left: 8px;
  grid-auto-columns: minmax(25%, 100%);
  column-gap: 8px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter {
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter {
    column-gap: 8px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter {
    column-gap: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter {
    column-gap: 24px;
    margin-left: 24px;
    width: calc(100vw - 36px);
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .back-item__filter {
  box-sizing: border-box;
  border: 0.7px solid #afaeae;
  height: 100%;
  min-height: 40px;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .back-item__filter.active {
  color: #212427 !important;
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active {
  position: absolute;
  top: 100%;
  left: calc(-50% - 4px);
  margin-top: 15px;
  width: 100%;
  display: grid;
  overflow: visible;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  justify-content: space-between;
  grid-auto-columns: auto;
  column-gap: 8px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active {
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active {
    margin-top: 20px;
    column-gap: 8px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active {
    left: calc(-50% - 8px);
    margin-top: 30px;
    column-gap: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active {
    column-gap: 24px;
    left: calc(-50% - 12px);
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active .piping-item {
  box-sizing: border-box;
  border-bottom: 1px solid #afaeae;
  height: 100%;
  min-height: 40px;
}
body.catalog-product-view .new-content .variations-row .variation-item .seat-back__filters .seat__filter.active .back__filter .piping__filters.active .piping-item.active {
  color: #212427 !important;
  border-bottom: 1px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters {
  overflow: hidden;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter {
  display: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  padding: 0 5px;
  overflow-x: auto;
  grid-auto-columns: 104px;
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active {
    grid-auto-columns: 104px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active {
    grid-auto-columns: 120px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active {
    grid-auto-columns: 160px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active {
    grid-auto-columns: 240px;
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active > div .image-finisher-item.active {
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter.active > div .image-finisher-item.active ~ .image-finisher-label {
  text-decoration: underline;
}
body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter .image-finisher-label {
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .image-finisher__filters .image-finisher__filter .image-finisher-label {
    margin-top: 10px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  overflow-x: auto;
  grid-auto-columns: calc(((100vw - 50px) / 2) - 10px);
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material__filters {
    grid-auto-columns: calc(((50vw - 50px) / 3) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material__filters {
    grid-auto-columns: calc(((50vw - 50px) / 4) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material__filters {
    grid-auto-columns: calc(((50vw - 142px) / 4) - 17px);
    column-gap: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .variations-row .variation-item .material__filters {
    grid-auto-columns: calc(((50vw - 230px) / 4) - 26px);
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters .disabled {
  opacity: 0.3;
  pointer-events: none;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters .material__filter {
  box-sizing: border-box;
  border: 0.7px solid #afaeae;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 10px;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters .material__filter.active {
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .variations-row .variation-item .material__filters .material__filter.active .material-item {
  color: #212427 !important;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .project-view .project-slider .carousel-container #banner-slider-carousel {
    display: none;
  }
  body.catalog-product-view .new-content .project-view .project-slider .carousel-container .banner-slider-cover {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .project-view .project-slider .carousel-container #banner-slider-carousel {
    display: block;
  }
  body.catalog-product-view .new-content .project-view .project-slider .carousel-container .banner-slider-cover {
    display: none;
  }
}
body.catalog-product-view .new-content .estimate-vdl #product_addtocart_form {
  position: absolute;
  right: 0;
}
body.catalog-product-view .new-content .estimate-vdl #product_addtocart_form .box-tocart {
  bottom: 10px;
  top: inherit;
  right: 5%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-vdl #product_addtocart_form .box-tocart {
    bottom: inherit;
    top: 10px;
    width: fit-content;
  }
}
body.catalog-product-view .new-content .estimate-vdl #product_addtocart_form .box-tocart #product-addtocart-button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .video-vdl {
    aspect-ratio: 1;
  }
  body.catalog-product-view .new-content .video-vdl .resp-container-iframe {
    height: 100%;
    padding: 0 !important;
  }
}
body.catalog-product-view .new-content .customize-slider-information {
  overflow: hidden;
  background-color: #FFF8F2;
}
body.catalog-product-view .new-content .customize-slider-information .ar-dot-slider {
  aspect-ratio: 0.43478261;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .customize-slider-information .ar-dot-slider {
    aspect-ratio: 1;
  }
}
body.catalog-product-view .new-content .customize-slider-information .kt-box {
  grid-template-rows: 30% 30% 40%;
  margin-bottom: 20px;
}
body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .sfere {
  order: 1;
  position: relative;
}
body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .sfere .content-sfere {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
  width: max-content;
  margin-top: 14px;
}
body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .sfere.active .content-sfere .option-label {
  text-decoration: underline;
}
body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .line {
  order: 2;
}
body.catalog-product-view .new-content .customize-slider-information .dot-slider .item:last-child .line {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .customize-slider-information .dot-slider .item {
    padding-bottom: 0;
  }
  body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .sfere {
    order: 2;
  }
  body.catalog-product-view .new-content .customize-slider-information .dot-slider .item .line {
    order: 1;
  }
  body.catalog-product-view .new-content .customize-slider-information .dot-slider .item:last-child .line {
    opacity: 1;
  }
  body.catalog-product-view .new-content .customize-slider-information .dot-slider .item:first-child .line {
    opacity: 0;
  }
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider {
  z-index: 1;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-stage-outer,
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-stage,
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-item {
  height: 100%;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-nav {
  display: none !important;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-item.center .product-item .image {
  cursor: pointer;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .owl-item.center .product-item .content {
  opacity: 1;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .image {
  flex: 0 0 60%;
  justify-content: center;
  display: flex;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .image img {
  width: 100% !important;
  margin: auto 0;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .image img {
    width: 60% !important;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .image img {
    width: 40% !important;
  }
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .content {
  opacity: 0;
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .content .view {
  height: 30%;
  text-decoration: underline;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .content .name {
  display: flex;
  align-items: center;
  height: 70%;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .customize-slider-information .slider-products-dot-slider .product-item .content .name {
    width: max-content;
  }
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(40% * 0.66);
  z-index: 2;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider.hide {
  display: none;
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider .content-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider .content-arrow .arrow {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/media/kettal/arrow_head.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider .content-arrow .arrow.next {
  transform: rotate(180deg);
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider .content-arrow .arrow.next.disabled {
  opacity: 0.3;
}
body.catalog-product-view .new-content .customize-slider-information .custom-arrows-slider-products-dot-slider .content-arrow .arrow.prev.disabled {
  opacity: 0.3;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 60px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container {
    margin: 0;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container {
    margin: 0 46px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container {
    margin: 0 84px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .prev-tab {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 9px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .prev-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .prev-tab {
    width: 13.5px;
    height: 24px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .next-tab {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  transform: rotate(180deg);
  width: 9px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .next-tab {
    width: 9px;
    height: 16px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .tabs-container .next-tab {
    width: 13.5px;
    height: 24px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs {
  max-height: 60px;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs .tab {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs .tab.active {
  display: block;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs .tab .selected-finish {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs .tab .selected-finish .code-finish {
  margin-left: 5px;
}
body.catalog-product-view .new-content .estimate-pavilion .tabs-container .tabs .tab .selected-finish .img-finish {
  margin-left: 5px;
  width: 16px !important;
  height: 16px !important;
}
body.catalog-product-view .new-content .estimate-pavilion .icona_configurador {
  width: 3px;
  height: 24px;
  z-index: 12;
  margin: 28px 0 0 30px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .estimate-pavilion .icona_configurador {
    display: none;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .icona_configurador .icona {
  padding: 0 6px 0 6px;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .estimate-pavilion .kt-finishes-content.have-variations {
    grid-template-rows: 35px 1fr minmax(133.15px, auto) 79px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row {
  height: fit-content;
  z-index: 1;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row {
    margin-top: 110px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item.active {
  display: grid;
  justify-content: center;
  align-content: flex-start;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item.active {
    align-content: flex-start;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item.active {
    align-content: center;
    padding-top: 0px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  padding: 0 5px;
  overflow-x: auto;
  grid-auto-columns: 104px;
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters {
    grid-auto-columns: 72px;
    column-gap: 10px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters {
    grid-auto-columns: 120px;
    column-gap: 16px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters {
    grid-auto-columns: 160px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters {
    grid-auto-columns: 240px;
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-item-wrapper {
  position: relative;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-item-wrapper img {
  aspect-ratio: 1;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-item-wrapper .selected {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-item-wrapper .view-part {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-label {
  text-align: center;
  margin-top: 5px;
  height: 20%;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter .image-label {
    margin-top: 10px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-item-wrapper .image-item {
  box-sizing: border-box;
  border: 0.7px solid #212427;
  opacity: 0.5;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-item-wrapper .selected {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1.26315789;
  width: 30%;
  height: auto;
  background-size: cover;
  background-image: url('/media/kettal/selectedthin.svg');
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-item-wrapper .view-part {
  display: block;
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  background-color: #000;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-item-wrapper .view-part {
    width: 15%;
    height: 15%;
    bottom: 3%;
    right: 3%;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-item-wrapper .view-part::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-image: url('/media/kettal/plus.svg');
  background-size: cover;
  filter: invert(1);
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.active .image-label {
  box-sizing: border-box;
  text-decoration: underline;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .image__filters .image__filter.disabled {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-auto-flow: column;
  overflow-x: auto;
  justify-content: center;
  grid-auto-columns: calc(((100vw - 50px) / 2) - 10px);
  column-gap: 8px;
  padding-bottom: 10px;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters::-webkit-scrollbar-track {
  border: 3px solid #fff8f2;
  background-color: black;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #fff8f2;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters::-webkit-scrollbar-thumb {
  background-color: #fff8f2;
  border-radius: 10px;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters {
    grid-auto-columns: calc(((50vw - 50px) / 3) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters {
    grid-auto-columns: calc(((50vw - 50px) / 4) - 10px);
    column-gap: 8px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters {
    grid-auto-columns: calc(((50vw - 142px) / 4) - 17px);
    column-gap: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters {
    grid-auto-columns: calc(((50vw - 230px) / 4) - 26px);
    column-gap: 24px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters .disabled {
  opacity: 0.3;
  pointer-events: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters .simpledouble_config__filter {
  box-sizing: border-box;
  border: 0.7px solid #afaeae;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 10px;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters .simpledouble_config__filter.active {
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config__filters .simpledouble_config__filter.active .simpledouble_config-item {
  color: #212427 !important;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config-variation__filters + .image-pavilion__filters {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config-variation__filters + .image-pavilion__filters {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config-variation__filters + .image-pavilion__filters {
    margin-top: 115px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item .simpledouble_config-variation__filters + .image-pavilion__filters {
    margin-top: 171px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-view-row .pavilion-item[data-pavilions-view-type="simple_double"] .image-pavilion__filters .image-pavilion-wrapper .image__filters .image__filter.active .image-item {
  box-sizing: border-box;
  border: 0.7px solid #212427;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item {
  display: none;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item.active {
  grid-area: 1 last-line / last-line;
  display: flex;
  width: 100vw;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item.active {
    width: 100%;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item.active:not(.finish-container) {
  padding-left: 20% !important;
  text-align: end;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item .min-max-required {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item .min-max-required .min {
  display: none;
  width: max-content;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item .min-max-required .min.active {
  display: block;
  order: 2;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item .min-max-required .max {
  display: none;
  width: max-content;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .pavilion-info-item .min-max-required .max.active {
  display: block;
  order: 2;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .finishes-mobile .selected-finish-tab {
  padding: 6px 25px !important;
  max-height: none !important;
  height: fit-content;
}
body.catalog-product-view .new-content .estimate-pavilion .pavilions-info-row .finishes-mobile .selected-finish-tab .selected-finish {
  text-align: right;
}
body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
  z-index: 11;
  bottom: inherit;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
    top: 22px;
    right: 28px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
    top: 24px;
    right: 26.5px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
    top: 24px;
    right: 28px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart {
    top: 28px;
    right: 36px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart button {
  display: grid;
  place-items: center;
  width: max-content;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart button {
    min-width: 153px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .configuration .box-tocart button {
    min-width: 288px !important;
    height: 56px !important;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart {
  z-index: 11;
  bottom: 22px;
  left: 28px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart {
    bottom: 22px;
    left: 28px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart {
    bottom: 24px;
    left: 26.5px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart {
    bottom: 24px;
    left: 28px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart {
    bottom: 28px;
    left: 36px;
  }
}
body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart button {
  display: grid;
  place-items: center;
  width: max-content;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart button {
    min-width: 153px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart button {
    min-width: 182px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .new-content .estimate-pavilion .no-configuration .box-tocart button {
    min-width: 288px !important;
    height: 56px !important;
  }
}
body.catalog-product-view .modals-overlay {
  display: none !important;
}
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: sticky;
  bottom: 0;
  background-color: #fff8f2;
  overflow: visible;
  padding-bottom: 6px;
  flex-direction: column;
  background-color: #FFF8F2;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view #filter-container-modal .filter-container-modal-body-content {
    padding-bottom: 0;
  }
}
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content .modal-title {
  margin-bottom: 36px;
  border: inherit;
  padding: 0;
}
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content .filter-list {
  width: 100%;
}
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content .filter-list .filter-item {
  min-width: 150px;
  padding: 14px 16px;
  border: 0.7px solid #afaeae;
}
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content .filter-list .filter-item.active,
body.catalog-product-view #filter-container-modal .filter-container-modal-body-content .filter-list .filter-item:hover {
  border: 0.7px solid #212427;
  color: #212427 !important;
}
body.catalog-product-view .product-part-modal {
  width: 100vw;
  height: 100vh;
  left: 0;
}
body.catalog-product-view .product-part-modal .modal-inner-wrap {
  width: 90vw;
  height: 95vh;
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view .product-part-modal .modal-inner-wrap {
    width: 80vw;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view .product-part-modal .modal-inner-wrap {
    width: 70vw;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view .product-part-modal .modal-inner-wrap {
    width: 60vw;
  }
}
body.catalog-product-view .product-part-modal .modal-inner-wrap .action-close {
  filter: invert(1);
}
body.catalog-product-view .product-part-modal .modal-inner-wrap .modal-header {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
}
body.catalog-product-view #part-view-modal {
  height: 95vh;
}
body.catalog-product-view #part-view-modal.closed {
  display: none !important;
}
body.catalog-product-view #part-view-modal .lightboxed--frame img {
  width: auto !important;
  height: auto;
}
body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery {
  height: 100%;
  min-height: 375px;
  margin-top: 0;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery {
    min-height: 960px;
    margin: 14px 0;
  }
}
body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery .splide__list .splide__slide {
  width: auto !important;
}
body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view #part-view-modal .kettal-splide-carousel-media-gallery img {
    min-height: 960px;
  }
}
body.catalog-product-view #part-view-modal .resp-container-iframe {
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  body.catalog-product-view #part-view-modal .resp-container-iframe {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .resp-container-iframe {
    aspect-ratio: auto;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal {
    margin-top: 14px;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-group {
  position: relative;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-group {
    width: fit-content;
    min-width: 10%;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-group.active .toggle-icon {
  rotate: 90deg;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-group .toggle-icon {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 24px;
  height: 100%;
  rotate: -90deg;
  position: absolute;
  right: 10px;
  left: inherit;
  top: 0px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-group .toggle-icon {
    left: 100%;
    right: inherit;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list {
  display: none;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active {
  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: minmax(56px, 0);
  grid-auto-columns: 56px;
  grid-auto-flow: column;
  overflow-x: scroll;
  overflow-y: hidden;
  column-gap: 8px;
  margin-top: 20px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active {
    grid-template-columns: minmax(72px, 0);
    grid-auto-columns: 72px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active {
    grid-template-columns: minmax(85px, 0);
    grid-auto-columns: 85px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active {
    grid-template-columns: minmax(97px, 0);
    grid-auto-columns: 97px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active {
    grid-template-columns: minmax(115px, 0);
    grid-auto-columns: 115px;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  min-width: 56px;
  min-height: 56px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-item-image {
    min-width: 72px;
    min-height: 72px;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-item-image {
    min-width: 85px;
    min-height: 85px;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-item-image {
    min-width: 97px;
    min-height: 97px;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-item-image {
    min-width: 115px;
    min-height: 115px;
  }
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item:hover .finish-item-image {
  border: 0.7px solid #080808;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item:hover .finish-label {
  opacity: 1;
  text-decoration: underline;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item.active .finish-item-image {
  border: 0.7px solid #080808;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item.active .finish-label {
  opacity: 1;
  text-decoration: underline;
}
body.catalog-product-view #part-view-modal .finishes-content-modal .finish-list.active .finish-item .finish-label {
  display: block;
  margin-top: 5px;
  opacity: 0;
  width: max-content;
  padding-left: 10px;
  transform: translateX(-5px);
}
body.catalog-product-view #part-view-modal .sku-modal {
  margin-top: 0%;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .sku-modal {
    margin-top: 30%;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view #part-view-modal .sku-modal {
    margin-top: 20%;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view #part-view-modal .sku-modal {
    margin-top: 15%;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view #part-view-modal .sku-modal {
    margin-top: 10%;
  }
}
body.catalog-product-view #part-view-modal .download-content-modal {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view #part-view-modal .download-content-modal {
    justify-content: flex-start;
  }
}
body.catalog-product-view #part-view-modal .download-content-modal .am-attachments {
  flex-direction: column;
  flex-wrap: wrap;
  height: max-content;
  text-align: right;
}
body.catalog-product-view #part-view-modal .download-content-modal .am-attachments .am-fileline {
  margin-bottom: 10px;
}
body.catalog-product-view #part-view-modal .download-content-modal .am-attachments .am-fileline .need-to-be-message {
  display: block;
  color: indianred;
}
body.catalog-product-view #part-view-modal .download-content-modal .am-attachments .am-fileline .need-to-be-message a {
  color: indianred;
}
body.catalog-product-view.catalog-material-view .main-information .inline-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  margin: 36px 0;
  justify-content: center;
}
body.catalog-product-view.catalog-material-view .main-information .inline-icons img {
  max-width: 40px;
}
body.catalog-product-view.catalog-material-view .main-information .material-description {
  max-height: 950px;
}
body.catalog-product-view.catalog-material-view .main-information .material-short-description {
  background-color: #FFF8F2;
  max-height: 950px;
}
body.catalog-product-view.catalog-material-view .finishes {
  margin-bottom: 46px;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-image-container {
  overflow: hidden;
  touch-action: none;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-image-container .preview-finish-image {
  cursor: move;
  height: 100% !important;
  position: absolute;
  zoom: 1;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-image-container .zoomist-image {
  width: 100%;
  aspect-ratio: 1;
  pointer-events: auto;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF8F2;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .icona_configurador {
  margin: 0;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .icona_configurador {
    display: block;
    top: 10px;
    right: 15px;
    position: absolute;
  }
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container {
  display: flex;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  height: 21px;
  cursor: pointer;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]:focus {
  outline: none;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]:hover,
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]:active,
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]:focus {
  border-bottom: none !important;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  padding: 0;
  background: #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-moz-range-track {
  height: 1px;
  padding: 0;
  background: #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-ms-track {
  height: 1px;
  padding: 0;
  background: #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #fff8f2;
  border: 1px solid #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #fff8f2;
  border: 1px solid #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-ms-thumb {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -6.5px;
  border-radius: 50%;
  background-color: #fff8f2;
  border: 1px solid #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-moz-range-progress {
  background-color: #212427;
  height: 1px;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container input[type=range]::-ms-fill-upper {
  background-color: #212427;
  height: 1px;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .less-action {
  box-sizing: border-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/media/kettal/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  order: 1;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .plus-action {
  box-sizing: border-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(/media/kettal/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  order: 3;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .zoomist-slider-horizontal {
  order: 2;
  padding: 10px;
  cursor: pointer;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .zoomist-slider-horizontal .zoomist-slider-wrapper {
  height: 1px;
  background: #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .zoomist-slider-horizontal .zoomist-slider-wrapper .zoomist-slider-bar {
  background: #212427;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .zoom-container .zoomist-slider-horizontal .zoomist-slider-wrapper .zoomist-slider-button::before {
  margin-top: -1px;
  background-color: #fff8f2;
  border: 1px solid #212427;
  box-shadow: none;
}
body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .finish-details {
  display: flex;
  gap: 126px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.catalog-product-view.catalog-material-view .finishes .finish-preview .preview-finish-details-container .finish-details {
    justify-content: space-between;
  }
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content {
    grid-template-rows: 35px 84.7px minmax(133.15px, auto) 79px;
    aspect-ratio: inherit !important;
  }
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content.have-variations {
    grid-template-rows: 35px 207px minmax(133.15px, auto) 79px;
  }
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .finish-row {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .finish-row .finish-container {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .finish-row .finish-container .finish-list.active {
    grid-template-rows: repeat(2, auto);
  }
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .finish-row .finish-container .finish-list .finish-item .finish-item-image {
  min-width: 56px;
  min-height: 56px;
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .add-to-cart-responsive {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .add-to-cart-responsive {
    flex-direction: column;
  }
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .add-to-cart-responsive .box-tocart button {
  background-color: #1A1311;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .add-to-cart-responsive .box-tocart button {
    max-width: 264px;
  }
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .add-to-cart-responsive .box-tocart button span {
  color: #fff !important;
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .related-finishes {
  margin-bottom: 9px;
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .related-finishes .finish-related-content {
  display: flex;
  flex-direction: column;
}
body.catalog-product-view.catalog-material-view .finishes .kt-finishes-content .related-finishes .finish-related-content .img-finish-related {
  max-width: 28px;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container {
  margin: 0 auto;
  padding-top: 74px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  body.catalog-product-view.catalog-material-view .finish-tab-info-container {
    padding-top: 38px;
    padding-bottom: 46px;
  }
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info {
  background-color: transparent;
  border-top: 1px solid #7A7674;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info:last-child {
  border-bottom: 1px solid #7A7674;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-title {
  margin: 0 35px 0 0;
  cursor: pointer;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content {
  display: none;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content {
    margin: 95px 0 0;
  }
}
@media screen and (min-width: 1367px) {
  body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content {
    margin: 90px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content {
    margin: 130px 0 0;
  }
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .text-title-webshop-download {
  display: none;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .am-attachments {
  margin-top: 20px;
  justify-content: center;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .am-attachments .am-fileline {
  text-decoration: none;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .am-attachments .am-fileline a:hover {
  text-decoration: underline;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .inline-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 30px;
  margin-top: 90px;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .inline-icons span {
  gap: 10px;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-content .inline-icons span img {
  max-width: 40px;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info.active .finish-tab-content {
  display: block;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  height: 15px;
  width: 15px;
  top: 20px;
  right: 30px;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info .finish-tab-toggle .toggle-icon {
  background: inherit;
  background-image: url('/media/kettal/arrow_head.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 15px;
  height: 15px;
  rotate: -90deg;
}
body.catalog-product-view.catalog-material-view .finish-tab-info-container .finish-tab-info.active .finish-tab-toggle .toggle-icon {
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  body.catalog-product-view.catalog-material-view .related-material-products .material-related-products-title {
    aspect-ratio: inherit !important;
  }
}
.quotation-view-container .download-link-item {
  margin-bottom: 0 !important;
}
.proceed-to-order-modal-in,
.delete-quotation-modal-in {
  display: flex;
}
.proceed-to-order-modal-in .modal-inner-wrap,
.delete-quotation-modal-in .modal-inner-wrap {
  padding: 20px;
}
.proceed-to-order-modal-in .modal-inner-wrap .modal-header,
.delete-quotation-modal-in .modal-inner-wrap .modal-header {
  position: relative !important;
}
.proceed-to-order-modal-in .modal-inner-wrap .modal-header .modal-title,
.delete-quotation-modal-in .modal-inner-wrap .modal-header .modal-title {
  border: none !important;
}
.proceed-to-order-modal-in .modal-inner-wrap .modal-header .action-close,
.delete-quotation-modal-in .modal-inner-wrap .modal-header .action-close {
  margin: 0 !important;
}
.proceed-to-order-modal-in .modal-inner-wrap .modal-content,
.delete-quotation-modal-in .modal-inner-wrap .modal-content {
  height: 20vh;
  padding-top: 20px !important;
}
.proceed-to-order-modal-in .modal-inner-wrap .modal-footer,
.delete-quotation-modal-in .modal-inner-wrap .modal-footer {
  display: flex !important;
  gap: 20px;
  border: none !important;
  padding: 0 !important;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .proceed-to-order-modal-in .modal-inner-wrap .modal-content,
  .delete-quotation-modal-in .modal-inner-wrap .modal-content {
    min-width: max-content;
  }
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right {
  height: 100px;
  display: none !important;
}
@media screen and (min-width: 1367px) {
  .section-architect-index #maincontent .news-grid-heading .news-grid-heading-right,
  .section-press-index #maincontent .news-grid-heading .news-grid-heading-right,
  .section-press-view #maincontent .news-grid-heading .news-grid-heading-right {
    height: 500px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container {
  height: 250px;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text {
  margin-top: 30px;
  width: 75%;
  opacity: 0;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text .heading-text,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text .heading-text,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-text .heading-text {
  margin-bottom: 20px;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeIn,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeIn,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeIn {
  animation: fadeIn 300ms ease-in-out;
  opacity: 1;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeOut,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeOut,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container .news-heading-fadeOut {
  animation: fadeOut 300ms ease-in-out;
  opacity: 0;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .shop-link,
.section-press-index #maincontent .news-grid-heading .news-grid-heading-right .news-container .shop-link,
.section-press-view #maincontent .news-grid-heading .news-grid-heading-right .news-container .shop-link {
  margin-right: 50px;
}
.section-architect-index #maincontent .news-grid-heading .news-grid-heading:hover .news-heading-text,
.section-press-index #maincontent .news-grid-heading .news-grid-heading:hover .news-heading-text,
.section-press-view #maincontent .news-grid-heading .news-grid-heading:hover .news-heading-text {
  opacity: 1;
}
.section-architect-index #maincontent .news-grid-heading .text-up-heading,
.section-press-index #maincontent .news-grid-heading .text-up-heading,
.section-press-view #maincontent .news-grid-heading .text-up-heading {
  animation: moveWithAccelerationHeading 500ms ease-in-out;
  transform: translateY(-175px);
}
.section-architect-index #maincontent .news-grid-heading .text-down-heading,
.section-press-index #maincontent .news-grid-heading .text-down-heading,
.section-press-view #maincontent .news-grid-heading .text-down-heading {
  animation: returnWithAccelerationHeading 500ms ease-in-out;
  transform: translateY(0px);
}
.section-architect-index #maincontent .news-grid-heading body.living .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.living .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.living .post-list-wrapper .hover-color:hover {
  background-color: #ffeddb;
}
.section-architect-index #maincontent .news-grid-heading body.contract .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.contract .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.contract .post-list-wrapper .hover-color:hover {
  background-color: #bed0ba;
}
.section-architect-index #maincontent .news-grid-heading body.workplace .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.workplace .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.workplace .post-list-wrapper .hover-color:hover {
  background-color: #d0def2;
}
.section-architect-index #maincontent .news-grid-heading body.webshop .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.webshop .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.webshop .post-list-wrapper .hover-color:hover {
  background-color: #e3ddd6;
}
.section-architect-index #maincontent .news-grid-heading body.triconfort .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.triconfort .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.triconfort .post-list-wrapper .hover-color:hover {
  background-color: #434357;
}
.section-architect-index #maincontent .news-grid-heading body.btb .post-list-wrapper .hover-color:hover,
.section-press-index #maincontent .news-grid-heading body.btb .post-list-wrapper .hover-color:hover,
.section-press-view #maincontent .news-grid-heading body.btb .post-list-wrapper .hover-color:hover {
  background-color: #fff8f2;
}
.section-architect-index #maincontent .news-grid-heading .news-body.news-border-solid,
.section-press-index #maincontent .news-grid-heading .news-body.news-border-solid,
.section-press-view #maincontent .news-grid-heading .news-body.news-border-solid {
  border-left: 0.5px solid #E3DDD6  !important;
}
.section-architect-index #maincontent .news-grid-heading .news-body .content-news,
.section-press-index #maincontent .news-grid-heading .news-body .content-news,
.section-press-view #maincontent .news-grid-heading .news-body .content-news {
  height: 306px;
}
.section-architect-index #maincontent .news-grid-heading .news-body .content-news .full-width-height,
.section-press-index #maincontent .news-grid-heading .news-body .content-news .full-width-height,
.section-press-view #maincontent .news-grid-heading .news-body .content-news .full-width-height {
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.section-architect-index #maincontent .news-grid-heading .news-body .content-news .space-between,
.section-press-index #maincontent .news-grid-heading .news-body .content-news .space-between,
.section-press-view #maincontent .news-grid-heading .news-body .content-news .space-between {
  align-content: space-between;
}
.section-architect-index #maincontent .news-grid-heading .news-body .texto-fadeIn,
.section-press-index #maincontent .news-grid-heading .news-body .texto-fadeIn,
.section-press-view #maincontent .news-grid-heading .news-body .texto-fadeIn {
  position: absolute;
  bottom: 24px;
  animation: fadeIn 500ms ease-in-out;
  /* Utiliza la animación "fadeIn" durante 500ms */
  opacity: 1;
  /* Establece la opacidad en 1 (visible) al final de la animación */
}
.section-architect-index #maincontent .news-grid-heading .news-body .shortDescription,
.section-press-index #maincontent .news-grid-heading .news-body .shortDescription,
.section-press-view #maincontent .news-grid-heading .news-body .shortDescription {
  position: absolute;
  bottom: 25px;
  width: 80%;
  height: 70px;
}
.section-architect-index #maincontent .news-grid-heading .news-body .text-aceleration,
.section-press-index #maincontent .news-grid-heading .news-body .text-aceleration,
.section-press-view #maincontent .news-grid-heading .news-body .text-aceleration {
  animation: moveWithAcceleration 300ms ease-in-out;
  /* Utiliza la animación "moveWithAcceleration" con aceleración durante 300ms */
  transform: translateY(-40px);
  /* Se queda la animación en este punto hasta finalizar */
}
.section-architect-index #maincontent .press-head-section,
.section-press-index #maincontent .press-head-section,
.section-press-view #maincontent .press-head-section {
  display: flex;
}
.section-architect-index #maincontent .press-head-section .press-head-item,
.section-press-index #maincontent .press-head-section .press-head-item,
.section-press-view #maincontent .press-head-section .press-head-item {
  margin-top: 30px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-architect-index #maincontent .press-head-section .press-head-item.desktop,
.section-press-index #maincontent .press-head-section .press-head-item.desktop,
.section-press-view #maincontent .press-head-section .press-head-item.desktop {
  display: none;
}
.section-architect-index #maincontent .press-head-section .press-head-item .press-section-contact.desktop,
.section-press-index #maincontent .press-head-section .press-head-item .press-section-contact.desktop,
.section-press-view #maincontent .press-head-section .press-head-item .press-section-contact.desktop {
  display: none;
}
.section-architect-index #maincontent .press-head-section .press-head-item .press-section-contact.mobile,
.section-press-index #maincontent .press-head-section .press-head-item .press-section-contact.mobile,
.section-press-view #maincontent .press-head-section .press-head-item .press-section-contact.mobile {
  display: block;
}
.section-architect-index #maincontent .press-section-info .landing-row,
.section-press-index #maincontent .press-section-info .landing-row,
.section-press-view #maincontent .press-section-info .landing-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-architect-index #maincontent .press-section-info .landing-row .landing-item,
.section-press-index #maincontent .press-section-info .landing-row .landing-item,
.section-press-view #maincontent .press-section-info .landing-row .landing-item {
  cursor: pointer;
  background-color: #FFE8CE;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.section-architect-index #maincontent .press-section-info .landing-row .landing-item img,
.section-press-index #maincontent .press-section-info .landing-row .landing-item img,
.section-press-view #maincontent .press-section-info .landing-row .landing-item img {
  width: 100%;
}
.section-architect-index #maincontent .press-section-info .landing-row .landing-item .landing-item-title,
.section-press-index #maincontent .press-section-info .landing-row .landing-item .landing-item-title,
.section-press-view #maincontent .press-section-info .landing-row .landing-item .landing-item-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-architect-index #maincontent .press-mobile-contact-item,
.section-press-index #maincontent .press-mobile-contact-item,
.section-press-view #maincontent .press-mobile-contact-item {
  background-color: #e3ddd6;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-architect-index #maincontent .kettal-grid .files-filter-content,
.section-press-index #maincontent .kettal-grid .files-filter-content,
.section-press-view #maincontent .kettal-grid .files-filter-content {
  width: 100%;
  height: 100%;
  display: flex;
}
.section-architect-index #maincontent .kettal-grid .kettal-grid-item:not(.hover-animation),
.section-press-index #maincontent .kettal-grid .kettal-grid-item:not(.hover-animation),
.section-press-view #maincontent .kettal-grid .kettal-grid-item:not(.hover-animation) {
  height: 100%;
  aspect-ratio: 1;
}
.section-architect-index #maincontent .press-image-prefooter img,
.section-press-index #maincontent .press-image-prefooter img,
.section-press-view #maincontent .press-image-prefooter img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.section-architect-index .architect-section-info .architect-info,
.section-press-index .architect-section-info .architect-info,
.section-press-view .architect-section-info .architect-info,
.section-architect-index .press-section-info .architect-info,
.section-press-index .press-section-info .architect-info,
.section-press-view .press-section-info .architect-info,
.section-architect-index .architect-section-info .press-info,
.section-press-index .architect-section-info .press-info,
.section-press-view .architect-section-info .press-info,
.section-architect-index .press-section-info .press-info,
.section-press-index .press-section-info .press-info,
.section-press-view .press-section-info .press-info {
  display: flex;
}
.section-architect-index .architect-section-info .architect-info .box,
.section-press-index .architect-section-info .architect-info .box,
.section-press-view .architect-section-info .architect-info .box,
.section-architect-index .press-section-info .architect-info .box,
.section-press-index .press-section-info .architect-info .box,
.section-press-view .press-section-info .architect-info .box,
.section-architect-index .architect-section-info .press-info .box,
.section-press-index .architect-section-info .press-info .box,
.section-press-view .architect-section-info .press-info .box,
.section-architect-index .press-section-info .press-info .box,
.section-press-index .press-section-info .press-info .box,
.section-press-view .press-section-info .press-info .box {
  max-height: inherit;
}
.section-architect-index .architect-section-info .architect-info .box:before,
.section-press-index .architect-section-info .architect-info .box:before,
.section-press-view .architect-section-info .architect-info .box:before,
.section-architect-index .press-section-info .architect-info .box:before,
.section-press-index .press-section-info .architect-info .box:before,
.section-press-view .press-section-info .architect-info .box:before,
.section-architect-index .architect-section-info .press-info .box:before,
.section-press-index .architect-section-info .press-info .box:before,
.section-press-view .architect-section-info .press-info .box:before,
.section-architect-index .press-section-info .press-info .box:before,
.section-press-index .press-section-info .press-info .box:before,
.section-press-view .press-section-info .press-info .box:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.section-architect-index .architect-section-info .architect-info .box .title-text,
.section-press-index .architect-section-info .architect-info .box .title-text,
.section-press-view .architect-section-info .architect-info .box .title-text,
.section-architect-index .press-section-info .architect-info .box .title-text,
.section-press-index .press-section-info .architect-info .box .title-text,
.section-press-view .press-section-info .architect-info .box .title-text,
.section-architect-index .architect-section-info .press-info .box .title-text,
.section-press-index .architect-section-info .press-info .box .title-text,
.section-press-view .architect-section-info .press-info .box .title-text,
.section-architect-index .press-section-info .press-info .box .title-text,
.section-press-index .press-section-info .press-info .box .title-text,
.section-press-view .press-section-info .press-info .box .title-text {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
.section-architect-index .architect-section-info .architect-info .box .customer-info,
.section-press-index .architect-section-info .architect-info .box .customer-info,
.section-press-view .architect-section-info .architect-info .box .customer-info,
.section-architect-index .press-section-info .architect-info .box .customer-info,
.section-press-index .press-section-info .architect-info .box .customer-info,
.section-press-view .press-section-info .architect-info .box .customer-info,
.section-architect-index .architect-section-info .press-info .box .customer-info,
.section-press-index .architect-section-info .press-info .box .customer-info,
.section-press-view .architect-section-info .press-info .box .customer-info,
.section-architect-index .press-section-info .press-info .box .customer-info,
.section-press-index .press-section-info .press-info .box .customer-info,
.section-press-view .press-section-info .press-info .box .customer-info {
  display: flex;
  flex-direction: column;
}
.section-architect-index .architect-section-info .architect-info .box .customer-info .address-info,
.section-press-index .architect-section-info .architect-info .box .customer-info .address-info,
.section-press-view .architect-section-info .architect-info .box .customer-info .address-info,
.section-architect-index .press-section-info .architect-info .box .customer-info .address-info,
.section-press-index .press-section-info .architect-info .box .customer-info .address-info,
.section-press-view .press-section-info .architect-info .box .customer-info .address-info,
.section-architect-index .architect-section-info .press-info .box .customer-info .address-info,
.section-press-index .architect-section-info .press-info .box .customer-info .address-info,
.section-press-view .architect-section-info .press-info .box .customer-info .address-info,
.section-architect-index .press-section-info .press-info .box .customer-info .address-info,
.section-press-index .press-section-info .press-info .box .customer-info .address-info,
.section-press-view .press-section-info .press-info .box .customer-info .address-info {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.section-architect-index .kettal-grid .row .kettal-grid-item,
.section-press-index .kettal-grid .row .kettal-grid-item,
.section-press-view .kettal-grid .row .kettal-grid-item {
  box-sizing: border-box;
}
.section-architect-index .kettal-grid .row .kettal-grid-item.files-filter-content,
.section-press-index .kettal-grid .row .kettal-grid-item.files-filter-content,
.section-press-view .kettal-grid .row .kettal-grid-item.files-filter-content {
  background-color: #E3DDD6;
}
.section-architect-index .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter,
.section-press-index .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter,
.section-press-view .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter {
  display: flex;
  flex-direction: column;
}
.section-architect-index .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter .filter.selected,
.section-press-index .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter .filter.selected,
.section-press-view .kettal-grid .row .kettal-grid-item.files-filter-content .files-filter .filter.selected {
  text-decoration: underline;
}
.section-architect-index .kettal-grid .row .kettal-grid-item.project-border,
.section-press-index .kettal-grid .row .kettal-grid-item.project-border,
.section-press-view .kettal-grid .row .kettal-grid-item.project-border {
  border-top: 1px solid #E3DDD6  !important;
}
.section-architect-index .kettal-grid .row .kettal-grid-item .files-download,
.section-press-index .kettal-grid .row .kettal-grid-item .files-download,
.section-press-view .kettal-grid .row .kettal-grid-item .files-download {
  display: flex;
  flex-direction: column;
}
.section-architect-index .kettal-grid .row .kettal-grid-item .name-catalogue,
.section-press-index .kettal-grid .row .kettal-grid-item .name-catalogue,
.section-press-view .kettal-grid .row .kettal-grid-item .name-catalogue {
  text-transform: capitalize;
}
.section-architect-index .kettal-grid .row .kettal-grid-item .full-image-press,
.section-press-index .kettal-grid .row .kettal-grid-item .full-image-press,
.section-press-view .kettal-grid .row .kettal-grid-item .full-image-press {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .section-architect-index .kettal-grid .row .kettal-grid-item .default-content .show-in-responsive,
  .section-press-index .kettal-grid .row .kettal-grid-item .default-content .show-in-responsive,
  .section-press-view .kettal-grid .row .kettal-grid-item .default-content .show-in-responsive {
    z-index: 3;
  }
}
.section-architect-index .kettal-grid .row .kettal-grid-item .high-resolution-back,
.section-press-index .kettal-grid .row .kettal-grid-item .high-resolution-back,
.section-press-view .kettal-grid .row .kettal-grid-item .high-resolution-back {
  margin-top: 18px;
  display: inline-block;
  width: 50.17px;
  height: 50.17px;
  background-image: url(/media/kettal/next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
@media screen and (min-width: 1440px) {
  .section-architect-index .kettal-grid .row .kettal-grid-item .high-resolution-back,
  .section-press-index .kettal-grid .row .kettal-grid-item .high-resolution-back,
  .section-press-view .kettal-grid .row .kettal-grid-item .high-resolution-back {
    width: 70.19px;
    height: 70.19px;
  }
}
.section-architect-index .kettal-grid .row .kettal-grid-item:not(.project-border) ~ .kettal-grid-item:not(.project-border),
.section-press-index .kettal-grid .row .kettal-grid-item:not(.project-border) ~ .kettal-grid-item:not(.project-border),
.section-press-view .kettal-grid .row .kettal-grid-item:not(.project-border) ~ .kettal-grid-item:not(.project-border) {
  border: inherit;
}
@media screen and (min-width: 768px) {
  .section-architect-index #maincontent .press-head-section .press-head-item.desktop,
  .section-press-index #maincontent .press-head-section .press-head-item.desktop,
  .section-press-view #maincontent .press-head-section .press-head-item.desktop {
    display: block;
  }
  .section-architect-index #maincontent .press-head-section .press-head-item .press-section-contact.desktop,
  .section-press-index #maincontent .press-head-section .press-head-item .press-section-contact.desktop,
  .section-press-view #maincontent .press-head-section .press-head-item .press-section-contact.desktop {
    display: block;
  }
  .section-architect-index #maincontent .press-head-section .press-head-item .press-section-contact.mobile,
  .section-press-index #maincontent .press-head-section .press-head-item .press-section-contact.mobile,
  .section-press-view #maincontent .press-head-section .press-head-item .press-section-contact.mobile {
    display: none;
  }
  .section-architect-index #maincontent .press-mobile-contact-item,
  .section-press-index #maincontent .press-mobile-contact-item,
  .section-press-view #maincontent .press-mobile-contact-item {
    display: none;
  }
  .section-architect-index #maincontent .press-image-prefooter img,
  .section-press-index #maincontent .press-image-prefooter img,
  .section-press-view #maincontent .press-image-prefooter img {
    aspect-ratio: auto;
    object-fit: unset;
  }
}
@media screen and (min-width: 1920px) {
  .section-architect-index #maincontent .press-head-section .press-head-item .press-section-contact .padding-box,
  .section-press-index #maincontent .press-head-section .press-head-item .press-section-contact .padding-box,
  .section-press-view #maincontent .press-head-section .press-head-item .press-section-contact .padding-box {
    padding: 32px 36px !important;
  }
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: unset;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
.product-item {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 24px;
  padding-top: 10px;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #000000;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #000000;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #000000;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #707070;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .qty {
  font: normal 13px/20px Beatrice Regular;
  height: initial;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #000000;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: url('/media/kettal/close_small.svg');
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .only-responsive-visibility {
  display: none;
}
.block-minicart .items-total {
  width: 100%;
  float: left;
  margin: 62px 0 20.5px 0;
  text-align: left;
}
.block-minicart .items-total .count {
  font-weight: 400;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 21px 0 17px;
  text-align: left;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: left;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: right;
  margin-bottom: 25px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #000000;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #000000;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 30px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  display: none;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
  display: none;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 0 18px 0 22px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 20.5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.5px;
  margin: 23.65px 18.21px 0 0 !important;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 0 34.5px 0;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 12.5px 1px 0 0;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
  text-align: left !important;
}
.minicart-items .product-item {
  padding: 12.5px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0;
  cursor: initial;
}
.minicart-items .product-item-name a {
  color: #000000;
}
.minicart-items .product-item-details {
  padding: 0;
}
.minicart-items .product-item-details .product-item-name {
  display: flex;
  justify-content: space-between;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #000000;
}
.minicart-items .action.delete:before {
  content: url('/media/kettal/close_small.svg');
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
@media screen and (max-width: 1023px) {
  body header .only-responsive-visibility {
    display: none;
  }
  body header .minicart-wrapper.active {
    z-index: 99;
  }
  body header .minicart-wrapper.active #btn-minicart-close {
    width: 20px;
    margin: 30px 0px 0 0;
    height: 20px;
  }
  body header .minicart-wrapper.active #btn-minicart-close::before {
    font-size: 20px;
    line-height: 20px;
    width: 29px;
    height: 29px;
    content: url(/media/kettal/close_small.svg);
  }
  body header .minicart-wrapper.empty-cart.active {
    display: block;
  }
  body header .minicart-wrapper.empty-cart .block-minicart {
    display: none;
    right: 25px;
    top: 75px;
    border: 1px solid black;
    box-shadow: none;
    width: 200px;
    height: 51px;
    min-width: 0;
    position: fixed;
    padding: 0 35px 0 16px;
    background: transparent;
  }
  body header .minicart-wrapper.empty-cart .block-minicart .subtitle.empty {
    padding: 17px 0;
  }
  body header .minicart-wrapper.empty-cart .block-minicart #btn-minicart-close {
    margin: 13px 10px 0 0 !important;
    content: url(/media/kettal/close_small.svg);
    width: 16.4px;
  }
  body header .minicart-wrapper.empty-cart .block-minicart #btn-minicart-close::before {
    width: 16.4px;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart {
    display: block;
    top: -27px;
    margin: 0;
    right: -30px !important;
    width: 100vw !important;
    z-index: 99;
    height: 271px;
    padding: 0 15px;
    box-shadow: inherit;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content {
    height: 271px;
    position: relative;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .items-total {
    margin: 50px 0 17px 0;
    font-size: 12px;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .minicart-items-wrapper {
    max-height: 40% !important;
    border-color: black;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .minicart-items-wrapper .product-item {
    border-color: black;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .actions {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .actions > .secondary {
    margin-bottom: 0;
  }
  body header .minicart-wrapper:not(.empty-cart) .block-minicart .block-content .actions > .secondary .viewcart {
    font-size: 12px;
    text-decoration: underline;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  display: none;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 0;
  margin-bottom: 0;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  display: none;
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #000000;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #000000;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #000000;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #000000;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #000000;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  margin-top: 10px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #000000;
}
.gift-summary .action-delete:before {
  content: url('/media/kettal/close_small.svg');
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #000000;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #000000;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #000000;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: url('/media/kettal/close_small.svg');
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #000000;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 10px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #000000;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #000000;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover {
  color: #000000;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  display: none;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #000000;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #000000;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #000000;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #000000;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #212427;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #000000;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #000000;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #000000;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #000000;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #000000;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #000000;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #000000;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: url('/media/kettal/close_small.svg');
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: right;
  width: 50%;
}
.block.newsletter {
  margin-bottom: 33px;
  padding-bottom: 0;
  padding-top: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 0;
  margin-bottom: 0;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #000000;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #000000;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #000000;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #000000;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #212427;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #000000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #000000;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 0;
}
.footer.content {
  border-top: 0;
  padding-top: 20px;
}
.footer.content .links > li {
  background: transparent;
  font-size: 1rem;
  border-top: 0;
  margin: 0;
  padding: 0;
  color: #212427 !important;
}
.footer.content .links a,
.footer.content .links strong {
  display: inline-block;
  padding-bottom: 7px;
  color: #212427 !important;
}
.footer.content .links a:visited {
  color: #212427 !important;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #000000;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #000000;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  display: none;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .switcher .options ul.dropdown {
  right: 0;
}
.page-header .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 10px;
}
@media screen and (min-width: 1280px) {
  .logo {
    max-width: 100%;
  }
}
body.living header.active {
  background-color: #ffeddb;
}
body.living header .sections {
  background-color: #ffeddb;
}
body.living header .search-full-width {
  background-color: #ffeddb;
}
body.living header .search-autocomplete ul:not(:empty) {
  background-color: #ffeddb;
}
body.living header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #ffeddb;
}
body.living .products-grid .hover-color:hover {
  background-color: #ffeddb;
}
body.living .kettal-grid-item:hover .hover-container {
  background-color: #ffeddb;
}
body.living .kettal-grid-item.active .download-container {
  background-color: #ffeddb !important;
}
body.living .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #ffeddb;
}
body.living .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #ffeddb !important;
}
body.living.customer-account-index.account .account-wrapper {
  background-color: #E3DDD6;
}
@media screen and (max-width: 1023px) {
  body.living.catalog-product-view .product-info-main .two-rail {
    background-color: #ffeddb;
  }
}
body.living.checkout-cart-index #maincontent {
  background: #e3ddd6;
}
body.contract header.active {
  background-color: #bed0ba;
}
body.contract header .sections {
  background-color: #bed0ba;
}
body.contract header .search-full-width {
  background-color: #bed0ba;
}
body.contract header .search-autocomplete ul:not(:empty) {
  background-color: #bed0ba;
}
body.contract header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #bed0ba;
}
body.contract .products-grid .hover-color:hover {
  background-color: #bed0ba;
}
body.contract .kettal-grid-item:hover .hover-container {
  background-color: #bed0ba;
}
body.contract .kettal-grid-item.active .download-container {
  background-color: #bed0ba !important;
}
body.contract .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #bed0ba;
}
body.contract .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #bed0ba !important;
}
body.contract.customer-account-index.account .account-wrapper {
  background-color: #E3DDD6;
}
@media screen and (max-width: 1023px) {
  body.contract.catalog-product-view .product-info-main .two-rail {
    background-color: #bed0ba;
  }
}
body.contract.checkout-cart-index #maincontent {
  background: #e3ddd6;
}
body.workplace header.active {
  background-color: #d0def2;
}
body.workplace header .sections {
  background-color: #d0def2;
}
body.workplace header .search-full-width {
  background-color: #d0def2;
}
body.workplace header .search-autocomplete ul:not(:empty) {
  background-color: #d0def2;
}
body.workplace header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #d0def2;
}
body.workplace .products-grid .hover-color:hover {
  background-color: #d0def2;
}
body.workplace .kettal-grid-item:hover .hover-container {
  background-color: #d0def2;
}
body.workplace .kettal-grid-item.active .download-container {
  background-color: #d0def2 !important;
}
body.workplace .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #d0def2;
}
body.workplace .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #d0def2 !important;
}
body.workplace.customer-account-index.account .account-wrapper {
  background-color: #E3DDD6;
}
@media screen and (max-width: 1023px) {
  body.workplace.catalog-product-view .product-info-main .two-rail {
    background-color: #d0def2;
  }
}
body.workplace.checkout-cart-index #maincontent {
  background: #e3ddd6;
}
body.webshop header.active {
  background-color: #e3ddd6;
}
body.webshop header .sections {
  background-color: #e3ddd6;
}
body.webshop header .search-full-width {
  background-color: #e3ddd6;
}
body.webshop header .search-autocomplete ul:not(:empty) {
  background-color: #e3ddd6;
}
body.webshop header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #e3ddd6;
}
body.webshop .products-grid .hover-color:hover {
  background-color: #e3ddd6;
}
body.webshop .kettal-grid-item:hover .hover-container {
  background-color: #e3ddd6;
}
body.webshop .kettal-grid-item.active .download-container {
  background-color: #e3ddd6 !important;
}
body.webshop .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #e3ddd6;
}
body.webshop .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #e3ddd6 !important;
}
body.webshop.customer-account-index.account .account-wrapper {
  background-color: #e3ddd6;
}
@media screen and (max-width: 1023px) {
  body.webshop.catalog-product-view .product-info-main .two-rail {
    background-color: #e3ddd6;
  }
}
body.webshop.checkout-cart-index #maincontent {
  background: #e3ddd6;
}
body.triconfort header.active {
  background-color: #434357;
}
body.triconfort header .sections {
  background-color: #434357;
}
body.triconfort header .sections .responsive-menu-logo .logo-responsive,
body.triconfort header .sections .close-desktop-menu,
body.triconfort header .sections .close-desktop-search,
body.triconfort header .sections .close-responsive-menu,
body.triconfort header .sections .close-responsive-search {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
body.triconfort header .search-full-width {
  background-color: #434357;
}
body.triconfort header .search-autocomplete ul:not(:empty) {
  background-color: #434357;
}
body.triconfort header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #434357;
}
body.triconfort .products-grid .hover-color:hover {
  background-color: #434357;
}
body.triconfort .kettal-grid-item:hover .hover-container {
  background-color: #434357;
}
body.triconfort .kettal-grid-item.active .download-container {
  background-color: #434357 !important;
}
body.triconfort .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #434357;
}
body.triconfort .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #434357 !important;
}
body.triconfort.customer-account-index.account .account-wrapper {
  background-color: #E3DDD6;
}
@media screen and (max-width: 1023px) {
  body.triconfort.catalog-product-view .product-info-main .two-rail {
    background-color: #434357;
  }
}
body.triconfort.checkout-cart-index #maincontent {
  background: #e3ddd6;
}
body.btb .page-wrapper {
  margin: 0 auto;
}
body.btb .page-wrapper .nav-sections-desktop {
  max-width: 1920px !important;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
body.btb .page-wrapper .nav-sections-desktop .responsive-menu-logo {
  top: 70px !important;
}
body.btb .page-wrapper .nav-sections-desktop-search {
  max-width: 1920px !important;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
body.btb .page-wrapper .nav-sections-desktop-search .responsive-menu-logo {
  top: 190px !important;
}
body.btb .page-wrapper .kettal-header-content {
  max-width: 1440px !important;
}
body.btb header.active {
  background-color: #fff8f2;
}
body.btb header .sections {
  background-color: #fff8f2;
}
body.btb header .search-full-width {
  background-color: #fff8f2;
}
body.btb header .search-autocomplete ul:not(:empty) {
  background-color: #fff8f2;
}
body.btb header .search-autocomplete ul:not(:empty) li {
  border-top: 1px solid #fff8f2;
}
body.btb .products-grid .hover-color:hover {
  background-color: #fff8f2;
}
body.btb .kettal-grid-item:hover .hover-container {
  background-color: #fff8f2;
}
body.btb.active .download-container {
  background-color: #fff8f2 !important;
}
body.btb .finishes-control .image-content:not(.part-not-select):hover::after {
  background-color: #fff8f2;
}
body.btb .amlocator-stores-wrapper .kettal-grid-item.-active {
  background-color: #fff8f2 !important;
}
body.btb.customer-account-index.account .account-wrapper {
  background-color: #fff8f2;
}
body.btb.customer-account-index.account .account-wrapper .filters-wrapper {
  background-color: #fff8f2;
}
body.btb.customer-account-index.account .account-wrapper .filters-wrapper .actions-toolbar {
  background-color: #fff8f2;
}
@media screen and (max-width: 1023px) {
  body.btb.catalog-product-view .product-info-main .two-rail {
    background-color: #fff8f2;
  }
}
body.btb .daterangepicker {
  background-color: #fff8f2;
}
body.btb .daterangepicker .calendar-table {
  background-color: #fff8f2;
}
body.btb .daterangepicker .yearselect,
body.btb .daterangepicker .monthselect {
  background-color: #fff8f2;
}
body.btb .daterangepicker td {
  background-color: #fff8f2;
}
body.btb .daterangepicker td.off,
body.btb .daterangepicker td.off.in-range,
body.btb .daterangepicker td.off.start-date,
body.btb .daterangepicker td.off.end-date {
  background-color: #fff8f2;
}
body.btb .daterangepicker td.in-range {
  background-color: #fff8f2;
}
body.btb .daterangepicker td.active {
  background-color: #fff8f2;
}
body.btb .daterangepicker td.active:hover {
  background-color: #fff8f2;
}
body.btb.checkout-index-index #checkout {
  background: transparent !important;
}
body.btb.checkout-cart-index #maincontent {
  background: #FFF8F2;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
  width: 30.03px;
  height: 30.03px;
  margin-top: 30.03px;
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:hover {
  background: transparent;
  border: 0;
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #333333;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .nav-toggle-desktop {
    display: none;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search {
    top: -100%;
    padding-left: 0;
    max-height: 100%;
    -webkit-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    transition: top 0.3s linear;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search {
    padding: 25px;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .form-search {
    margin-bottom: 47px;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .block-search {
    width: 100%;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .block-search .input-search {
    position: relative;
    margin: 0;
    left: 0;
    border-bottom: 1px solid #212427;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .block-search .control {
    margin: 0;
    border: none;
    padding: 0;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .block-search .control .search-autocomplete {
    margin-top: 0;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .block-search .label:before {
    display: none;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search #main-menu-search .search-terms {
    display: grid;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search .close-responsive-search {
    right: 30px;
    top: 65px;
    width: 13px;
    z-index: 10;
  }
  .panel.header .kettal-header-links.responsive .nav-sections-responsive-search.active {
    padding-top: 35px;
  }
  .panel.header .kettal-header-links.responsive .nav-toggle {
    position: initial !important;
    width: 19px !important;
  }
  .panel.header .kettal-header-links.responsive .authorized-dealers {
    width: 14px;
  }
  .panel.header .kettal-header-links.responsive .profile {
    width: 20px;
  }
  .panel.header .kettal-header-links.responsive .form-search-dropdown > .search {
    width: 20px;
  }
  .panel.header .kettal-header-links.responsive .kettal-header-menu-action-item::before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .panel.header .kettal-header-links.responsive .top-menu {
    display: flex;
    justify-content: space-between;
    margin: 31px 24px 10px 24px;
  }
  .panel.header .kettal-header-links.responsive .top-menu span {
    text-transform: uppercase;
    text-decoration: underline;
  }
  .panel.header .kettal-header-links.responsive .top-menu .dropdown.level2 {
    height: 130px;
    display: flex;
    flex-direction: column;
    gap: 5%;
    position: absolute;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .panel.header .kettal-header-links.responsive .top-menu .dropdown.level2 a {
    text-transform: uppercase;
  }
  .panel.header .kettal-header-links.responsive #main-menu {
    margin: 0 24px;
    padding: 0;
    position: relative;
    width: 88%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
  }
  .panel.header .kettal-header-links.responsive #main-menu .level-2 {
    position: relative;
  }
  .panel.header .kettal-header-links.responsive #main-menu .level-2 .level-3 {
    position: relative;
  }
  .panel.header .kettal-header-links.responsive #main-menu .toggle-options .level-3 {
    display: none;
    margin-bottom: 30px;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul {
    right: calc(210%);
    left: calc(110%);
    position: absolute;
    padding: 0;
    width: 100%;
    display: none;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul.hide > li {
    margin: 0;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul.hide > li > span,
  .panel.header .kettal-header-links.responsive #main-menu ul.hide > li > a {
    display: none;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul > li {
    margin-bottom: 0;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul > li > span,
  .panel.header .kettal-header-links.responsive #main-menu ul > li a {
    color: #212427;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul.level-2 {
    top: 10px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.parent > a:after {
    content: " +";
  }
  .panel.header .kettal-header-links.responsive #main-menu li.back {
    margin-bottom: 36px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.back span {
    text-decoration: underline;
  }
  .panel.header .kettal-header-links.responsive #main-menu li .kettal-header-option.level2 {
    max-width: 375px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li a,
  .panel.header .kettal-header-links.responsive #main-menu li span {
    position: relative;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.see-all {
    text-decoration: underline;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.block-about-us {
    margin-top: 41px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .configurator {
    display: flex;
    justify-content: space-between;
    column-gap: 46px;
    align-items: flex-end;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .configurator .tools-level1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .configurator .tools-level1 .text {
    margin-bottom: 20px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .configurator .tools-level1 .ktext {
    max-width: 168px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .configurator .full-image {
    max-width: 114px;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .kettal-header-option:hover span {
    text-decoration: underline;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .kettal-header-option a:hover {
    text-decoration: none;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .kettal-header-option hr.solid {
    border-top: 1px solid #707070;
    width: 100%;
  }
  .panel.header .kettal-header-links.responsive #main-menu li.tools .back {
    margin-bottom: 99px;
  }
  .panel.header .kettal-header-links.responsive #main-menu .active {
    left: 0;
    right: 0;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    display: block;
  }
  .panel.header .kettal-header-links.responsive #main-menu .active > li > span {
    display: block;
  }
  .panel.header .kettal-header-links.responsive #main-menu .active > li > a {
    display: block;
  }
  .panel.header .kettal-header-links.responsive #main-menu.hide > li > span {
    display: none;
  }
  .panel.header .kettal-header-links.responsive #main-menu ul .active {
    left: - calc(110%);
    right: - calc(110%);
  }
  .panel.header .kettal-header-links.responsive .responsive-menu-logo {
    margin: 24px 0 0 24px;
    bottom: 50px;
    float: left;
    max-width: 155px;
    padding-bottom: 24px;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .amlocator-pager-container .pages {
    display: flex;
    justify-content: flex-end;
  }
  .amlocator-pager-container .pages > .label {
    align-self: center;
    height: auto;
    overflow: visible;
    width: auto;
  }
  .amlocator-pager-container .pages > .items {
    padding: .2rem 2rem 0;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .panel.header .kettal-header-links.responsive .minicart-wrapper:not(.empty-cart) .mage-dropdown-dialog {
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
  }
  .panel.header .kettal-header-links.responsive .minicart-wrapper:not(.empty-cart) .block-minicart {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
    height: 100%;
    max-height: 296px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 25px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #000000;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #000000;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
    width: 30.03px;
    height: 30.03px;
    margin-top: 30.03px;
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #212427;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #000000;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .webshop header .minicart-wrapper.empty-cart .block-minicart {
    top: 115px;
  }
  .panel.wrapper .panel.header {
    padding: 41px 26px 0 26px !important;
  }
  .panel.wrapper .kettal-header-item.webshop {
    text-align: right;
    padding: 10px 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
  }
  .panel.wrapper .kettal-header-item.webshop a {
    text-decoration: none;
  }
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner,
  .project-view .project-slider .kettal-splide-carousel-media-gallery-banner,
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
    display: none;
  }
  #maincontent .container {
    /* Full height iframe portada en mobile */
    /* Full height slider portada en mobile */
    /* Full height simple image portada en mobile */
  }
  #maincontent .container .container-image {
    width: 100%;
    height: 100%;
  }
  #maincontent .container .row {
    max-height: inherit;
  }
  #maincontent .container .box .box-item {
    padding: 20px 25px;
  }
  #maincontent .container .box .box-item.bottom-left {
    max-height: 74%;
    overflow-y: auto;
  }
  #maincontent .container .resp-container-iframe.desktop {
    display: none;
  }
  #maincontent .container .resp-container-iframe.responsive {
    display: block;
    height: 100vh;
    overflow: hidden;
  }
  #maincontent .container .resp-container-iframe.responsive .resp-iframe {
    width: 100vw;
    height: 177.77vw;
    /* Given a 9:16 aspect ratio, 16/9*100 = 177.77 */
    min-height: 100vh;
    min-width: 56.25vh;
    /* Given a 9:16 aspect ratio, 9/16*100 = 56.25 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #maincontent .container .resp-container-iframe.responsive .resp-iframe.no-centrar-iframe {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  #maincontent .container .res-portada-fullheight .banner-slider-cover .box {
    display: block;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }
  #maincontent .container .res-portada-fullheight .banner-slider-cover .box .banner-slider-cover-image {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #maincontent .container .res-portada-fullheight .box {
    display: block;
    height: 100vh;
    max-height: 100%;
  }
  #maincontent .container .res-portada-fullheight .box .res-portada-fullheight-image {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .padding-box.item {
    margin: 25px 28px;
    overflow: hidden;
    max-height: 75vw;
    padding: 0;
  }
  .panel.header .kettal-header-links {
    display: none;
  }
  .panel.header .kettal-header-links.responsive {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
  }
  .panel.header .kettal-header-links.responsive .kettal-header-item {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .panel.header .kettal-header-links.responsive .kettal-header-item hr.solid {
    width: 40%;
  }
  .panel.header .kettal-header-links.responsive .minicart-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) and screen and (min-width: 375px) {
  #maincontent .container .box .box-item .title {
    font: normal 35px/46px Sang Bleu Kingdom Light;
  }
}
@media only screen and (max-width: 768px) and screen and (min-width: 768px) {
  .padding-box.item {
    max-height: calc(37.5vw) !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.price[data-th]:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #000000;
    content: url('/media/kettal/close_small.svg');
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #000000;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 10px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #000000;
    content: url('/media/kettal/close_small.svg');
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #000000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #000000;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #000000;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #000000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 20px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 10px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    min-width: 240px;
    padding-right: 40px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
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;
}
@font-face {
  font-family: "Sang Bleu Kingdom Light";
  src: url("../fonts/SangBleuKingdom/SangBleuKingdom-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Beatrice Regular";
  src: url("../fonts/Beatrice/Beatrice-Regular.eot");
  src: url("../fonts/Beatrice/Beatrice-Regular.eot?#iefix") format("eot"), url("../fonts/Beatrice/Beatrice-Regular.woff2") format("woff2"), url("../fonts/Beatrice/Beatrice-Regular.woff") format("woff"), url("../fonts/Beatrice/Beatrice-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body:not(.page-layout-checkout) .hidden-container {
  display: none !important;
}
body:not(.page-layout-checkout) .no-margin {
  margin: 0 !important;
}
body #loader-kettal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: flex;
  top: 0;
  left: 0;
}
body #loader-kettal #loader-gif lottie-player {
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1024px) {
  body #loader-kettal #loader-gif lottie-player {
    width: 300px;
    height: 300px;
  }
}
body #loader-kettal.hide {
  display: none;
}
body #loader-kettal.transparent-background {
  background-color: transparent;
}
.checkout-index-index .opc-wrapper select {
  border: 0;
  border-bottom: 1px solid #707070;
  padding-left: 0;
  text-indent: -0.1em;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: Beatrice Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.checkout-index-index:not(.webshop) [name="shippingAddress.street.1"],
.checkout-index-index:not(.webshop) [name="shippingAddress.vat_id"],
.checkout-index-index:not(.webshop) [name="shippingAddress.company"] {
  display: none !important;
}
.checkout-index-index:not(.webshop) .checkout-billing-address {
  display: none !important;
}
.checkout-index-index #maincontent .step-content.amcheckout-content form.form-shipping-address .address .street {
  margin-bottom: 0 !important;
}
.checkout-index-index #maincontent .step-content.amcheckout-content form.form-shipping-address .address .street [name='shippingAddress.street.0'] {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:first-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column #custom-checkout-form {
  padding-right: 64.9px;
}
@media screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column #custom-checkout-form {
    padding-right: 5px;
  }
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column #custom-checkout-form .fieldset > .field {
  margin: 0 0 38.68px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .checkout-block .address {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .checkout-block .address .field {
  padding: 0 64.9px 0 0px;
  margin-bottom: 38.68px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .checkout-block .address .field {
    width: 100%;
    padding: 0 5px 0 0px;
  }
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .amcheckout-wrapper .form-login .amcheckout-wrapper {
  padding-right: 65px;
  margin-bottom: 38.68px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .amcheckout-checkboxes .checkout-agreement,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .amcheckout-checkboxes .admin__field.admin__field-option {
  position: relative;
}
.checkout-index-index .step-content.amcheckout-content form.form-login .fieldset:not(.hidden-fields) {
  padding: 0  64.9px 0 0;
}
@media screen and (max-width: 1024px) {
  .checkout-index-index .step-content.amcheckout-content form.form-login .fieldset:not(.hidden-fields) {
    padding-right: 5px;
  }
}
.checkout-index-index .step-content.amcheckout-content form.form-login .fieldset .field input {
  width: 100%;
  margin: 0;
}
.checkout-index-index .step-content.amcheckout-content form.form-login .actions-toolbar {
  line-height: 7px;
}
.checkout-index-index .step-content.amcheckout-content form.form-login .actions-toolbar .secondary {
  float: left;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .street {
  margin-bottom: 0 !important;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .street [name='shippingAddress.street.0'] {
  width: 100%;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice {
  position: relative;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice input[type="checkbox"] {
  position: relative;
  top: 34px;
  opacity: unset;
  left: 0;
  height: 27px;
  width: 27px;
  -webkit-appearance: none;
  margin: 0 0 0 3px;
  z-index: 99;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice input[type="checkbox"]:checked + .label:after {
  transform: rotate(-45deg) scale(0.8);
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice .label {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice .label:after {
  pointer-events: none;
  height: 5px;
  width: 12px;
  left: 2px;
  border-bottom: solid 4px #000;
  background: none;
  transform: rotate(-45deg) scale(0);
  transform-origin: center center;
  position: absolute;
  top: 15px;
  border-left: 4px solid #000;
}
.checkout-index-index .step-content.amcheckout-content form.form-shipping-address .address .choice .label:before {
  pointer-events: none;
  display: flex;
  content: ' ';
  height: 27px;
  width: 27px;
  border: 1px solid #000;
  background: transparent;
  margin-right: 14px;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address {
  margin-bottom: 50px;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .field-select-shipping {
  width: 50%;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .field-select-shipping .control {
  padding: 0 64.9px 0;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .shipping-address-details .action-edit-address,
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .shipping-address-details .action-edit-address:hover {
  position: relative;
  left: 240px;
  box-shadow: none;
  border: 0;
  background: transparent;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-update,
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-update:hover,
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-cancel,
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-cancel:hover {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-cancel {
  float: left;
}
.checkout-index-index .step-content.amcheckout-content .checkout-shipping-address .actions-toolbar .primary .action-update {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:last-child {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:first-child {
  order: 2;
}
.modal-popup.amgdprcookie-groups-modal .modal-header {
  height: inherit;
}
.modal-popup.amgdprcookie-groups-modal button {
  box-shadow: inherit;
}
.amgdprjs-bar-template {
  z-index: 999 !important;
}
.amgdprjs-bar-template button {
  box-shadow: inherit;
}
body .am-attachments {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 96px;
}
body .am-attachments .am-fileline {
  margin: 0;
  height: auto;
  max-height: unset;
  text-decoration: underline;
}
body .am-attachments .am-fileline .am-filelink {
  height: auto;
  font: normal 12px/22px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .am-attachments .am-fileline .am-filelink {
    font: normal 12px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .am-attachments .am-fileline .am-filelink {
    font: normal 10px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .am-attachments .am-fileline .am-filelink {
    font: normal 12px/20px Beatrice Regular;
  }
}
body .am-attachments .am-fileline .need-to-be-message {
  display: block;
  color: indianred;
}
body .am-attachments .am-fileline .need-to-be-message a {
  color: indianred;
}
body .title-text {
  font: normal 60px/75px Sang Bleu Kingdom Light;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  body .title-text {
    font: normal 56px/64px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body .title-text {
    font: normal 45px/46px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 768px) {
  body .title-text {
    font: normal 35px/46px Sang Bleu Kingdom Light;
  }
}
body .title-text.center {
  text-align: center;
}
body .page-title-wrapper {
  display: none;
}
body .top-border {
  width: 100%;
  height: 1px;
  background-color: #E3DDD6;
  position: absolute;
  top: 0;
}
body .left-border {
  width: 1px;
  height: 100%;
  background-color: #E3DDD6;
  position: absolute;
  left: 0%;
  top: 0;
}
body .amlocator-main-container .container {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 100%;
  max-height: inherit;
}
body .amlocator-main-container .container .block-upper {
  width: 100%;
  height: 100%;
  max-height: inherit;
  background-color: #E3DDD6;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  body .amlocator-main-container .container .block-upper {
    max-height: inherit;
  }
}
body .amlocator-main-container .container .block-upper .upper-left {
  display: inline-block;
  float: left;
}
body .amlocator-main-container .container .block-upper .upper-right {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0;
  max-height: inherit;
}
@media screen and (max-width: 992px) {
  body .amlocator-main-container .container .block-upper .upper-right {
    max-height: inherit;
  }
}
body .amlocator-main-container .container .block-bottom {
  display: inline-block;
  width: 100%;
  top: -6px;
  left: 1px;
  position: relative;
}
body .amlocator-main-container .container .block-bottom .unique-bottom {
  display: block;
  width: 100%;
  overflow-y: hidden;
  max-height: inherit;
  height: 100%;
  padding-bottom: 1px;
  padding-left: 1px;
}
body .amlocator-main-container .container.amlocator-map-container .amlocator-block.-map {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body .amlocator-main-container .container.amlocator-map-container .amlocator-block.-separator {
  display: none !important;
}
body .amlocator-main-container .container .amlocator-search-container {
  background-color: transparent;
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-current-location {
  width: 90%;
  margin-top: 20px;
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-current-location .amlocator-wrapper {
  position: relative;
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-current-location .amlocator-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80%;
  /* or 100px */
  border-bottom: 1px solid grey;
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-current-location .amlocator-text {
  border: none;
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-current-location .amlocator-search {
  width: 23px;
  height: 23px;
  position: absolute;
  margin: 0;
  right: 40px;
  color: inherit;
  border: inherit;
  box-shadow: none;
  background: inherit;
  background-image: url(/media/kettal/right-arrow.png);
  background-repeat: no-repeat, repeat;
  background-size: 23px;
  top: 10
                            px;
  transform: rotate(-45deg);
}
body .amlocator-main-container .container .amlocator-search-container .amlocator-button.-nearby {
  width: 23px;
  height: 23px;
  position: absolute;
  margin: 0;
  right: 40px;
  color: inherit;
  border: inherit;
  box-shadow: none;
  background: inherit;
  background-image: url(/media/kettal/right-arrow.png);
  background-repeat: no-repeat, repeat;
  background-size: 23px;
  top: 3px;
  transform: rotate(-45deg);
}
body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper {
  display: block;
  max-height: inherit;
}
body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper {
  display: flex;
  width: 100%;
  margin: 0;
}
body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc {
  overflow: inherit;
  background: inherit;
}
body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc.-active {
  color: inherit;
  background: inherit;
}
body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .box-item {
  font: normal 12px/22px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .box-item {
    font: normal 12px/17px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .amlocator-main-container .container .amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .box-item {
    font: normal 16px/22px Beatrice Regular;
  }
}
body .amlocator-main-container .container .delegate-list .title-text {
  margin-top: 80px;
}
body .amlocator-main-container .container .delegate-list .kettal-grid-item .box-item {
  font: normal 12px/22px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .amlocator-main-container .container .delegate-list .kettal-grid-item .box-item {
    font: normal 12px/17px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .amlocator-main-container .container .delegate-list .kettal-grid-item .box-item {
    font: normal 16px/22px Beatrice Regular;
  }
}
body .post-content .post-description img {
  margin: 0;
}
body .post-content .post-description .box > img {
  float: left;
  width: 100%;
  height: auto;
}
body .press-attachments {
  padding: 25px 28px;
  text-align: center;
}
body.blog-page-list.kettal-grid .row .kettal-grid-item {
  max-height: inherit;
}
.catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required {
  position: relative;
}
.catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .required-message {
  position: absolute;
  color: red;
  left: 0;
  top: -30px;
}
.catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item {
  max-height: inherit;
  margin-bottom: 108px;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(n+4) {
    margin-top: 10%;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(3n+1) .over-kettal-grid-item {
    padding: 0px 28px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(5n+1) .over-kettal-grid-item {
    padding: 0px 28px;
    top: -66px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:last-child {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(n+4) {
    margin-top: 15%;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(3n+1) .over-kettal-grid-item {
    padding: 0px 28px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(5n+1) .over-kettal-grid-item {
    padding: 0px 28px;
    top: -66px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:last-child {
    padding: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(n+4) {
    margin-top: 20%;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(3n+1) .over-kettal-grid-item {
    padding: 0px 28px;
    top: -66px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:nth-child(5n+1) .over-kettal-grid-item {
    padding: 0px 28px;
    top: -66px;
  }
  .catalog-product-view .product-details-info .bundle-variations .variations-wrapper .row.required .kettal-grid-item:last-child {
    padding: 0 !important;
  }
}
.catalog-product-view .product-details-info .finishes-content {
  margin: 0;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form {
  display: block;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper {
  width: 100%;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin: 0;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset {
  margin: 0;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles {
  display: inline-block;
  height: 10%;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles .label {
  flex: 1 0 20%;
  text-align: start !important;
  border: none;
  width: auto;
  margin: 0;
  float: left;
  margin-right: 50px;
  font: normal 12px/21px Beatrice Regular;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles .label.selected {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles .label {
    font: normal 10px/16px Beatrice Regular;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles .label {
    text-align: end !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .bundle-titles .label {
    font: normal 12px/20px Beatrice Regular;
  }
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .finishes-control {
  border: none;
  width: 100%;
  margin: 0;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .finishes-control .control {
  width: 100%;
}
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .product-add-form .bundle-options-wrapper .product-options-wrapper .fieldset .fieldset-bundle-options .finishes-control .control .required-message {
  position: initial;
}
.catalog-product-view .product-details-info .details .box-tocart {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.catalog-product-view .product-details-info .details .box-tocart .fieldset .actions #product-addtocart-button {
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: auto;
}
.page-layout-catalog-category-view-subcategory-list .main-image {
  height: 750px !important;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .main-image {
    aspect-ratio: 1 !important;
    height: 100% !important;
  }
}
.page-layout-catalog-category-view-subcategory-list .main-image img {
  height: 750px !important;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .main-image img {
    aspect-ratio: 1 !important;
    height: 100% !important;
  }
}
.page-layout-catalog-category-view-subcategory-list .category-description {
  margin-bottom: 0 !important;
}
.page-layout-catalog-category-view-subcategory-list .category-description [data-content-type="text"] {
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 5%;
  max-width: 90vw;
  text-align: center;
  font-size: 16px !important;
  line-height: 22.4px !important;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .category-description [data-content-type="text"] {
    left: 25%;
    max-width: 50vw;
  }
}
@media screen and (min-width: 1920px) {
  .page-layout-catalog-category-view-subcategory-list .category-description [data-content-type="text"] {
    font-size: 18.4px !important;
    line-height: 25.76px !important;
  }
}
@media screen and (min-width: 768px) {
  @keyframes translateTitleIn {
    0% {
      translate: 0px;
    }
    100% {
      translate: 218.5px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-in {
    animation: translateTitleIn 300ms ease-in-out;
    translate: 218.5px;
  }
  @keyframes translateTitleOut {
    0% {
      translate: 218.5px;
    }
    100% {
      translate: 0px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-out {
    animation: translateTitleOut 300ms ease-in-out;
    translate: 0px;
  }
}
@media screen and (min-width: 1024px) {
  @keyframes translateTitleIn {
    0% {
      translate: 0px;
    }
    100% {
      translate: 266.5px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-in {
    animation: translateTitleIn 300ms ease-in-out;
    translate: 266.5px;
  }
  @keyframes translateTitleOut {
    0% {
      translate: 266.5px;
    }
    100% {
      translate: 0px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-out {
    animation: translateTitleOut 300ms ease-in-out;
    translate: 0px;
  }
}
@media screen and (min-width: 1367px) {
  @keyframes translateTitleIn {
    0% {
      translate: 0px;
    }
    100% {
      translate: 352px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-in {
    animation: translateTitleIn 300ms ease-in-out;
    translate: 352px;
  }
  @keyframes translateTitleOut {
    0% {
      translate: 352px;
    }
    100% {
      translate: 0px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-out {
    animation: translateTitleOut 300ms ease-in-out;
    translate: 0px;
  }
}
@media screen and (min-width: 1920px) {
  @keyframes translateTitleIn {
    0% {
      translate: 0px;
    }
    100% {
      translate: 431.5px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-in {
    animation: translateTitleIn 300ms ease-in-out;
    translate: 431.5px;
  }
  @keyframes translateTitleOut {
    0% {
      translate: 431.5px;
    }
    100% {
      translate: 0px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-out {
    animation: translateTitleOut 300ms ease-in-out;
    translate: 0px;
  }
}
@media screen and (min-width: 2560px) {
  @keyframes translateTitleIn {
    0% {
      translate: 0px;
    }
    100% {
      translate: 142px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-in {
    animation: translateTitleIn 300ms ease-in-out;
    translate: 142px;
  }
  @keyframes translateTitleOut {
    0% {
      translate: 142px;
    }
    100% {
      translate: 0px;
    }
  }
  .page-layout-catalog-category-view-subcategory-list .title-translate-out {
    animation: translateTitleOut 300ms ease-in-out;
    translate: 0px;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container {
  border-bottom: 0.5px solid #e3ddd6;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container {
    height: 417px;
  }
}
@media screen and (min-width: 1024px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container {
    height: 513px;
  }
}
@media screen and (min-width: 1367px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container {
    height: 684px;
  }
}
@media screen and (min-width: 1920px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container {
    height: 843px;
  }
}
@media screen and (min-width: 2560px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container {
    height: 704px;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container {
    width: 100%;
    overflow: hidden;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container img {
  width: 100%;
  object-fit: cover;
  max-width: none !important;
  aspect-ratio: 1;
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
    width: 417px;
  }
}
@media screen and (min-width: 1024px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
    width: 513px;
  }
}
@media screen and (min-width: 1367px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
    width: 684px;
  }
}
@media screen and (min-width: 1920px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
    width: 843px;
  }
}
@media screen and (min-width: 2560px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-A {
    width: 704px;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
  position: absolute;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
    width: 625.5px;
    top: -208.5px;
  }
}
@media screen and (min-width: 1024px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
    width: 769.5px;
    top: -256.5px;
  }
}
@media screen and (min-width: 1367px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
    width: 1026px;
    top: -342px;
  }
}
@media screen and (min-width: 1920px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
    width: 1264.5px;
    top: -421.5px;
  }
}
@media screen and (min-width: 2560px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-B {
    width: 845px;
    top: -72px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-up {
  animation: fadeIn 300ms ease-in-out;
  opacity: 1;
  z-index: 1;
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .img-container .subcategory-img-down {
  animation: fadeOut 300ms ease-in-out;
  opacity: 0;
  z-index: 0;
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container {
    height: 100%;
    position: absolute;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .title-padding {
  padding: 15.39px 25px;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .title-padding {
    padding: 15.39px 22px;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .hover-content {
  float: right;
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .hover-content .hover-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .hover-content .hover-button {
    display: block;
  }
}
.page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .hover-content .hover-button-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-layout-catalog-category-view-subcategory-list .subcategory-container .display-flex .content-container .hover-content .hover-button-mobile {
    display: none;
  }
}
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.category-projects #maincontent .kettal-splide-carousel-media-gallery-banner {
  height: 100%;
  min-height: 375px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 960px;
    margin: 14px 0;
  }
}
.category-projects #maincontent .kettal-splide-carousel-media-gallery-banner img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  .category-projects #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 960px;
  }
}
.content-project {
  height: 306px;
}
.content-project .full-width-height {
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.content-project .space-between {
  align-content: space-between;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    /* Comienza con opacidad 0 (invisible) */
  }
  to {
    opacity: 1;
    /* Termina con opacidad 1 (visible) */
  }
}
body[class*='categorypath-finishes'] #maincontent .category-description {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body[class*='categorypath-finishes'] #maincontent .category-description {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 1367px) {
  body[class*='categorypath-finishes'] #maincontent .category-description {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1920px) {
  body[class*='categorypath-finishes'] #maincontent .category-description {
    margin-bottom: 97px;
  }
}
body[class*='categorypath-finishes'] #maincontent .products-grid {
  padding: 0 27px 0 27px;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items {
  row-gap: 64px;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .block.filter .filter-manager {
  padding: 0 0 17px 0;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .block.filter .filter-manager .manager-content {
  padding-left: 0;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .block.filter .desktop-content-filters .filter .title-content {
  padding: 0;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .block.filter .kettal-grid-item::before {
  display: none;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .block.filter .product-count {
  display: block;
  padding-top: 11px;
  border-top: 1px solid #212427;
  text-align: right;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) {
  padding: 0 9px 0 9px;
}
@media screen and (min-width: 768px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) {
    padding: 0 8px 0 8px;
  }
}
@media screen and (min-width: 1367px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) {
    padding: 0 12px 0 12px;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media screen and (min-width: 1920px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) {
    padding: 0 16px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(2n+3) {
    padding-right: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(2n+2) {
    padding-left: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(2n+2) .hover-container .hover-content .hover-item {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(4n+5) {
    padding-right: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(4n+2) {
    padding-left: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(4n+2) .hover-container .hover-content .hover-item {
    left: 0;
  }
}
@media screen and (min-width: 1367px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(6n+7) {
    padding-right: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(6n+2) {
    padding-left: 0;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):nth-child(6n+2) .hover-container .hover-content .hover-item {
    left: 0;
  }
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter)::before {
  display: none;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter):hover .hover-container .hover-content .hover-item span {
  text-decoration: underline;
  -webkit-decoration: underline;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container {
  position: absolute;
  padding: 0;
  display: block;
  height: 100%;
  background-color: transparent;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item {
  top: 100%;
  left: 9px;
  padding-top: 10px;
}
body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item span {
  font-size: 13px !important;
  line-height: 18.2px !important;
}
@media screen and (min-width: 768px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item {
    left: 8px;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item span {
    font-size: 14px !important;
    line-height: 19.6px !important;
  }
}
@media screen and (min-width: 1367px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item {
    left: 12px;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item span {
    font-size: 15px !important;
    line-height: 21px !important;
  }
}
@media screen and (min-width: 1920px) {
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item {
    left: 16px;
  }
  body[class*='categorypath-finishes'] #maincontent .products-grid .product-items .kettal-grid-item:not(.filter-manager):not(.filter) .hover-container .hover-content .hover-item span {
    font-size: 16px !important;
    line-height: 22.4px !important;
  }
}
.texto-fadeIn {
  position: absolute;
  bottom: 24px;
  animation: fadeIn 500ms ease-in-out;
  /* Utiliza la animación "fadeIn" durante 500ms */
  opacity: 1;
  /* Establece la opacidad en 1 (visible) al final de la animación */
}
@keyframes moveWithAcceleration {
  0% {
    transform: translateY(0px);
    /* Comienza sin desplazamiento horizontal */
  }
  100% {
    transform: translateY(-40px);
    /* Termina con un desplazamiento mayor */
  }
}
.shortDescription {
  position: absolute;
  bottom: 25px;
  width: 80%;
  height: 70px;
}
.text-aceleration {
  animation: moveWithAcceleration 300ms ease-in-out;
  /* Utiliza la animación "moveWithAcceleration" con aceleración durante 300ms */
  transform: translateY(-40px);
  /* Se queda la animación en este punto hasta finalizar */
}
.catalog-category-view .toolbar-products {
  display: none;
}
.catalog-category-view .before-grid-information .category-image {
  margin: 0;
}
.catalog-category-view .columns .main {
  padding-top: 0 !important;
}
.catalog-category-view .columns .main .products-grid {
  margin: 0;
}
.catalog-category-view .category-image .page-title-wrapper {
  display: inherit;
}
.catalog-category-view .category-image .page-title-wrapper .page-title .base {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 767px) {
  .catalog-category-view .category-image .page-title-wrapper .page-title .base {
    font: normal 35px/44px Sang Bleu Kingdom Light !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .products-grid .product-items .kettal-grid-item .hover-container .hover-content .two-row-name-font {
    font: normal 35px/44px Sang Bleu Kingdom Light !important;
  }
}
.catalog-category-view .category-bottom-content {
  margin-top: 95px;
}
.catalog-product-view #maincontent img:not([alt="dimensions"]):not(.radio-img):not(.composite-image):not(.download-image) {
  float: left;
  width: 100%;
  height: auto;
}
.catalog-product-view .columns .column.main {
  display: block !important;
}
.catalog-product-view .box-tocart {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.catalog-product-view .box-tocart .fieldset .actions {
  float: right;
}
.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button {
  font: normal 16px/26px Beatrice Regular;
  background-color: transparent;
  color: #212427;
  border: none;
  z-index: 5;
  width: auto;
  padding: 0;
}
.catalog-product-view .box-tocart .fieldset .actions #product-addtocart-button > span {
  padding: 0;
  text-decoration: underline;
  white-space: nowrap;
}
.catalog-product-view .product-info-main {
  background-color: #E3DDD6;
}
.catalog-product-view .product-info-main .one-rail.container-image {
  max-height: inherit;
}
.catalog-product-view .product-info-main .one-rail .box .main-image {
  max-height: inherit;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .one-rail .box .main-image {
    max-height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-info-main .one-rail .box .main-image {
    max-height: 512px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .one-rail .box .main-image {
    max-height: 374px;
  }
}
.catalog-product-view .product-info-main .one-rail .box .title {
  flex-direction: column;
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .one-rail .box .title {
    font: normal 56px/64px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-info-main .one-rail .box .title {
    font: normal 45px/46px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .one-rail .box .title {
    font: normal 35px/46px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .banner-item {
    max-height: 374px;
  }
}
.catalog-product-view .product-info-main .box {
  max-height: inherit !important;
}
.catalog-product-view .product-info-main .sales-box {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.catalog-product-view .product-info-main .sales-box p {
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .sales-box .price-final_price {
  font: normal 16px/43px Beatrice Regular;
}
.catalog-product-view .product-info-main .sales-box .tax-text {
  margin-bottom: 47px;
  font: normal 10px/26px Beatrice Regular;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font: normal 10px/15px Beatrice Regular;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .stock.red {
  color: red;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .stock.green {
  color: green;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link {
  font: normal 16px/43px Beatrice Regular;
  line-height: inherit;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link .webshop-configure {
  cursor: pointer;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link .new-add-to-basket .details .product-add-form {
  padding: 0;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link .new-add-to-basket .details .product-add-form .box-tocart {
  position: initial;
  bottom: 0;
  right: 0;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link .new-add-to-basket .details .product-add-form .box-tocart .action {
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .sales-box .stock-delivery-link .link .new-add-to-basket .details .product-add-form .box-tocart .action > span {
  font: normal 16px/43px Beatrice Regular;
  line-height: inherit;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .dimensions-box {
    position: inherit !important;
  }
  .catalog-product-view .product-info-main .product-contactus {
    position: inherit !important;
    transform: inherit !important;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .two-rail {
    flex-direction: column-reverse;
    max-height: inherit;
  }
  .catalog-product-view .product-info-main .two-rail .base > .box {
    position: static !important;
  }
}
.catalog-product-view .product-info-main .main-info,
.catalog-product-view .product-info-main .main-download {
  padding: 27px 0 0 38px !important;
  z-index: 5;
  overflow-y: auto;
  max-height: 30%;
}
.catalog-product-view .product-info-main .main-info.main-info-webshop,
.catalog-product-view .product-info-main .main-download.main-info-webshop {
  max-height: 100%;
}
.catalog-product-view .product-info-main .main-info .am-filelink,
.catalog-product-view .product-info-main .main-download .am-filelink {
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .main-info,
  .catalog-product-view .product-info-main .main-download {
    padding: 24px 0 0 34px !important;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-info-main .main-info,
  .catalog-product-view .product-info-main .main-download {
    padding: 18px 0 0 34px !important;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .main-info,
  .catalog-product-view .product-info-main .main-download {
    padding: 16px 0 0 24px !important;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-info-main .main-info.box-item:not(.main-info-webshop),
  .catalog-product-view .product-info-main .main-download.box-item:not(.main-info-webshop) {
    position: inherit !important;
  }
}
.catalog-product-view .product-info-main .main-info .text-title,
.catalog-product-view .product-info-main .main-download .text-title {
  margin-bottom: 17px;
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .main-info .text-title,
  .catalog-product-view .product-info-main .main-download .text-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-info-main .main-info .text-title,
  .catalog-product-view .product-info-main .main-download .text-title {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .main-info .text-title,
  .catalog-product-view .product-info-main .main-download .text-title {
    margin-bottom: 11px;
    font: normal 15px/20px Beatrice Regular;
  }
}
.catalog-product-view .product-info-main .main-info .product-attribute-kettal,
.catalog-product-view .product-info-main .main-download .product-attribute-kettal {
  margin: 0;
  height: auto;
  max-height: inherit;
  font: normal 12px/24px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-info-main .main-info .product-attribute-kettal,
  .catalog-product-view .product-info-main .main-download .product-attribute-kettal {
    font: normal 12px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-info-main .main-info .product-attribute-kettal,
  .catalog-product-view .product-info-main .main-download .product-attribute-kettal {
    font: normal 10px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-info-main .main-info .product-attribute-kettal,
  .catalog-product-view .product-info-main .main-download .product-attribute-kettal {
    font: normal 12px/20px Beatrice Regular;
  }
}
.catalog-product-view .product-info-main .main-info .product-attribute-kettal strong,
.catalog-product-view .product-info-main .main-download .product-attribute-kettal strong {
  font-weight: normal;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .main-info .product-attribute-kettal strong::after,
.catalog-product-view .product-info-main .main-download .product-attribute-kettal strong::after {
  content: ':';
}
.catalog-product-view .product-info-main .project-about .bottom-left {
  max-height: 70%;
  overflow-y: auto;
}
.catalog-product-view .product-info-main .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
.catalog-product-view .product-info-main .details #product-options-wrapper {
  display: none;
}
.catalog-product-view .product-info-main .details .box-tocart {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.catalog-product-view .product-info-main .details .box-tocart .fieldset .actions {
  float: right;
}
.catalog-product-view .product-info-main .details .box-tocart .fieldset .actions #product-addtocart-button {
  font: normal 16px/26px Beatrice Regular;
  background-color: transparent;
  color: #212427;
  border: none;
  z-index: 5;
  width: auto;
  padding: 0;
}
.catalog-product-view .product-info-main .details .box-tocart .fieldset .actions #product-addtocart-button > span {
  padding: 0;
  text-decoration: underline;
  white-space: nowrap;
}
.catalog-product-view .product-details-info {
  max-height: inherit !important;
}
.catalog-product-view .product-details-info .simple-double-container .box-item {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .product-details-info .simple-double-container .box-item .title-option {
  cursor: pointer;
}
.catalog-product-view .product-details-info .simple-double-container .box-item .title-option.active {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .scheme {
    order: 3;
  }
  .catalog-product-view .product-details-info .parts-grid {
    order: 4;
  }
}
.catalog-product-view .product-details-info .finishes-content {
  width: 100%;
  height: 100%;
}
.catalog-product-view .product-details-info .finishes-content .predefined-group {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content {
    width: 100vw;
    height: 100vw;
    padding-bottom: 0;
    border-bottom: 12px solid transparent;
    overflow: hidden;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control:not(.selected) {
  display: none;
}
.catalog-product-view .product-details-info .finishes-content .options,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container {
    flex-direction: initial;
    flex-wrap: wrap;
  }
  .catalog-product-view .product-details-info .finishes-content .options .fieldset-bundle-options,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .fieldset-bundle-options {
    flex-direction: initial !important;
    flex-wrap: wrap !important;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .not-selected,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .not-selected {
  display: none;
}
.catalog-product-view .product-details-info .finishes-content .options .title-finishes,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .title-finishes {
  margin-bottom: 40px;
  display: block;
  height: 10%;
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .finishes-content .options .title-finishes,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .title-finishes {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .finishes-content .options .title-finishes,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .title-finishes {
    margin-bottom: 21px;
    font: normal 15px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .title-finishes,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .title-finishes {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .finishes-content .options .title-finishes,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .title-finishes {
    font: normal 12px/20px Beatrice Regular;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .label,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .label {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid grey;
  font: normal 12px/21px Beatrice Regular;
}
.catalog-product-view .product-details-info .finishes-content .options .label::after,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .label::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .finishes-content .options .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .label {
    font: normal 10px/16px Beatrice Regular;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .label {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .finishes-content .options .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .label {
    font: normal 12px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 366px) {
  .catalog-product-view .product-details-info .finishes-content .options .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .label {
    padding-bottom: 1%;
    margin-bottom: 1%;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .titles-container-finishes,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .titles-container-finishes {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .titles-container-finishes,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .titles-container-finishes {
    float: left;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .titles-container-finishes .label,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .titles-container-finishes .label {
  cursor: pointer;
}
.catalog-product-view .product-details-info .finishes-content .options .titles-container-finishes .label .selected,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .titles-container-finishes .label .selected {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .titles-container-finishes .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .titles-container-finishes .label {
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .bundle-titles,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .bundle-titles {
    float: left;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5%;
  }
  .catalog-product-view .product-details-info .finishes-content .options .bundle-titles .label,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .bundle-titles .label {
    flex: 1 0 100% !important;
    padding: 0;
    margin: 0 !important;
    border: inherit !important;
    text-align: end !important;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control {
  height: 80%;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control:not(.required) .control .options-list .choice .image-container .image-content.selected:not(.part-not-select):hover::after,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control:not(.required) .control .options-list .choice .image-container .image-content.selected:not(.part-not-select):hover::after {
  content: 'Unselect';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 12px/39px Beatrice Regular;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control:not(.required) .control .options-list .choice .image-container .image-content.selected:not(.part-not-select):hover::after,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control:not(.required) .control .options-list .choice .image-container .image-content.selected:not(.part-not-select):hover::after {
    font: normal 9px/39px Beatrice Regular;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  overflow-y: auto;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container {
  width: 100%;
  max-width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container {
    max-width: 25%;
    padding: 3px;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content {
  cursor: pointer;
  position: relative;
  display: block;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content > img,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content > img {
  width: 100%;
  height: 100%;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content.selected:hover,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content.selected:hover {
  cursor: initial;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content.selected:hover::after,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content.selected:hover::after {
  content: inherit;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content.selected ~ span,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content.selected ~ span {
  text-decoration: underline;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content.selected > img,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content.selected > img {
  outline: 2px solid #000;
  outline-offset: -2px;
  box-sizing: border-box;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content:not(.part-not-select):hover::after,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content:not(.part-not-select):hover::after {
  content: 'Select';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 12px/39px Beatrice Regular;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content:not(.part-not-select):hover::after,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content:not(.part-not-select):hover::after {
    font: normal 9px/39px Beatrice Regular;
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container .image-content.part-not-select,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container .image-content.part-not-select {
  cursor: initial;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice .image-container > span,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice .image-container > span {
  font: normal 8px/14px Beatrice Regular;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
  max-height: 490px;
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice-bundle,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice-bundle {
  max-height: calc(420px);
}
@media all and (max-width: 1320px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
    max-height: 400px;
  }
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice-bundle,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice-bundle {
    max-height: calc(330px);
  }
}
@media all and (max-width: 1200px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
    max-height: 350px;
  }
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice-bundle,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice-bundle {
    max-height: calc(280px);
  }
}
@media all and (max-width: 1023px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
    max-height: 760px;
  }
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice-bundle,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice-bundle {
    max-height: calc(760px);
  }
}
@media all and (max-width: 768px) {
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice {
    max-height: 534px;
  }
  .catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .choice-bundle,
  .catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .choice-bundle {
    max-height: calc(534px);
  }
}
.catalog-product-view .product-details-info .finishes-content .options .finishes-control .control .options-list .qty-holder,
.catalog-product-view .product-details-info .finishes-content .bundle-options-container .finishes-control .control .options-list .qty-holder {
  display: none;
}
.catalog-product-view .product-details-info .finishes-content .required-message {
  position: absolute;
  z-index: 2;
  bottom: 0;
  color: #e02b27;
  font-size: 1.2rem;
}
.catalog-product-view .product-details-info .details .customize .image-element:not(.composite-image) {
  width: 100%;
}
.catalog-product-view .product-details-info .details .download-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  max-height: inherit;
  display: block;
}
@media all and (max-width: 1023px) {
  .catalog-product-view .product-details-info .details .download-image {
    width: 100vw;
    height: 100vw;
    max-height: initial;
  }
}
.catalog-product-view .product-details-info .details .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
.catalog-product-view .product-details-info .details .product-add-form {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.catalog-product-view .product-details-info .details .product-add-form .box-tocart .fieldset .actions #product-addtocart-button {
  font: normal 16px/26px Beatrice Regular;
  background-color: transparent;
  color: #212427;
  border: none;
  z-index: 5;
  width: auto;
  padding: 0;
}
.catalog-product-view .product-details-info .details .product-add-form .box-tocart .fieldset .actions #product-addtocart-button > span {
  padding: 0;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .about-container .title {
    font: normal 22px/30px Sang Bleu Kingdom Light;
  }
}
.catalog-product-view .product-details-info .about-container .text {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .about-container .text {
    font: normal 16px/26px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .about-container .text {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .about-container .text {
    font: normal 12px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid {
    max-height: 513px;
  }
}
.catalog-product-view .product-details-info .parts-grid .block-title {
  height: 108px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid grey;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .parts-grid .block-title {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid .block-title {
    height: 99px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .parts-grid .block-title {
    height: 70px;
  }
}
.catalog-product-view .product-details-info .parts-grid .parts-box {
  list-style: none;
  max-height: 80%;
  min-height: 65%;
  overflow: auto !important;
  padding-top: 30px;
  justify-content: start;
}
.catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item {
  flex: 1 0 auto;
  box-sizing: content-box;
  max-width: 180px;
  margin-right: 33px;
  height: 100%;
  max-height: 223px;
}
.catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item:before {
  content: '';
  float: left;
  padding-top: 100%;
}
.catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .default-content {
  height: 100%;
  max-height: 180px;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .default-content {
    max-height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .default-content {
    max-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .default-content {
    max-height: 140px;
  }
}
.catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .hover-container {
  height: 100%;
  max-height: 180px;
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .hover-container {
    max-height: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .hover-container {
    max-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .hover-container {
    max-height: 140px;
  }
}
.catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .name {
  font: normal 8px/13px Beatrice Regular;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .name {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item .name {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item {
    max-width: 160px;
    margin-right: 27px;
    max-height: 203px;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item {
    max-width: 140px;
    margin-right: 4px;
    max-height: 173px;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .product-details-info .parts-grid .parts-box .kettal-grid-item {
    max-width: 148px;
    margin-right: 14px;
    max-height: 173px;
  }
}
.catalog-product-view .collection-media-gallery {
  position: relative;
}
.catalog-product-view .collection-media-gallery .selected-images {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.catalog-product-view .collection-media-gallery .selected-images > .image {
  flex: 1 1 0px;
}
.catalog-product-view .collection-media-gallery .selected-images .container-open-modal-collection-gallery {
  position: absolute;
  bottom: 0;
  right: 0;
}
.catalog-product-view .collection-media-gallery .selected-images .container-open-modal-collection-gallery > button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .collection-media-gallery {
    max-height: inherit !important;
  }
  .catalog-product-view .collection-media-gallery .selected-images {
    max-height: inherit;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .extra-information {
    max-height: inherit !important;
  }
}
.catalog-product-view .extra-information .designer-content {
  overflow: hidden;
}
.catalog-product-view .extra-information .projects-content {
  font: normal 16px/26px Beatrice Regular;
  height: auto !important;
}
.catalog-product-view .extra-information .projects-content:before {
  content: "";
  float: left;
  padding-top: 100%;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .extra-information .projects-content:before {
    padding-top: 0% !important;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .extra-information .projects-content {
    font: normal 16px/24px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .extra-information .projects-content {
    font: normal 12px/18px Beatrice Regular;
  }
}
.catalog-product-view .extra-information .projects-content .project-general-info {
  max-height: 50% !important;
}
.catalog-product-view .extra-information .projects-content .project-general-info .kollection {
  display: flex;
}
.catalog-product-view .extra-information .projects-content .project-general-info .kollection .last {
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .extra-information .projects-content .project-general-info {
    display: none !important;
  }
}
.catalog-product-view .extra-information .projects-content .projects-slider .item {
  display: flex !important;
  width: 100%;
}
.catalog-product-view .extra-information .projects-content .projects-slider .item .upper-left {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .collection-galery-modal-upper-container {
    left: 0 !important;
  }
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-header {
  height: 0px;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content {
  padding: 0;
  margin: 0;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .container-image {
  display: flex;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .container-image > img {
  width: auto;
  height: 100%;
  max-height: inherit;
  margin: 0 auto;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav button {
  box-shadow: none;
  width: 96px;
  height: 82px;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav button:hover {
  background-color: transparent;
  opacity: 0.6;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav .owl-prev {
  float: left;
  background-image: url('/media/kettal/next.svg');
  transform: rotate(180deg);
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav .owl-next {
  float: right;
  background-image: url('/media/kettal/next.svg');
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-content #modal-collection-gallery .owl-nav button > span {
  opacity: 0;
}
.collection-galery-modal-upper-container .modal-inner-wrap .modal-footer {
  display: none;
}
.catalog-product-view .product-info-main .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
.catalog-product-view .product-details-info .details .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
.catalog-product-view .product-info-main .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
.catalog-product-view .product-details-info .details .webshop-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  background-color: transparent;
  font: normal 16px/26px Beatrice Regular;
  color: #212427;
  border: none;
  width: 100%;
  padding: 14px 17px;
}
[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.catalogsearch-result-index .toolbar-products {
  display: none;
}
.catalogsearch-result-index .toolbar-search {
  background-color: #e3ddd6;
  height: 220px;
}
@media screen and (min-width: 1367px) {
  .catalogsearch-result-index .toolbar-search {
    height: 250px;
  }
}
@media screen and (min-width: 1920px) {
  .catalogsearch-result-index .toolbar-search {
    height: 330px;
  }
}
.catalogsearch-result-index .toolbar-search .toolbar-text {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  .catalogsearch-result-index .toolbar-search .toolbar-text {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  .catalogsearch-result-index .toolbar-search .toolbar-text {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 768px) {
  .catalogsearch-result-index .toolbar-search .toolbar-text {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
.catalogsearch-result-index .title-text {
  margin-top: 80px;
  margin-left: 30px;
}
@media screen and (min-width: 1280px) {
  .catalogsearch-result-index .title-text {
    margin-left: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .catalogsearch-result-index .title-text {
    margin-left: 40px;
  }
}
.product-item-name span {
  float: right;
}
.red-asterisk-select .star {
  position: relative;
  top: -5px;
}
.cart.table-wrapper .cart .item-options .finish-code {
  text-align: center;
  margin-top: 5px;
}
.cart.table-wrapper .cart .item-options .finish-image {
  width: 59px;
  height: 59px;
  margin: auto;
}
.form-cart #shopping-cart-table .field.qty input.qty {
  width: 25px;
  border: 0;
  margin-left: -3px;
}
.form-cart .cart.main.actions .update {
  float: left;
}
.form-cart .cart.main.actions .checkout {
  float: right;
}
.checkout-cart-index .row {
  max-height: unset !important;
}
.checkout-onepage-success .page-title-wrapper {
  padding: 25px 61px 26px 38px;
  background: #E3DDD6;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  width: 480px;
  margin: 0;
}
.checkout-success {
  padding: 0 61px 41px 38px;
  background: #E3DDD6;
  height: 300px;
}
.invalid-field {
  border-bottom-color: #ed8380 !important;
}
.custom-form-checkbox {
  display: flex;
  flex-wrap: nowrap;
}
.custom-form-checkbox input[type="checkbox"] {
  position: initial;
  margin: 0;
  top: inherit;
  opacity: 1;
}
.custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator {
  background-color: black;
}
.custom-form-checkbox .checkbox-simulator {
  width: 27px;
  height: 18px;
  border: 1px solid black;
  box-sizing: border-box;
  top: 0px;
  position: relative;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .custom-form-checkbox .checkbox-simulator {
    width: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .custom-form-checkbox .checkbox-simulator {
    width: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .custom-form-checkbox .checkbox-simulator {
    width: 18px;
  }
}
.custom-form-checkbox .input-text {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .form-cart #shopping-cart-table tbody .item-info > :nth-child(2) {
    order: 4;
  }
  body.checkout-cart-index .form-cart #shopping-cart-table tbody .item-info .product-item-photo {
    position: initial;
    float: left;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  body.checkout-cart-index .form-cart #shopping-cart-table .item .item-info .text {
    font: normal 10px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body.checkout-cart-index .form-cart #shopping-cart-table .item .item-info .text {
    font: normal 12px/20px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body.checkout-cart-index .form-cart #shopping-cart-table .item .item-info .actions-toolbar .action-delete:before {
    margin-top: 0;
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 376px) {
  body.checkout-cart-index .form-cart .actions .action {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  body.checkout-cart-index .form-cart .actions .text {
    font: normal 15px/20px Beatrice Regular;
  }
}
body.checkout-index-index .opc-wrapper select {
  text-indent: 0;
}
body.checkout-index-index #checkout {
  max-width: 100vw;
  padding: 0;
  max-height: inherit;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.checkout-index-index #checkout {
    justify-content: flex-end;
  }
}
body.checkout-index-index #checkout .messages {
  height: fit-content;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  position: absolute;
  z-index: 10;
}
body.checkout-index-index #checkout .messages .message {
  margin: 0;
}
body.checkout-index-index #checkout .opc-wrapper .form-login {
  background: transparent;
  overflow: visible;
}
body.checkout-index-index #checkout .opc-wrapper .form-shipping-address {
  background: transparent;
}
body.checkout-index-index #checkout .opc-wrapper .methods-shipping {
  background: transparent;
}
body.checkout-index-index #checkout .checkout-agreement {
  overflow: visible;
  flex-wrap: wrap;
}
.custom-form-checkbox input[type="checkbox"] {
  display: none;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .form-cart #shopping-cart-table thead .row > :nth-child(2) {
    display: none;
  }
}
body.page-layout-1col-header-absolute .page-header {
  background: 0 0!important;
  position: absolute;
  z-index: 10;
  width: 100%;
}
body #maincontent .pagebuilder-mobile-hidden {
  display: none;
}
body #maincontent .pb-row .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-1col .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-1col .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-1col .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-2col .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-2col .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-2col .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-2col-id1 .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-2col-id1 .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-2col-id1 .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-2col-id1 .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
  aspect-ratio: 3.33333333;
}
body #maincontent .pb-row-3col .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-3col .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-3col .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-3col-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-3col-grid .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-3col-grid .pagebuilder-column-group {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-flip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-flip .box-click {
  transform: rotateY(0.5turn);
}
body #maincontent .pb-row-flip .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-flip .pagebuilder-column-group {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #FFEDDB;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.8s ease-in-out;
  transform-style: preserve-3d;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-element="caption"] {
  top: 20px;
  font-family: Sang Bleu Kingdom Light !important;
  font-weight: normal !important;
  position: absolute;
  padding-left: 20px;
  z-index: 1;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-off {
  z-index: -1;
  opacity: 0;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on {
  background-color: #E3DDD6;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  background-image: url(/media/kettal/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  background-color: transparent;
  border: 0;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button span {
  opacity: 0;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button::after {
  content: ".";
  opacity: 0;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-img-flip,
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-img-flip [data-element="caption"],
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-text [data-element="caption"] {
  width: 75%;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-img-flip img,
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-text img {
  width: 100%;
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-text {
  transform: rotateY(0.5turn);
}
body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column .box-text .container-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body #maincontent .pb-row-flip-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-flip-card .box-click {
  transform: rotateY(0.5turn);
}
body #maincontent .pb-row-flip-card .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #FFEDDB;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.8s ease-in-out;
  transform-style: preserve-3d;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-element="caption"] {
  top: 20px;
  font-family: Sang Bleu Kingdom Light !important;
  font-weight: normal !important;
  position: absolute;
  padding-left: 20px;
  z-index: 1;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-off {
  z-index: -1;
  opacity: 0;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  background-image: url(/media/kettal/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  background-color: transparent;
  border: 0;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button span {
  opacity: 0;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button::after {
  content: ".";
  opacity: 0;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='banner'].flip-button::after {
  content: " ";
  position: absolute;
  right: 50px;
  width: 40px;
  height: 40px;
  background-image: url(/media/kettal/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  background-color: transparent;
  border: 0;
  transform: rotate(180deg);
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-img-flip,
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-img-flip [data-element="caption"],
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-text [data-element="caption"] {
  width: 75%;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-img-flip img,
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-text img {
  width: 100%;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-text {
  transform: rotateY(0.5turn);
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .box-text .container-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column .container-info {
  background-color: transparent;
}
body #maincontent .pb-row-carousel-big {
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 0.5px solid #E3DDD6;
  border-top: 0.5px solid #E3DDD6;
  box-sizing: border-box;
}
body #maincontent .pb-row-carousel-big [data-content-type="text"] {
  margin-bottom: 20px;
}
body #maincontent .pb-row-carousel-small {
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
body #maincontent .pb-row-carousel-small [data-content-type="text"] {
  margin-bottom: 20px;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: auto;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group .pagebuilder-column .container-info {
  background-color: transparent;
  height: 100%;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group:nth-child(1) .pagebuilder-column {
  aspect-ratio: 3.33333333;
}
body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group:nth-child(2) .pagebuilder-column {
  aspect-ratio: 1;
}
body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column {
  aspect-ratio: 1;
  flex: 0 0 100%;
  max-width: 100%;
}
body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
  aspect-ratio: auto;
}
body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column figure:nth-child(1) img {
  aspect-ratio: auto;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pagebuilder-column-line {
  display: contents !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.no-aspect-ratio {
  aspect-ratio: auto;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="banner"] .pagebuilder-poster-overlay {
  object-fit: cover;
  aspect-ratio: 1;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="image"] > img {
  float: left;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="image"].full-background > img {
  position: absolute;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="image"].no-aspect-ratio > img {
  aspect-ratio: auto;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="heading"] {
  margin: 0;
  padding: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box.justify-content-space-between {
  justify-content: space-between;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box.justify-content-flex-end {
  justify-content: flex-end;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box.align-items-center {
  align-items: center;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .upper-left {
  position: absolute;
  top: 0;
  left: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .upper-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .upper-right {
  position: absolute;
  top: 0;
  right: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mid-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mid-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: auto;
  max-height: 75vw;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mid-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mh-50 {
  max-height: 50%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mh-90 {
  max-height: 90%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box .mh-100 {
  max-height: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big {
  position: relative;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide__arrows {
  opacity: 0;
  height: 100%;
  padding: 0;
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide__arrows .splide__arrow {
  background-color: #FFF8F2;
  opacity: 0.7;
  height: 100%;
  border-radius: 0;
  padding: 0 4% !important;
  background-size: auto !important;
  -webkit-filter: inherit;
  filter: inherit;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-prev-arrow-custom,
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-next-arrow-custom {
  opacity: 0;
  height: 100%;
  width: 5%;
  max-width: 50px;
  position: absolute;
  background-color: #FFF8F2;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-prev-arrow-custom::after,
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-next-arrow-custom::after {
  content: '';
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  display: block;
  width: 80%;
  max-width: 30px;
  height: 80%;
  max-height: 30px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-next-arrow-custom {
  left: inherit;
  right: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .splide-next-arrow-custom::after {
  transform: rotate(180deg);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info {
  width: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info:hover .product-item-details .product-item-name .product-item-link::after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  float: left;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  margin: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details {
  position: relative;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-name {
  display: flex;
  flex-direction: column;
  font-family: Beatrice Regular;
  font-size: 13.5px;
  font-style: normal;
  font-weight: normal;
  line-height: 18.9px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-name .product-item-link {
  display: inline-block;
  position: relative;
  color: #212427;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-name .product-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.7px;
  bottom: 4px;
  left: 0;
  background-color: #212427;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .price-box {
  padding-right: 10px;
  font-family: Beatrice Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .price-box .old-price {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .price-box .price-to {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-inner {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 10px;
  z-index: 2;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-inner .link {
  font-family: Beatrice Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22.4px;
  text-decoration-line: underline;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-inner .link.disabled {
  opacity: 0.5;
  pointer-events: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small {
  position: relative;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide__arrows {
  opacity: 0;
  height: 100%;
  padding: 0;
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide__arrows .splide__arrow {
  background-color: #FFF8F2;
  opacity: 0.7;
  height: 100%;
  border-radius: 0;
  padding: 0 4% !important;
  background-size: auto !important;
  -webkit-filter: inherit;
  filter: inherit;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-prev-arrow-custom,
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-next-arrow-custom {
  opacity: 0;
  height: 100%;
  width: 5%;
  max-width: 50px;
  position: absolute;
  background-color: #FFF8F2;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-prev-arrow-custom::after,
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-next-arrow-custom::after {
  content: '';
  background-image: url('/media/kettal/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  display: block;
  width: 80%;
  max-width: 30px;
  height: 80%;
  max-height: 30px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-next-arrow-custom {
  left: inherit;
  right: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .splide-next-arrow-custom::after {
  transform: rotate(180deg);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info {
  width: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info:hover .product-item-details .product-item-name .product-item-link::after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  padding-bottom: 100% !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  float: left;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  margin: 0;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details {
  position: relative;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-name {
  display: flex;
  flex-direction: column;
  font-family: Beatrice Regular;
  font-size: 13.5px;
  font-style: normal;
  font-weight: normal;
  line-height: 18.9px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-name .product-item-link {
  display: inline-block;
  position: relative;
  color: #212427;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-name .product-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.7px;
  bottom: 4px;
  left: 0;
  background-color: #212427;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .price-box {
  padding-right: 10px;
  font-family: Beatrice Regular;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .price-box .old-price {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .price-box .price-to {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 10px;
  z-index: 2;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner .link {
  font-family: Beatrice Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22.4px;
  text-decoration-line: underline;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner .link > span {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner .link::after {
  content: " ";
  background-image: url(/media/kettal/Bag.svg);
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner .link.disabled {
  opacity: 0.5;
  pointer-events: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-img-background-text-mid-bottom-center {
  position: relative;
  aspect-ratio: auto;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-img-background-text-mid-bottom-center [data-content-type="html"] {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-img-background-text-mid-bottom-center [data-content-type="html"] > * {
  align-self: flex-end;
  width: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide {
  min-height: 100%;
  border: 1px solid #E3DDD6;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 101px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper div[data-element='content'] {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper div[data-element='content'] img {
  max-width: 86px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column .cms-button {
  text-align: center;
  padding: 10px 40px;
  border: 0.5px solid #000;
  box-sizing: border-box;
  display: inline-block;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header {
  height: 947px !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header [data-content-type="image"] {
  height: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header [data-content-type="image"] img {
  height: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h1 {
  top: 331px !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h2 {
  max-width: 85%;
  margin-bottom: 54px;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-5 {
  aspect-ratio: 0.5;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-navigation {
  display: none;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content {
  border: inherit;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  height: 100%;
  aspect-ratio: 1;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-back::after {
  content: " ";
  position: absolute;
  right: 25px;
  bottom: 19px !important;
  width: 30px;
  height: 30px;
  background-image: url(/media/kettal/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  background-color: transparent;
  border: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 2;
  backface-visibility: hidden;
  transform-style: flat;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-front::after {
  content: " ";
  position: absolute;
  right: 25px;
  bottom: 19px !important;
  width: 30px;
  height: 30px;
  background-image: url(/media/kettal/back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 30px;
  background-color: transparent;
  border: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 1;
  backface-visibility: hidden;
  transform-style: flat;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"] {
  height: 100%;
  width: 100%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"]:not(.active) {
  display: none !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"].active {
  display: flex !important;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"].back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"] a {
  display: flex;
  justify-content: center;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"] img {
  width: 70%;
}
body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-7 * {
  aspect-ratio: 1;
  padding: 0;
}
body #maincontent .pagebuilder-mobile-hidden {
  display: none !important;
}
body #maincontent .pagebuilder-mobile-only {
  display: initial !important;
}
body #maincontent .reset-container-info {
  height: 100%;
  background: transparent !important;
}
body.cms-flag-stores .row .container-info {
  order: 1;
}
body.cms-flag-stores .row .container-info .box .bottom-left {
  top: 46%;
  left: 0;
  transform: translateY(-40%);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 10px;
}
body.cms-flag-stores .row .container-image {
  order: 2;
}
body.cms-client-support .modal-popup .modal-header {
  height: 0;
}
body.cms-client-support .modal-popup .modal-footer button,
body.cms-client-support .modal-popup .modal-footer button:hover {
  background: transparent;
  padding: 0;
  box-shadow: unset;
  border: 0;
}
body.cms-our-materials .modal {
  display: none;
  position: fixed;
  top: 0;
  background-color: #000000;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 50;
  height: 100%;
}
body.cms-our-materials .modal #video-modal {
  display: none;
  width: 70%;
  margin: 0 auto;
  padding-top: 0px;
}
body.cms-our-materials .close-button-modal {
  position: fixed;
  top: 50px;
  right: 10px !important;
  background-image: url(/media/kettal/close_small.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100%;
  background-color: transparent;
  cursor: pointer;
  width: 35.51px;
  height: 35.51px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  border: 0px;
}
@media screen and (min-width: 768px) {
  body.cms-our-materials .close-button-modal {
    top: 50px;
    right: 0px;
  }
}
body.cms-our-materials .modal-header {
  display: none;
}
body.cms-our-materials .modal-content {
  padding: 0 !important;
}
body.cms-our-materials .modal-footer {
  display: none;
}
body.cms-our-materials .title {
  padding-bottom: 20px;
  display: block;
}
body.cms-our-materials .container-links {
  display: block;
}
body.cms-our-materials .container-links a {
  display: block;
  text-align: right;
}
body.cms-our-materials .read-more-content .readMoreBtn {
  text-align: right;
}
@media screen and (min-width: 480px) {
  body.cms-flag-stores .row .container-info .box .bottom-left {
    top: inherit;
    transform: inherit;
    bottom: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  body #maincontent .pagebuilder-mobile-hidden {
    display: block;
  }
  body #maincontent .pb-row-1col .pagebuilder-column-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #maincontent .pb-row-1col .pagebuilder-column-group .pagebuilder-column-line {
    display: contents !important;
  }
  body #maincontent .pb-row-1col .pagebuilder-column-group .pagebuilder-column {
    aspect-ratio: 2;
  }
  body #maincontent .pb-row-2col .pagebuilder-column-group .pagebuilder-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-2col-id1 .pagebuilder-column-group .pagebuilder-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-2col-id1 .pagebuilder-column-group .pagebuilder-column:nth-child(1) {
    aspect-ratio: 1;
  }
  body #maincontent .pb-row-3col .pagebuilder-column-group .pagebuilder-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-3col-grid .pagebuilder-column-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-off {
    width: 100%;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on {
    background-color: #fff8f2;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
    width: 29px;
    height: 29px;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-off {
    width: 100%;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
    width: 29px;
    height: 29px;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='banner'].flip-button::after {
    width: 29px;
    height: 29px;
  }
  body #maincontent .pb-row-carousel-big {
    margin-top: 100px;
    padding-top: 15px;
    padding-bottom: 112px;
  }
  body #maincontent .pb-row-carousel-small {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group:nth-child(2) .pagebuilder-column {
    aspect-ratio: auto;
  }
  body #maincontent .pb-row-2rows-id1 .pagebuilder-column-group:nth-child(2) .pagebuilder-column [data-content-type="text"] p {
    columns: 2;
  }
  body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column-line {
    display: contents !important;
  }
  body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column figure:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  body #maincontent .pb-row-mosaic-id1 .pagebuilder-column-group .pagebuilder-column figure:nth-child(1) img {
    aspect-ratio: unset;
    height: 100% !important;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column [data-content-type="banner"] .pagebuilder-poster-overlay {
    aspect-ratio: 2;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details {
    flex-direction: row;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .product-item-name {
    font-size: 15px;
    line-height: 21px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-big .product-item-info .product-item-details .price-box {
    font-size: 17px;
    line-height: 23.8px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-name {
    font-size: 15px;
    line-height: 21px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .price-box {
    font-size: 17px;
    line-height: 23.8px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info .product-item-details .product-item-inner {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-product-small .product-item-info:hover .product-item-details .product-item-inner {
    opacity: 1;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 28px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-img-background-text-mid-bottom-center {
    aspect-ratio: 2;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-img-background-text-mid-bottom-center [data-content-type="html"] > * {
    width: 60%;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-5 {
    aspect-ratio: 1;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content .flex-align-items-center {
    align-items: flex-start !important;
  }
  body #maincontent .pagebuilder-mobile-hidden {
    display: initial !important;
  }
  body #maincontent .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header {
    height: 1662px !important;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h1 {
    top: 374px !important;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h2 {
    max-width: 75%;
    margin-bottom: 128px;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
    width: 40px;
    height: 40px;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='html'].display-on .back-button {
    width: 40px;
    height: 40px;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group .pagebuilder-column [data-content-type='banner'].flip-button::after {
    width: 40px;
    height: 40px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 43px;
  }
  body.cms-flag-stores .row {
    max-height: inherit;
  }
  body.cms-flag-stores .row .container-info {
    order: inherit;
  }
  body.cms-flag-stores .row .container-image {
    order: inherit;
  }
}
@media screen and (min-width: 1920px) {
  body #maincontent .pb-row-3col .pagebuilder-column-group .pagebuilder-column {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body #maincontent .pb-row-3col-grid .pagebuilder-column-group {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body #maincontent .pb-row-flip .pagebuilder-column-group {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  body #maincontent .pb-row-flip-card .pagebuilder-column-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-back::after {
    content: " ";
    position: absolute;
    right: 32px;
    bottom: 36px !important;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content.flip-front::after {
    content: " ";
    position: absolute;
    right: 32px;
    bottom: 36px !important;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-6 .tabs-content [data-content-type="tab-item"] img {
    width: 100%;
    min-width: 120px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header {
    height: 2160px !important;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h1 {
    top: 363px !important;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column.pb-box-fixed-img-header h2 {
    max-width: 50%;
    margin-bottom: 316px;
  }
  body #maincontent .pagebuilder-column-group .pagebuilder-column .pb-box-slider-materials .splide__slide .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 116px;
  }
}
.contact-index-index .page-main {
  background: #E3DDD6;
}
.contact-index-index .page-main .contact-container .message-block {
  padding: 50px 38px;
}
.contact-index-index .page-main .contact-container .message-block .message {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  .contact-index-index .page-main .contact-container .message-block .message {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  .contact-index-index .page-main .contact-container .message-block .message {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
.contact-index-index .page-main .contact-container #contact-form {
  margin-top: 56px;
  min-width: inherit;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
}
.contact-index-index .page-main .contact-container #contact-form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.contact-index-index .page-main .contact-container #contact-form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
  max-width: 90%;
}
@media screen and (max-width: 1280px) {
  .contact-index-index .page-main .contact-container #contact-form input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .contact-index-index .page-main .contact-container #contact-form input {
    font: normal 10px/15px Beatrice Regular;
  }
}
.contact-index-index .page-main .contact-container #contact-form input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
.contact-index-index .page-main .contact-container #contact-form input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
.contact-index-index .page-main .contact-container #contact-form input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
.contact-index-index .page-main .contact-container #contact-form textarea {
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .contact-index-index .page-main .contact-container #contact-form textarea {
    width: 90%;
  }
}
.contact-index-index .page-main .contact-container #contact-form .custom-form-checkbox input[type="checkbox"] {
  display: none;
}
.contact-index-index .page-main .contact-container #contact-form .custom-form-checkbox .input-text {
  font: normal 13px/20px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  .contact-index-index .page-main .contact-container #contact-form .custom-form-checkbox .input-text {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .contact-index-index .page-main .contact-container #contact-form .custom-form-checkbox .input-text {
    font: normal 10px/15px Beatrice Regular;
  }
}
.contact-index-index .page-main .contact-container #contact-form .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
  float: right;
  margin-bottom: 40px;
}
.contact-index-index .page-main .contact-container #contact-form .actions-toolbar::before {
  content: inherit;
}
.contact-index-index .page-main .contact-container #contact-form .actions-toolbar::after {
  content: inherit;
}
.contact-index-index .page-main .contact-container #contact-form .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
  text-transform: capitalize;
}
@media screen and (max-width: 1280px) {
  .contact-index-index .page-main .contact-container #contact-form .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  .contact-index-index .page-main .contact-container #contact-form .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
body {
  /* Change the #D9D4CB to any color, but transparent won't work here. */
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
  background-color: #D9D4CB !important;
  transition: background-color 5000s ease-in-out 0s;
}
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus,
body select:-webkit-autofill:active {
  background-color: #D9D4CB !important;
  transition: background-color 5000s ease-in-out 0s;
}
body .fieldset.address {
  margin: 0;
}
body.customer-account-login .block-customer-login {
  background-color: #D9D4CB;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.customer-account-login .block-customer-login {
    height: auto;
  }
}
@media screen and (min-width: 1920px) {
  body.customer-account-login .block-customer-login {
    height: 800px;
  }
}
body.customer-account-login .block-customer-login .message-block {
  padding: 50px 38px 0 38px;
}
body.customer-account-login .block-customer-login .message-block .message {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.customer-account-login .block-customer-login .message-block .message {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-login .block-customer-login .message-block .message {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.customer-account-login .block-customer-login .block-content {
  margin-top: 69px;
}
@media screen and (max-width: 1024px) {
  body.customer-account-login .block-customer-login .block-content {
    padding: 50px 38px 0 38px;
    margin-top: 0;
  }
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset::after {
  content: inherit;
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field {
  margin-bottom: 38px;
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control {
  width: 100%;
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
}
@media screen and (max-width: 1280px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input {
    font: normal 10px/15px Beatrice Regular;
  }
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .field .control input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-end;
  flex-direction: column;
  height: 108px;
}
@media screen and (min-width: 768px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container {
    height: 108px;
  }
}
@media screen and (min-width: 1024px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container {
    height: 218px;
  }
}
@media screen and (min-width: 1367px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container {
    height: 317px;
  }
}
@media screen and (min-width: 1920px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container {
    height: 170px;
  }
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar {
    margin-top: 108px;
  }
}
@media screen and (min-width: 1024px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar {
    margin-top: 218px;
  }
}
@media screen and (min-width: 1367px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar {
    margin-top: 317px;
  }
}
@media screen and (min-width: 1920px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar {
    margin-top: 120px;
  }
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar::before {
  content: inherit;
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar::after {
  content: inherit;
}
body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-login .block-customer-login .block-content .form-login .fieldset .buttons-container .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-create .register-content .register-fields-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.customer-account-create .register-content .register-fields-container {
    display: block;
  }
}
body.customer-account-create .register-content .register-fields-container textarea {
  width: 90% !important;
  height: 155px;
  background: transparent !important;
}
body.customer-account-create .register-content .register-fields-container textarea:focus {
  box-shadow: none !important;
  border: 1px solid #707070;
}
body.customer-account-create .register-content .register-fields-container .profesional-information {
  display: flex;
  flex-direction: column;
}
body.customer-account-create .register-content .register-fields-container .profesional-information .field.ocupation.required #ocupation {
  color: #212427 !important;
}
body.customer-account-create .register-content .register-fields-container .address-information .field.country.required #country {
  color: #212427 !important;
}
body.customer-account-create .register-content .register-fields-container .description-information .description-request #description_request {
  position: relative;
  top: 40px;
}
body.customer-account-create .register-content .actions-toolbar {
  justify-content: flex-end !important;
  margin-bottom: 25px !important;
}
body.customer-account-create .register-content .actions-toolbar .primary .action {
  margin-right: 50px;
  text-transform: none !important;
}
body.customer-account-create .image-container img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.customer-account-create .image-container img {
    aspect-ratio: 1;
    object-fit: cover;
  }
}
body.customer-account-create .password-strength-meter,
body.cms-index-index .password-strength-meter,
body.customer_info-account-index .password-strength-meter {
  background-color: transparent;
}
body.customer-account-create .password-strength-meter:before,
body.cms-index-index .password-strength-meter:before,
body.customer_info-account-index .password-strength-meter:before {
  background-color: #D9D4CB;
}
body.customer-account-create .password-very-strong .password-strength-meter:before,
body.cms-index-index .password-very-strong .password-strength-meter:before,
body.customer_info-account-index .password-very-strong .password-strength-meter:before {
  width: 90%;
}
body.customer-account-create .password-none:before,
body.cms-index-index .password-none:before,
body.customer_info-account-index .password-none:before {
  background-color: transparent;
}
body.customer-account-create .register-content,
body.cms-index-index .register-content,
body.customer_info-account-index .register-content,
body.customer-account-create .account-info-content,
body.cms-index-index .account-info-content,
body.customer_info-account-index .account-info-content {
  background-color: #D9D4CB;
  max-height: inherit;
}
body.customer-account-create .register-content .message-block,
body.cms-index-index .register-content .message-block,
body.customer_info-account-index .register-content .message-block,
body.customer-account-create .account-info-content .message-block,
body.cms-index-index .account-info-content .message-block,
body.customer_info-account-index .account-info-content .message-block {
  padding: 50px 38px;
}
body.customer-account-create .register-content .message-block .message,
body.cms-index-index .register-content .message-block .message,
body.customer_info-account-index .register-content .message-block .message,
body.customer-account-create .account-info-content .message-block .message,
body.cms-index-index .account-info-content .message-block .message,
body.customer_info-account-index .account-info-content .message-block .message {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .message-block .message,
  body.cms-index-index .register-content .message-block .message,
  body.customer_info-account-index .register-content .message-block .message,
  body.customer-account-create .account-info-content .message-block .message,
  body.cms-index-index .account-info-content .message-block .message,
  body.customer_info-account-index .account-info-content .message-block .message {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .message-block .message,
  body.cms-index-index .register-content .message-block .message,
  body.customer_info-account-index .register-content .message-block .message,
  body.customer-account-create .account-info-content .message-block .message,
  body.cms-index-index .account-info-content .message-block .message,
  body.customer_info-account-index .account-info-content .message-block .message {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.customer-account-create .register-content .message-block .message-subtitle,
body.cms-index-index .register-content .message-block .message-subtitle,
body.customer_info-account-index .register-content .message-block .message-subtitle,
body.customer-account-create .account-info-content .message-block .message-subtitle,
body.cms-index-index .account-info-content .message-block .message-subtitle,
body.customer_info-account-index .account-info-content .message-block .message-subtitle {
  margin-top: 95px;
}
body.customer-account-create .register-content .form-account-info,
body.cms-index-index .register-content .form-account-info,
body.customer_info-account-index .register-content .form-account-info,
body.customer-account-create .account-info-content .form-account-info,
body.cms-index-index .account-info-content .form-account-info,
body.customer_info-account-index .account-info-content .form-account-info {
  padding: 40px !important;
  margin: 0 !important;
}
body.customer-account-create .register-content .form-account-info .actions,
body.cms-index-index .register-content .form-account-info .actions,
body.customer_info-account-index .register-content .form-account-info .actions,
body.customer-account-create .account-info-content .form-account-info .actions,
body.cms-index-index .account-info-content .form-account-info .actions,
body.customer_info-account-index .account-info-content .form-account-info .actions {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
body.customer-account-create .register-content .form-account-info .actions input,
body.cms-index-index .register-content .form-account-info .actions input,
body.customer_info-account-index .register-content .form-account-info .actions input,
body.customer-account-create .account-info-content .form-account-info .actions input,
body.cms-index-index .account-info-content .form-account-info .actions input,
body.customer_info-account-index .account-info-content .form-account-info .actions input {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  font: normal 16px/34px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .form-account-info .actions input,
  body.cms-index-index .register-content .form-account-info .actions input,
  body.customer_info-account-index .register-content .form-account-info .actions input,
  body.customer-account-create .account-info-content .form-account-info .actions input,
  body.cms-index-index .account-info-content .form-account-info .actions input,
  body.customer_info-account-index .account-info-content .form-account-info .actions input {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .form-account-info .actions input,
  body.cms-index-index .register-content .form-account-info .actions input,
  body.customer_info-account-index .register-content .form-account-info .actions input,
  body.customer-account-create .account-info-content .form-account-info .actions input,
  body.cms-index-index .account-info-content .form-account-info .actions input,
  body.customer_info-account-index .account-info-content .form-account-info .actions input {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-create .register-content .form-create-account fieldset legend,
body.cms-index-index .register-content .form-create-account fieldset legend,
body.customer_info-account-index .register-content .form-create-account fieldset legend,
body.customer-account-create .account-info-content .form-create-account fieldset legend,
body.cms-index-index .account-info-content .form-create-account fieldset legend,
body.customer_info-account-index .account-info-content .form-create-account fieldset legend {
  border-bottom: none !important;
}
body.customer-account-create .register-content .form-create-account,
body.cms-index-index .register-content .form-create-account,
body.customer_info-account-index .register-content .form-create-account,
body.customer-account-create .account-info-content .form-create-account,
body.cms-index-index .account-info-content .form-create-account,
body.customer_info-account-index .account-info-content .form-create-account,
body.customer-account-create .register-content .form-account-info,
body.cms-index-index .register-content .form-account-info,
body.customer_info-account-index .register-content .form-account-info,
body.customer-account-create .account-info-content .form-account-info,
body.cms-index-index .account-info-content .form-account-info,
body.customer_info-account-index .account-info-content .form-account-info {
  margin-top: 56px;
  min-width: inherit;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 20px;
}
body.customer-account-create .register-content .form-create-account .custom-form-checkbox,
body.cms-index-index .register-content .form-create-account .custom-form-checkbox,
body.customer_info-account-index .register-content .form-create-account .custom-form-checkbox,
body.customer-account-create .account-info-content .form-create-account .custom-form-checkbox,
body.cms-index-index .account-info-content .form-create-account .custom-form-checkbox,
body.customer_info-account-index .account-info-content .form-create-account .custom-form-checkbox,
body.customer-account-create .register-content .form-account-info .custom-form-checkbox,
body.cms-index-index .register-content .form-account-info .custom-form-checkbox,
body.customer_info-account-index .register-content .form-account-info .custom-form-checkbox,
body.customer-account-create .account-info-content .form-account-info .custom-form-checkbox,
body.cms-index-index .account-info-content .form-account-info .custom-form-checkbox,
body.customer_info-account-index .account-info-content .form-account-info .custom-form-checkbox {
  display: flex;
  flex-wrap: nowrap;
}
body.customer-account-create .register-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.cms-index-index .register-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.customer_info-account-index .register-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.customer-account-create .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.cms-index-index .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"],
body.customer-account-create .register-content .form-account-info .custom-form-checkbox input[type="checkbox"],
body.cms-index-index .register-content .form-account-info .custom-form-checkbox input[type="checkbox"],
body.customer_info-account-index .register-content .form-account-info .custom-form-checkbox input[type="checkbox"],
body.customer-account-create .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"],
body.cms-index-index .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"] {
  position: initial;
  margin: 0;
  top: inherit;
  opacity: 1;
  display: none;
}
body.customer-account-create .register-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.cms-index-index .register-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer_info-account-index .register-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer-account-create .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.cms-index-index .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-create-account .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer-account-create .register-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.cms-index-index .register-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer_info-account-index .register-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer-account-create .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.cms-index-index .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-account-info .custom-form-checkbox input[type="checkbox"]:checked + .checkbox-simulator {
  background-color: black;
}
body.customer-account-create .register-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .register-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .register-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .account-info-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .account-info-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-create-account .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .register-content .form-account-info .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .register-content .form-account-info .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .register-content .form-account-info .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .account-info-content .form-account-info .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .account-info-content .form-account-info .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-account-info .custom-form-checkbox .checkbox-simulator {
  width: 27px;
  height: 25px;
  border: 1px solid black;
  box-sizing: border-box;
  top: -3px;
  position: relative;
}
body.customer-account-create .register-content .form-create-account .custom-form-checkbox .input-text,
body.cms-index-index .register-content .form-create-account .custom-form-checkbox .input-text,
body.customer_info-account-index .register-content .form-create-account .custom-form-checkbox .input-text,
body.customer-account-create .account-info-content .form-create-account .custom-form-checkbox .input-text,
body.cms-index-index .account-info-content .form-create-account .custom-form-checkbox .input-text,
body.customer_info-account-index .account-info-content .form-create-account .custom-form-checkbox .input-text,
body.customer-account-create .register-content .form-account-info .custom-form-checkbox .input-text,
body.cms-index-index .register-content .form-account-info .custom-form-checkbox .input-text,
body.customer_info-account-index .register-content .form-account-info .custom-form-checkbox .input-text,
body.customer-account-create .account-info-content .form-account-info .custom-form-checkbox .input-text,
body.cms-index-index .account-info-content .form-account-info .custom-form-checkbox .input-text,
body.customer_info-account-index .account-info-content .form-account-info .custom-form-checkbox .input-text {
  margin-left: 10px;
}
body.customer-account-create .register-content .form-create-account input[type="checkbox"],
body.cms-index-index .register-content .form-create-account input[type="checkbox"],
body.customer_info-account-index .register-content .form-create-account input[type="checkbox"],
body.customer-account-create .account-info-content .form-create-account input[type="checkbox"],
body.cms-index-index .account-info-content .form-create-account input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-create-account input[type="checkbox"],
body.customer-account-create .register-content .form-account-info input[type="checkbox"],
body.cms-index-index .register-content .form-account-info input[type="checkbox"],
body.customer_info-account-index .register-content .form-account-info input[type="checkbox"],
body.customer-account-create .account-info-content .form-account-info input[type="checkbox"],
body.cms-index-index .account-info-content .form-account-info input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-account-info input[type="checkbox"] {
  position: absolute;
  top: 0;
  margin: 0;
  top: inherit;
  opacity: 0;
  width: 27px;
  height: 25px;
  z-index: 100;
}
body.customer-account-create .register-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .register-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .register-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .account-info-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .account-info-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-create-account input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .register-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .register-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .register-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer-account-create .account-info-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.cms-index-index .account-info-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator,
body.customer_info-account-index .account-info-content .form-account-info input[type="checkbox"]:checked + .custom-form-checkbox .checkbox-simulator {
  background-color: black;
}
body.customer-account-create .register-content .form-create-account .same-billing-box,
body.cms-index-index .register-content .form-create-account .same-billing-box,
body.customer_info-account-index .register-content .form-create-account .same-billing-box,
body.customer-account-create .account-info-content .form-create-account .same-billing-box,
body.cms-index-index .account-info-content .form-create-account .same-billing-box,
body.customer_info-account-index .account-info-content .form-create-account .same-billing-box,
body.customer-account-create .register-content .form-account-info .same-billing-box,
body.cms-index-index .register-content .form-account-info .same-billing-box,
body.customer_info-account-index .register-content .form-account-info .same-billing-box,
body.customer-account-create .account-info-content .form-account-info .same-billing-box,
body.cms-index-index .account-info-content .form-account-info .same-billing-box,
body.customer_info-account-index .account-info-content .form-account-info .same-billing-box {
  padding-left: 0;
}
body.customer-account-create .register-content .form-create-account fieldset,
body.cms-index-index .register-content .form-create-account fieldset,
body.customer_info-account-index .register-content .form-create-account fieldset,
body.customer-account-create .account-info-content .form-create-account fieldset,
body.cms-index-index .account-info-content .form-create-account fieldset,
body.customer_info-account-index .account-info-content .form-create-account fieldset,
body.customer-account-create .register-content .form-account-info fieldset,
body.cms-index-index .register-content .form-account-info fieldset,
body.customer_info-account-index .register-content .form-account-info fieldset,
body.customer-account-create .account-info-content .form-account-info fieldset,
body.cms-index-index .account-info-content .form-account-info fieldset,
body.customer_info-account-index .account-info-content .form-account-info fieldset {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
body.customer-account-create .register-content .form-create-account fieldset .agreements.checkbox,
body.cms-index-index .register-content .form-create-account fieldset .agreements.checkbox,
body.customer_info-account-index .register-content .form-create-account fieldset .agreements.checkbox,
body.customer-account-create .account-info-content .form-create-account fieldset .agreements.checkbox,
body.cms-index-index .account-info-content .form-create-account fieldset .agreements.checkbox,
body.customer_info-account-index .account-info-content .form-create-account fieldset .agreements.checkbox,
body.customer-account-create .register-content .form-account-info fieldset .agreements.checkbox,
body.cms-index-index .register-content .form-account-info fieldset .agreements.checkbox,
body.customer_info-account-index .register-content .form-account-info fieldset .agreements.checkbox,
body.customer-account-create .account-info-content .form-account-info fieldset .agreements.checkbox,
body.cms-index-index .account-info-content .form-account-info fieldset .agreements.checkbox,
body.customer_info-account-index .account-info-content .form-account-info fieldset .agreements.checkbox {
  margin-top: 28px;
}
body.customer-account-create .register-content .form-create-account fieldset legend,
body.cms-index-index .register-content .form-create-account fieldset legend,
body.customer_info-account-index .register-content .form-create-account fieldset legend,
body.customer-account-create .account-info-content .form-create-account fieldset legend,
body.cms-index-index .account-info-content .form-create-account fieldset legend,
body.customer_info-account-index .account-info-content .form-create-account fieldset legend,
body.customer-account-create .register-content .form-account-info fieldset legend,
body.cms-index-index .register-content .form-account-info fieldset legend,
body.customer_info-account-index .register-content .form-account-info fieldset legend,
body.customer-account-create .account-info-content .form-account-info fieldset legend,
body.cms-index-index .account-info-content .form-account-info fieldset legend,
body.customer_info-account-index .account-info-content .form-account-info fieldset legend {
  font: normal 16px/34px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .form-create-account fieldset legend,
  body.cms-index-index .register-content .form-create-account fieldset legend,
  body.customer_info-account-index .register-content .form-create-account fieldset legend,
  body.customer-account-create .account-info-content .form-create-account fieldset legend,
  body.cms-index-index .account-info-content .form-create-account fieldset legend,
  body.customer_info-account-index .account-info-content .form-create-account fieldset legend,
  body.customer-account-create .register-content .form-account-info fieldset legend,
  body.cms-index-index .register-content .form-account-info fieldset legend,
  body.customer_info-account-index .register-content .form-account-info fieldset legend,
  body.customer-account-create .account-info-content .form-account-info fieldset legend,
  body.cms-index-index .account-info-content .form-account-info fieldset legend,
  body.customer_info-account-index .account-info-content .form-account-info fieldset legend {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .form-create-account fieldset legend,
  body.cms-index-index .register-content .form-create-account fieldset legend,
  body.customer_info-account-index .register-content .form-create-account fieldset legend,
  body.customer-account-create .account-info-content .form-create-account fieldset legend,
  body.cms-index-index .account-info-content .form-create-account fieldset legend,
  body.customer_info-account-index .account-info-content .form-create-account fieldset legend,
  body.customer-account-create .register-content .form-account-info fieldset legend,
  body.cms-index-index .register-content .form-account-info fieldset legend,
  body.customer_info-account-index .register-content .form-account-info fieldset legend,
  body.customer-account-create .account-info-content .form-account-info fieldset legend,
  body.cms-index-index .account-info-content .form-account-info fieldset legend,
  body.customer_info-account-index .account-info-content .form-account-info fieldset legend {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-create .register-content .form-create-account fieldset .field,
body.cms-index-index .register-content .form-create-account fieldset .field,
body.customer_info-account-index .register-content .form-create-account fieldset .field,
body.customer-account-create .account-info-content .form-create-account fieldset .field,
body.cms-index-index .account-info-content .form-create-account fieldset .field,
body.customer_info-account-index .account-info-content .form-create-account fieldset .field,
body.customer-account-create .register-content .form-account-info fieldset .field,
body.cms-index-index .register-content .form-account-info fieldset .field,
body.customer_info-account-index .register-content .form-account-info fieldset .field,
body.customer-account-create .account-info-content .form-account-info fieldset .field,
body.cms-index-index .account-info-content .form-account-info fieldset .field,
body.customer_info-account-index .account-info-content .form-account-info fieldset .field {
  margin-bottom: 38px;
  padding: 0;
}
body.customer-account-create .register-content .form-create-account fieldset input,
body.cms-index-index .register-content .form-create-account fieldset input,
body.customer_info-account-index .register-content .form-create-account fieldset input,
body.customer-account-create .account-info-content .form-create-account fieldset input,
body.cms-index-index .account-info-content .form-create-account fieldset input,
body.customer_info-account-index .account-info-content .form-create-account fieldset input,
body.customer-account-create .register-content .form-account-info fieldset input,
body.cms-index-index .register-content .form-account-info fieldset input,
body.customer_info-account-index .register-content .form-account-info fieldset input,
body.customer-account-create .account-info-content .form-account-info fieldset input,
body.cms-index-index .account-info-content .form-account-info fieldset input,
body.customer_info-account-index .account-info-content .form-account-info fieldset input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
  max-width: 90%;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .form-create-account fieldset input,
  body.cms-index-index .register-content .form-create-account fieldset input,
  body.customer_info-account-index .register-content .form-create-account fieldset input,
  body.customer-account-create .account-info-content .form-create-account fieldset input,
  body.cms-index-index .account-info-content .form-create-account fieldset input,
  body.customer_info-account-index .account-info-content .form-create-account fieldset input,
  body.customer-account-create .register-content .form-account-info fieldset input,
  body.cms-index-index .register-content .form-account-info fieldset input,
  body.customer_info-account-index .register-content .form-account-info fieldset input,
  body.customer-account-create .account-info-content .form-account-info fieldset input,
  body.cms-index-index .account-info-content .form-account-info fieldset input,
  body.customer_info-account-index .account-info-content .form-account-info fieldset input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .form-create-account fieldset input,
  body.cms-index-index .register-content .form-create-account fieldset input,
  body.customer_info-account-index .register-content .form-create-account fieldset input,
  body.customer-account-create .account-info-content .form-create-account fieldset input,
  body.cms-index-index .account-info-content .form-create-account fieldset input,
  body.customer_info-account-index .account-info-content .form-create-account fieldset input,
  body.customer-account-create .register-content .form-account-info fieldset input,
  body.cms-index-index .register-content .form-account-info fieldset input,
  body.customer_info-account-index .register-content .form-account-info fieldset input,
  body.customer-account-create .account-info-content .form-account-info fieldset input,
  body.cms-index-index .account-info-content .form-account-info fieldset input,
  body.customer_info-account-index .account-info-content .form-account-info fieldset input {
    font: normal 10px/15px Beatrice Regular;
  }
}
body.customer-account-create .register-content .form-create-account fieldset input ::placeholder,
body.cms-index-index .register-content .form-create-account fieldset input ::placeholder,
body.customer_info-account-index .register-content .form-create-account fieldset input ::placeholder,
body.customer-account-create .account-info-content .form-create-account fieldset input ::placeholder,
body.cms-index-index .account-info-content .form-create-account fieldset input ::placeholder,
body.customer_info-account-index .account-info-content .form-create-account fieldset input ::placeholder,
body.customer-account-create .register-content .form-account-info fieldset input ::placeholder,
body.cms-index-index .register-content .form-account-info fieldset input ::placeholder,
body.customer_info-account-index .register-content .form-account-info fieldset input ::placeholder,
body.customer-account-create .account-info-content .form-account-info fieldset input ::placeholder,
body.cms-index-index .account-info-content .form-account-info fieldset input ::placeholder,
body.customer_info-account-index .account-info-content .form-account-info fieldset input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
body.customer-account-create .register-content .form-create-account fieldset input :-ms-input-placeholder,
body.cms-index-index .register-content .form-create-account fieldset input :-ms-input-placeholder,
body.customer_info-account-index .register-content .form-create-account fieldset input :-ms-input-placeholder,
body.customer-account-create .account-info-content .form-create-account fieldset input :-ms-input-placeholder,
body.cms-index-index .account-info-content .form-create-account fieldset input :-ms-input-placeholder,
body.customer_info-account-index .account-info-content .form-create-account fieldset input :-ms-input-placeholder,
body.customer-account-create .register-content .form-account-info fieldset input :-ms-input-placeholder,
body.cms-index-index .register-content .form-account-info fieldset input :-ms-input-placeholder,
body.customer_info-account-index .register-content .form-account-info fieldset input :-ms-input-placeholder,
body.customer-account-create .account-info-content .form-account-info fieldset input :-ms-input-placeholder,
body.cms-index-index .account-info-content .form-account-info fieldset input :-ms-input-placeholder,
body.customer_info-account-index .account-info-content .form-account-info fieldset input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-create .register-content .form-create-account fieldset input ::-ms-input-placeholder,
body.cms-index-index .register-content .form-create-account fieldset input ::-ms-input-placeholder,
body.customer_info-account-index .register-content .form-create-account fieldset input ::-ms-input-placeholder,
body.customer-account-create .account-info-content .form-create-account fieldset input ::-ms-input-placeholder,
body.cms-index-index .account-info-content .form-create-account fieldset input ::-ms-input-placeholder,
body.customer_info-account-index .account-info-content .form-create-account fieldset input ::-ms-input-placeholder,
body.customer-account-create .register-content .form-account-info fieldset input ::-ms-input-placeholder,
body.cms-index-index .register-content .form-account-info fieldset input ::-ms-input-placeholder,
body.customer_info-account-index .register-content .form-account-info fieldset input ::-ms-input-placeholder,
body.customer-account-create .account-info-content .form-account-info fieldset input ::-ms-input-placeholder,
body.cms-index-index .account-info-content .form-account-info fieldset input ::-ms-input-placeholder,
body.customer_info-account-index .account-info-content .form-account-info fieldset input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-create .register-content .form-create-account fieldset label,
body.cms-index-index .register-content .form-create-account fieldset label,
body.customer_info-account-index .register-content .form-create-account fieldset label,
body.customer-account-create .account-info-content .form-create-account fieldset label,
body.cms-index-index .account-info-content .form-create-account fieldset label,
body.customer_info-account-index .account-info-content .form-create-account fieldset label,
body.customer-account-create .register-content .form-account-info fieldset label,
body.cms-index-index .register-content .form-account-info fieldset label,
body.customer_info-account-index .register-content .form-account-info fieldset label,
body.customer-account-create .account-info-content .form-account-info fieldset label,
body.cms-index-index .account-info-content .form-account-info fieldset label,
body.customer_info-account-index .account-info-content .form-account-info fieldset label {
  background: transparent;
  border: none;
  box-shadow: none;
  font: normal Beatrice Regular;
  font-size: 13px !important;
  line-height: 22.4px !important;
  height: 40px;
}
body.customer-account-create .register-content .form-create-account fieldset select,
body.cms-index-index .register-content .form-create-account fieldset select,
body.customer_info-account-index .register-content .form-create-account fieldset select,
body.customer-account-create .account-info-content .form-create-account fieldset select,
body.cms-index-index .account-info-content .form-create-account fieldset select,
body.customer_info-account-index .account-info-content .form-create-account fieldset select,
body.customer-account-create .register-content .form-account-info fieldset select,
body.cms-index-index .register-content .form-account-info fieldset select,
body.customer_info-account-index .register-content .form-account-info fieldset select,
body.customer-account-create .account-info-content .form-account-info fieldset select,
body.cms-index-index .account-info-content .form-account-info fieldset select,
body.customer_info-account-index .account-info-content .form-account-info fieldset select {
  background-color: #D9D4CB;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  padding: 0;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
  max-width: 90%;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .form-create-account fieldset select,
  body.cms-index-index .register-content .form-create-account fieldset select,
  body.customer_info-account-index .register-content .form-create-account fieldset select,
  body.customer-account-create .account-info-content .form-create-account fieldset select,
  body.cms-index-index .account-info-content .form-create-account fieldset select,
  body.customer_info-account-index .account-info-content .form-create-account fieldset select,
  body.customer-account-create .register-content .form-account-info fieldset select,
  body.cms-index-index .register-content .form-account-info fieldset select,
  body.customer_info-account-index .register-content .form-account-info fieldset select,
  body.customer-account-create .account-info-content .form-account-info fieldset select,
  body.cms-index-index .account-info-content .form-account-info fieldset select,
  body.customer_info-account-index .account-info-content .form-account-info fieldset select {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .form-create-account fieldset select,
  body.cms-index-index .register-content .form-create-account fieldset select,
  body.customer_info-account-index .register-content .form-create-account fieldset select,
  body.customer-account-create .account-info-content .form-create-account fieldset select,
  body.cms-index-index .account-info-content .form-create-account fieldset select,
  body.customer_info-account-index .account-info-content .form-create-account fieldset select,
  body.customer-account-create .register-content .form-account-info fieldset select,
  body.cms-index-index .register-content .form-account-info fieldset select,
  body.customer_info-account-index .register-content .form-account-info fieldset select,
  body.customer-account-create .account-info-content .form-account-info fieldset select,
  body.cms-index-index .account-info-content .form-account-info fieldset select,
  body.customer_info-account-index .account-info-content .form-account-info fieldset select {
    font: normal 10px/15px Beatrice Regular;
  }
}
body.customer-account-create .register-content .form-create-account fieldset select:invalid,
body.cms-index-index .register-content .form-create-account fieldset select:invalid,
body.customer_info-account-index .register-content .form-create-account fieldset select:invalid,
body.customer-account-create .account-info-content .form-create-account fieldset select:invalid,
body.cms-index-index .account-info-content .form-create-account fieldset select:invalid,
body.customer_info-account-index .account-info-content .form-create-account fieldset select:invalid,
body.customer-account-create .register-content .form-account-info fieldset select:invalid,
body.cms-index-index .register-content .form-account-info fieldset select:invalid,
body.customer_info-account-index .register-content .form-account-info fieldset select:invalid,
body.customer-account-create .account-info-content .form-account-info fieldset select:invalid,
body.cms-index-index .account-info-content .form-account-info fieldset select:invalid,
body.customer_info-account-index .account-info-content .form-account-info fieldset select:invalid {
  color: rgba(0, 0, 0, 0.7);
}
body.customer-account-create .register-content .form-create-account fieldset select#rol,
body.cms-index-index .register-content .form-create-account fieldset select#rol,
body.customer_info-account-index .register-content .form-create-account fieldset select#rol,
body.customer-account-create .account-info-content .form-create-account fieldset select#rol,
body.cms-index-index .account-info-content .form-create-account fieldset select#rol,
body.customer_info-account-index .account-info-content .form-create-account fieldset select#rol,
body.customer-account-create .register-content .form-account-info fieldset select#rol,
body.cms-index-index .register-content .form-account-info fieldset select#rol,
body.customer_info-account-index .register-content .form-account-info fieldset select#rol,
body.customer-account-create .account-info-content .form-account-info fieldset select#rol,
body.cms-index-index .account-info-content .form-account-info fieldset select#rol,
body.customer_info-account-index .account-info-content .form-account-info fieldset select#rol {
  height: auto;
}
body.customer-account-create .register-content .form-create-account fieldset.create.account::after,
body.cms-index-index .register-content .form-create-account fieldset.create.account::after,
body.customer_info-account-index .register-content .form-create-account fieldset.create.account::after,
body.customer-account-create .account-info-content .form-create-account fieldset.create.account::after,
body.cms-index-index .account-info-content .form-create-account fieldset.create.account::after,
body.customer_info-account-index .account-info-content .form-create-account fieldset.create.account::after,
body.customer-account-create .register-content .form-account-info fieldset.create.account::after,
body.cms-index-index .register-content .form-account-info fieldset.create.account::after,
body.customer_info-account-index .register-content .form-account-info fieldset.create.account::after,
body.customer-account-create .account-info-content .form-account-info fieldset.create.account::after,
body.cms-index-index .account-info-content .form-account-info fieldset.create.account::after,
body.customer_info-account-index .account-info-content .form-account-info fieldset.create.account::after {
  content: inherit;
}
body.customer-account-create .register-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.cms-index-index .register-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.customer_info-account-index .register-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.customer-account-create .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.cms-index-index .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.customer_info-account-index .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block,
body.customer-account-create .register-content .form-account-info fieldset.create.account .checkout-agreements-block,
body.cms-index-index .register-content .form-account-info fieldset.create.account .checkout-agreements-block,
body.customer_info-account-index .register-content .form-account-info fieldset.create.account .checkout-agreements-block,
body.customer-account-create .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block,
body.cms-index-index .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block,
body.customer_info-account-index .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block {
  display: block;
}
body.customer-account-create .register-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.cms-index-index .register-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer_info-account-index .register-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer-account-create .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.cms-index-index .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-create-account fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer-account-create .register-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.cms-index-index .register-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer_info-account-index .register-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer-account-create .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.cms-index-index .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"],
body.customer_info-account-index .account-info-content .form-account-info fieldset.create.account .checkout-agreements-block input[type="checkbox"] {
  position: initial;
  opacity: 1;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: initial;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control .custom-form-checkbox,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control .custom-form-checkbox,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control .custom-form-checkbox,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control .custom-form-checkbox,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control .custom-form-checkbox,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control .custom-form-checkbox,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control .custom-form-checkbox {
  float: left;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes.visually-hidden {
  visibility: hidden;
  height: 0;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control .rol-checkboxes:checked + label {
  background-color: #d3c8b6;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control .rol-required,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control .rol-required,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control .rol-required,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control .rol-required,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control .rol-required,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control .rol-required,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control .rol-required,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control .rol-required,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control .rol-required,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control .rol-required,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control .rol-required,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control .rol-required,
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control .btc-rol-required,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control .btc-rol-required,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control .btc-rol-required,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control .btc-rol-required,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control .btc-rol-required,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control .btc-rol-required,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control .btc-rol-required {
  color: #e02b27;
  font-size: 1.2rem;
}
body.customer-account-create .register-content .form-create-account fieldset.customer-group .control label,
body.cms-index-index .register-content .form-create-account fieldset.customer-group .control label,
body.customer_info-account-index .register-content .form-create-account fieldset.customer-group .control label,
body.customer-account-create .account-info-content .form-create-account fieldset.customer-group .control label,
body.cms-index-index .account-info-content .form-create-account fieldset.customer-group .control label,
body.customer_info-account-index .account-info-content .form-create-account fieldset.customer-group .control label,
body.customer-account-create .register-content .form-account-info fieldset.customer-group .control label,
body.cms-index-index .register-content .form-account-info fieldset.customer-group .control label,
body.customer_info-account-index .register-content .form-account-info fieldset.customer-group .control label,
body.customer-account-create .account-info-content .form-account-info fieldset.customer-group .control label,
body.cms-index-index .account-info-content .form-account-info fieldset.customer-group .control label,
body.customer_info-account-index .account-info-content .form-account-info fieldset.customer-group .control label {
  display: flex;
  align-items: center;
}
body.customer-account-create .register-content .form-create-account fieldset.billing-address,
body.cms-index-index .register-content .form-create-account fieldset.billing-address,
body.customer_info-account-index .register-content .form-create-account fieldset.billing-address,
body.customer-account-create .account-info-content .form-create-account fieldset.billing-address,
body.cms-index-index .account-info-content .form-create-account fieldset.billing-address,
body.customer_info-account-index .account-info-content .form-create-account fieldset.billing-address,
body.customer-account-create .register-content .form-account-info fieldset.billing-address,
body.cms-index-index .register-content .form-account-info fieldset.billing-address,
body.customer_info-account-index .register-content .form-account-info fieldset.billing-address,
body.customer-account-create .account-info-content .form-account-info fieldset.billing-address,
body.cms-index-index .account-info-content .form-account-info fieldset.billing-address,
body.customer_info-account-index .account-info-content .form-account-info fieldset.billing-address {
  display: none;
}
body.customer-account-create .register-content .form-create-account .actions-toolbar,
body.cms-index-index .register-content .form-create-account .actions-toolbar,
body.customer_info-account-index .register-content .form-create-account .actions-toolbar,
body.customer-account-create .account-info-content .form-create-account .actions-toolbar,
body.cms-index-index .account-info-content .form-create-account .actions-toolbar,
body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar,
body.customer-account-create .register-content .form-account-info .actions-toolbar,
body.cms-index-index .register-content .form-account-info .actions-toolbar,
body.customer_info-account-index .register-content .form-account-info .actions-toolbar,
body.customer-account-create .account-info-content .form-account-info .actions-toolbar,
body.cms-index-index .account-info-content .form-account-info .actions-toolbar,
body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar {
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
  float: right;
  margin-bottom: 40px;
}
body.customer-account-create .register-content .form-create-account .actions-toolbar::before,
body.cms-index-index .register-content .form-create-account .actions-toolbar::before,
body.customer_info-account-index .register-content .form-create-account .actions-toolbar::before,
body.customer-account-create .account-info-content .form-create-account .actions-toolbar::before,
body.cms-index-index .account-info-content .form-create-account .actions-toolbar::before,
body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar::before,
body.customer-account-create .register-content .form-account-info .actions-toolbar::before,
body.cms-index-index .register-content .form-account-info .actions-toolbar::before,
body.customer_info-account-index .register-content .form-account-info .actions-toolbar::before,
body.customer-account-create .account-info-content .form-account-info .actions-toolbar::before,
body.cms-index-index .account-info-content .form-account-info .actions-toolbar::before,
body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar::before {
  content: inherit;
}
body.customer-account-create .register-content .form-create-account .actions-toolbar::after,
body.cms-index-index .register-content .form-create-account .actions-toolbar::after,
body.customer_info-account-index .register-content .form-create-account .actions-toolbar::after,
body.customer-account-create .account-info-content .form-create-account .actions-toolbar::after,
body.cms-index-index .account-info-content .form-create-account .actions-toolbar::after,
body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar::after,
body.customer-account-create .register-content .form-account-info .actions-toolbar::after,
body.cms-index-index .register-content .form-account-info .actions-toolbar::after,
body.customer_info-account-index .register-content .form-account-info .actions-toolbar::after,
body.customer-account-create .account-info-content .form-account-info .actions-toolbar::after,
body.cms-index-index .account-info-content .form-account-info .actions-toolbar::after,
body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar::after {
  content: inherit;
}
body.customer-account-create .register-content .form-create-account .actions-toolbar .action,
body.cms-index-index .register-content .form-create-account .actions-toolbar .action,
body.customer_info-account-index .register-content .form-create-account .actions-toolbar .action,
body.customer-account-create .account-info-content .form-create-account .actions-toolbar .action,
body.cms-index-index .account-info-content .form-create-account .actions-toolbar .action,
body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar .action,
body.customer-account-create .register-content .form-account-info .actions-toolbar .action,
body.cms-index-index .register-content .form-account-info .actions-toolbar .action,
body.customer_info-account-index .register-content .form-account-info .actions-toolbar .action,
body.customer-account-create .account-info-content .form-account-info .actions-toolbar .action,
body.cms-index-index .account-info-content .form-account-info .actions-toolbar .action,
body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  body.customer-account-create .register-content .form-create-account .actions-toolbar .action,
  body.cms-index-index .register-content .form-create-account .actions-toolbar .action,
  body.customer_info-account-index .register-content .form-create-account .actions-toolbar .action,
  body.customer-account-create .account-info-content .form-create-account .actions-toolbar .action,
  body.cms-index-index .account-info-content .form-create-account .actions-toolbar .action,
  body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar .action,
  body.customer-account-create .register-content .form-account-info .actions-toolbar .action,
  body.cms-index-index .register-content .form-account-info .actions-toolbar .action,
  body.customer_info-account-index .register-content .form-account-info .actions-toolbar .action,
  body.customer-account-create .account-info-content .form-account-info .actions-toolbar .action,
  body.cms-index-index .account-info-content .form-account-info .actions-toolbar .action,
  body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-create .register-content .form-create-account .actions-toolbar .action,
  body.cms-index-index .register-content .form-create-account .actions-toolbar .action,
  body.customer_info-account-index .register-content .form-create-account .actions-toolbar .action,
  body.customer-account-create .account-info-content .form-create-account .actions-toolbar .action,
  body.cms-index-index .account-info-content .form-create-account .actions-toolbar .action,
  body.customer_info-account-index .account-info-content .form-create-account .actions-toolbar .action,
  body.customer-account-create .register-content .form-account-info .actions-toolbar .action,
  body.cms-index-index .register-content .form-account-info .actions-toolbar .action,
  body.customer_info-account-index .register-content .form-account-info .actions-toolbar .action,
  body.customer-account-create .account-info-content .form-account-info .actions-toolbar .action,
  body.cms-index-index .account-info-content .form-account-info .actions-toolbar .action,
  body.customer_info-account-index .account-info-content .form-account-info .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-create .register-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.cms-index-index .register-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer_info-account-index .register-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer-account-create .account-info-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.cms-index-index .account-info-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer_info-account-index .account-info-content .form-create-account .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer-account-create .register-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.cms-index-index .register-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer_info-account-index .register-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer-account-create .account-info-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.cms-index-index .account-info-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge,
body.customer_info-account-index .account-info-content .form-account-info .field-recaptcha .g-recaptcha .grecaptcha-badge {
  box-shadow: inherit !important;
}
body.customer-account-index.account .column.main .image-container img {
  width: 100%;
}
body.customer-account-index.account .column.main .account-wrapper {
  font: normal 10px/15px Beatrice Regular;
}
body.customer-account-index.account .column.main .account-wrapper .main-title {
  padding-bottom: 50px;
}
body.customer-account-index.account .column.main .account-wrapper .main-title .message {
  font: normal 45px/53px Sang Bleu Kingdom Light;
}
body.customer-account-index.account .column.main .account-wrapper .box-content {
  font: normal 10px/15px Beatrice Regular;
}
body.customer-account-index.account .column.main .account-wrapper .box-content.newsletter-box {
  margin-bottom: 40px;
}
body.customer-account-index.account .column.main .account-wrapper .block-title,
body.customer-account-index.account .column.main .account-wrapper .box-title {
  border-bottom: none;
  margin-bottom: 10px;
}
body.customer-account-index.account .column.main .account-wrapper .block-title > strong,
body.customer-account-index.account .column.main .account-wrapper .box-title > strong {
  font: normal 16px/25px Beatrice Regular;
}
body.customer-account-index.account .column.main .account-wrapper .block-title > span,
body.customer-account-index.account .column.main .account-wrapper .box-title > span {
  font: normal 16px/25px Beatrice Regular;
}
body.customer-account-index.account .column.main .account-wrapper .block-title > span.sub-title,
body.customer-account-index.account .column.main .account-wrapper .box-title > span.sub-title {
  font: normal 10px/15px Beatrice Regular;
  margin-bottom: 10px;
}
body.customer-account-index.account .column.main .account-wrapper .box-actions {
  margin-top: 10px;
}
body.customer-account-index.account .column.main .account-wrapper .message.info.empty {
  background: inherit;
  padding: 0;
  font: normal 10px/15px Beatrice Regular;
  color: inherit;
}
body.customer-account-index.account .column.main .account-wrapper .message.info.empty span::before {
  content: inherit;
}
body.customer-account-forgotpassword .block-customer-forgotpassword {
  background-color: #D9D4CB;
  height: 720px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword {
    height: auto;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .message-block {
  padding: 50px 38px;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .message-block .message {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .message-block .message {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .message-block .message {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content {
  margin-top: 69px;
}
@media screen and (max-width: 1024px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content {
    padding: 50px 38px 0 38px;
    margin-top: 0;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword {
  min-width: inherit;
  width: auto;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset::after {
  content: inherit;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field {
  margin-bottom: 38px;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control {
  width: 100%;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
}
@media screen and (max-width: 1280px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input {
    font: normal 10px/15px Beatrice Regular;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .field .control input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar {
    justify-content: right;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar::before {
  content: inherit;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar::after {
  content: inherit;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .fieldset .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .note {
  opacity: 0.7;
  font: normal 10px/15px Beatrice Regular;
  margin-top: 20px;
}
body.customer-account-forgotpassword .block-customer-forgotpassword .block-content .form-forgotpassword .note:last-child {
  margin-bottom: 38px;
  margin-top: 0px;
}
body.customer-account-forgotpassword .image-container img {
  width: 100%;
}
body.customer-account-createpassword .block-customer-resetpassword {
  background-color: #D9D4CB;
  height: 720px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  body.customer-account-createpassword .block-customer-resetpassword {
    height: auto;
  }
}
body.customer-account-createpassword .block-customer-resetpassword .message-block {
  padding: 50px 38px;
}
body.customer-account-createpassword .block-customer-resetpassword .message-block .message {
  font: normal 60px/75px Sang Bleu Kingdom Light;
}
@media screen and (max-width: 1280px) {
  body.customer-account-createpassword .block-customer-resetpassword .message-block .message {
    font: normal 56px/66px Sang Bleu Kingdom Light;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-createpassword .block-customer-resetpassword .message-block .message {
    font: normal 45px/53px Sang Bleu Kingdom Light;
  }
}
body.customer-account-createpassword .block-customer-resetpassword .block-content {
  margin-top: 69px;
}
@media screen and (max-width: 1024px) {
  body.customer-account-createpassword .block-customer-resetpassword .block-content {
    padding: 50px 38px;
    margin-top: 0;
  }
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword {
  min-width: inherit;
  width: auto;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset::after {
  content: inherit;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field {
  margin-bottom: 38px;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control {
  width: 100%;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  box-shadow: none;
  font: normal 13px/20px Beatrice Regular;
  height: 40px;
}
@media screen and (max-width: 1280px) {
  body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input {
    font: normal 12px/18px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input {
    font: normal 10px/15px Beatrice Regular;
  }
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  /* Firefox */
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field .control input ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0);
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .field.show-password * {
  cursor: pointer !important;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar::before {
  content: inherit;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar::after {
  content: inherit;
}
body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar .action {
  background-color: transparent;
  border: none;
  font: normal 16px/34px Beatrice Regular;
  padding: 0;
  color: black;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar .action {
    font: normal 16px/30px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body.customer-account-createpassword .block-customer-resetpassword .block-content .form-resetpassword .fieldset .actions-toolbar .action {
    font: normal 16px/25px Beatrice Regular;
  }
}
body.customer-account-createpassword .image-container img {
  width: 100%;
}
body .products-grid {
  position: relative;
}
body .products-grid .top-border {
  width: 100%;
  height: 1px;
  background-color: #E3DDD6;
  position: absolute;
  top: 0;
}
body .products-grid .left-border {
  width: 1px;
  height: 100%;
  background-color: #E3DDD6;
  position: absolute;
  left: 0%;
  top: 0;
}
body .products-grid .opened-show-more-filters {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff8f2 0% 0% no-repeat padding-box;
  display: block;
  overflow: auto;
}
body .products-grid .opened-show-more-filters .title-content {
  display: inline-block;
  padding: 12px 18px;
  border-bottom: 1px solid #E3DDD6;
  background: #fff8f2 0% 0% no-repeat padding-box;
}
body .products-grid .opened-show-more-filters .title-content .text {
  font: normal 16px/26px Beatrice Regular;
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .title-content .text {
    font: normal 12px/29px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .title-content .text::after {
  content: url('/pub/media/kettal/black/arrow_sortby.svg');
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  transform: rotate(180deg);
  position: relative;
  top: 14px;
}
body .products-grid .opened-show-more-filters .label-attr {
  padding: 12px 18px;
}
body .products-grid .opened-show-more-filters .label-attr span {
  text-decoration: underline;
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .label-attr span {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .items-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 80%;
  padding-left: 18px;
}
body .products-grid .opened-show-more-filters .items-container .item {
  margin: 1px 0;
}
body .products-grid .opened-show-more-filters .items-container .item:hover {
  background-color: inherit;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input {
  display: block;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input.disabled {
  opacity: 0.5;
  cursor: initial;
  text-decoration: initial;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input {
  display: none;
  margin: 0;
  top: 2px;
  position: relative;
  opacity: 1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input:focus {
  box-shadow: inherit;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input:checked + .custom-filter-input-simulator {
  background-color: #000000;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input input[type="radio"] + .custom-filter-input-simulator {
  border-radius: 50%;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .custom-filter-input-simulator {
  margin: 0;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  margin-right: 9px;
  box-sizing: border-box;
}
body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .opened-show-more-filters .items-container .item .custom-filter-input .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .opened-show-more-filters .cloned-filter-less {
  padding: 0 18px;
  margin-top: 14px;
}
body .products-grid .opened-show-more-filters .cloned-filter-less span {
  text-decoration: underline;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 18px;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions.disabled {
  opacity: 0.5;
}
body .products-grid .opened-show-more-filters .cloned-filter-actions span {
  text-decoration: underline;
}
body .products-grid .block.filter {
  width: 100%;
  margin: 0;
  border: none;
}
body .products-grid .block.filter .product-count {
  display: none;
}
body .products-grid .mobile-content-filters {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .products-grid .mobile-content-filters {
    display: none;
  }
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter {
  overflow-y: auto;
  top: -100%;
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF8F2;
  z-index: 9 !important;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter.open {
  top: 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content {
  padding: 44px 24px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content .text {
  align-items: flex-end;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .title-content .text::after {
  width: 29.59px;
  height: 29.59px;
  top: 0px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item {
  border-top: 0.5px solid #E3DDD6;
  border-bottom: 0.5px solid #E3DDD6;
  padding: 13px 24px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.filter-options {
  display: block;
  height: auto;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.active {
  display: block;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-title {
  display: flex;
  justify-content: space-between;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-content {
  border: 0;
  margin-top: 20px;
  margin-left: 32px;
  margin-bottom: 15px;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more {
  float: none;
  margin: 20px 0 0 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .filter-options-item.sortby-filter-grid-item {
  border: none;
  padding: 0;
}
body .products-grid .mobile-content-filters .kettal-grid-item.filter .action-box {
  border-top: none;
}
body .products-grid .desktop-content-filters {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .products-grid .desktop-content-filters {
    display: none;
  }
}
body .products-grid .kettal-grid-item.filter-manager {
  padding: 25px 18px;
  cursor: initial !important;
}
body .products-grid .kettal-grid-item.filter-manager .manager-content {
  cursor: pointer;
  padding-left: 30px;
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter-manager .manager-content {
    padding-left: 40px;
  }
}
body .products-grid .kettal-grid-item.filter-manager .manager-content.filter-manager-sortby span::after {
  margin-left: 21px;
}
body .products-grid .kettal-grid-item.filter {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
body .products-grid .kettal-grid-item.filter.sortby-filter-grid-item {
  border-top: none !important;
  cursor: initial !important;
}
body .products-grid .kettal-grid-item.filter.sortby-filter-grid-item .filter-options-item .filter-options-content {
  margin-top: 15px;
}
body .products-grid .kettal-grid-item.filter .border {
  width: 1px;
  height: 100%;
  background-color: #E3DDD6;
  position: absolute;
  left: 50%;
  top: 0;
}
body .products-grid .kettal-grid-item.filter .border.full {
  left: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-current .items {
  display: flex;
  gap: 16.17px;
  padding: 0;
}
body .products-grid .kettal-grid-item.filter .filter-current .items .item {
  margin: 0;
  display: flex;
}
body .products-grid .kettal-grid-item.filter .title-content {
  display: inline-block;
  padding: 25px 36px;
  background: #fff8f2 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .title-content {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .title-content {
    padding: 25px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .title-content .text {
  display: flex;
  justify-content: space-between;
}
body .products-grid .kettal-grid-item.filter .title-content .text::after {
  content: url(/media/kettal/close_small.svg);
  width: 17px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  transform: rotate(180deg);
  position: relative;
  top: 14px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item {
  margin: 0;
  padding: 34px 36px;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item {
    padding: 34px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item {
    padding: 34px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.filter-options {
  display: none;
  height: 275px;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-options .am-ranges {
    overflow-x: scroll;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.active {
  display: inline-block;
}
body .products-grid .kettal-grid-item.filter .filter-options-item.active::before,
body .products-grid .kettal-grid-item.filter .filter-options-item.active::after {
  display: none;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.active .filter-options-content .filter-content-kettal .items {
    flex-wrap: wrap;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 17px 36px;
  border-bottom: 1px solid #E3DDD6;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
    padding: 17px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item.filter-title {
    padding: 17px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title {
  text-transform: capitalize;
  padding: 0;
  color: #212427;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title::after {
  content: url(/pub/media/kettal/black/arrow_sortby.svg);
  width: 15px;
  margin-left: 25px;
  position: relative;
  top: 0px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-title[aria-expanded="true"] {
  color: #797675;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content {
  position: initial;
  visibility: visible;
  background: transparent;
  box-shadow: initial;
  padding: 0;
  border: inherit;
  width: 100%;
  height: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content::after {
  content: '';
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal {
  height: 100%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items {
  margin: 0;
  display: flex;
  row-gap: 13px;
  column-gap: 60px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  align-content: flex-start;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item:hover {
  background-color: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input.disabled a {
  cursor: initial;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input.disabled a:hover {
  text-decoration: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input {
  display: none;
  margin: 0;
  top: 2px;
  position: relative;
  opacity: 1;
  width: 12px;
  height: 12px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input:focus {
  box-shadow: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input:checked + .custom-filter-input-simulator {
  background-color: #000000;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input input[type="radio"] + .custom-filter-input-simulator {
  border-radius: 50%;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input .custom-filter-input-simulator {
  margin: 0;
  opacity: 1;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border: 1px solid #000000;
  box-sizing: border-box;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a {
  padding: 0;
  padding-left: 9px;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a.am_shopby_link_selected {
  font-weight: initial;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a:hover {
  background-color: inherit;
  text-decoration: underline;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a .text {
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > a .count {
  display: none;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
  padding-left: 9px;
  font: normal 12px/26px Beatrice Regular;
}
@media screen and (max-width: 1280px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/25px Beatrice Regular;
  }
}
@media screen and (max-width: 1024px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/21px Beatrice Regular;
  }
}
@media screen and (max-width: 768px) {
  body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .filter-content-kettal .items .item .custom-filter-input > .text {
    font: normal 12px/24px Beatrice Regular;
  }
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more {
  padding: 0;
  margin: 10px 0 0 0;
  border-bottom: 1px solid black;
  float: left;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more::before,
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more::after {
  content: inherit;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more:hover {
  background-color: transparent;
}
body .products-grid .kettal-grid-item.filter .filter-options-item .filter-options-content .am-show-more .am-counter {
  margin: 0 4px;
  opacity: 1;
}
body .products-grid .kettal-grid-item.filter .filter-options-item ~ .filter-options-item {
  border-right: none;
}
body .products-grid .kettal-grid-item.filter .action-box {
  align-self: flex-end;
  display: flex;
  align-items: center;
  bottom: 0;
  border-top: 1px solid #E3DDD6;
  padding: 16px 36px;
}
@media screen and (min-width: 768px) {
  body .products-grid .kettal-grid-item.filter .action-box {
    padding: 16px 30px;
  }
}
@media screen and (min-width: 1440px) {
  body .products-grid .kettal-grid-item.filter .action-box {
    padding: 16px 40px;
  }
}
body .products-grid .kettal-grid-item.filter .action-box .state {
  overflow-x: visible;
  overflow-y: hidden;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .filter-actions {
  padding: 0;
  margin: 0;
  float: right;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .filter-actions .filter-clear {
  color: #212427 !important;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button {
  z-index: inherit;
  box-shadow: inherit;
  border-radius: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button::before,
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button::after {
  content: inherit;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button .am-items {
  display: none;
}
body .products-grid .kettal-grid-item.filter .action-box .action-item .am_shopby_apply_filters_kettal .am-show-button .am-button {
  background-color: inherit;
  color: black;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  border: inherit;
}
body .products-grid .kettal-grid-item.filter ~ .filter {
  border-bottom: 1px solid #E3DDD6;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  display: none;
}
.cms-index-index .page-header {
  background: transparent !important;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.cms-index-index .page-header.white-header .kettal-header-links .kettal-header-links-left > span {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
.cms-index-index .page-header.white-header .kettal-header-links .kettal-header-links-right .kettal-header-option > .pointer {
  color: #FFF !important;
}
.cms-index-index .page-header.white-header .kettal-header-links .kettal-header-links-right .kettal-header-option > .text.pointer,
.cms-index-index .page-header.white-header .kettal-header-links .kettal-header-links-right .kettal-header-option.kettal-header-menu-action-item::before {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
.cms-index-index .page-header.white-header .kettal-header-links .kettal-header-links-right .block-minicart {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
.cms-index-index .page-header.white-header .header.content .logo > img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
.cms-index-index .page-header.white-header .panel.wrapper .kettal-header-item.webshop {
  border-bottom: 1px solid #FFF;
}
.cms-index-index .page-header.white-header .panel.wrapper .kettal-header-item.webshop a {
  color: #FFF !important;
}
.cms-index-index #maincontent .page.messages {
  display: none;
}
.cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner {
  height: 100%;
  min-height: 375px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner {
    min-height: 960px;
    margin: 14px 0;
  }
}
.cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  .cms-index-index #maincontent .kettal-splide-carousel-media-gallery-banner img {
    min-height: 960px;
  }
}
.cms-index-index .resp-container-iframe.responsive {
  display: none;
}
header {
  position: relative;
  height: 271px;
}
header .panel.wrapper {
  background-color: transparent !important;
  border: none !important;
}
header .panel.wrapper .panel.header {
  padding: 30px 30px 0 30px;
}
header .panel.wrapper .panel.header .nav-toggle,
header .panel.wrapper .panel.header .nav-toggle-desktop {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  position: absolute;
  width: 28px;
  content: url(/media/kettal/menuBurger.svg);
}
header .header.content {
  display: block;
  left: 30px;
  bottom: 26px;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  padding: 0;
  margin: 0;
}
header .header.content .logo {
  margin: 0;
}
header .header.content .logo > img {
  max-width: 169.32px;
}
@media screen and (min-width: 1024px) {
  header .header.content .logo > img {
    max-height: 65px;
    max-width: 222px;
  }
}
@media screen and (max-width: 768px) {
  header .header.content .logo > img {
    max-width: 155px;
    max-height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  header .header.content .logo > img {
    max-height: 48.95px;
  }
}
header .header.content .nav-toggle {
  display: none;
}
header .pointer {
  cursor: pointer !important;
}
header .pointer:hover {
  text-decoration: underline;
}
header .disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
header .title {
  font: normal 13px/1px Beatrice Regular;
  color: #212427;
}
header .text {
  font: normal 13px/22px Beatrice Regular;
  color: #212427;
}
header .w300 {
  width: 300%;
}
header .logo-responsive {
  width: 100%;
  height: 100%;
}
header .kettal-header-item {
  padding-bottom: 0;
  padding-left: 25px;
  margin-bottom: 5px;
  /* Solid border */
}
header .kettal-header-item hr.solid {
  border-top: 1px solid #000;
  width: 60%;
  margin-left: 0;
}
header .kettal-header-item.active {
  z-index: 10;
}
header .kettal-header-item.active > .pointer {
  text-decoration: underline;
}
header .kettal-header-item .selected-current {
  text-decoration: underline;
}
header .kettal-header-item .active > .title,
header .kettal-header-item.active > .title,
header .kettal-header-item .active > .text,
header .kettal-header-item.active > .text {
  text-decoration: underline;
}
header .kettal-header-item .active.need-padding.level1,
header .kettal-header-item.active.need-padding.level1 {
  padding-bottom: 15px;
}
header .kettal-header-item .active.need-padding.level2,
header .kettal-header-item.active.need-padding.level2 {
  padding-bottom: 15px;
}
header .kettal-header-item .active.need-padding.level3,
header .kettal-header-item.active.need-padding.level3 {
  padding-bottom: 15px;
}
header .kettal-header-item .active > .dropdown,
header .kettal-header-item.active > .dropdown {
  opacity: 1;
  height: auto;
  visibility: visible;
}
header .kettal-header-item ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  z-index: 100;
  box-sizing: border-box;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
header .kettal-header-item ul.dropdown.horizontal {
  display: flex;
  flex-wrap: wrap;
}
header .kettal-header-item ul.dropdown.horizontal > .kettal-header-option {
  box-sizing: border-box;
  padding-bottom: 0;
}
header .kettal-header-item ul.dropdown.vertical {
  display: flex;
  flex-direction: column;
}
header .kettal-header-item ul.dropdown li {
  margin-bottom: 0;
  overflow: hidden;
}
header .kettal-header-item .kettal-header-option .level3 .dropdown.horizontal {
  display: flex;
  width: 250px;
}
header .kettal-header-item .block-search {
  float: inherit;
  padding-left: 0;
}
header .kettal-header-item .block-search .minisearch {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .kettal-header-item .block-search .minisearch .field.search {
  width: 100%;
}
header .kettal-header-item .block-search .minisearch .field.search .input-search {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #727170;
  color: #727170;
}
header .kettal-header-item .block-search .minisearch .field.search .input-search:focus {
  box-shadow: inherit;
}
header .kettal-header-item .block-search .minisearch .field.search .input-search::placeholder {
  color: #727170;
}
header .kettal-header-item .block-search .action.search {
  position: inherit;
  opacity: 1;
  margin-top: 5px;
}
header .kettal-header-item .block-search .action.search::before {
  content: '';
}
header .kettal-header-item .block-search .action.search > span {
  position: inherit;
}
header .kettal-header-item.minicart-wrapper {
  height: 25px;
  padding: 0;
  margin-left: 0;
}
header .kettal-header-item.minicart-wrapper a,
header .kettal-header-item.minicart-wrapper a:visited,
header .kettal-header-item.minicart-wrapper a:hover {
  color: #000;
}
header .kettal-header-item.minicart-wrapper .action.showcart::before {
  all: unset;
}
header .kettal-header-item.minicart-wrapper .action.showcart .counter.qty {
  background: #000;
  border-radius: 13px;
  line-height: 26px;
  position: absolute;
  top: 11px;
  right: -10px;
  font-size: 10px;
}
header .kettal-header-item.minicart-wrapper .block-minicart {
  background: #FFF8F2;
  width: 323px;
  right: 0px;
  border: 1px solid #000000;
}
header .kettal-header-item.minicart-wrapper .block-minicart::before {
  border-color: transparent transparent #fff8f2 transparent;
}
header .sections {
  z-index: 15;
}
@media screen and (max-width: 769px) {
  header .sections {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
header .sections .close-responsive-menu,
header .sections .close-desktop-menu,
header .sections .close-desktop-search,
header .sections .close-responsive-search {
  /*.lib-css('content', @icon-trash);*/
  content: url('/media/kettal/close_small.svg');
  cursor: pointer;
  top: 36px;
  width: 35.51px;
  height: 35.51px;
}
header .sections .close-desktop-search,
header .sections .close-responsive-search {
  position: absolute;
  right: 65px;
}
header .sections .title {
  font: normal 20px/30px Beatrice Regular !important;
}
header .sections .text {
  font: normal 20px/30px Beatrice Regular !important;
}
header .sections .w-menu {
  width: 100%;
}
header .sections .col-menu .level3.active .w-menu-lvl3-container:last-child {
  margin-bottom: 5px;
}
header .kettal-header-links .kettal-header-links-right {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
header .kettal-header-links .kettal-header-links-right .kettal-header-item .authorized-dealers {
  width: 17px;
  content: url(/media/kettal/stores.svg);
}
header .kettal-header-links .kettal-header-links-right .kettal-header-item .profile {
  width: 25px;
  content: url(/media/kettal/Profile.svg);
}
header .kettal-header-links .kettal-header-links-right .kettal-header-item .form-search-dropdown {
  margin: 0;
}
header .kettal-header-links .kettal-header-links-right .kettal-header-item .form-search-dropdown > .search {
  width: 25px;
  content: url(/media/kettal/search.svg);
}
header .kettal-header-links .kettal-header-links-right .kettal-header-item .form-search-dropdown .form-search {
  position: absolute;
  right: 0px;
}
header .kettal-header-links .kettal-header-links-right .minicart-wrapper {
  width: auto;
  overflow: initial;
}
header .kettal-header-links .kettal-header-links-right .minicart-wrapper .kettal-header-menu-action-item::before {
  background-size: 25px 24px;
  background-image: url(/media/kettal/bag.svg);
  content: "";
  width: 25px;
  height: 24px;
  display: inline-block;
}
header .kettal-header-links .kettal-header-links-right .minicart-wrapper .counter {
  right: 0;
  width: 13px;
  min-width: inherit !important;
  height: 18px !important;
  line-height: 18px !important;
  border-radius: 22px !important;
  margin: 0 !important;
  overflow: initial !important;
}
header .responsive-menu-logo {
  position: static;
  bottom: 94px;
  height: 49.5px;
}
header .responsive-menu-logo .logo {
  margin: 24px 24px;
  width: 100%;
  max-width: 100%;
}
header .kettal-header-item.level1.active .dropdown.vertical:first-child {
  margin-top: 7px;
}
header .kettal-header-item.level1.active .dropdown.vertical .kettal-header-option.level2.col-menu {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #maincontent .res-portada-fullheight .kettal-splide-carousel-media-gallery-banner {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #maincontent .res-portada-fullheight .kettal-splide-carousel-media-gallery-banner img {
    height: unset;
    max-height: initial;
  }
}
#maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner {
  height: 100%;
  min-height: 375px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner {
    min-height: 960px;
    margin: 14px 0;
  }
}
#maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  #maincontent .project-view.project-slider .project-slider .kettal-splide-carousel-media-gallery-banner img {
    min-height: 960px;
  }
}
@media screen and (max-width: 1024px) {
  #maincontent .project-view.project-slider .project-slider .banner-slider-cover .banner-slider-cover-image {
    float: none !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
  }
}
#maincontent .kettal-splide-carousel-media-gallery-general {
  height: 100%;
  min-height: 375px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  #maincontent .kettal-splide-carousel-media-gallery-general {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .kettal-splide-carousel-media-gallery-general {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  #maincontent .kettal-splide-carousel-media-gallery-general {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  #maincontent .kettal-splide-carousel-media-gallery-general {
    min-height: 960px;
    margin: 14px 0;
  }
}
#maincontent .kettal-splide-carousel-media-gallery-general img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  #maincontent .kettal-splide-carousel-media-gallery-general img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  #maincontent .kettal-splide-carousel-media-gallery-general img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  #maincontent .kettal-splide-carousel-media-gallery-general img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  #maincontent .kettal-splide-carousel-media-gallery-general img {
    min-height: 960px;
  }
}
.page-footer .footer.content.row {
  width: inherit;
  padding: 0;
  max-height: inherit;
}
.recaptcha-terms {
  margin: 8px 0;
  color: #5D5D5D;
}
.recaptcha-terms a,
.recaptcha-terms a:hover,
.recaptcha-terms a:active,
.recaptcha-terms a:visited {
  color: #5D5D5D;
}
.grecaptcha-badge {
  visibility: hidden;
}
.responsive-menu-wrapper {
  overflow: hidden;
  overflow-y: scroll !important;
  max-height: 70vh;
}
header .kettal-header-item.active.need-padding.level1 {
  max-height: 65vh;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  header {
    height: 324px;
  }
  header .panel.wrapper {
    background-color: transparent !important;
    border: none !important;
  }
  header .header.content {
    left: 36px;
    bottom: 30px;
  }
  header .header.content .logo > img {
    height: auto;
    max-width: 222px;
  }
  header .kettal-header-item .active ~ .kettal-header-option.col-menu,
  header .kettal-header-item.active ~ .kettal-header-option.col-menu {
    display: block;
  }
  header .kettal-header-item ul.dropdown.horizontal > .kettal-header-option {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header .kettal-header-item .kettal-header-option {
    margin-bottom: 5px;
  }
  header .kettal-header-item .kettal-header-option .level3 .dropdown.horizontal {
    width: 933px;
  }
  .w-menu {
    width: 933px;
  }
  .triconfort header .kettal-header-item.switcher-language {
    margin-left: 622px;
  }
  .webshop header .kettal-header-item.switcher-language {
    margin-left: 622px;
  }
}
@media screen and (min-width: 320px) {
  #maincontent .container .container-image .box .box-item {
    padding: 25px 28px;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  body .page-wrapper .row {
    max-height: inherit;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .triconfort header .kettal-header-item.switcher-language {
    margin-left: 0;
  }
}
.container-dot-slider {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  left: 0px;
}
.container-dot-slider .dot-slider {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  height: 100%;
  background-color: transparent;
  box-sizing: border-box;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.container-dot-slider .dot-slider .item {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 116px;
}
@media screen and (min-width: 768px) {
  .container-dot-slider .dot-slider .item {
    min-width: 150px;
  }
}
.container-dot-slider .dot-slider .item:last-child .line {
  opacity: 0;
}
.container-dot-slider .dot-slider .item .sfere {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #212427;
  cursor: pointer;
}
.container-dot-slider .dot-slider .item .sfere.active {
  background-color: #212427;
}
.container-dot-slider .dot-slider .item .line {
  width: calc(100% - 10px);
  height: 1px;
  background-color: #212427;
}
.slider-lg {
  display: none;
}
.responsive-slider {
  display: block;
  overflow: hidden;
}
body:not(.cms-index-index):not(.blog-post-view) .carousel-container .banner-slider-cover {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveWithAccelerationHeading {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-175px);
  }
}
@keyframes returnWithAccelerationHeading {
  0% {
    transform: translateY(-175px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveWithAcceleration {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-40px);
  }
}
.blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
  height: 100%;
  min-height: 375px;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
    min-height: 384px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
    min-height: 640px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 1920px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner {
    min-height: 960px;
    margin: 14px 0;
  }
}
.blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner img {
  height: 100%;
  min-height: 375px;
  width: auto !important;
  float: none !important;
}
@media screen and (min-width: 768px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner img {
    min-height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner img {
    min-height: 512px;
  }
}
@media screen and (min-width: 1367px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner img {
    min-height: 640px;
  }
}
@media screen and (min-width: 1920px) {
  .blog-post-view .post-view .kettal-splide-carousel-media-gallery-banner img {
    min-height: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-post-view .post-view .banner-slider-cover .banner-slider-cover-image {
    float: none !important;
    aspect-ratio: 1 !important;
    object-fit: cover !important;
  }
}
.blog-post-view .post-view .post-description .text {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1920px) {
  .blog-post-view .post-view .post-description .text {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.blog-post-view .post-view .press-attachments .press-attachment-pdf,
.blog-post-view .post-view .press-attachments .press-attachment-zip {
  margin-bottom: 10px;
}
.blog-post-view .post-view .press-attachments .press-attachment-pdf a:before,
.blog-post-view .post-view .press-attachments .press-attachment-zip a:before {
  /*content: '\e649';
              font-family: 'Admin Icons';*/
  content: '\e614';
  font-family: 'luma-icons';
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #000000;
  margin-right: 10px;
  text-decoration: none;
}
.blog-post-view .post-view .press-attachments .press-attachment-pdf a:hover::before,
.blog-post-view .post-view .press-attachments .press-attachment-zip a:hover::before {
  text-decoration: none !important;
}
/* FILTERS NEWS GRID */
.website-blog-filters {
  display: flex;
  gap: 48px;
}
.website-blog-filters .selected-current {
  text-decoration: underline;
}
@media screen and (min-width: 1367px) {
  .heading-living {
    background-color: #FDEDDB !important;
  }
}
@media screen and (min-width: 1367px) {
  .heading-contract {
    background-color: #BED0BA !important;
  }
}
@media screen and (min-width: 1367px) {
  .heading-workplace {
    background-color: #D0DEF2 !important;
  }
}
.news-grid-heading-left {
  height: 100px;
}
@media screen and (min-width: 1367px) {
  .news-grid-heading-left {
    height: 500px;
  }
}
.news-grid-heading-left .news-left {
  margin-left: 5px;
  display: flex !important;
}
@media screen and (min-width: 1367px) {
  .news-grid-heading-left .news-left {
    display: none !important;
  }
}
.news-grid-heading-right {
  height: 100px;
  display: none !important;
}
@media screen and (min-width: 1367px) {
  .news-grid-heading-right {
    height: 500px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.news-grid-heading-right .news-container {
  height: 250px;
}
.news-grid-heading-right .news-container .news-heading-text {
  margin-top: 30px;
  width: 75%;
  opacity: 0;
}
.news-grid-heading-right .news-container .news-heading-text .heading-text {
  margin-bottom: 20px;
}
.news-grid-heading-right .news-container .news-heading-fadeIn {
  animation: fadeIn 300ms ease-in-out;
  opacity: 1;
}
.news-grid-heading-right .news-container .news-heading-fadeOut {
  animation: fadeOut 300ms ease-in-out;
  opacity: 0;
}
.news-grid-heading-right .news-container .shop-link {
  margin-right: 50px;
}
.news-grid-heading:hover .news-heading-text {
  opacity: 1;
}
.text-up-heading {
  animation: moveWithAccelerationHeading 500ms ease-in-out;
  transform: translateY(-175px);
}
.text-down-heading {
  animation: returnWithAccelerationHeading 500ms ease-in-out;
  transform: translateY(0px);
}
body.living .post-list-wrapper .hover-color:hover {
  background-color: #ffeddb;
}
body.contract .post-list-wrapper .hover-color:hover {
  background-color: #bed0ba;
}
body.workplace .post-list-wrapper .hover-color:hover {
  background-color: #d0def2;
}
body.webshop .post-list-wrapper .hover-color:hover {
  background-color: #e3ddd6;
}
body.triconfort .post-list-wrapper .hover-color:hover {
  background-color: #434357;
}
body.btb .post-list-wrapper .hover-color:hover {
  background-color: #fff8f2;
}
.news-body.news-border-solid {
  border-left: 0.5px solid #E3DDD6  !important;
}
.news-body .content-news {
  height: 306px;
}
.news-body .content-news .full-width-height {
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.news-body .content-news .space-between {
  align-content: space-between;
}
.news-body .texto-fadeIn {
  position: absolute;
  bottom: 24px;
  animation: fadeIn 500ms ease-in-out;
  /* Utiliza la animación "fadeIn" durante 500ms */
  opacity: 1;
  /* Establece la opacidad en 1 (visible) al final de la animación */
}
.news-body .shortDescription {
  position: absolute;
  bottom: 25px;
  width: 80%;
  height: 70px;
}
.news-body .text-aceleration {
  animation: moveWithAcceleration 300ms ease-in-out;
  /* Utiliza la animación "moveWithAcceleration" con aceleración durante 300ms */
  transform: translateY(-40px);
  /* Se queda la animación en este punto hasta finalizar */
}
