/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#customer-co-stripe-form label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
#customer-co-stripe-form label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.fieldset.payment.items.ccard.amasty_stripe {
  border: none;
}
#payment_form_amasty_stripe .data-grid tr td {
  border: none;
}
.amstripe-newcard {
  margin-top: 10px;
}
#payment_form_amasty_stripe {
  margin-top: 10px;
}
#customer-co-stripe-form {
  margin-top: unset;
}
#customer-co-stripe-form fieldset {
  padding-left: 0;
}
.amstripe-td {
  padding: 0;
  width: 40px;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 21px;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
@media only screen and (max-width: 1200px) {
  .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: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 1201px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #7d7d7d;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #7d7d7d;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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 {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-tabs-view .product.data.items > .item.content {
    margin-top: 41px;
    padding: 35px;
  }
  .amtabs-accordion-view.product.data.items {
    border-bottom: 1px solid #ccc;
  }
  .amtabs-accordion-view.product.data.items > .item.content {
    float: none;
    margin: 0;
    padding: 20px;
    border-bottom: 0;
  }
  .amtabs-accordion-view.product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtabs-accordion-view.product.data.items > .item.title.active .switch:after {
    transform: rotate(180deg);
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch {
    padding: 5px 20px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
  }
  .amtabs-accordion-view.product.data.items > .item.title .switch:after {
    transition: 0.1s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    content: '\e622';
  }
  .amtab-grid-wrapper .amtab-table-container .amtab-title,
  .amtab-grid-wrapper .amtab-table-container .amtab-cell {
    padding: 0 0 0 20px;
  }
  .amtab-grid-wrapper.-large .amtab-measure {
    padding: 45px 0 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step {
    max-width: 260px;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-step:not(:last-child) {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-large .amtab-steps-container .amtab-img {
    padding: 0 0 0 35px;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    position: initial;
    z-index: initial;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    box-shadow: none;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 20px 30px;
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .amqorder-search-block {
    padding: 30px 15px 35px;
  }
  .amqorder-search-block .amqorder-qty-block {
    display: flex;
  }
  .amqorder-popup-block .amqorder-labels-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 0 10px;
    color: #777;
    list-style: none;
    text-align: left;
    font-size: 14px;
  }
  .amqorder-popup-block .amqorder-header {
    font-weight: 600;
  }
  .amqorder-popup-block .amqorder-item {
    margin: 0;
  }
  .amqorder-popup-block .amqorder-item.-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-item.-reason {
    flex-basis: 30%;
  }
  .amqorder-popup-block .amqorder-errors-list {
    max-height: 360px;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-item {
    flex-wrap: nowrap;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    display: inline-block;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku:before,
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason:before {
    content: none;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-index {
    flex-basis: 15%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-sku {
    flex-basis: 55%;
    padding: 0 15px 0 0;
  }
  .amqorder-popup-block .amqorder-errors-list .amqorder-reason {
    flex-basis: 30%;
  }
  .amstripe-saved-cards .amstripe-card {
    height: 12px;
    background-position: left;
  }
  .amstripe-saved-cards .amstripe-td {
    padding: 10px;
  }
  .amstripe-saved-cards .amstripe-td.-button {
    padding-right: 0;
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-action {
    text-align: right;
  }
  .amstripe-saved-cards .amstripe-primary {
    float: initial;
  }
  .amstripe-saved-cards .amstripe-primary .amstripe-button {
    margin-right: 0;
  }
  .amstipe-add-wrapper .amstripe-button {
    padding: 7px 21px;
  }
  .checkout-payment-method .payment-method.payment-method-amasty_stripe .payment-method-title {
    padding: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 1200px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #7d7d7d;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .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.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  h1 {
    font-size: 40px;
    font-size: 120%;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
@media all and (min-width: 1400px), print {
  .amtabs-accordion-view .product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-measure {
    max-width: 610px;
    min-height: 379px;
    margin: 0 auto;
    flex-basis: 52%;
  }
  .amtab-grid-wrapper.-small .amtab-grid-container.amtab-sizes {
    flex-basis: 48%;
  }
  .amtab-grid-wrapper.-small .amtab-table-container {
    margin: 0 50px 0 0;
  }
  .amtab-grid-wrapper.-small .amtab-step {
    max-width: 190px;
  }
  .amtab-grid-wrapper.-small .amtab-img {
    position: absolute;
  }
  .amtab-grid-wrapper.-small .amtab-measure > .amtab-title {
    margin: 0 0 32px;
  }
  .amtab-grid-wrapper.-small .amtab-steps-container {
    height: 100%;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-img {
    left: 16%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) {
    left: 58%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    max-width: 51px;
    width: 5vw;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(2) {
    top: 16%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 100px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) {
    top: 19.3%;
    right: 20px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) {
    top: 47.5%;
    left: -10px;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) {
    right: 0;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-men .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-img {
    left: 18%;
    margin: 0 auto 10px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(1) {
    right: 24px;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(2) {
    top: 20%;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) {
    right: -20px;
    bottom: 85px;
    left: auto;
    max-width: 190px;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    left: auto;
    margin: 0 10px 0 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-bottoms.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-img {
    left: 12.5%;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) {
    top: 25.5%;
    right: 24px;
    left: auto;
    max-width: 174px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(1) .amtab-arrow {
    right: 100%;
    display: block;
    margin: 0 10px 0 0;
    width: 44px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) {
    top: 46.4%;
    left: 0;
    max-width: 172px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(2) .amtab-arrow {
    width: 12vw;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) {
    right: -6px;
    bottom: 70px;
    left: auto;
    max-width: 176px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow {
    right: 100%;
    bottom: -48px;
    left: auto;
    margin: 0 10px 0 0;
    width: 50px;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after,
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    right: 0;
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:before {
    transform: rotate(145deg) translate(1px, -1px);
  }
  .amtab-grid-wrapper.-tops.-women .amtab-step:nth-child(3) .amtab-arrow:after {
    transform: rotate(-145deg) translate(1px, 1px);
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 15px 15px;
    background: #f4f5fa;
    opacity: 0;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #fff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    position: relative;
    z-index: 3;
    background: #f4f5fa;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    z-index: 4;
    visibility: visible;
    opacity: 1;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    top: 0;
    bottom: auto;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 4px;
    width: calc(50% - 4px * 2);
    height: 84px;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    margin: 0 5px 0 0;
    height: 34px;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    position: absolute;
    display: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    border-color: #4776f0;
    background: #4776f0;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    padding: 15px;
    max-width: 175px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    width: 150px;
    height: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .amasty_quickorder-index-index .page-title {
    font-size: 40px;
  }
  .amqorder-item.-configurable .product-options-wrapper {
    margin: 0 -15px;
  }
  .amqorder-item.-configurable .product-options-wrapper .swatch-attribute,
  .amqorder-item.-configurable .product-options-wrapper .field {
    flex-basis: auto;
    padding: 0 15px 10px;
    max-width: 50%;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-price {
    display: flex;
  }
  .amqorder-grid-block .amqorder-header {
    margin: 0;
    padding: 35px 15px 20px;
    color: #777;
    list-style: none;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item {
    box-sizing: border-box;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-item {
    flex-grow: 2;
    text-align: left;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-action {
    text-align: right;
  }
  .amqorder-grid-block .amqorder-header .amqorder-item.-sku {
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-options-block {
    margin: 0;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-msg.-error {
    position: absolute;
    margin: 0;
  }
  .amqorder-grid-block .amqorder-sku {
    margin: 0;
    max-width: 130px;
  }
  .amqorder-grid-block .amqorder-sku:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-button.-action {
    justify-content: flex-end;
    min-width: 70px;
  }
  .amqorder-grid-block .amqorder-messages-list {
    padding: 10px 0 5px;
  }
  .amqorder-grid-block .amqorder-button.-options {
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty {
    flex-basis: auto;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-qty:before {
    display: none;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-checkbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-item.-name {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 10px;
  }
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-action,
  .amqorder-grid-block .amqorder-items-wrapper .amqorder-button.-options {
    display: flex;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-items-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block .amqorder-items-block > .amqorder-item,
  .amqorder-grid-block .amqorder-items-block > .amqorder-item.-weee {
    padding: 15px;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-image {
    float: none;
    margin: 0;
    max-width: inherit;
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .amqorder-price {
    flex-basis: auto;
    font-weight: 400;
  }
  .amqorder-grid-block .amqorder-items-block .swatch-attribute,
  .amqorder-grid-block .amqorder-items-block .field {
    width: auto;
  }
  .amqorder-grid-block .amqorder-items-block .product-options-wrapper {
    padding: 25px 0 0;
  }
  .amqorder-item-info > .amqorder-price,
  .amqorder-item-info > .amqorder-button.-action,
  .amqorder-item-info > .amqorder-button.-options {
    display: none;
  }
  .amqorder-massaction-toolbar .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .amqorder-massaction-toolbar:last-child {
    justify-content: flex-end;
  }
  .amqorder-massaction-toolbar:last-child .amqorder-buttons-block {
    width: auto;
  }
  .catalog-category-view .amqorder-item-info .amqorder-checkbox-container,
  .catalogsearch-result-index .amqorder-item-info .amqorder-checkbox-container {
    position: inherit;
    padding: 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar,
  .catalogsearch-result-index .amqorder-massaction-toolbar:last-child > .amqorder-selected-toolbar {
    margin: 0 20px 0 0;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child {
    justify-content: flex-end;
    width: 100%;
  }
  .catalog-category-view .amqorder-massaction-toolbar:first-child .amqorder-buttons-block,
  .catalogsearch-result-index .amqorder-massaction-toolbar:first-child .amqorder-buttons-block {
    display: flex;
  }
  .catalog-category-view .amqorder-header,
  .catalogsearch-result-index .amqorder-header {
    width: 100%;
  }
  .catalog-category-view .amqorder-header .amqorder-item.-item,
  .catalogsearch-result-index .amqorder-header .amqorder-item.-item {
    min-width: 305px;
  }
  .catalog-category-view .amqorder-header .amqorder-item:not(.-selectall),
  .catalogsearch-result-index .amqorder-header .amqorder-item:not(.-selectall) {
    display: inline-block;
  }
  .catalog-category-view .amqorder-items-block .amqorder-item.-name,
  .catalogsearch-result-index .amqorder-items-block .amqorder-item.-name {
    min-width: 200px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block .amqorder-header {
    display: flex;
  }
  .amasty_quickorder-index-index .amqorder-header .amqorder-item.-item {
    min-width: 315px;
  }
  .amasty_quickorder-index-index .amqorder-items-block .amqorder-item.-name {
    min-width: 210px;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1600px), print {
  .amqorder-wrapper {
    flex-wrap: nowrap;
  }
  .amqorder-grid-block {
    order: inherit;
  }
  .amqorder-grid-block .amqorder-message {
    margin: 75px 0 0;
  }
  .amqorder-multiple-block {
    position: sticky;
    margin: 75px 0 0;
    padding: 30px;
    max-width: 370px;
  }
  .amqorder-multiple-block:not(.-active) {
    padding: 30px 15px;
    min-height: 320px;
    max-width: 72px;
  }
  .amqorder-multiple-block:not(.-active) .amqorder-title {
    transform: translate(-150px, 150px) rotate(90deg);
  }
  .amqorder-multiple-block .amqorder-button.-reverse {
    transition: 0.6s all ease-in;
  }
  .amqorder-multiple-block .amqorder-title {
    min-width: 340px;
  }
  .amasty_quickorder-index-index .amqorder-grid-block {
    margin: 0 30px 0 0;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-outs all ease-in;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15ss all ease-in;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linears all ease-in;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-outs all ease-in;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s eases all ease-in;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out lefts all ease-in;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 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;
}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, Font Awesome 6 Pro);
  font-weight: var(--fa-style, 900);
}
.fa,
.fas,
.fa--solid,
.far,
.fa--regular,
.fal,
.fa--light,
.fat,
.fa--thin,
.fad,
.fa--duotone,
.fab,
.fa--brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07142857em;
  vertical-align: 0.05357143em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04166667em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.280, 0.840, 0.420, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-start-scale-x, 1.1),var(--#{$fa-css-prefix}-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-jump-scale-x, 0.9),var(--#{$fa-css-prefix}-bounce-jump-scale-y, 1.1)) translateY(var(--#{$fa-css-prefix}-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--#{$fa-css-prefix}-bounce-land-scale-x, 1.05),var(--#{$fa-css-prefix}-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1,1) translateY(var(--#{$fa-css-prefix}-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30";
}
.fa-1::before {
  content: "\31";
}
.fa-2::before {
  content: "\32";
}
.fa-3::before {
  content: "\33";
}
.fa-4::before {
  content: "\34";
}
.fa-5::before {
  content: "\35";
}
.fa-6::before {
  content: "\36";
}
.fa-7::before {
  content: "\37";
}
.fa-8::before {
  content: "\38";
}
.fa-9::before {
  content: "\39";
}
.fa-00::before {
  content: "\e467";
}
.fa-360-degrees::before {
  content: "\e2dc";
}
.fa-a::before {
  content: "\41";
}
.fa-abacus::before {
  content: "\f640";
}
.fa-accent-grave::before {
  content: "\60";
}
.fa-acorn::before {
  content: "\f6ae";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-air-conditioner::before {
  content: "\f8f4";
}
.fa-airplay::before {
  content: "\e089";
}
.fa-alarm-clock::before {
  content: "\f34e";
}
.fa-alarm-exclamation::before {
  content: "\f843";
}
.fa-alarm-plus::before {
  content: "\f844";
}
.fa-alarm-snooze::before {
  content: "\f845";
}
.fa-album::before {
  content: "\f89f";
}
.fa-album-circle-plus::before {
  content: "\e48c";
}
.fa-album-circle-user::before {
  content: "\e48d";
}
.fa-album-collection::before {
  content: "\f8a0";
}
.fa-album-collection-circle-plus::before {
  content: "\e48e";
}
.fa-album-collection-circle-user::before {
  content: "\e48f";
}
.fa-alicorn::before {
  content: "\f6b0";
}
.fa-alien::before {
  content: "\f8f5";
}
.fa-alien-8bit::before {
  content: "\f8f6";
}
.fa-alien-monster::before {
  content: "\f8f6";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-align-slash::before {
  content: "\f846";
}
.fa-alt::before {
  content: "\e08a";
}
.fa-amp-guitar::before {
  content: "\f8a1";
}
.fa-ampersand::before {
  content: "\26";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-angel::before {
  content: "\f779";
}
.fa-angle::before {
  content: "\e08c";
}
.fa-angle-90::before {
  content: "\e08d";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-apartment::before {
  content: "\e468";
}
.fa-aperture::before {
  content: "\e2df";
}
.fa-apostrophe::before {
  content: "\27";
}
.fa-apple-core::before {
  content: "\e08f";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-archway::before {
  content: "\f557";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-arrow-down-arrow-up::before {
  content: "\f883";
}
.fa-sort-alt::before {
  content: "\f883";
}
.fa-arrow-down-big-small::before {
  content: "\f88c";
}
.fa-sort-size-down::before {
  content: "\f88c";
}
.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}
.fa-arrow-down-from-line::before {
  content: "\f345";
}
.fa-arrow-from-top::before {
  content: "\f345";
}
.fa-arrow-down-left::before {
  content: "\e091";
}
.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-arrow-down-right::before {
  content: "\e093";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-arrow-down-small-big::before {
  content: "\f88d";
}
.fa-sort-size-down-alt::before {
  content: "\f88d";
}
.fa-arrow-down-square-triangle::before {
  content: "\f889";
}
.fa-sort-shapes-down-alt::before {
  content: "\f889";
}
.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}
.fa-arrow-down-to-bracket::before {
  content: "\e094";
}
.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}
.fa-arrow-down-to-line::before {
  content: "\f33d";
}
.fa-arrow-to-bottom::before {
  content: "\f33d";
}
.fa-arrow-down-to-square::before {
  content: "\e096";
}
.fa-arrow-down-triangle-square::before {
  content: "\f888";
}
.fa-sort-shapes-down::before {
  content: "\f888";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-arrow-left-from-line::before {
  content: "\f344";
}
.fa-arrow-from-right::before {
  content: "\f344";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}
.fa-arrow-left-to-line::before {
  content: "\f33e";
}
.fa-arrow-to-left::before {
  content: "\f33e";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-arrow-right-from-line::before {
  content: "\f343";
}
.fa-arrow-from-left::before {
  content: "\f343";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}
.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-arrow-right-to-line::before {
  content: "\f340";
}
.fa-arrow-to-right::before {
  content: "\f340";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}
.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-arrow-up-arrow-down::before {
  content: "\e099";
}
.fa-sort-up-down::before {
  content: "\e099";
}
.fa-arrow-up-big-small::before {
  content: "\f88e";
}
.fa-sort-size-up::before {
  content: "\f88e";
}
.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-arrow-up-from-line::before {
  content: "\f342";
}
.fa-arrow-from-bottom::before {
  content: "\f342";
}
.fa-arrow-up-from-square::before {
  content: "\e09c";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-arrow-up-left::before {
  content: "\e09d";
}
.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-arrow-up-right::before {
  content: "\e09f";
}
.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-arrow-up-small-big::before {
  content: "\f88f";
}
.fa-sort-size-up-alt::before {
  content: "\f88f";
}
.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}
.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}
.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}
.fa-arrow-up-to-line::before {
  content: "\f341";
}
.fa-arrow-to-top::before {
  content: "\f341";
}
.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}
.fa-sort-shapes-up::before {
  content: "\f88a";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-arrows-cross::before {
  content: "\e0a2";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}
.fa-arrows-from-line::before {
  content: "\e0a4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-arrows-maximize::before {
  content: "\f31d";
}
.fa-expand-arrows::before {
  content: "\f31d";
}
.fa-arrows-minimize::before {
  content: "\e0a5";
}
.fa-compress-arrows::before {
  content: "\e0a5";
}
.fa-arrows-repeat::before {
  content: "\f364";
}
.fa-repeat-alt::before {
  content: "\f364";
}
.fa-arrows-repeat-1::before {
  content: "\f366";
}
.fa-repeat-1-alt::before {
  content: "\f366";
}
.fa-arrows-retweet::before {
  content: "\f361";
}
.fa-retweet-alt::before {
  content: "\f361";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-arrows-to-line::before {
  content: "\e0a7";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-asterisk::before {
  content: "\2a";
}
.fa-at::before {
  content: "\40";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-atom-simple::before {
  content: "\f5d3";
}
.fa-atom-alt::before {
  content: "\f5d3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-audio-description-slash::before {
  content: "\e0a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-avocado::before {
  content: "\e0aa";
}
.fa-award::before {
  content: "\f559";
}
.fa-award-simple::before {
  content: "\e0ab";
}
.fa-axe::before {
  content: "\f6b2";
}
.fa-axe-battle::before {
  content: "\f6b3";
}
.fa-b::before {
  content: "\42";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-backpack::before {
  content: "\f5d4";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-badge::before {
  content: "\f335";
}
.fa-badge-check::before {
  content: "\f336";
}
.fa-badge-dollar::before {
  content: "\f645";
}
.fa-badge-percent::before {
  content: "\f646";
}
.fa-badge-sheriff::before {
  content: "\f8a2";
}
.fa-badger-honey::before {
  content: "\f6b4";
}
.fa-badminton::before {
  content: "\e33a";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-bagel::before {
  content: "\e3d7";
}
.fa-bags-shopping::before {
  content: "\f847";
}
.fa-baguette::before {
  content: "\e3d8";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-ball-pile::before {
  content: "\f77e";
}
.fa-balloon::before {
  content: "\e2e3";
}
.fa-balloons::before {
  content: "\e2e4";
}
.fa-ballot::before {
  content: "\f732";
}
.fa-ballot-check::before {
  content: "\f733";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-ban-bug::before {
  content: "\f7f9";
}
.fa-debug::before {
  content: "\f7f9";
}
.fa-ban-parking::before {
  content: "\f616";
}
.fa-parking-circle-slash::before {
  content: "\f616";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-banana::before {
  content: "\e2e5";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-banjo::before {
  content: "\f8a3";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-barcode-read::before {
  content: "\f464";
}
.fa-barcode-scan::before {
  content: "\f465";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-bars-filter::before {
  content: "\e0ad";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-bars-sort::before {
  content: "\e0ae";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-basket-shopping-simple::before {
  content: "\e0af";
}
.fa-shopping-basket-alt::before {
  content: "\e0af";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-basketball-hoop::before {
  content: "\f435";
}
.fa-bat::before {
  content: "\f6b5";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-battery-bolt::before {
  content: "\f376";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-battery-exclamation::before {
  content: "\e0b0";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-battery-low::before {
  content: "\e0b1";
}
.fa-battery-1::before {
  content: "\e0b1";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-battery-slash::before {
  content: "\f377";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-bed::before {
  content: "\f236";
}
.fa-bed-bunk::before {
  content: "\f8f8";
}
.fa-bed-empty::before {
  content: "\f8f9";
}
.fa-bed-front::before {
  content: "\f8f7";
}
.fa-bed-alt::before {
  content: "\f8f7";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-bee::before {
  content: "\e0b2";
}
.fa-beer-mug::before {
  content: "\e0b3";
}
.fa-beer-foam::before {
  content: "\e0b3";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-bell-exclamation::before {
  content: "\f848";
}
.fa-bell-on::before {
  content: "\f8fa";
}
.fa-bell-plus::before {
  content: "\f849";
}
.fa-bell-school::before {
  content: "\f5d5";
}
.fa-bell-school-slash::before {
  content: "\f5d6";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-bells::before {
  content: "\f77f";
}
.fa-bench-tree::before {
  content: "\e2e7";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-binary::before {
  content: "\e33b";
}
.fa-binary-circle-check::before {
  content: "\e33c";
}
.fa-binary-lock::before {
  content: "\e33d";
}
.fa-binary-slash::before {
  content: "\e33e";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-bird::before {
  content: "\e469";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-blanket::before {
  content: "\f498";
}
.fa-blanket-fire::before {
  content: "\e3da";
}
.fa-blender::before {
  content: "\f517";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-blinds::before {
  content: "\f8fb";
}
.fa-blinds-open::before {
  content: "\f8fc";
}
.fa-blinds-raised::before {
  content: "\f8fd";
}
.fa-block::before {
  content: "\e46a";
}
.fa-block-brick::before {
  content: "\e3db";
}
.fa-wall-brick::before {
  content: "\e3db";
}
.fa-block-brick-fire::before {
  content: "\e3dc";
}
.fa-firewall::before {
  content: "\e3dc";
}
.fa-block-question::before {
  content: "\e3dd";
}
.fa-block-quote::before {
  content: "\e0b5";
}
.fa-blog::before {
  content: "\f781";
}
.fa-blueberries::before {
  content: "\e2e8";
}
.fa-bold::before {
  content: "\f032";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-bolt-auto::before {
  content: "\e0b6";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-bolt-slash::before {
  content: "\e0b8";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-bone-break::before {
  content: "\f5d8";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-book::before {
  content: "\f02d";
}
.fa-book-arrow-right::before {
  content: "\e0b9";
}
.fa-book-arrow-up::before {
  content: "\e0ba";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-book-blank::before {
  content: "\f5d9";
}
.fa-book-alt::before {
  content: "\f5d9";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}
.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}
.fa-book-copy::before {
  content: "\e0be";
}
.fa-book-font::before {
  content: "\e0bf";
}
.fa-book-heart::before {
  content: "\f499";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-open-cover::before {
  content: "\e0c0";
}
.fa-book-open-alt::before {
  content: "\e0c0";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-book-section::before {
  content: "\e0c1";
}
.fa-book-law::before {
  content: "\e0c1";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-book-sparkles::before {
  content: "\f6b8";
}
.fa-book-spells::before {
  content: "\f6b8";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-book-user::before {
  content: "\f7e7";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-bookmark-slash::before {
  content: "\e0c2";
}
.fa-books::before {
  content: "\f5db";
}
.fa-books-medical::before {
  content: "\f7e8";
}
.fa-boombox::before {
  content: "\f8a5";
}
.fa-boot::before {
  content: "\f782";
}
.fa-boot-heeled::before {
  content: "\e33f";
}
.fa-booth-curtain::before {
  content: "\f734";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-border-bottom::before {
  content: "\f84d";
}
.fa-border-bottom-right::before {
  content: "\f854";
}
.fa-border-style-alt::before {
  content: "\f854";
}
.fa-border-center-h::before {
  content: "\f89c";
}
.fa-border-center-v::before {
  content: "\f89d";
}
.fa-border-inner::before {
  content: "\f84e";
}
.fa-border-left::before {
  content: "\f84f";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-border-outer::before {
  content: "\f851";
}
.fa-border-right::before {
  content: "\f852";
}
.fa-border-top::before {
  content: "\f855";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-bow-arrow::before {
  content: "\f6b9";
}
.fa-bowl-chopsticks::before {
  content: "\e2e9";
}
.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-bowl-hot::before {
  content: "\f823";
}
.fa-soup::before {
  content: "\f823";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-bowl-scoop::before {
  content: "\e3de";
}
.fa-bowl-shaved-ice::before {
  content: "\e3de";
}
.fa-bowl-scoops::before {
  content: "\e3df";
}
.fa-bowl-soft-serve::before {
  content: "\e46b";
}
.fa-bowl-spoon::before {
  content: "\e3e0";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-bowling-ball-pin::before {
  content: "\e0c3";
}
.fa-bowling-pins::before {
  content: "\f437";
}
.fa-box::before {
  content: "\f466";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-box-ballot::before {
  content: "\f735";
}
.fa-box-check::before {
  content: "\f467";
}
.fa-box-circle-check::before {
  content: "\e0c4";
}
.fa-box-dollar::before {
  content: "\f4a0";
}
.fa-box-usd::before {
  content: "\f4a0";
}
.fa-box-heart::before {
  content: "\f49d";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-box-open-full::before {
  content: "\f49c";
}
.fa-box-full::before {
  content: "\f49c";
}
.fa-box-taped::before {
  content: "\f49a";
}
.fa-box-alt::before {
  content: "\f49a";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-boxing-glove::before {
  content: "\f438";
}
.fa-glove-boxing::before {
  content: "\f438";
}
.fa-bracket-curly::before {
  content: "\7b";
}
.fa-bracket-curly-left::before {
  content: "\7b";
}
.fa-bracket-curly-right::before {
  content: "\7d";
}
.fa-bracket-round::before {
  content: "\28";
}
.fa-parenthesis::before {
  content: "\28";
}
.fa-bracket-round-right::before {
  content: "\29";
}
.fa-bracket-square::before {
  content: "\5b";
}
.fa-bracket::before {
  content: "\5b";
}
.fa-bracket-left::before {
  content: "\5b";
}
.fa-bracket-square-right::before {
  content: "\5d";
}
.fa-brackets-curly::before {
  content: "\f7ea";
}
.fa-brackets-round::before {
  content: "\e0c5";
}
.fa-parentheses::before {
  content: "\e0c5";
}
.fa-brackets-square::before {
  content: "\f7e9";
}
.fa-brackets::before {
  content: "\f7e9";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-brain-arrow-curved-right::before {
  content: "\f677";
}
.fa-mind-share::before {
  content: "\f677";
}
.fa-brain-circuit::before {
  content: "\e0c6";
}
.fa-brake-warning::before {
  content: "\e0c7";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-bread-loaf::before {
  content: "\f7eb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-bread-slice-butter::before {
  content: "\e3e1";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-bridge-suspension::before {
  content: "\e4cd";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}
.fa-briefcase-blank::before {
  content: "\e0c8";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-brightness::before {
  content: "\e0c9";
}
.fa-brightness-low::before {
  content: "\e0ca";
}
.fa-bring-forward::before {
  content: "\f856";
}
.fa-bring-front::before {
  content: "\f857";
}
.fa-broccoli::before {
  content: "\e3e2";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-browser::before {
  content: "\f37e";
}
.fa-browsers::before {
  content: "\e0cb";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-bug::before {
  content: "\f188";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-buildings::before {
  content: "\e0cc";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bullseye-arrow::before {
  content: "\f648";
}
.fa-bullseye-pointer::before {
  content: "\f649";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-burger-cheese::before {
  content: "\f7f1";
}
.fa-cheeseburger::before {
  content: "\f7f1";
}
.fa-burger-fries::before {
  content: "\e0cd";
}
.fa-burger-glass::before {
  content: "\e0ce";
}
.fa-burger-lettuce::before {
  content: "\e3e3";
}
.fa-burger-soda::before {
  content: "\f858";
}
.fa-burrito::before {
  content: "\f7ed";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-bus::before {
  content: "\f207";
}
.fa-bus-school::before {
  content: "\f5dd";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-butter::before {
  content: "\e3e4";
}
.fa-c::before {
  content: "\43";
}
.fa-cabin::before {
  content: "\e46d";
}
.fa-cabinet-filing::before {
  content: "\f64b";
}
.fa-cable-car::before {
  content: "\e0cf";
}
.fa-cactus::before {
  content: "\f8a7";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-cake-slice::before {
  content: "\e3e5";
}
.fa-shortcake::before {
  content: "\e3e5";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-calculator-simple::before {
  content: "\f64c";
}
.fa-calculator-alt::before {
  content: "\f64c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-calendar-arrow-down::before {
  content: "\e0d0";
}
.fa-calendar-download::before {
  content: "\e0d0";
}
.fa-calendar-arrow-up::before {
  content: "\e0d1";
}
.fa-calendar-upload::before {
  content: "\e0d1";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}
.fa-calendar-circle-minus::before {
  content: "\e46f";
}
.fa-calendar-circle-plus::before {
  content: "\e470";
}
.fa-calendar-circle-user::before {
  content: "\e471";
}
.fa-calendar-clock::before {
  content: "\e0d2";
}
.fa-calendar-time::before {
  content: "\e0d2";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-calendar-exclamation::before {
  content: "\f334";
}
.fa-calendar-heart::before {
  content: "\e0d3";
}
.fa-calendar-image::before {
  content: "\e0d4";
}
.fa-calendar-lines::before {
  content: "\e0d5";
}
.fa-calendar-note::before {
  content: "\e0d5";
}
.fa-calendar-lines-pen::before {
  content: "\e472";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-calendar-pen::before {
  content: "\f333";
}
.fa-calendar-edit::before {
  content: "\f333";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-calendar-range::before {
  content: "\e0d6";
}
.fa-calendar-star::before {
  content: "\f736";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-calendars::before {
  content: "\e0d7";
}
.fa-camcorder::before {
  content: "\f8a8";
}
.fa-video-handheld::before {
  content: "\f8a8";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-camera-cctv::before {
  content: "\f8ac";
}
.fa-cctv::before {
  content: "\f8ac";
}
.fa-camera-movie::before {
  content: "\f8a9";
}
.fa-camera-polaroid::before {
  content: "\f8aa";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-camera-security::before {
  content: "\f8fe";
}
.fa-camera-home::before {
  content: "\f8fe";
}
.fa-camera-slash::before {
  content: "\e0d9";
}
.fa-camera-viewfinder::before {
  content: "\e0da";
}
.fa-screenshot::before {
  content: "\e0da";
}
.fa-camera-web::before {
  content: "\f832";
}
.fa-webcam::before {
  content: "\f832";
}
.fa-camera-web-slash::before {
  content: "\f833";
}
.fa-webcam-slash::before {
  content: "\f833";
}
.fa-campfire::before {
  content: "\f6ba";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-can-food::before {
  content: "\e3e6";
}
.fa-candle-holder::before {
  content: "\f6bc";
}
.fa-candy::before {
  content: "\e3e7";
}
.fa-candy-bar::before {
  content: "\e3e8";
}
.fa-chocolate-bar::before {
  content: "\e3e8";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-candy-corn::before {
  content: "\f6bd";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-car-bolt::before {
  content: "\e341";
}
.fa-car-building::before {
  content: "\f859";
}
.fa-car-bump::before {
  content: "\f5e0";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-car-bus::before {
  content: "\f85a";
}
.fa-car-circle-bolt::before {
  content: "\e342";
}
.fa-car-garage::before {
  content: "\f5e2";
}
.fa-car-mirrors::before {
  content: "\e343";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-car-side-bolt::before {
  content: "\e344";
}
.fa-car-tilt::before {
  content: "\f5e5";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-car-wash::before {
  content: "\f5e6";
}
.fa-car-wrench::before {
  content: "\f5e3";
}
.fa-car-mechanic::before {
  content: "\f5e3";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-caravan-simple::before {
  content: "\e000";
}
.fa-caravan-alt::before {
  content: "\e000";
}
.fa-card-club::before {
  content: "\e3e9";
}
.fa-card-diamond::before {
  content: "\e3ea";
}
.fa-card-heart::before {
  content: "\e3eb";
}
.fa-card-spade::before {
  content: "\e3ec";
}
.fa-cards::before {
  content: "\e3ed";
}
.fa-cards-blank::before {
  content: "\e4df";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-cars::before {
  content: "\f85b";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-cart-arrow-up::before {
  content: "\e3ee";
}
.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}
.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}
.fa-cart-circle-check::before {
  content: "\e3f1";
}
.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}
.fa-cart-circle-plus::before {
  content: "\e3f3";
}
.fa-cart-circle-xmark::before {
  content: "\e3f4";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-cart-flatbed-boxes::before {
  content: "\f475";
}
.fa-dolly-flatbed-alt::before {
  content: "\f475";
}
.fa-cart-flatbed-empty::before {
  content: "\f476";
}
.fa-dolly-flatbed-empty::before {
  content: "\f476";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-cart-minus::before {
  content: "\e0db";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-cart-shopping-fast::before {
  content: "\e0dc";
}
.fa-cart-xmark::before {
  content: "\e0dd";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-cassette-betamax::before {
  content: "\f8a4";
}
.fa-betamax::before {
  content: "\f8a4";
}
.fa-cassette-tape::before {
  content: "\f8ab";
}
.fa-cassette-vhs::before {
  content: "\f8ec";
}
.fa-vhs::before {
  content: "\f8ec";
}
.fa-castle::before {
  content: "\e0de";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-cat-space::before {
  content: "\e001";
}
.fa-cauldron::before {
  content: "\f6bf";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-chair-office::before {
  content: "\f6c1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-champagne-glass::before {
  content: "\f79e";
}
.fa-glass-champagne::before {
  content: "\f79e";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-chart-bullet::before {
  content: "\e0e1";
}
.fa-chart-candlestick::before {
  content: "\e0e2";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-chart-line-down::before {
  content: "\f64d";
}
.fa-chart-line-up::before {
  content: "\e0e5";
}
.fa-chart-mixed::before {
  content: "\f643";
}
.fa-analytics::before {
  content: "\f643";
}
.fa-chart-network::before {
  content: "\f78a";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-chart-pie-simple::before {
  content: "\f64e";
}
.fa-chart-pie-alt::before {
  content: "\f64e";
}
.fa-chart-pyramid::before {
  content: "\e0e6";
}
.fa-chart-radar::before {
  content: "\e0e7";
}
.fa-chart-scatter::before {
  content: "\f7ee";
}
.fa-chart-scatter-3d::before {
  content: "\e0e8";
}
.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-chart-simple-horizontal::before {
  content: "\e474";
}
.fa-chart-tree-map::before {
  content: "\e0ea";
}
.fa-chart-user::before {
  content: "\f6a3";
}
.fa-user-chart::before {
  content: "\f6a3";
}
.fa-chart-waterfall::before {
  content: "\e0eb";
}
.fa-check::before {
  content: "\f00c";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-cheese-swiss::before {
  content: "\f7f0";
}
.fa-cherries::before {
  content: "\e0ec";
}
.fa-chess::before {
  content: "\f439";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-chess-bishop-piece::before {
  content: "\f43b";
}
.fa-chess-bishop-alt::before {
  content: "\f43b";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-chess-clock::before {
  content: "\f43d";
}
.fa-chess-clock-flip::before {
  content: "\f43e";
}
.fa-chess-clock-alt::before {
  content: "\f43e";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-chess-king-piece::before {
  content: "\f440";
}
.fa-chess-king-alt::before {
  content: "\f440";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-chess-knight-piece::before {
  content: "\f442";
}
.fa-chess-knight-alt::before {
  content: "\f442";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-chess-pawn-piece::before {
  content: "\f444";
}
.fa-chess-pawn-alt::before {
  content: "\f444";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-chess-queen-piece::before {
  content: "\f446";
}
.fa-chess-queen-alt::before {
  content: "\f446";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-chess-rook-piece::before {
  content: "\f448";
}
.fa-chess-rook-alt::before {
  content: "\f448";
}
.fa-chestnut::before {
  content: "\e3f6";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-chevrons-down::before {
  content: "\f322";
}
.fa-chevron-double-down::before {
  content: "\f322";
}
.fa-chevrons-left::before {
  content: "\f323";
}
.fa-chevron-double-left::before {
  content: "\f323";
}
.fa-chevrons-right::before {
  content: "\f324";
}
.fa-chevron-double-right::before {
  content: "\f324";
}
.fa-chevrons-up::before {
  content: "\f325";
}
.fa-chevron-double-up::before {
  content: "\f325";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chimney::before {
  content: "\f78b";
}
.fa-chopsticks::before {
  content: "\e3f7";
}
.fa-church::before {
  content: "\f51d";
}
.fa-circle::before {
  content: "\f111";
}
.fa-circle-0::before {
  content: "\e0ed";
}
.fa-circle-1::before {
  content: "\e0ee";
}
.fa-circle-2::before {
  content: "\e0ef";
}
.fa-circle-3::before {
  content: "\e0f0";
}
.fa-circle-4::before {
  content: "\e0f1";
}
.fa-circle-5::before {
  content: "\e0f2";
}
.fa-circle-6::before {
  content: "\e0f3";
}
.fa-circle-7::before {
  content: "\e0f4";
}
.fa-circle-8::before {
  content: "\e0f5";
}
.fa-circle-9::before {
  content: "\e0f6";
}
.fa-circle-a::before {
  content: "\e0f7";
}
.fa-circle-ampersand::before {
  content: "\e0f8";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}
.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}
.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}
.fa-circle-b::before {
  content: "\e0fd";
}
.fa-circle-bolt::before {
  content: "\e0fe";
}
.fa-circle-book-open::before {
  content: "\e0ff";
}
.fa-book-circle::before {
  content: "\e0ff";
}
.fa-circle-bookmark::before {
  content: "\e100";
}
.fa-bookmark-circle::before {
  content: "\e100";
}
.fa-circle-c::before {
  content: "\e101";
}
.fa-circle-calendar::before {
  content: "\e102";
}
.fa-calendar-circle::before {
  content: "\e102";
}
.fa-circle-camera::before {
  content: "\e103";
}
.fa-camera-circle::before {
  content: "\e103";
}
.fa-circle-caret-down::before {
  content: "\f32d";
}
.fa-caret-circle-down::before {
  content: "\f32d";
}
.fa-circle-caret-left::before {
  content: "\f32e";
}
.fa-caret-circle-left::before {
  content: "\f32e";
}
.fa-circle-caret-right::before {
  content: "\f330";
}
.fa-caret-circle-right::before {
  content: "\f330";
}
.fa-circle-caret-up::before {
  content: "\f331";
}
.fa-caret-circle-up::before {
  content: "\f331";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-circle-d::before {
  content: "\e104";
}
.fa-circle-dashed::before {
  content: "\e105";
}
.fa-circle-divide::before {
  content: "\e106";
}
.fa-circle-dollar::before {
  content: "\f2e8";
}
.fa-dollar-circle::before {
  content: "\f2e8";
}
.fa-usd-circle::before {
  content: "\f2e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-circle-down-left::before {
  content: "\e107";
}
.fa-circle-down-right::before {
  content: "\e108";
}
.fa-circle-e::before {
  content: "\e109";
}
.fa-circle-ellipsis::before {
  content: "\e10a";
}
.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}
.fa-circle-envelope::before {
  content: "\e10c";
}
.fa-envelope-circle::before {
  content: "\e10c";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-circle-exclamation-check::before {
  content: "\e10d";
}
.fa-circle-f::before {
  content: "\e10e";
}
.fa-circle-g::before {
  content: "\e10f";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-circle-half::before {
  content: "\e110";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-circle-heart::before {
  content: "\f4c7";
}
.fa-heart-circle::before {
  content: "\f4c7";
}
.fa-circle-i::before {
  content: "\e111";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-circle-j::before {
  content: "\e112";
}
.fa-circle-k::before {
  content: "\e113";
}
.fa-circle-l::before {
  content: "\e114";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-circle-location-arrow::before {
  content: "\f602";
}
.fa-location-circle::before {
  content: "\f602";
}
.fa-circle-m::before {
  content: "\e115";
}
.fa-circle-microphone::before {
  content: "\e116";
}
.fa-microphone-circle::before {
  content: "\e116";
}
.fa-circle-microphone-lines::before {
  content: "\e117";
}
.fa-microphone-circle-alt::before {
  content: "\e117";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-circle-n::before {
  content: "\e118";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-circle-o::before {
  content: "\e119";
}
.fa-circle-p::before {
  content: "\e11a";
}
.fa-circle-parking::before {
  content: "\f615";
}
.fa-parking-circle::before {
  content: "\f615";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-circle-phone::before {
  content: "\e11b";
}
.fa-phone-circle::before {
  content: "\e11b";
}
.fa-circle-phone-flip::before {
  content: "\e11c";
}
.fa-phone-circle-alt::before {
  content: "\e11c";
}
.fa-circle-phone-hangup::before {
  content: "\e11d";
}
.fa-phone-circle-down::before {
  content: "\e11d";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-circle-q::before {
  content: "\e11e";
}
.fa-circle-quarter::before {
  content: "\e11f";
}
.fa-circle-quarters::before {
  content: "\e3f8";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-circle-r::before {
  content: "\e120";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-circle-s::before {
  content: "\e121";
}
.fa-circle-small::before {
  content: "\e122";
}
.fa-circle-sort::before {
  content: "\e030";
}
.fa-sort-circle::before {
  content: "\e030";
}
.fa-circle-sort-down::before {
  content: "\e031";
}
.fa-sort-circle-down::before {
  content: "\e031";
}
.fa-circle-sort-up::before {
  content: "\e032";
}
.fa-sort-circle-up::before {
  content: "\e032";
}
.fa-circle-star::before {
  content: "\e123";
}
.fa-star-circle::before {
  content: "\e123";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-circle-t::before {
  content: "\e124";
}
.fa-circle-three-quarters::before {
  content: "\e125";
}
.fa-circle-trash::before {
  content: "\e126";
}
.fa-trash-circle::before {
  content: "\e126";
}
.fa-circle-u::before {
  content: "\e127";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-circle-up-left::before {
  content: "\e128";
}
.fa-circle-up-right::before {
  content: "\e129";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-circle-v::before {
  content: "\e12a";
}
.fa-circle-video::before {
  content: "\e12b";
}
.fa-video-circle::before {
  content: "\e12b";
}
.fa-circle-w::before {
  content: "\e12c";
}
.fa-circle-waveform-lines::before {
  content: "\e12d";
}
.fa-waveform-circle::before {
  content: "\e12d";
}
.fa-circle-x::before {
  content: "\e12e";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-circle-y::before {
  content: "\e12f";
}
.fa-circle-z::before {
  content: "\e130";
}
.fa-citrus::before {
  content: "\e2f4";
}
.fa-citrus-slice::before {
  content: "\e2f5";
}
.fa-city::before {
  content: "\f64f";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-clapperboard-play::before {
  content: "\e132";
}
.fa-clarinet::before {
  content: "\f8ad";
}
.fa-claw-marks::before {
  content: "\f6c2";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-clipboard-list-check::before {
  content: "\f737";
}
.fa-clipboard-medical::before {
  content: "\e133";
}
.fa-clipboard-prescription::before {
  content: "\f5e8";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-clock-desk::before {
  content: "\e134";
}
.fa-clock-eight::before {
  content: "\e345";
}
.fa-clock-eight-thirty::before {
  content: "\e346";
}
.fa-clock-eleven::before {
  content: "\e347";
}
.fa-clock-eleven-thirty::before {
  content: "\e348";
}
.fa-clock-five::before {
  content: "\e349";
}
.fa-clock-five-thirty::before {
  content: "\e34a";
}
.fa-clock-four-thirty::before {
  content: "\e34b";
}
.fa-clock-nine::before {
  content: "\e34c";
}
.fa-clock-nine-thirty::before {
  content: "\e34d";
}
.fa-clock-one::before {
  content: "\e34e";
}
.fa-clock-one-thirty::before {
  content: "\e34f";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-clock-seven::before {
  content: "\e350";
}
.fa-clock-seven-thirty::before {
  content: "\e351";
}
.fa-clock-six::before {
  content: "\e352";
}
.fa-clock-six-thirty::before {
  content: "\e353";
}
.fa-clock-ten::before {
  content: "\e354";
}
.fa-clock-ten-thirty::before {
  content: "\e355";
}
.fa-clock-three::before {
  content: "\e356";
}
.fa-clock-three-thirty::before {
  content: "\e357";
}
.fa-clock-twelve::before {
  content: "\e358";
}
.fa-clock-twelve-thirty::before {
  content: "\e359";
}
.fa-clock-two::before {
  content: "\e35a";
}
.fa-clock-two-thirty::before {
  content: "\e35b";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-closed-captioning-slash::before {
  content: "\e135";
}
.fa-clothes-hanger::before {
  content: "\e136";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-cloud-bolt-moon::before {
  content: "\f76d";
}
.fa-thunderstorm-moon::before {
  content: "\f76d";
}
.fa-cloud-bolt-sun::before {
  content: "\f76e";
}
.fa-thunderstorm-sun::before {
  content: "\f76e";
}
.fa-cloud-check::before {
  content: "\e35c";
}
.fa-cloud-drizzle::before {
  content: "\f738";
}
.fa-cloud-exclamation::before {
  content: "\e491";
}
.fa-cloud-fog::before {
  content: "\f74e";
}
.fa-fog::before {
  content: "\f74e";
}
.fa-cloud-hail::before {
  content: "\f739";
}
.fa-cloud-hail-mixed::before {
  content: "\f73a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-cloud-minus::before {
  content: "\e35d";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-cloud-music::before {
  content: "\f8ae";
}
.fa-cloud-plus::before {
  content: "\e35e";
}
.fa-cloud-question::before {
  content: "\e492";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-cloud-rainbow::before {
  content: "\f73e";
}
.fa-cloud-showers::before {
  content: "\f73f";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-cloud-slash::before {
  content: "\e137";
}
.fa-cloud-sleet::before {
  content: "\f741";
}
.fa-cloud-snow::before {
  content: "\f742";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-cloud-word::before {
  content: "\e138";
}
.fa-cloud-xmark::before {
  content: "\e35f";
}
.fa-clouds::before {
  content: "\f744";
}
.fa-clouds-moon::before {
  content: "\f745";
}
.fa-clouds-sun::before {
  content: "\f746";
}
.fa-clover::before {
  content: "\e139";
}
.fa-club::before {
  content: "\f327";
}
.fa-coconut::before {
  content: "\e2f6";
}
.fa-code::before {
  content: "\f121";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-code-pull-request-closed::before {
  content: "\e3f9";
}
.fa-code-pull-request-draft::before {
  content: "\e3fa";
}
.fa-code-simple::before {
  content: "\e13d";
}
.fa-coffee-bean::before {
  content: "\e13e";
}
.fa-coffee-beans::before {
  content: "\e13f";
}
.fa-coffee-pot::before {
  content: "\e002";
}
.fa-coffin::before {
  content: "\f6c6";
}
.fa-coffin-cross::before {
  content: "\e051";
}
.fa-coin::before {
  content: "\f85c";
}
.fa-coin-blank::before {
  content: "\e3fb";
}
.fa-coin-front::before {
  content: "\e3fc";
}
.fa-coin-vertical::before {
  content: "\e3fd";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-colon::before {
  content: "\3a";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-columns-3::before {
  content: "\e361";
}
.fa-comet::before {
  content: "\e003";
}
.fa-comma::before {
  content: "\2c";
}
.fa-command::before {
  content: "\e142";
}
.fa-comment::before {
  content: "\f075";
}
.fa-comment-arrow-down::before {
  content: "\e143";
}
.fa-comment-arrow-up::before {
  content: "\e144";
}
.fa-comment-arrow-up-right::before {
  content: "\e145";
}
.fa-comment-captions::before {
  content: "\e146";
}
.fa-comment-check::before {
  content: "\f4ac";
}
.fa-comment-code::before {
  content: "\e147";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-comment-exclamation::before {
  content: "\f4af";
}
.fa-comment-image::before {
  content: "\e148";
}
.fa-comment-lines::before {
  content: "\f4b0";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-comment-middle::before {
  content: "\e149";
}
.fa-comment-middle-top::before {
  content: "\e14a";
}
.fa-comment-minus::before {
  content: "\f4b1";
}
.fa-comment-music::before {
  content: "\f8b0";
}
.fa-comment-pen::before {
  content: "\f4ae";
}
.fa-comment-edit::before {
  content: "\f4ae";
}
.fa-comment-plus::before {
  content: "\f4b2";
}
.fa-comment-question::before {
  content: "\e14b";
}
.fa-comment-quote::before {
  content: "\e14c";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-comment-smile::before {
  content: "\f4b4";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-comment-text::before {
  content: "\e14d";
}
.fa-comment-xmark::before {
  content: "\f4b5";
}
.fa-comment-times::before {
  content: "\f4b5";
}
.fa-comments::before {
  content: "\f086";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-comments-question::before {
  content: "\e14e";
}
.fa-comments-question-check::before {
  content: "\e14f";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-compass-slash::before {
  content: "\f5e9";
}
.fa-compress::before {
  content: "\f066";
}
.fa-compress-wide::before {
  content: "\f326";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-computer-classic::before {
  content: "\f8b1";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}
.fa-mouse-alt::before {
  content: "\f8cd";
}
.fa-computer-speaker::before {
  content: "\f8b2";
}
.fa-container-storage::before {
  content: "\f4b7";
}
.fa-conveyor-belt::before {
  content: "\f46e";
}
.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}
.fa-conveyor-belt-alt::before {
  content: "\f46f";
}
.fa-conveyor-belt-empty::before {
  content: "\e150";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-corn::before {
  content: "\f6c7";
}
.fa-corner::before {
  content: "\e3fe";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-cowbell::before {
  content: "\f8b3";
}
.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}
.fa-cowbell-more::before {
  content: "\f8b4";
}
.fa-crab::before {
  content: "\e3ff";
}
.fa-crate-apple::before {
  content: "\f6b1";
}
.fa-apple-crate::before {
  content: "\f6b1";
}
.fa-crate-empty::before {
  content: "\e151";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-credit-card-blank::before {
  content: "\f389";
}
.fa-credit-card-front::before {
  content: "\f38a";
}
.fa-cricket-bat-ball::before {
  content: "\f449";
}
.fa-cricket::before {
  content: "\f449";
}
.fa-croissant::before {
  content: "\f7f6";
}
.fa-crop::before {
  content: "\f125";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-cross::before {
  content: "\f654";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-crow::before {
  content: "\f520";
}
.fa-crown::before {
  content: "\f521";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-crutches::before {
  content: "\f7f8";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-crystal-ball::before {
  content: "\e362";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-cucumber::before {
  content: "\e401";
}
.fa-cup-straw::before {
  content: "\e363";
}
.fa-cup-straw-swoosh::before {
  content: "\e364";
}
.fa-cup-togo::before {
  content: "\f6c5";
}
.fa-coffee-togo::before {
  content: "\f6c5";
}
.fa-cupcake::before {
  content: "\e402";
}
.fa-curling-stone::before {
  content: "\f44a";
}
.fa-curling::before {
  content: "\f44a";
}
.fa-custard::before {
  content: "\e403";
}
.fa-d::before {
  content: "\44";
}
.fa-dagger::before {
  content: "\f6cb";
}
.fa-dash::before {
  content: "\e404";
}
.fa-minus-large::before {
  content: "\e404";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-deer::before {
  content: "\f78e";
}
.fa-deer-rudolph::before {
  content: "\f78f";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-delete-right::before {
  content: "\e154";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-desktop-arrow-down::before {
  content: "\e155";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-diagram-cells::before {
  content: "\e475";
}
.fa-diagram-lean-canvas::before {
  content: "\e156";
}
.fa-diagram-nested::before {
  content: "\e157";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-diagram-previous::before {
  content: "\e478";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-diagram-sankey::before {
  content: "\e158";
}
.fa-diagram-subtask::before {
  content: "\e479";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-diagram-venn::before {
  content: "\e15a";
}
.fa-dial::before {
  content: "\e15b";
}
.fa-dial-med-high::before {
  content: "\e15b";
}
.fa-dial-high::before {
  content: "\e15c";
}
.fa-dial-low::before {
  content: "\e15d";
}
.fa-dial-max::before {
  content: "\e15e";
}
.fa-dial-med::before {
  content: "\e15f";
}
.fa-dial-med-low::before {
  content: "\e160";
}
.fa-dial-min::before {
  content: "\e161";
}
.fa-dial-off::before {
  content: "\e162";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-diamond-exclamation::before {
  content: "\e405";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-dice::before {
  content: "\f522";
}
.fa-dice-d10::before {
  content: "\f6cd";
}
.fa-dice-d12::before {
  content: "\f6ce";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-dice-d4::before {
  content: "\f6d0";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-dice-d8::before {
  content: "\f6d2";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-diploma::before {
  content: "\f5ea";
}
.fa-scroll-ribbon::before {
  content: "\f5ea";
}
.fa-disc-drive::before {
  content: "\f8b5";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-display::before {
  content: "\e163";
}
.fa-display-arrow-down::before {
  content: "\e164";
}
.fa-display-code::before {
  content: "\e165";
}
.fa-desktop-code::before {
  content: "\e165";
}
.fa-display-medical::before {
  content: "\e166";
}
.fa-desktop-medical::before {
  content: "\e166";
}
.fa-display-slash::before {
  content: "\e2fa";
}
.fa-desktop-slash::before {
  content: "\e2fa";
}
.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}
.fa-distribute-spacing-vertical::before {
  content: "\e366";
}
.fa-ditto::before {
  content: "\22";
}
.fa-divide::before {
  content: "\f529";
}
.fa-dna::before {
  content: "\f471";
}
.fa-do-not-enter::before {
  content: "\f5ec";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-dog-leashed::before {
  content: "\f6d4";
}
.fa-dollar-sign::before {
  content: "\24";
}
.fa-dollar::before {
  content: "\24";
}
.fa-usd::before {
  content: "\24";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-dolly-empty::before {
  content: "\f473";
}
.fa-dolphin::before {
  content: "\e168";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-donut::before {
  content: "\e406";
}
.fa-doughnut::before {
  content: "\e406";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-down::before {
  content: "\f354";
}
.fa-arrow-alt-down::before {
  content: "\f354";
}
.fa-down-from-dotted-line::before {
  content: "\e407";
}
.fa-down-from-line::before {
  content: "\f349";
}
.fa-arrow-alt-from-top::before {
  content: "\f349";
}
.fa-down-left::before {
  content: "\e16a";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-down-right::before {
  content: "\e16b";
}
.fa-down-to-bracket::before {
  content: "\e4e7";
}
.fa-down-to-dotted-line::before {
  content: "\e408";
}
.fa-down-to-line::before {
  content: "\f34a";
}
.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}
.fa-download::before {
  content: "\f019";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-draw-circle::before {
  content: "\f5ed";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-draw-square::before {
  content: "\f5ef";
}
.fa-dreidel::before {
  content: "\f792";
}
.fa-drone::before {
  content: "\f85f";
}
.fa-drone-front::before {
  content: "\f860";
}
.fa-drone-alt::before {
  content: "\f860";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-droplet-degree::before {
  content: "\f748";
}
.fa-dewpoint::before {
  content: "\f748";
}
.fa-droplet-percent::before {
  content: "\f750";
}
.fa-humidity::before {
  content: "\f750";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-drum::before {
  content: "\f569";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-drumstick::before {
  content: "\f6d6";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-dryer::before {
  content: "\f861";
}
.fa-dryer-heat::before {
  content: "\f862";
}
.fa-dryer-alt::before {
  content: "\f862";
}
.fa-duck::before {
  content: "\f6d8";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-e::before {
  content: "\45";
}
.fa-ear::before {
  content: "\f5f0";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-ear-muffs::before {
  content: "\f795";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-eclipse::before {
  content: "\f749";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-egg-fried::before {
  content: "\f7fc";
}
.fa-eggplant::before {
  content: "\e16c";
}
.fa-eject::before {
  content: "\f052";
}
.fa-elephant::before {
  content: "\f6da";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-ellipsis-stroke::before {
  content: "\f39b";
}
.fa-ellipsis-h-alt::before {
  content: "\f39b";
}
.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}
.fa-ellipsis-v-alt::before {
  content: "\f39c";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-empty-set::before {
  content: "\f656";
}
.fa-engine::before {
  content: "\e16e";
}
.fa-engine-warning::before {
  content: "\f5f2";
}
.fa-engine-exclamation::before {
  content: "\f5f2";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-envelope-dot::before {
  content: "\e16f";
}
.fa-envelope-badge::before {
  content: "\e16f";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-envelope-open-dollar::before {
  content: "\f657";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-envelopes::before {
  content: "\e170";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-equals::before {
  content: "\3d";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-escalator::before {
  content: "\e171";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-exclamation::before {
  content: "\21";
}
.fa-expand::before {
  content: "\f065";
}
.fa-expand-wide::before {
  content: "\f320";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-full::before {
  content: "\e172";
}
.fa-eye-dropper-half::before {
  content: "\e173";
}
.fa-eye-evil::before {
  content: "\f6db";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-eyes::before {
  content: "\e367";
}
.fa-f::before {
  content: "\46";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-face-angry-horns::before {
  content: "\e368";
}
.fa-face-anguished::before {
  content: "\e369";
}
.fa-face-anxious-sweat::before {
  content: "\e36a";
}
.fa-face-astonished::before {
  content: "\e36b";
}
.fa-face-awesome::before {
  content: "\e409";
}
.fa-gave-dandy::before {
  content: "\e409";
}
.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}
.fa-face-clouds::before {
  content: "\e47d";
}
.fa-face-confounded::before {
  content: "\e36c";
}
.fa-face-confused::before {
  content: "\e36d";
}
.fa-face-cowboy-hat::before {
  content: "\e36e";
}
.fa-face-diagonal-mouth::before {
  content: "\e47e";
}
.fa-face-disappointed::before {
  content: "\e36f";
}
.fa-face-disguise::before {
  content: "\e370";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-face-dotted::before {
  content: "\e47f";
}
.fa-face-downcast-sweat::before {
  content: "\e371";
}
.fa-face-drooling::before {
  content: "\e372";
}
.fa-face-exhaling::before {
  content: "\e480";
}
.fa-face-explode::before {
  content: "\e2fe";
}
.fa-exploding-head::before {
  content: "\e2fe";
}
.fa-face-expressionless::before {
  content: "\e373";
}
.fa-face-eyes-xmarks::before {
  content: "\e374";
}
.fa-face-fearful::before {
  content: "\e375";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-face-frown-slight::before {
  content: "\e376";
}
.fa-face-glasses::before {
  content: "\e377";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-face-hand-over-mouth::before {
  content: "\e378";
}
.fa-face-hand-peeking::before {
  content: "\e481";
}
.fa-face-hand-yawn::before {
  content: "\e379";
}
.fa-face-head-bandage::before {
  content: "\e37a";
}
.fa-face-holding-back-tears::before {
  content: "\e482";
}
.fa-face-hushed::before {
  content: "\e37b";
}
.fa-face-icicles::before {
  content: "\e37c";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-face-lying::before {
  content: "\e37e";
}
.fa-face-mask::before {
  content: "\e37f";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-face-melting::before {
  content: "\e483";
}
.fa-face-monocle::before {
  content: "\e380";
}
.fa-face-nauseated::before {
  content: "\e381";
}
.fa-face-nose-steam::before {
  content: "\e382";
}
.fa-face-party::before {
  content: "\e383";
}
.fa-face-pensive::before {
  content: "\e384";
}
.fa-face-persevering::before {
  content: "\e385";
}
.fa-face-pleading::before {
  content: "\e386";
}
.fa-face-pouting::before {
  content: "\e387";
}
.fa-face-raised-eyebrow::before {
  content: "\e388";
}
.fa-face-relieved::before {
  content: "\e389";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-face-sad-sweat::before {
  content: "\e38a";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-face-saluting::before {
  content: "\e484";
}
.fa-face-scream::before {
  content: "\e38b";
}
.fa-face-shush::before {
  content: "\e38c";
}
.fa-face-sleeping::before {
  content: "\e38d";
}
.fa-face-sleepy::before {
  content: "\e38e";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-face-smile-halo::before {
  content: "\e38f";
}
.fa-face-smile-hearts::before {
  content: "\e390";
}
.fa-face-smile-horns::before {
  content: "\e391";
}
.fa-face-smile-plus::before {
  content: "\f5b9";
}
.fa-smile-plus::before {
  content: "\f5b9";
}
.fa-face-smile-relaxed::before {
  content: "\e392";
}
.fa-face-smile-tear::before {
  content: "\e393";
}
.fa-face-smile-tongue::before {
  content: "\e394";
}
.fa-face-smile-upside-down::before {
  content: "\e395";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-face-smiling-hands::before {
  content: "\e396";
}
.fa-face-smirking::before {
  content: "\e397";
}
.fa-face-spiral-eyes::before {
  content: "\e485";
}
.fa-face-sunglasses::before {
  content: "\e398";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-face-swear::before {
  content: "\e399";
}
.fa-face-thermometer::before {
  content: "\e39a";
}
.fa-face-thinking::before {
  content: "\e39b";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-face-tissue::before {
  content: "\e39c";
}
.fa-face-tongue-money::before {
  content: "\e39d";
}
.fa-face-tongue-sweat::before {
  content: "\e39e";
}
.fa-face-unamused::before {
  content: "\e39f";
}
.fa-face-viewfinder::before {
  content: "\e2ff";
}
.fa-face-vomit::before {
  content: "\e3a0";
}
.fa-face-weary::before {
  content: "\e3a1";
}
.fa-face-woozy::before {
  content: "\e3a2";
}
.fa-face-worried::before {
  content: "\e3a3";
}
.fa-face-zany::before {
  content: "\e3a4";
}
.fa-face-zipper::before {
  content: "\e3a5";
}
.fa-falafel::before {
  content: "\e40a";
}
.fa-family::before {
  content: "\e300";
}
.fa-family-dress::before {
  content: "\e301";
}
.fa-family-pants::before {
  content: "\e302";
}
.fa-fan::before {
  content: "\f863";
}
.fa-fan-table::before {
  content: "\e004";
}
.fa-farm::before {
  content: "\f864";
}
.fa-barn-silo::before {
  content: "\f864";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-fence::before {
  content: "\e303";
}
.fa-ferris-wheel::before {
  content: "\e174";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}
.fa-field-hockey::before {
  content: "\f44c";
}
.fa-file::before {
  content: "\f15b";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-file-binary::before {
  content: "\e175";
}
.fa-file-certificate::before {
  content: "\f5f3";
}
.fa-file-award::before {
  content: "\f5f3";
}
.fa-file-chart-column::before {
  content: "\f659";
}
.fa-file-chart-line::before {
  content: "\f659";
}
.fa-file-chart-pie::before {
  content: "\f65a";
}
.fa-file-check::before {
  content: "\f316";
}
.fa-file-circle-check::before {
  content: "\e493";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-file-circle-info::before {
  content: "\e4ec";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-file-circle-plus::before {
  content: "\e4ee";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-file-circle-xmark::before {
  content: "\e494";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-file-dashed-line::before {
  content: "\f877";
}
.fa-page-break::before {
  content: "\f877";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-exclamation::before {
  content: "\f31a";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-file-heart::before {
  content: "\e176";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-file-lock::before {
  content: "\e3a6";
}
.fa-file-magnifying-glass::before {
  content: "\f865";
}
.fa-file-search::before {
  content: "\f865";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-file-minus::before {
  content: "\f318";
}
.fa-file-music::before {
  content: "\f8b6";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-file-plus::before {
  content: "\f319";
}
.fa-file-plus-minus::before {
  content: "\e177";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-file-slash::before {
  content: "\e3a7";
}
.fa-file-spreadsheet::before {
  content: "\f65b";
}
.fa-file-user::before {
  content: "\f65c";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-xmark::before {
  content: "\f317";
}
.fa-file-times::before {
  content: "\f317";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-files::before {
  content: "\e178";
}
.fa-files-medical::before {
  content: "\f7fd";
}
.fa-fill::before {
  content: "\f575";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-film::before {
  content: "\f008";
}
.fa-film-canister::before {
  content: "\f8b7";
}
.fa-film-simple::before {
  content: "\f3a0";
}
.fa-film-alt::before {
  content: "\f3a0";
}
.fa-film-slash::before {
  content: "\e179";
}
.fa-films::before {
  content: "\e17a";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-filter-list::before {
  content: "\e17c";
}
.fa-filter-slash::before {
  content: "\e17d";
}
.fa-filters::before {
  content: "\e17e";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-fire-flame::before {
  content: "\f6df";
}
.fa-flame::before {
  content: "\f6df";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-fire-hydrant::before {
  content: "\e17f";
}
.fa-fire-smoke::before {
  content: "\f74b";
}
.fa-fireplace::before {
  content: "\f79a";
}
.fa-fish::before {
  content: "\f578";
}
.fa-fish-bones::before {
  content: "\e304";
}
.fa-fish-cooked::before {
  content: "\f7fe";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-fishing-rod::before {
  content: "\e3a8";
}
.fa-flag::before {
  content: "\f024";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-flag-pennant::before {
  content: "\f456";
}
.fa-pennant::before {
  content: "\f456";
}
.fa-flag-swallowtail::before {
  content: "\f74c";
}
.fa-flag-alt::before {
  content: "\f74c";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-flashlight::before {
  content: "\f8b8";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-flask-round-poison::before {
  content: "\f6e0";
}
.fa-flask-poison::before {
  content: "\f6e0";
}
.fa-flask-round-potion::before {
  content: "\f6e1";
}
.fa-flask-potion::before {
  content: "\f6e1";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-flatbread::before {
  content: "\e40b";
}
.fa-flatbread-stuffed::before {
  content: "\e40c";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}
.fa-save-circle-arrow-right::before {
  content: "\e180";
}
.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}
.fa-floppy-disk-times::before {
  content: "\e181";
}
.fa-save-circle-xmark::before {
  content: "\e181";
}
.fa-save-times::before {
  content: "\e181";
}
.fa-floppy-disk-pen::before {
  content: "\e182";
}
.fa-floppy-disks::before {
  content: "\e183";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-flower::before {
  content: "\f7ff";
}
.fa-flower-daffodil::before {
  content: "\f800";
}
.fa-flower-tulip::before {
  content: "\f801";
}
.fa-flute::before {
  content: "\f8b9";
}
.fa-flux-capacitor::before {
  content: "\f8ba";
}
.fa-flying-disc::before {
  content: "\e3a9";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-folder-arrow-down::before {
  content: "\e053";
}
.fa-folder-download::before {
  content: "\e053";
}
.fa-folder-arrow-up::before {
  content: "\e054";
}
.fa-folder-upload::before {
  content: "\e054";
}
.fa-folder-bookmark::before {
  content: "\e186";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-folder-gear::before {
  content: "\e187";
}
.fa-folder-cog::before {
  content: "\e187";
}
.fa-folder-grid::before {
  content: "\e188";
}
.fa-folder-heart::before {
  content: "\e189";
}
.fa-folder-image::before {
  content: "\e18a";
}
.fa-folder-magnifying-glass::before {
  content: "\e18b";
}
.fa-folder-search::before {
  content: "\e18b";
}
.fa-folder-medical::before {
  content: "\e18c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-folder-music::before {
  content: "\e18d";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-folder-user::before {
  content: "\e18e";
}
.fa-folder-xmark::before {
  content: "\f65f";
}
.fa-folder-times::before {
  content: "\f65f";
}
.fa-folders::before {
  content: "\f660";
}
.fa-fondue-pot::before {
  content: "\e40d";
}
.fa-font::before {
  content: "\f031";
}
.fa-font-case::before {
  content: "\f866";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-football-helmet::before {
  content: "\f44f";
}
.fa-fork::before {
  content: "\f2e3";
}
.fa-utensil-fork::before {
  content: "\f2e3";
}
.fa-fork-knife::before {
  content: "\f2e6";
}
.fa-utensils-alt::before {
  content: "\f2e6";
}
.fa-forklift::before {
  content: "\f47a";
}
.fa-fort::before {
  content: "\e486";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-frame::before {
  content: "\e495";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-french-fries::before {
  content: "\f803";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-function::before {
  content: "\f661";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-g::before {
  content: "\47";
}
.fa-galaxy::before {
  content: "\e008";
}
.fa-gallery-thumbnails::before {
  content: "\e3aa";
}
.fa-game-board::before {
  content: "\f867";
}
.fa-game-board-simple::before {
  content: "\f868";
}
.fa-game-board-alt::before {
  content: "\f868";
}
.fa-game-console-handheld::before {
  content: "\f8bb";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-gamepad-modern::before {
  content: "\f8bc";
}
.fa-gamepad-alt::before {
  content: "\f8bc";
}
.fa-garage::before {
  content: "\e009";
}
.fa-garage-car::before {
  content: "\e00a";
}
.fa-garage-open::before {
  content: "\e00b";
}
.fa-garlic::before {
  content: "\e40e";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-gas-pump-slash::before {
  content: "\f5f4";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-gauge-circle-bolt::before {
  content: "\e496";
}
.fa-gauge-circle-minus::before {
  content: "\e497";
}
.fa-gauge-circle-plus::before {
  content: "\e498";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-gauge-low::before {
  content: "\f627";
}
.fa-tachometer-alt-slow::before {
  content: "\f627";
}
.fa-gauge-max::before {
  content: "\f626";
}
.fa-tachometer-alt-fastest::before {
  content: "\f626";
}
.fa-gauge-min::before {
  content: "\f628";
}
.fa-tachometer-alt-slowest::before {
  content: "\f628";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-gauge-simple-low::before {
  content: "\f62c";
}
.fa-tachometer-slow::before {
  content: "\f62c";
}
.fa-gauge-simple-max::before {
  content: "\f62b";
}
.fa-tachometer-fastest::before {
  content: "\f62b";
}
.fa-gauge-simple-min::before {
  content: "\f62d";
}
.fa-tachometer-slowest::before {
  content: "\f62d";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-gif::before {
  content: "\e190";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-gift-card::before {
  content: "\f663";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-gingerbread-man::before {
  content: "\f79d";
}
.fa-glass::before {
  content: "\f804";
}
.fa-glass-citrus::before {
  content: "\f869";
}
.fa-glass-empty::before {
  content: "\e191";
}
.fa-glass-half::before {
  content: "\e192";
}
.fa-glass-half-empty::before {
  content: "\e192";
}
.fa-glass-half-full::before {
  content: "\e192";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-glasses-round::before {
  content: "\f5f5";
}
.fa-glasses-alt::before {
  content: "\f5f5";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-globe-snow::before {
  content: "\f7a3";
}
.fa-globe-stand::before {
  content: "\f5f6";
}
.fa-goal-net::before {
  content: "\e3ab";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-golf-club::before {
  content: "\f451";
}
.fa-golf-flag-hole::before {
  content: "\e3ac";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-gramophone::before {
  content: "\f8bd";
}
.fa-grapes::before {
  content: "\e306";
}
.fa-grate::before {
  content: "\e193";
}
.fa-grate-droplet::before {
  content: "\e194";
}
.fa-greater-than::before {
  content: "\3e";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-grid::before {
  content: "\e195";
}
.fa-grid-3::before {
  content: "\e195";
}
.fa-grid-2::before {
  content: "\e196";
}
.fa-grid-2-plus::before {
  content: "\e197";
}
.fa-grid-4::before {
  content: "\e198";
}
.fa-grid-5::before {
  content: "\e199";
}
.fa-grid-dividers::before {
  content: "\e3ad";
}
.fa-grid-horizontal::before {
  content: "\e307";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-grip-dots::before {
  content: "\e410";
}
.fa-grip-dots-vertical::before {
  content: "\e411";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-guitar-electric::before {
  content: "\f8be";
}
.fa-guitars::before {
  content: "\f8bf";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-gun-slash::before {
  content: "\e19c";
}
.fa-gun-squirt::before {
  content: "\e19d";
}
.fa-h::before {
  content: "\48";
}
.fa-h1::before {
  content: "\f313";
}
.fa-h2::before {
  content: "\f314";
}
.fa-h3::before {
  content: "\f315";
}
.fa-h4::before {
  content: "\f86a";
}
.fa-h5::before {
  content: "\e412";
}
.fa-h6::before {
  content: "\e413";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hammer-crash::before {
  content: "\e414";
}
.fa-hammer-war::before {
  content: "\f6e4";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-hand-back-point-down::before {
  content: "\e19e";
}
.fa-hand-back-point-left::before {
  content: "\e19f";
}
.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}
.fa-hand-back-point-right::before {
  content: "\e1a1";
}
.fa-hand-back-point-up::before {
  content: "\e1a2";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-hand-heart::before {
  content: "\f4bc";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-hand-holding-box::before {
  content: "\f47b";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-hand-holding-magic::before {
  content: "\f6e5";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-hand-holding-seedling::before {
  content: "\f4bf";
}
.fa-hand-holding-skull::before {
  content: "\e1a4";
}
.fa-hand-horns::before {
  content: "\e1a9";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-hand-love::before {
  content: "\e1a5";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-hand-point-ribbon::before {
  content: "\e1a6";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-hand-wave::before {
  content: "\e1a7";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-hands-holding-diamond::before {
  content: "\f47c";
}
.fa-hand-receiving::before {
  content: "\f47c";
}
.fa-hands-holding-dollar::before {
  content: "\f4c5";
}
.fa-hands-usd::before {
  content: "\f4c5";
}
.fa-hands-holding-heart::before {
  content: "\f4c3";
}
.fa-hands-heart::before {
  content: "\f4c3";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-hashtag::before {
  content: "\23";
}
.fa-hashtag-lock::before {
  content: "\e415";
}
.fa-hat-chef::before {
  content: "\f86b";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-hat-santa::before {
  content: "\f7a7";
}
.fa-hat-winter::before {
  content: "\f7a8";
}
.fa-hat-witch::before {
  content: "\f6e7";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-head-side::before {
  content: "\f6e9";
}
.fa-head-side-brain::before {
  content: "\f808";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-head-side-goggles::before {
  content: "\f6ea";
}
.fa-head-vr::before {
  content: "\f6ea";
}
.fa-head-side-headphones::before {
  content: "\f8c2";
}
.fa-head-side-heart::before {
  content: "\e1aa";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-head-side-medical::before {
  content: "\f809";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-headset::before {
  content: "\f590";
}
.fa-heart::before {
  content: "\f004";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-heart-half::before {
  content: "\e1ab";
}
.fa-heart-half-stroke::before {
  content: "\e1ac";
}
.fa-heart-half-alt::before {
  content: "\e1ac";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-heat::before {
  content: "\e00c";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-helmet-battle::before {
  content: "\f6eb";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-hexagon::before {
  content: "\f312";
}
.fa-hexagon-check::before {
  content: "\e416";
}
.fa-hexagon-divide::before {
  content: "\e1ad";
}
.fa-hexagon-exclamation::before {
  content: "\e417";
}
.fa-hexagon-image::before {
  content: "\e504";
}
.fa-hexagon-minus::before {
  content: "\f307";
}
.fa-minus-hexagon::before {
  content: "\f307";
}
.fa-hexagon-plus::before {
  content: "\f300";
}
.fa-plus-hexagon::before {
  content: "\f300";
}
.fa-hexagon-vertical-nft::before {
  content: "\e505";
}
.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}
.fa-hexagon-xmark::before {
  content: "\f2ee";
}
.fa-times-hexagon::before {
  content: "\f2ee";
}
.fa-xmark-hexagon::before {
  content: "\f2ee";
}
.fa-high-definition::before {
  content: "\e1ae";
}
.fa-rectangle-hd::before {
  content: "\e1ae";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-highlighter-line::before {
  content: "\e1af";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-hockey-mask::before {
  content: "\f6ee";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-hockey-stick-puck::before {
  content: "\e3ae";
}
.fa-hockey-sticks::before {
  content: "\f454";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-honey-pot::before {
  content: "\e418";
}
.fa-hood-cloak::before {
  content: "\f6ef";
}
.fa-horizontal-rule::before {
  content: "\f86c";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-horse-saddle::before {
  content: "\f8c3";
}
.fa-hose::before {
  content: "\e419";
}
.fa-hose-reel::before {
  content: "\e41a";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-hospitals::before {
  content: "\f80e";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-2::before {
  content: "\f254";
}
.fa-hourglass-half::before {
  content: "\f254";
}
.fa-hourglass-clock::before {
  content: "\e41b";
}
.fa-hourglass-empty::before {
  content: "\f252";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-house-blank::before {
  content: "\e487";
}
.fa-home-blank::before {
  content: "\e487";
}
.fa-house-building::before {
  content: "\e1b1";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-house-chimney-blank::before {
  content: "\e3b0";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-house-chimney-heart::before {
  content: "\e1b2";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-house-day::before {
  content: "\e00e";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-house-heart::before {
  content: "\f4c9";
}
.fa-home-heart::before {
  content: "\f4c9";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-house-night::before {
  content: "\e010";
}
.fa-house-person-leave::before {
  content: "\e00f";
}
.fa-house-leave::before {
  content: "\e00f";
}
.fa-house-person-depart::before {
  content: "\e00f";
}
.fa-house-person-return::before {
  content: "\e011";
}
.fa-house-person-arrive::before {
  content: "\e011";
}
.fa-house-return::before {
  content: "\e011";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-house-tree::before {
  content: "\e1b3";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-house-turret::before {
  content: "\e1b4";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-house-water::before {
  content: "\f74f";
}
.fa-house-flood::before {
  content: "\f74f";
}
.fa-house-window::before {
  content: "\e3b3";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-hundred-points::before {
  content: "\e41c";
}
.fa-100::before {
  content: "\e41c";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-hyphen::before {
  content: "\2d";
}
.fa-i::before {
  content: "\49";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-ice-skate::before {
  content: "\f7ac";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-image::before {
  content: "\f03e";
}
.fa-image-landscape::before {
  content: "\e1b5";
}
.fa-landscape::before {
  content: "\e1b5";
}
.fa-image-polaroid::before {
  content: "\f8c4";
}
.fa-image-polaroid-user::before {
  content: "\e1b6";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-image-slash::before {
  content: "\e1b7";
}
.fa-image-user::before {
  content: "\e1b8";
}
.fa-images::before {
  content: "\f302";
}
.fa-images-user::before {
  content: "\e1b9";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-inbox-full::before {
  content: "\e1ba";
}
.fa-inbox-in::before {
  content: "\f310";
}
.fa-inbox-arrow-down::before {
  content: "\f310";
}
.fa-inbox-out::before {
  content: "\f311";
}
.fa-inbox-arrow-up::before {
  content: "\f311";
}
.fa-inboxes::before {
  content: "\e1bb";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-industry::before {
  content: "\f275";
}
.fa-industry-windows::before {
  content: "\f3b3";
}
.fa-industry-alt::before {
  content: "\f3b3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-info::before {
  content: "\f129";
}
.fa-inhaler::before {
  content: "\f5f9";
}
.fa-input-numeric::before {
  content: "\e1bd";
}
.fa-input-pipe::before {
  content: "\e1be";
}
.fa-input-text::before {
  content: "\e1bf";
}
.fa-integral::before {
  content: "\f667";
}
.fa-intersection::before {
  content: "\f668";
}
.fa-island-tropical::before {
  content: "\f811";
}
.fa-island-tree-palm::before {
  content: "\f811";
}
.fa-italic::before {
  content: "\f033";
}
.fa-j::before {
  content: "\4a";
}
.fa-jack-o-lantern::before {
  content: "\f30e";
}
.fa-jar::before {
  content: "\e516";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-joint::before {
  content: "\f595";
}
.fa-joystick::before {
  content: "\f8c5";
}
.fa-jug::before {
  content: "\f8c6";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-k::before {
  content: "\4b";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-kazoo::before {
  content: "\f8c7";
}
.fa-kerning::before {
  content: "\f86f";
}
.fa-key::before {
  content: "\f084";
}
.fa-key-skeleton::before {
  content: "\f6f3";
}
.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-keyboard-brightness::before {
  content: "\e1c0";
}
.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}
.fa-keyboard-down::before {
  content: "\e1c2";
}
.fa-keyboard-left::before {
  content: "\e1c3";
}
.fa-keynote::before {
  content: "\f66c";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-kidneys::before {
  content: "\f5fb";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-kite::before {
  content: "\f6f4";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-kiwi-fruit::before {
  content: "\e30c";
}
.fa-knife::before {
  content: "\f2e4";
}
.fa-utensil-knife::before {
  content: "\f2e4";
}
.fa-knife-kitchen::before {
  content: "\f6f5";
}
.fa-l::before {
  content: "\4c";
}
.fa-lacrosse-stick::before {
  content: "\e3b5";
}
.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}
.fa-lambda::before {
  content: "\f66e";
}
.fa-lamp::before {
  content: "\f4ca";
}
.fa-lamp-desk::before {
  content: "\e014";
}
.fa-lamp-floor::before {
  content: "\e015";
}
.fa-lamp-street::before {
  content: "\e1c5";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-laptop-arrow-down::before {
  content: "\e1c6";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-laptop-mobile::before {
  content: "\f87a";
}
.fa-phone-laptop::before {
  content: "\f87a";
}
.fa-laptop-slash::before {
  content: "\e1c7";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-lasso::before {
  content: "\f8c8";
}
.fa-lasso-sparkles::before {
  content: "\e1c9";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-layer-minus::before {
  content: "\f5fe";
}
.fa-layer-group-minus::before {
  content: "\f5fe";
}
.fa-layer-plus::before {
  content: "\f5ff";
}
.fa-layer-group-plus::before {
  content: "\f5ff";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-leaf-heart::before {
  content: "\f4cb";
}
.fa-leaf-maple::before {
  content: "\f6f6";
}
.fa-leaf-oak::before {
  content: "\f6f7";
}
.fa-leafy-green::before {
  content: "\e41d";
}
.fa-left::before {
  content: "\f355";
}
.fa-arrow-alt-left::before {
  content: "\f355";
}
.fa-left-from-line::before {
  content: "\f348";
}
.fa-arrow-alt-from-right::before {
  content: "\f348";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-left-long-to-line::before {
  content: "\e41e";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-left-to-line::before {
  content: "\f34b";
}
.fa-arrow-alt-to-left::before {
  content: "\f34b";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-less-than::before {
  content: "\3c";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-light-ceiling::before {
  content: "\e016";
}
.fa-light-emergency::before {
  content: "\e41f";
}
.fa-light-emergency-on::before {
  content: "\e420";
}
.fa-light-switch::before {
  content: "\e017";
}
.fa-light-switch-off::before {
  content: "\e018";
}
.fa-light-switch-on::before {
  content: "\e019";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-lightbulb-dollar::before {
  content: "\f670";
}
.fa-lightbulb-exclamation::before {
  content: "\f671";
}
.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}
.fa-lightbulb-on::before {
  content: "\f672";
}
.fa-lightbulb-slash::before {
  content: "\f673";
}
.fa-lights-holiday::before {
  content: "\f7b2";
}
.fa-line-columns::before {
  content: "\f870";
}
.fa-line-height::before {
  content: "\f871";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-link-horizontal::before {
  content: "\e1cb";
}
.fa-chain-horizontal::before {
  content: "\e1cb";
}
.fa-link-horizontal-slash::before {
  content: "\e1cc";
}
.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}
.fa-link-simple::before {
  content: "\e1cd";
}
.fa-link-simple-slash::before {
  content: "\e1ce";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-lips::before {
  content: "\f600";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-list-dropdown::before {
  content: "\e1cf";
}
.fa-list-music::before {
  content: "\f8c9";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-list-radio::before {
  content: "\e1d0";
}
.fa-list-timeline::before {
  content: "\e1d1";
}
.fa-list-tree::before {
  content: "\e1d2";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-loader::before {
  content: "\e1d4";
}
.fa-lobster::before {
  content: "\e421";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-location-check::before {
  content: "\f606";
}
.fa-map-marker-check::before {
  content: "\f606";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-location-crosshairs-slash::before {
  content: "\f603";
}
.fa-location-slash::before {
  content: "\f603";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-location-dot-slash::before {
  content: "\f605";
}
.fa-map-marker-alt-slash::before {
  content: "\f605";
}
.fa-location-exclamation::before {
  content: "\f608";
}
.fa-map-marker-exclamation::before {
  content: "\f608";
}
.fa-location-minus::before {
  content: "\f609";
}
.fa-map-marker-minus::before {
  content: "\f609";
}
.fa-location-pen::before {
  content: "\f607";
}
.fa-map-marker-edit::before {
  content: "\f607";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-location-pin-slash::before {
  content: "\f60c";
}
.fa-map-marker-slash::before {
  content: "\f60c";
}
.fa-location-plus::before {
  content: "\f60a";
}
.fa-map-marker-plus::before {
  content: "\f60a";
}
.fa-location-question::before {
  content: "\f60b";
}
.fa-map-marker-question::before {
  content: "\f60b";
}
.fa-location-smile::before {
  content: "\f60d";
}
.fa-map-marker-smile::before {
  content: "\f60d";
}
.fa-location-xmark::before {
  content: "\f60e";
}
.fa-map-marker-times::before {
  content: "\f60e";
}
.fa-map-marker-xmark::before {
  content: "\f60e";
}
.fa-lock::before {
  content: "\f023";
}
.fa-lock-a::before {
  content: "\e422";
}
.fa-lock-hashtag::before {
  content: "\e423";
}
.fa-lock-keyhole::before {
  content: "\f30d";
}
.fa-lock-alt::before {
  content: "\f30d";
}
.fa-lock-keyhole-open::before {
  content: "\f3c2";
}
.fa-lock-open-alt::before {
  content: "\f3c2";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-locust::before {
  content: "\e520";
}
.fa-lollipop::before {
  content: "\e424";
}
.fa-lollypop::before {
  content: "\e424";
}
.fa-loveseat::before {
  content: "\f4cc";
}
.fa-couch-small::before {
  content: "\f4cc";
}
.fa-luchador-mask::before {
  content: "\f455";
}
.fa-luchador::before {
  content: "\f455";
}
.fa-mask-luchador::before {
  content: "\f455";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-m::before {
  content: "\4d";
}
.fa-mace::before {
  content: "\f6f8";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-mailbox::before {
  content: "\f813";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-mandolin::before {
  content: "\f6f9";
}
.fa-mango::before {
  content: "\e30f";
}
.fa-manhole::before {
  content: "\e1d6";
}
.fa-map::before {
  content: "\f279";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-mars::before {
  content: "\f222";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-mask-snorkel::before {
  content: "\e3b7";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-meat::before {
  content: "\f814";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-megaphone::before {
  content: "\f675";
}
.fa-melon::before {
  content: "\e310";
}
.fa-melon-slice::before {
  content: "\e311";
}
.fa-memo::before {
  content: "\e1d8";
}
.fa-memo-circle-check::before {
  content: "\e1d9";
}
.fa-memo-circle-info::before {
  content: "\e49a";
}
.fa-memo-pad::before {
  content: "\e1da";
}
.fa-memory::before {
  content: "\f538";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-merge::before {
  content: "\e526";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-message-arrow-down::before {
  content: "\e1db";
}
.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}
.fa-message-arrow-up::before {
  content: "\e1dc";
}
.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}
.fa-message-arrow-up-right::before {
  content: "\e1dd";
}
.fa-message-bot::before {
  content: "\e3b8";
}
.fa-message-captions::before {
  content: "\e1de";
}
.fa-comment-alt-captions::before {
  content: "\e1de";
}
.fa-message-check::before {
  content: "\f4a2";
}
.fa-comment-alt-check::before {
  content: "\f4a2";
}
.fa-message-code::before {
  content: "\e1df";
}
.fa-message-dollar::before {
  content: "\f650";
}
.fa-comment-alt-dollar::before {
  content: "\f650";
}
.fa-message-dots::before {
  content: "\f4a3";
}
.fa-comment-alt-dots::before {
  content: "\f4a3";
}
.fa-messaging::before {
  content: "\f4a3";
}
.fa-message-exclamation::before {
  content: "\f4a5";
}
.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}
.fa-message-image::before {
  content: "\e1e0";
}
.fa-comment-alt-image::before {
  content: "\e1e0";
}
.fa-message-lines::before {
  content: "\f4a6";
}
.fa-comment-alt-lines::before {
  content: "\f4a6";
}
.fa-message-medical::before {
  content: "\f7f4";
}
.fa-comment-alt-medical::before {
  content: "\f7f4";
}
.fa-message-middle::before {
  content: "\e1e1";
}
.fa-comment-middle-alt::before {
  content: "\e1e1";
}
.fa-message-middle-top::before {
  content: "\e1e2";
}
.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}
.fa-message-minus::before {
  content: "\f4a7";
}
.fa-comment-alt-minus::before {
  content: "\f4a7";
}
.fa-message-music::before {
  content: "\f8af";
}
.fa-comment-alt-music::before {
  content: "\f8af";
}
.fa-message-pen::before {
  content: "\f4a4";
}
.fa-comment-alt-edit::before {
  content: "\f4a4";
}
.fa-message-edit::before {
  content: "\f4a4";
}
.fa-message-plus::before {
  content: "\f4a8";
}
.fa-comment-alt-plus::before {
  content: "\f4a8";
}
.fa-message-question::before {
  content: "\e1e3";
}
.fa-message-quote::before {
  content: "\e1e4";
}
.fa-comment-alt-quote::before {
  content: "\e1e4";
}
.fa-message-slash::before {
  content: "\f4a9";
}
.fa-comment-alt-slash::before {
  content: "\f4a9";
}
.fa-message-smile::before {
  content: "\f4aa";
}
.fa-comment-alt-smile::before {
  content: "\f4aa";
}
.fa-message-sms::before {
  content: "\e1e5";
}
.fa-message-text::before {
  content: "\e1e6";
}
.fa-comment-alt-text::before {
  content: "\e1e6";
}
.fa-message-xmark::before {
  content: "\f4ab";
}
.fa-comment-alt-times::before {
  content: "\f4ab";
}
.fa-message-times::before {
  content: "\f4ab";
}
.fa-messages::before {
  content: "\f4b6";
}
.fa-comments-alt::before {
  content: "\f4b6";
}
.fa-messages-dollar::before {
  content: "\f652";
}
.fa-comments-alt-dollar::before {
  content: "\f652";
}
.fa-messages-question::before {
  content: "\e1e7";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-meter::before {
  content: "\e1e8";
}
.fa-meter-bolt::before {
  content: "\e1e9";
}
.fa-meter-droplet::before {
  content: "\e1ea";
}
.fa-meter-fire::before {
  content: "\e1eb";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-microchip-ai::before {
  content: "\e1ec";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-microphone-stand::before {
  content: "\f8cb";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-microwave::before {
  content: "\e01b";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-mistletoe::before {
  content: "\f7b4";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-mobile-notch::before {
  content: "\e1ee";
}
.fa-mobile-iphone::before {
  content: "\e1ee";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-mobile-signal::before {
  content: "\e1ef";
}
.fa-mobile-signal-out::before {
  content: "\e1f0";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-money-bill-simple::before {
  content: "\e1f1";
}
.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-money-bills-simple::before {
  content: "\e1f4";
}
.fa-money-bills-alt::before {
  content: "\e1f4";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-money-check-dollar-pen::before {
  content: "\f873";
}
.fa-money-check-edit-alt::before {
  content: "\f873";
}
.fa-money-check-pen::before {
  content: "\f872";
}
.fa-money-check-edit::before {
  content: "\f872";
}
.fa-money-from-bracket::before {
  content: "\e312";
}
.fa-money-simple-from-bracket::before {
  content: "\e313";
}
.fa-monitor-waveform::before {
  content: "\f611";
}
.fa-monitor-heart-rate::before {
  content: "\f611";
}
.fa-monkey::before {
  content: "\f6fb";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-moon::before {
  content: "\f186";
}
.fa-moon-cloud::before {
  content: "\f754";
}
.fa-moon-over-sun::before {
  content: "\f74a";
}
.fa-eclipse-alt::before {
  content: "\f74a";
}
.fa-moon-stars::before {
  content: "\f755";
}
.fa-moped::before {
  content: "\e3b9";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-mountains::before {
  content: "\f6fd";
}
.fa-mp3-player::before {
  content: "\f8ce";
}
.fa-mug::before {
  content: "\f874";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-mug-marshmallows::before {
  content: "\f7b7";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-mug-tea::before {
  content: "\f875";
}
.fa-mug-tea-saucer::before {
  content: "\e1f5";
}
.fa-mushroom::before {
  content: "\e425";
}
.fa-music::before {
  content: "\f001";
}
.fa-music-note::before {
  content: "\f8cf";
}
.fa-music-alt::before {
  content: "\f8cf";
}
.fa-music-note-slash::before {
  content: "\f8d0";
}
.fa-music-alt-slash::before {
  content: "\f8d0";
}
.fa-music-slash::before {
  content: "\f8d1";
}
.fa-n::before {
  content: "\4e";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-narwhal::before {
  content: "\f6fe";
}
.fa-nesting-dolls::before {
  content: "\e3ba";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-nfc::before {
  content: "\e1f7";
}
.fa-nfc-lock::before {
  content: "\e1f8";
}
.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}
.fa-nfc-pen::before {
  content: "\e1fa";
}
.fa-nfc-signal::before {
  content: "\e1fb";
}
.fa-nfc-slash::before {
  content: "\e1fc";
}
.fa-nfc-trash::before {
  content: "\e1fd";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-note::before {
  content: "\e1ff";
}
.fa-note-medical::before {
  content: "\e200";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-notebook::before {
  content: "\e201";
}
.fa-notes::before {
  content: "\e202";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-o::before {
  content: "\4f";
}
.fa-object-exclude::before {
  content: "\e49c";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-object-intersect::before {
  content: "\e49d";
}
.fa-object-subtract::before {
  content: "\e49e";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-object-union::before {
  content: "\e49f";
}
.fa-objects-align-bottom::before {
  content: "\e3bb";
}
.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}
.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}
.fa-objects-align-left::before {
  content: "\e3be";
}
.fa-objects-align-right::before {
  content: "\e3bf";
}
.fa-objects-align-top::before {
  content: "\e3c0";
}
.fa-objects-column::before {
  content: "\e3c1";
}
.fa-octagon::before {
  content: "\f306";
}
.fa-octagon-check::before {
  content: "\e426";
}
.fa-octagon-divide::before {
  content: "\e203";
}
.fa-octagon-exclamation::before {
  content: "\e204";
}
.fa-octagon-minus::before {
  content: "\f308";
}
.fa-minus-octagon::before {
  content: "\f308";
}
.fa-octagon-plus::before {
  content: "\f301";
}
.fa-plus-octagon::before {
  content: "\f301";
}
.fa-octagon-xmark::before {
  content: "\f2f0";
}
.fa-times-octagon::before {
  content: "\f2f0";
}
.fa-xmark-octagon::before {
  content: "\f2f0";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-oil-can-drip::before {
  content: "\e205";
}
.fa-oil-temperature::before {
  content: "\f614";
}
.fa-oil-temp::before {
  content: "\f614";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-olive::before {
  content: "\e316";
}
.fa-olive-branch::before {
  content: "\e317";
}
.fa-om::before {
  content: "\f679";
}
.fa-omega::before {
  content: "\f67a";
}
.fa-onion::before {
  content: "\e427";
}
.fa-option::before {
  content: "\e318";
}
.fa-ornament::before {
  content: "\f7b8";
}
.fa-otter::before {
  content: "\f700";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-outlet::before {
  content: "\e01c";
}
.fa-oven::before {
  content: "\e01d";
}
.fa-overline::before {
  content: "\f876";
}
.fa-p::before {
  content: "\50";
}
.fa-page::before {
  content: "\e428";
}
.fa-page-caret-down::before {
  content: "\e429";
}
.fa-file-caret-down::before {
  content: "\e429";
}
.fa-page-caret-up::before {
  content: "\e42a";
}
.fa-file-caret-up::before {
  content: "\e42a";
}
.fa-pager::before {
  content: "\f815";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-paintbrush-fine::before {
  content: "\f5a9";
}
.fa-paint-brush-alt::before {
  content: "\f5a9";
}
.fa-paint-brush-fine::before {
  content: "\f5a9";
}
.fa-paintbrush-alt::before {
  content: "\f5a9";
}
.fa-paintbrush-pencil::before {
  content: "\e206";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-pallet-box::before {
  content: "\e208";
}
.fa-pallet-boxes::before {
  content: "\f483";
}
.fa-palette-boxes::before {
  content: "\f483";
}
.fa-pallet-alt::before {
  content: "\f483";
}
.fa-pan-food::before {
  content: "\e42b";
}
.fa-pan-frying::before {
  content: "\e42c";
}
.fa-pancakes::before {
  content: "\e42d";
}
.fa-panel-ews::before {
  content: "\e42e";
}
.fa-panel-fire::before {
  content: "\e42f";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-paper-plane-top::before {
  content: "\e20a";
}
.fa-paper-plane-alt::before {
  content: "\e20a";
}
.fa-send::before {
  content: "\e20a";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-paperclip-vertical::before {
  content: "\e3c2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-paragraph-left::before {
  content: "\f878";
}
.fa-paragraph-rtl::before {
  content: "\f878";
}
.fa-party-bell::before {
  content: "\e31a";
}
.fa-party-horn::before {
  content: "\e31b";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-paw-claws::before {
  content: "\f702";
}
.fa-paw-simple::before {
  content: "\f701";
}
.fa-paw-alt::before {
  content: "\f701";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-peach::before {
  content: "\e20b";
}
.fa-peanut::before {
  content: "\e430";
}
.fa-peanuts::before {
  content: "\e431";
}
.fa-peapod::before {
  content: "\e31c";
}
.fa-pear::before {
  content: "\e20c";
}
.fa-pedestal::before {
  content: "\e20d";
}
.fa-pegasus::before {
  content: "\f703";
}
.fa-pen::before {
  content: "\f304";
}
.fa-pen-circle::before {
  content: "\e20e";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-pen-clip-slash::before {
  content: "\e20f";
}
.fa-pen-alt-slash::before {
  content: "\e20f";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-pen-fancy-slash::before {
  content: "\e210";
}
.fa-pen-field::before {
  content: "\e211";
}
.fa-pen-line::before {
  content: "\e212";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-pen-nib-slash::before {
  content: "\e4a1";
}
.fa-pen-paintbrush::before {
  content: "\f618";
}
.fa-pencil-paintbrush::before {
  content: "\f618";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-pen-slash::before {
  content: "\e213";
}
.fa-pen-swirl::before {
  content: "\e214";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-pencil-slash::before {
  content: "\e215";
}
.fa-people::before {
  content: "\e216";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-people-dress::before {
  content: "\e217";
}
.fa-people-dress-simple::before {
  content: "\e218";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-people-pants::before {
  content: "\e219";
}
.fa-people-pants-simple::before {
  content: "\e21a";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-simple::before {
  content: "\e21b";
}
.fa-pepper::before {
  content: "\e432";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-percent::before {
  content: "\25";
}
.fa-percentage::before {
  content: "\25";
}
.fa-period::before {
  content: "\2e";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-person-biking-mountain::before {
  content: "\f84b";
}
.fa-biking-mountain::before {
  content: "\f84b";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-person-carry-box::before {
  content: "\f4cf";
}
.fa-person-carry::before {
  content: "\f4cf";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-person-dolly::before {
  content: "\f4d0";
}
.fa-person-dolly-empty::before {
  content: "\f4d1";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-person-dress-simple::before {
  content: "\e21c";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-person-from-portal::before {
  content: "\e023";
}
.fa-portal-exit::before {
  content: "\e023";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-person-pinball::before {
  content: "\e21d";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-person-seat::before {
  content: "\e21e";
}
.fa-person-seat-reclined::before {
  content: "\e21f";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-person-sign::before {
  content: "\f757";
}
.fa-person-simple::before {
  content: "\e220";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-person-ski-jumping::before {
  content: "\f7c7";
}
.fa-ski-jump::before {
  content: "\f7c7";
}
.fa-person-ski-lift::before {
  content: "\f7c8";
}
.fa-ski-lift::before {
  content: "\f7c8";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-person-sledding::before {
  content: "\f7cb";
}
.fa-sledding::before {
  content: "\f7cb";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-person-snowmobiling::before {
  content: "\f7d1";
}
.fa-snowmobile::before {
  content: "\f7d1";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-person-through-window::before {
  content: "\e433";
}
.fa-person-to-door::before {
  content: "\e550";
}
.fa-person-to-portal::before {
  content: "\e022";
}
.fa-portal-enter::before {
  content: "\e022";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-phone::before {
  content: "\f095";
}
.fa-phone-arrow-down-left::before {
  content: "\e223";
}
.fa-phone-arrow-down::before {
  content: "\e223";
}
.fa-phone-incoming::before {
  content: "\e223";
}
.fa-phone-arrow-up-right::before {
  content: "\e224";
}
.fa-phone-arrow-up::before {
  content: "\e224";
}
.fa-phone-outgoing::before {
  content: "\e224";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-phone-hangup::before {
  content: "\e225";
}
.fa-phone-intercom::before {
  content: "\e434";
}
.fa-phone-missed::before {
  content: "\e226";
}
.fa-phone-office::before {
  content: "\f67d";
}
.fa-phone-plus::before {
  content: "\f4d2";
}
.fa-phone-rotary::before {
  content: "\f8d3";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-phone-xmark::before {
  content: "\e227";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-photo-film-music::before {
  content: "\e228";
}
.fa-pi::before {
  content: "\f67e";
}
.fa-piano::before {
  content: "\f8d4";
}
.fa-piano-keyboard::before {
  content: "\f8d5";
}
.fa-pickleball::before {
  content: "\e435";
}
.fa-pie::before {
  content: "\f705";
}
.fa-pig::before {
  content: "\f706";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-pills::before {
  content: "\f484";
}
.fa-pinata::before {
  content: "\e3c3";
}
.fa-pinball::before {
  content: "\e229";
}
.fa-pineapple::before {
  content: "\e31f";
}
.fa-pipe::before {
  content: "\7c";
}
.fa-pipe-circle-check::before {
  content: "\e436";
}
.fa-pipe-collar::before {
  content: "\e437";
}
.fa-pipe-section::before {
  content: "\e438";
}
.fa-pipe-smoking::before {
  content: "\e3c4";
}
.fa-pipe-valve::before {
  content: "\e439";
}
.fa-pizza::before {
  content: "\f817";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-plane::before {
  content: "\f072";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-plane-engines::before {
  content: "\f3de";
}
.fa-plane-alt::before {
  content: "\f3de";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-plane-prop::before {
  content: "\e22b";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-plane-tail::before {
  content: "\e22c";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-plane-up-slash::before {
  content: "\e22e";
}
.fa-planet-moon::before {
  content: "\e01f";
}
.fa-planet-ringed::before {
  content: "\e020";
}
.fa-plant-wilt::before {
  content: "\e43b";
}
.fa-plate-utensils::before {
  content: "\e559";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-play::before {
  content: "\f04b";
}
.fa-play-pause::before {
  content: "\e22f";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-plus::before {
  content: "\2b";
}
.fa-add::before {
  content: "\2b";
}
.fa-plus-large::before {
  content: "\e59e";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-podium::before {
  content: "\f680";
}
.fa-podium-star::before {
  content: "\f758";
}
.fa-police-box::before {
  content: "\e021";
}
.fa-poll-people::before {
  content: "\f759";
}
.fa-pompebled::before {
  content: "\e43d";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-pool-8-ball::before {
  content: "\e3c5";
}
.fa-poop::before {
  content: "\f619";
}
.fa-popcorn::before {
  content: "\f819";
}
.fa-popsicle::before {
  content: "\e43e";
}
.fa-pot-food::before {
  content: "\e43f";
}
.fa-potato::before {
  content: "\e440";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-presentation-screen::before {
  content: "\f685";
}
.fa-presentation::before {
  content: "\f685";
}
.fa-pretzel::before {
  content: "\e441";
}
.fa-print::before {
  content: "\f02f";
}
.fa-print-magnifying-glass::before {
  content: "\f81a";
}
.fa-print-search::before {
  content: "\f81a";
}
.fa-print-slash::before {
  content: "\f686";
}
.fa-projector::before {
  content: "\f8d6";
}
.fa-pump::before {
  content: "\e442";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-pumpkin::before {
  content: "\f707";
}
.fa-puzzle::before {
  content: "\e443";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-puzzle-piece-simple::before {
  content: "\e231";
}
.fa-puzzle-piece-alt::before {
  content: "\e231";
}
.fa-q::before {
  content: "\51";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-question::before {
  content: "\3f";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-quotes::before {
  content: "\e234";
}
.fa-r::before {
  content: "\52";
}
.fa-rabbit::before {
  content: "\f708";
}
.fa-rabbit-running::before {
  content: "\f709";
}
.fa-rabbit-fast::before {
  content: "\f709";
}
.fa-racquet::before {
  content: "\f45a";
}
.fa-radar::before {
  content: "\e024";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-radio-tuner::before {
  content: "\f8d8";
}
.fa-radio-alt::before {
  content: "\f8d8";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-raindrops::before {
  content: "\f75c";
}
.fa-ram::before {
  content: "\f70a";
}
.fa-ramp-loading::before {
  content: "\f4d4";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-raygun::before {
  content: "\e025";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-rectangle::before {
  content: "\f2fa";
}
.fa-rectangle-landscape::before {
  content: "\f2fa";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-rectangle-barcode::before {
  content: "\f463";
}
.fa-barcode-alt::before {
  content: "\f463";
}
.fa-rectangle-code::before {
  content: "\e322";
}
.fa-rectangle-history::before {
  content: "\e4a2";
}
.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}
.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-rectangle-pro::before {
  content: "\e235";
}
.fa-pro::before {
  content: "\e235";
}
.fa-rectangle-terminal::before {
  content: "\e236";
}
.fa-rectangle-vertical::before {
  content: "\f2fb";
}
.fa-rectangle-portrait::before {
  content: "\f2fb";
}
.fa-rectangle-vertical-history::before {
  content: "\e237";
}
.fa-rectangle-wide::before {
  content: "\f2fc";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-rectangles-mixed::before {
  content: "\e323";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-reel::before {
  content: "\e238";
}
.fa-refrigerator::before {
  content: "\e026";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-repeat-1::before {
  content: "\f365";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-reply-clock::before {
  content: "\e239";
}
.fa-reply-time::before {
  content: "\e239";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-restroom-simple::before {
  content: "\e23a";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-rhombus::before {
  content: "\e23b";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-right::before {
  content: "\f356";
}
.fa-arrow-alt-right::before {
  content: "\f356";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-right-from-line::before {
  content: "\f347";
}
.fa-arrow-alt-from-left::before {
  content: "\f347";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-right-long-to-line::before {
  content: "\e444";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-right-to-line::before {
  content: "\f34c";
}
.fa-arrow-alt-to-right::before {
  content: "\f34c";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-rings-wedding::before {
  content: "\f81b";
}
.fa-road::before {
  content: "\f018";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-robot::before {
  content: "\f544";
}
.fa-robot-astromech::before {
  content: "\e2d2";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-rocket-launch::before {
  content: "\e027";
}
.fa-roller-coaster::before {
  content: "\e324";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-rotate-exclamation::before {
  content: "\e23c";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-route-highway::before {
  content: "\f61a";
}
.fa-route-interstate::before {
  content: "\f61b";
}
.fa-router::before {
  content: "\f8da";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-rug::before {
  content: "\e569";
}
.fa-rugby-ball::before {
  content: "\e3c6";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-ruler-triangle::before {
  content: "\f61c";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-rv::before {
  content: "\f7be";
}
.fa-s::before {
  content: "\53";
}
.fa-sack::before {
  content: "\f81c";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-salad::before {
  content: "\f81e";
}
.fa-bowl-salad::before {
  content: "\f81e";
}
.fa-salt-shaker::before {
  content: "\e446";
}
.fa-sandwich::before {
  content: "\f81f";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-sausage::before {
  content: "\f820";
}
.fa-saxophone::before {
  content: "\f8dc";
}
.fa-saxophone-fire::before {
  content: "\f8db";
}
.fa-sax-hot::before {
  content: "\f8db";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-scalpel::before {
  content: "\f61d";
}
.fa-scalpel-line-dashed::before {
  content: "\f61e";
}
.fa-scalpel-path::before {
  content: "\f61e";
}
.fa-scanner::before {
  content: "\f8f3";
}
.fa-scanner-image::before {
  content: "\f8f3";
}
.fa-scanner-gun::before {
  content: "\f488";
}
.fa-scanner-keyboard::before {
  content: "\f489";
}
.fa-scanner-touchscreen::before {
  content: "\f48a";
}
.fa-scarecrow::before {
  content: "\f70d";
}
.fa-scarf::before {
  content: "\f7c1";
}
.fa-school::before {
  content: "\f549";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-screen-users::before {
  content: "\f63d";
}
.fa-users-class::before {
  content: "\f63d";
}
.fa-screencast::before {
  content: "\e23e";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-scribble::before {
  content: "\e23f";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-scroll-old::before {
  content: "\f70f";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-scrubber::before {
  content: "\f2f8";
}
.fa-scythe::before {
  content: "\f710";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-sd-cards::before {
  content: "\e240";
}
.fa-seal::before {
  content: "\e241";
}
.fa-seal-exclamation::before {
  content: "\e242";
}
.fa-seal-question::before {
  content: "\e243";
}
.fa-seat-airline::before {
  content: "\e244";
}
.fa-section::before {
  content: "\e447";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-semicolon::before {
  content: "\3b";
}
.fa-send-back::before {
  content: "\f87e";
}
.fa-send-backward::before {
  content: "\f87f";
}
.fa-sensor::before {
  content: "\e028";
}
.fa-sensor-cloud::before {
  content: "\e02c";
}
.fa-sensor-smoke::before {
  content: "\e02c";
}
.fa-sensor-fire::before {
  content: "\e02a";
}
.fa-sensor-on::before {
  content: "\e02b";
}
.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}
.fa-sensor-alert::before {
  content: "\e029";
}
.fa-server::before {
  content: "\f233";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-share::before {
  content: "\f064";
}
.fa-arrow-turn-right::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-share-all::before {
  content: "\f367";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-sheep::before {
  content: "\f711";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-shelves::before {
  content: "\f480";
}
.fa-inventory::before {
  content: "\f480";
}
.fa-shelves-empty::before {
  content: "\e246";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-shield-check::before {
  content: "\f2f7";
}
.fa-shield-cross::before {
  content: "\f712";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-shield-exclamation::before {
  content: "\e247";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-shield-keyhole::before {
  content: "\e248";
}
.fa-shield-minus::before {
  content: "\e249";
}
.fa-shield-plus::before {
  content: "\e24a";
}
.fa-shield-quartered::before {
  content: "\e575";
}
.fa-shield-slash::before {
  content: "\e24b";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-shield-xmark::before {
  content: "\e24c";
}
.fa-shield-times::before {
  content: "\e24c";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}
.fa-shirt-running::before {
  content: "\e3c8";
}
.fa-shirt-tank-top::before {
  content: "\e3c9";
}
.fa-shish-kebab::before {
  content: "\f821";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-shovel::before {
  content: "\f713";
}
.fa-shovel-snow::before {
  content: "\f7c3";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-shower-down::before {
  content: "\e24d";
}
.fa-shower-alt::before {
  content: "\e24d";
}
.fa-shredder::before {
  content: "\f68a";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-shutters::before {
  content: "\e449";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-shuttlecock::before {
  content: "\f45b";
}
.fa-sickle::before {
  content: "\f822";
}
.fa-sidebar::before {
  content: "\e24e";
}
.fa-sidebar-flip::before {
  content: "\e24f";
}
.fa-sigma::before {
  content: "\f68b";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-signal-bars::before {
  content: "\f690";
}
.fa-signal-alt::before {
  content: "\f690";
}
.fa-signal-alt-4::before {
  content: "\f690";
}
.fa-signal-bars-strong::before {
  content: "\f690";
}
.fa-signal-bars-fair::before {
  content: "\f692";
}
.fa-signal-alt-2::before {
  content: "\f692";
}
.fa-signal-bars-good::before {
  content: "\f693";
}
.fa-signal-alt-3::before {
  content: "\f693";
}
.fa-signal-bars-slash::before {
  content: "\f694";
}
.fa-signal-alt-slash::before {
  content: "\f694";
}
.fa-signal-bars-weak::before {
  content: "\f691";
}
.fa-signal-alt-1::before {
  content: "\f691";
}
.fa-signal-fair::before {
  content: "\f68d";
}
.fa-signal-2::before {
  content: "\f68d";
}
.fa-signal-good::before {
  content: "\f68e";
}
.fa-signal-3::before {
  content: "\f68e";
}
.fa-signal-slash::before {
  content: "\f695";
}
.fa-signal-stream::before {
  content: "\f8dd";
}
.fa-signal-stream-slash::before {
  content: "\e250";
}
.fa-signal-strong::before {
  content: "\f68f";
}
.fa-signal-4::before {
  content: "\f68f";
}
.fa-signal-weak::before {
  content: "\f68c";
}
.fa-signal-1::before {
  content: "\f68c";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-signature-lock::before {
  content: "\e3ca";
}
.fa-signature-slash::before {
  content: "\e3cb";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-sim-cards::before {
  content: "\e251";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-siren::before {
  content: "\e02d";
}
.fa-siren-on::before {
  content: "\e02e";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-skeleton::before {
  content: "\f620";
}
.fa-ski-boot::before {
  content: "\e3cc";
}
.fa-ski-boot-ski::before {
  content: "\e3cd";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-skull-cow::before {
  content: "\f8de";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-slash::before {
  content: "\f715";
}
.fa-slash-back::before {
  content: "\5c";
}
.fa-slash-forward::before {
  content: "\2f";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-slider::before {
  content: "\e252";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-sliders-simple::before {
  content: "\e253";
}
.fa-sliders-up::before {
  content: "\f3f1";
}
.fa-sliders-v::before {
  content: "\f3f1";
}
.fa-slot-machine::before {
  content: "\e3ce";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-smoke::before {
  content: "\f760";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-snake::before {
  content: "\f716";
}
.fa-snooze::before {
  content: "\f880";
}
.fa-zzz::before {
  content: "\f880";
}
.fa-snow-blowing::before {
  content: "\f761";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-snowflakes::before {
  content: "\f7cf";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-snowman-head::before {
  content: "\f79b";
}
.fa-frosty-head::before {
  content: "\f79b";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-socks::before {
  content: "\f696";
}
.fa-soft-serve::before {
  content: "\e400";
}
.fa-creemee::before {
  content: "\e400";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-solar-system::before {
  content: "\e02f";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-space-station-moon::before {
  content: "\e033";
}
.fa-space-station-moon-construction::before {
  content: "\e034";
}
.fa-space-station-moon-alt::before {
  content: "\e034";
}
.fa-spade::before {
  content: "\f2f4";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-sparkles::before {
  content: "\f890";
}
.fa-speaker::before {
  content: "\f8df";
}
.fa-speakers::before {
  content: "\f8e0";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-spider::before {
  content: "\f717";
}
.fa-spider-black-widow::before {
  content: "\f718";
}
.fa-spider-web::before {
  content: "\f719";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-spinner-third::before {
  content: "\f3f4";
}
.fa-split::before {
  content: "\e254";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-sportsball::before {
  content: "\e44b";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-sprinkler::before {
  content: "\e035";
}
.fa-sprinkler-ceiling::before {
  content: "\e44c";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-square-0::before {
  content: "\e255";
}
.fa-square-1::before {
  content: "\e256";
}
.fa-square-2::before {
  content: "\e257";
}
.fa-square-3::before {
  content: "\e258";
}
.fa-square-4::before {
  content: "\e259";
}
.fa-square-5::before {
  content: "\e25a";
}
.fa-square-6::before {
  content: "\e25b";
}
.fa-square-7::before {
  content: "\e25c";
}
.fa-square-8::before {
  content: "\e25d";
}
.fa-square-9::before {
  content: "\e25e";
}
.fa-square-a::before {
  content: "\e25f";
}
.fa-square-a-lock::before {
  content: "\e44d";
}
.fa-square-ampersand::before {
  content: "\e260";
}
.fa-square-arrow-down::before {
  content: "\f339";
}
.fa-arrow-square-down::before {
  content: "\f339";
}
.fa-square-arrow-down-left::before {
  content: "\e261";
}
.fa-square-arrow-down-right::before {
  content: "\e262";
}
.fa-square-arrow-left::before {
  content: "\f33a";
}
.fa-arrow-square-left::before {
  content: "\f33a";
}
.fa-square-arrow-right::before {
  content: "\f33b";
}
.fa-arrow-square-right::before {
  content: "\f33b";
}
.fa-square-arrow-up::before {
  content: "\f33c";
}
.fa-arrow-square-up::before {
  content: "\f33c";
}
.fa-square-arrow-up-left::before {
  content: "\e263";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-square-b::before {
  content: "\e264";
}
.fa-square-bolt::before {
  content: "\e265";
}
.fa-square-c::before {
  content: "\e266";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-square-chevron-down::before {
  content: "\f329";
}
.fa-chevron-square-down::before {
  content: "\f329";
}
.fa-square-chevron-left::before {
  content: "\f32a";
}
.fa-chevron-square-left::before {
  content: "\f32a";
}
.fa-square-chevron-right::before {
  content: "\f32b";
}
.fa-chevron-square-right::before {
  content: "\f32b";
}
.fa-square-chevron-up::before {
  content: "\f32c";
}
.fa-chevron-square-up::before {
  content: "\f32c";
}
.fa-square-code::before {
  content: "\e267";
}
.fa-square-d::before {
  content: "\e268";
}
.fa-square-dashed::before {
  content: "\e269";
}
.fa-square-divide::before {
  content: "\e26a";
}
.fa-square-dollar::before {
  content: "\f2e9";
}
.fa-dollar-square::before {
  content: "\f2e9";
}
.fa-usd-square::before {
  content: "\f2e9";
}
.fa-square-down::before {
  content: "\f350";
}
.fa-arrow-alt-square-down::before {
  content: "\f350";
}
.fa-square-down-left::before {
  content: "\e26b";
}
.fa-square-down-right::before {
  content: "\e26c";
}
.fa-square-e::before {
  content: "\e26d";
}
.fa-square-ellipsis::before {
  content: "\e26e";
}
.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-square-exclamation::before {
  content: "\f321";
}
.fa-exclamation-square::before {
  content: "\f321";
}
.fa-square-f::before {
  content: "\e270";
}
.fa-square-fragile::before {
  content: "\f49b";
}
.fa-box-fragile::before {
  content: "\f49b";
}
.fa-square-wine-glass-crack::before {
  content: "\f49b";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-square-g::before {
  content: "\e271";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-square-heart::before {
  content: "\f4c8";
}
.fa-heart-square::before {
  content: "\f4c8";
}
.fa-square-i::before {
  content: "\e272";
}
.fa-square-info::before {
  content: "\f30f";
}
.fa-info-square::before {
  content: "\f30f";
}
.fa-square-j::before {
  content: "\e273";
}
.fa-square-k::before {
  content: "\e274";
}
.fa-square-kanban::before {
  content: "\e488";
}
.fa-square-l::before {
  content: "\e275";
}
.fa-square-left::before {
  content: "\f351";
}
.fa-arrow-alt-square-left::before {
  content: "\f351";
}
.fa-square-list::before {
  content: "\e489";
}
.fa-square-m::before {
  content: "\e276";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-square-n::before {
  content: "\e277";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-square-o::before {
  content: "\e278";
}
.fa-square-p::before {
  content: "\e279";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-square-parking-slash::before {
  content: "\f617";
}
.fa-parking-slash::before {
  content: "\f617";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-square-phone-hangup::before {
  content: "\e27a";
}
.fa-phone-square-down::before {
  content: "\e27a";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-square-q::before {
  content: "\e27b";
}
.fa-square-quarters::before {
  content: "\e44e";
}
.fa-square-question::before {
  content: "\f2fd";
}
.fa-question-square::before {
  content: "\f2fd";
}
.fa-square-quote::before {
  content: "\e329";
}
.fa-square-r::before {
  content: "\e27c";
}
.fa-square-right::before {
  content: "\f352";
}
.fa-arrow-alt-square-right::before {
  content: "\f352";
}
.fa-square-ring::before {
  content: "\e44f";
}
.fa-square-root::before {
  content: "\f697";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-square-s::before {
  content: "\e27d";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-square-sliders::before {
  content: "\f3f0";
}
.fa-sliders-h-square::before {
  content: "\f3f0";
}
.fa-square-sliders-vertical::before {
  content: "\f3f2";
}
.fa-sliders-v-square::before {
  content: "\f3f2";
}
.fa-square-small::before {
  content: "\e27e";
}
.fa-square-star::before {
  content: "\e27f";
}
.fa-square-t::before {
  content: "\e280";
}
.fa-square-terminal::before {
  content: "\e32a";
}
.fa-square-this-way-up::before {
  content: "\f49f";
}
.fa-box-up::before {
  content: "\f49f";
}
.fa-square-u::before {
  content: "\e281";
}
.fa-square-up::before {
  content: "\f353";
}
.fa-arrow-alt-square-up::before {
  content: "\f353";
}
.fa-square-up-left::before {
  content: "\e282";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-square-user::before {
  content: "\e283";
}
.fa-square-v::before {
  content: "\e284";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-square-w::before {
  content: "\e285";
}
.fa-square-x::before {
  content: "\e286";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-square-y::before {
  content: "\e287";
}
.fa-square-z::before {
  content: "\e288";
}
.fa-squid::before {
  content: "\e450";
}
.fa-squirrel::before {
  content: "\f71a";
}
.fa-staff::before {
  content: "\f71b";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-standard-definition::before {
  content: "\e28a";
}
.fa-rectangle-sd::before {
  content: "\e28a";
}
.fa-star::before {
  content: "\f005";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-star-christmas::before {
  content: "\f7d4";
}
.fa-star-exclamation::before {
  content: "\f2f3";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-star-sharp::before {
  content: "\e28b";
}
.fa-star-sharp-half::before {
  content: "\e28c";
}
.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}
.fa-star-sharp-half-alt::before {
  content: "\e28d";
}
.fa-star-shooting::before {
  content: "\e036";
}
.fa-starfighter::before {
  content: "\e037";
}
.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}
.fa-starfighter-alt::before {
  content: "\e038";
}
.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}
.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}
.fa-stars::before {
  content: "\f762";
}
.fa-starship::before {
  content: "\e039";
}
.fa-starship-freighter::before {
  content: "\e03a";
}
.fa-steak::before {
  content: "\f824";
}
.fa-steering-wheel::before {
  content: "\f622";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-stocking::before {
  content: "\f7d5";
}
.fa-stomach::before {
  content: "\f623";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-store::before {
  content: "\f54e";
}
.fa-store-lock::before {
  content: "\e4a6";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-strawberry::before {
  content: "\e32b";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-stretcher::before {
  content: "\f825";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-sun::before {
  content: "\f185";
}
.fa-sun-bright::before {
  content: "\e28f";
}
.fa-sun-alt::before {
  content: "\e28f";
}
.fa-sun-cloud::before {
  content: "\f763";
}
.fa-sun-dust::before {
  content: "\f764";
}
.fa-sun-haze::before {
  content: "\f765";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-sunglasses::before {
  content: "\f892";
}
.fa-sunrise::before {
  content: "\f766";
}
.fa-sunset::before {
  content: "\f767";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-sushi::before {
  content: "\e48a";
}
.fa-nigiri::before {
  content: "\e48a";
}
.fa-sushi-roll::before {
  content: "\e48b";
}
.fa-maki-roll::before {
  content: "\e48b";
}
.fa-makizushi::before {
  content: "\e48b";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-sword::before {
  content: "\f71c";
}
.fa-sword-laser::before {
  content: "\e03b";
}
.fa-sword-laser-alt::before {
  content: "\e03c";
}
.fa-swords::before {
  content: "\f71d";
}
.fa-swords-laser::before {
  content: "\e03d";
}
.fa-symbols::before {
  content: "\f86e";
}
.fa-icons-alt::before {
  content: "\f86e";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-t::before {
  content: "\54";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-table-layout::before {
  content: "\e290";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-table-picnic::before {
  content: "\e32d";
}
.fa-table-pivot::before {
  content: "\e291";
}
.fa-table-rows::before {
  content: "\e292";
}
.fa-rows::before {
  content: "\e292";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-table-tree::before {
  content: "\e293";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-tablet-rugged::before {
  content: "\f48f";
}
.fa-tablet-screen::before {
  content: "\f3fc";
}
.fa-tablet-android-alt::before {
  content: "\f3fc";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-taco::before {
  content: "\f826";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-tally::before {
  content: "\f69c";
}
.fa-tally-5::before {
  content: "\f69c";
}
.fa-tally-1::before {
  content: "\e294";
}
.fa-tally-2::before {
  content: "\e295";
}
.fa-tally-3::before {
  content: "\e296";
}
.fa-tally-4::before {
  content: "\e297";
}
.fa-tamale::before {
  content: "\e451";
}
.fa-tank-water::before {
  content: "\e452";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-taxi-bus::before {
  content: "\e298";
}
.fa-teddy-bear::before {
  content: "\e3cf";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-telescope::before {
  content: "\e03e";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-temperature-list::before {
  content: "\e299";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-temperature-snow::before {
  content: "\f768";
}
.fa-temperature-frigid::before {
  content: "\f768";
}
.fa-temperature-sun::before {
  content: "\f76a";
}
.fa-temperature-hot::before {
  content: "\f76a";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-tennis-ball::before {
  content: "\f45e";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-tents::before {
  content: "\e582";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-text::before {
  content: "\f893";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-text-size::before {
  content: "\f894";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-theta::before {
  content: "\f69e";
}
.fa-thought-bubble::before {
  content: "\e32e";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-tick::before {
  content: "\e32f";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-ticket-airline::before {
  content: "\e29a";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-tickets-airline::before {
  content: "\e29b";
}
.fa-tilde::before {
  content: "\7e";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-timeline-arrow::before {
  content: "\e29d";
}
.fa-timer::before {
  content: "\e29e";
}
.fa-tire::before {
  content: "\f631";
}
.fa-tire-flat::before {
  content: "\f632";
}
.fa-tire-pressure-warning::before {
  content: "\f633";
}
.fa-tire-rugged::before {
  content: "\f634";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-toilet-paper-blank::before {
  content: "\f71f";
}
.fa-toilet-paper-alt::before {
  content: "\f71f";
}
.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}
.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-toilet-paper-under::before {
  content: "\e2a0";
}
.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}
.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}
.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-tomato::before {
  content: "\e330";
}
.fa-tombstone::before {
  content: "\f720";
}
.fa-tombstone-blank::before {
  content: "\f721";
}
.fa-tombstone-alt::before {
  content: "\f721";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-toothbrush::before {
  content: "\f635";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-tower-control::before {
  content: "\e2a2";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-traffic-cone::before {
  content: "\f636";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-traffic-light-go::before {
  content: "\f638";
}
.fa-traffic-light-slow::before {
  content: "\f639";
}
.fa-traffic-light-stop::before {
  content: "\f63a";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-train::before {
  content: "\f238";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-train-subway-tunnel::before {
  content: "\e2a3";
}
.fa-subway-tunnel::before {
  content: "\e2a3";
}
.fa-train-track::before {
  content: "\e453";
}
.fa-train-tram::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-train-tunnel::before {
  content: "\e454";
}
.fa-transformer-bolt::before {
  content: "\e2a4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-transporter::before {
  content: "\e042";
}
.fa-transporter-1::before {
  content: "\e043";
}
.fa-transporter-2::before {
  content: "\e044";
}
.fa-transporter-3::before {
  content: "\e045";
}
.fa-transporter-4::before {
  content: "\e2a5";
}
.fa-transporter-5::before {
  content: "\e2a6";
}
.fa-transporter-6::before {
  content: "\e2a7";
}
.fa-transporter-7::before {
  content: "\e2a8";
}
.fa-transporter-empty::before {
  content: "\e046";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-trash-can-check::before {
  content: "\e2a9";
}
.fa-trash-can-clock::before {
  content: "\e2aa";
}
.fa-trash-can-list::before {
  content: "\e2ab";
}
.fa-trash-can-plus::before {
  content: "\e2ac";
}
.fa-trash-can-slash::before {
  content: "\e2ad";
}
.fa-trash-alt-slash::before {
  content: "\e2ad";
}
.fa-trash-can-undo::before {
  content: "\f896";
}
.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}
.fa-trash-undo-alt::before {
  content: "\f896";
}
.fa-trash-can-xmark::before {
  content: "\e2ae";
}
.fa-trash-check::before {
  content: "\e2af";
}
.fa-trash-clock::before {
  content: "\e2b0";
}
.fa-trash-list::before {
  content: "\e2b1";
}
.fa-trash-plus::before {
  content: "\e2b2";
}
.fa-trash-slash::before {
  content: "\e2b3";
}
.fa-trash-undo::before {
  content: "\f895";
}
.fa-trash-arrow-turn-left::before {
  content: "\f895";
}
.fa-trash-xmark::before {
  content: "\e2b4";
}
.fa-treasure-chest::before {
  content: "\f723";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-tree-christmas::before {
  content: "\f7db";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-tree-deciduous::before {
  content: "\f400";
}
.fa-tree-alt::before {
  content: "\f400";
}
.fa-tree-decorated::before {
  content: "\f7dc";
}
.fa-tree-large::before {
  content: "\f7dd";
}
.fa-tree-palm::before {
  content: "\f82b";
}
.fa-trees::before {
  content: "\f724";
}
.fa-triangle::before {
  content: "\f2ec";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-triangle-instrument::before {
  content: "\f8e2";
}
.fa-triangle-music::before {
  content: "\f8e2";
}
.fa-triangle-person-digging::before {
  content: "\f85d";
}
.fa-construction::before {
  content: "\f85d";
}
.fa-trillium::before {
  content: "\e588";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-trophy-star::before {
  content: "\f2eb";
}
.fa-trophy-alt::before {
  content: "\f2eb";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-truck-bolt::before {
  content: "\e3d0";
}
.fa-truck-clock::before {
  content: "\f48c";
}
.fa-shipping-timed::before {
  content: "\f48c";
}
.fa-truck-container::before {
  content: "\f4dc";
}
.fa-truck-container-empty::before {
  content: "\e2b5";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-truck-flatbed::before {
  content: "\e2b6";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-truck-plow::before {
  content: "\f7de";
}
.fa-truck-ramp::before {
  content: "\f4e0";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-truck-ramp-couch::before {
  content: "\f4dd";
}
.fa-truck-couch::before {
  content: "\f4dd";
}
.fa-truck-tow::before {
  content: "\e2b8";
}
.fa-trumpet::before {
  content: "\f8e3";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-tty-answer::before {
  content: "\e2b9";
}
.fa-teletype-answer::before {
  content: "\e2b9";
}
.fa-tugrik-sign::before {
  content: "\e2ba";
}
.fa-turkey::before {
  content: "\f725";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-turn-down-left::before {
  content: "\e331";
}
.fa-turn-down-right::before {
  content: "\e455";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.fa-turntable::before {
  content: "\f8e4";
}
.fa-turtle::before {
  content: "\f726";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-tv-music::before {
  content: "\f8e6";
}
.fa-tv-retro::before {
  content: "\f401";
}
.fa-typewriter::before {
  content: "\f8e7";
}
.fa-u::before {
  content: "\55";
}
.fa-ufo::before {
  content: "\e047";
}
.fa-ufo-beam::before {
  content: "\e048";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-umbrella-simple::before {
  content: "\e2bc";
}
.fa-umbrella-alt::before {
  content: "\e2bc";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-unicorn::before {
  content: "\f727";
}
.fa-uniform-martial-arts::before {
  content: "\e3d1";
}
.fa-union::before {
  content: "\f6a2";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-up::before {
  content: "\f357";
}
.fa-arrow-alt-up::before {
  content: "\f357";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-up-from-bracket::before {
  content: "\e590";
}
.fa-up-from-dotted-line::before {
  content: "\e456";
}
.fa-up-from-line::before {
  content: "\f346";
}
.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}
.fa-up-left::before {
  content: "\e2bd";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-up-right::before {
  content: "\e2be";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-up-to-dotted-line::before {
  content: "\e457";
}
.fa-up-to-line::before {
  content: "\f34d";
}
.fa-arrow-alt-to-top::before {
  content: "\f34d";
}
.fa-upload::before {
  content: "\f093";
}
.fa-usb-drive::before {
  content: "\f8e9";
}
.fa-user::before {
  content: "\f007";
}
.fa-user-alien::before {
  content: "\e04a";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-user-bounty-hunter::before {
  content: "\e2bf";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-user-chef::before {
  content: "\e3d2";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-user-cowboy::before {
  content: "\f8ea";
}
.fa-user-crown::before {
  content: "\f6a4";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-user-doctor-hair::before {
  content: "\e458";
}
.fa-user-doctor-hair-long::before {
  content: "\e459";
}
.fa-user-doctor-message::before {
  content: "\f82e";
}
.fa-user-md-chat::before {
  content: "\f82e";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-user-group-crown::before {
  content: "\f6a5";
}
.fa-users-crown::before {
  content: "\f6a5";
}
.fa-user-hair::before {
  content: "\e45a";
}
.fa-user-hair-buns::before {
  content: "\e3d3";
}
.fa-user-hair-long::before {
  content: "\e45b";
}
.fa-user-hair-mullet::before {
  content: "\e45c";
}
.fa-business-front::before {
  content: "\e45c";
}
.fa-party-back::before {
  content: "\e45c";
}
.fa-trian-balbot::before {
  content: "\e45c";
}
.fa-user-headset::before {
  content: "\f82d";
}
.fa-user-helmet-safety::before {
  content: "\f82c";
}
.fa-user-construction::before {
  content: "\f82c";
}
.fa-user-hard-hat::before {
  content: "\f82c";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-user-music::before {
  content: "\f8eb";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-user-nurse-hair::before {
  content: "\e45d";
}
.fa-user-nurse-hair-long::before {
  content: "\e45e";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-user-pilot::before {
  content: "\e2c0";
}
.fa-user-pilot-tie::before {
  content: "\e2c1";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-user-police::before {
  content: "\e333";
}
.fa-user-police-tie::before {
  content: "\e334";
}
.fa-user-robot::before {
  content: "\e04b";
}
.fa-user-robot-xmarks::before {
  content: "\e4a7";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-user-shakespeare::before {
  content: "\e2c2";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-user-tie-hair::before {
  content: "\e45f";
}
.fa-user-tie-hair-long::before {
  content: "\e460";
}
.fa-user-unlock::before {
  content: "\e058";
}
.fa-user-visor::before {
  content: "\e04c";
}
.fa-user-vneck::before {
  content: "\e461";
}
.fa-user-vneck-hair::before {
  content: "\e462";
}
.fa-user-vneck-hair-long::before {
  content: "\e463";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-users-medical::before {
  content: "\f830";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-utensils-slash::before {
  content: "\e464";
}
.fa-utility-pole::before {
  content: "\e2c3";
}
.fa-utility-pole-double::before {
  content: "\e2c4";
}
.fa-v::before {
  content: "\56";
}
.fa-vacuum::before {
  content: "\e04d";
}
.fa-vacuum-robot::before {
  content: "\e04e";
}
.fa-value-absolute::before {
  content: "\f6a6";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-vector-circle::before {
  content: "\e2c6";
}
.fa-vector-polygon::before {
  content: "\e2c7";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-vent-damper::before {
  content: "\e465";
}
.fa-venus::before {
  content: "\f221";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-vest::before {
  content: "\e085";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-vial::before {
  content: "\f492";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-vials::before {
  content: "\f493";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-video-arrow-down-left::before {
  content: "\e2c8";
}
.fa-video-arrow-up-right::before {
  content: "\e2c9";
}
.fa-video-plus::before {
  content: "\f4e1";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-violin::before {
  content: "\f8ed";
}
.fa-virus::before {
  content: "\e074";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-volume::before {
  content: "\f6a8";
}
.fa-volume-medium::before {
  content: "\f6a8";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-volume-slash::before {
  content: "\f2e2";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-w::before {
  content: "\57";
}
.fa-waffle::before {
  content: "\e466";
}
.fa-wagon-covered::before {
  content: "\f8ee";
}
.fa-walker::before {
  content: "\f831";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-wand::before {
  content: "\f72a";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-warehouse-full::before {
  content: "\f495";
}
.fa-warehouse-alt::before {
  content: "\f495";
}
.fa-washing-machine::before {
  content: "\f898";
}
.fa-washer::before {
  content: "\f898";
}
.fa-watch::before {
  content: "\f2e1";
}
.fa-watch-apple::before {
  content: "\e2cb";
}
.fa-watch-calculator::before {
  content: "\f8f0";
}
.fa-watch-fitness::before {
  content: "\f63e";
}
.fa-watch-smart::before {
  content: "\e2cc";
}
.fa-water::before {
  content: "\f773";
}
.fa-water-arrow-down::before {
  content: "\f774";
}
.fa-water-lower::before {
  content: "\f774";
}
.fa-water-arrow-up::before {
  content: "\f775";
}
.fa-water-rise::before {
  content: "\f775";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-watermelon-slice::before {
  content: "\e337";
}
.fa-wave-pulse::before {
  content: "\f5f8";
}
.fa-heart-rate::before {
  content: "\f5f8";
}
.fa-wave-sine::before {
  content: "\f899";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-wave-triangle::before {
  content: "\f89a";
}
.fa-waveform::before {
  content: "\f8f1";
}
.fa-waveform-lines::before {
  content: "\f8f2";
}
.fa-waveform-path::before {
  content: "\f8f2";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-whale::before {
  content: "\f72c";
}
.fa-wheat::before {
  content: "\f72d";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-wheat-awn-slash::before {
  content: "\e338";
}
.fa-wheat-slash::before {
  content: "\e339";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}
.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}
.fa-whistle::before {
  content: "\f460";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-wifi-exclamation::before {
  content: "\e2cf";
}
.fa-wifi-fair::before {
  content: "\f6ab";
}
.fa-wifi-2::before {
  content: "\f6ab";
}
.fa-wifi-slash::before {
  content: "\f6ac";
}
.fa-wifi-weak::before {
  content: "\f6aa";
}
.fa-wifi-1::before {
  content: "\f6aa";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-wind-turbine::before {
  content: "\f89b";
}
.fa-wind-warning::before {
  content: "\f776";
}
.fa-wind-circle-exclamation::before {
  content: "\f776";
}
.fa-window::before {
  content: "\f40e";
}
.fa-window-flip::before {
  content: "\f40f";
}
.fa-window-alt::before {
  content: "\f40f";
}
.fa-window-frame::before {
  content: "\e04f";
}
.fa-window-frame-open::before {
  content: "\e050";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-windsock::before {
  content: "\f777";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-wine-glass-crack::before {
  content: "\f4bb";
}
.fa-fragile::before {
  content: "\f4bb";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-worm::before {
  content: "\e599";
}
.fa-wreath::before {
  content: "\f7e2";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-wrench-simple::before {
  content: "\e2d1";
}
.fa-x::before {
  content: "\58";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-xmark-large::before {
  content: "\e59b";
}
.fa-xmark-to-slot::before {
  content: "\f771";
}
.fa-times-to-slot::before {
  content: "\f771";
}
.fa-vote-nay::before {
  content: "\f771";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-y::before {
  content: "\59";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-z::before {
  content: "\5a";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.btn {
  border: 1px solid #444444;
  background: #444444;
  height: auto;
  padding: 12px 31px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.btn:focus {
  opacity: 0.8;
}
.btn:active {
  opacity: 0.8;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: #444444;
}
body p {
  color: #444444;
  line-height: 150%;
}
body a {
  color: #444444;
  text-decoration: underline;
}
body a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
body a:hover {
  color: #444444;
  text-decoration: none;
  text-decoration: underline;
}
body a:visited,
body a:active,
body .alink:visited {
  color: #444444;
  text-decoration: none;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body h1 {
  font-size: 40px;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 26px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #7d7d7d;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row.container {
  margin: auto;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 100% !important;
  }
}
.action.primary {
  background: #d12e26;
  border: 1px solid #d12e26;
  border-radius: 4px 4px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 8px;
}
.action.primary:hover {
  background: #400002;
  border: 1px solid #400002;
  opacity: 0.9;
}
.action.primary:active {
  background: #400002;
  border: 1px solid #400002;
  opacity: 0.9;
}
.action.primary:focus {
  background: #400002;
  border: 1px solid #400002;
  opacity: 0.9;
}
.label {
  color: #444444;
}
.btn {
  color: #fff;
  background: #D12E26;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 0;
}
.btn:hover {
  background: #400002;
  opacity: 0.8;
}
.btn:focus {
  background: #400002;
  opacity: 0.8;
}
.btn:active {
  background: #400002;
  opacity: 0.5;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: poppins, sans-serif;
}
@media screen and (max-width: 1200px) {
  .page-wrapper {
    display: flex;
  }
}
.header-bar {
  background: #00539F;
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
}
.header-bar .col div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-bar .col div {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar .slick-slide > div > div > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-bar p {
  color: #000;
  text-transform: lowercase;
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
}
.header-bar .cta_text {
  padding: 7px 0 0 0;
  display: inline-table;
}
.header-bar .cta_text a {
  font-family: poppins, sans-serif !important;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 16px;
  font-weight: 400;
}
.header-bar .cta_text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .header-bar {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar br {
    display: none;
  }
}
.header-bar span {
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .header-bar p .cta_text {
    padding: 4px 0 0 0 !important;
  }
}
.header-bar i {
  color: #3c3c3d;
  font-size: 20px;
  margin-right: 10px;
}
.header-bar img {
  width: 28px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .header-bar img {
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar [data-element="main"] {
    text-align: center;
  }
  .header-bar .cta_text {
    text-align: center;
  }
  .header-bar img {
    float: none;
  }
}
@media screen and (max-width: 576px) {
  .header-bar img {
    float: none;
    margin-right: 10px;
  }
  .header-bar .cta_text a {
    font-size: 12px;
  }
}
@media screen and (max-width: 440px) {
  .header-bar .container {
    padding: 0;
  }
  .header-bar .container .col-xs-5,
  .header-bar .container .col-xs-7 {
    padding: 0 5px;
  }
  .header-bar img {
    float: none;
    margin-right: 10px;
  }
  .header-bar .cta_text a {
    font-size: 12px;
  }
}
.header-bar.slick-slider {
  display: none;
}
.header-bar.slick-initialized {
  display: block;
}
.header-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}
.header-middle .logo {
  float: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin: auto;
  padding: 10px;
  max-width: 100%;
}
.header-middle .logo img {
  margin: 0 auto;
  width: 397px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .header-middle .action.nav-toggle {
    display: block;
    position: absolute;
    top: auto;
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 70%;
  }
}
@media screen and (max-width: 440px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 380px) {
  .header-middle .logo img {
    margin: auto;
    width: 100%;
    max-width: 180px;
  }
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.header-right .header-account {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account {
    background: #fff;
  }
}
@media screen and (min-width: 1201px) {
  .header-right .header-account {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
}
@media screen and (min-width: 1201px) {
  .header-right .header-account.head-search {
    width: 70%;
  }
}
.header-right .header-account .amsearch-wrapper-block {
  width: 100%;
  margin-top: 0;
}
.header-right .header-account .amsearch-input-wrapper {
  width: 80%;
}
.header-right .header-account .amsearch-input-wrapper .amsearch-input {
  height: 45px;
  border: 1px solid #969696;
  padding: 10px 20px;
}
.header-right .header-account .headLink img {
  text-align: center;
  margin: 0 auto 6px auto;
  display: block;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .headLink.block {
    margin: 0px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .headLink.block {
    padding: 10px;
  }
}
@media (max-width: 764px) {
  .header-right .header-account .headLink.block {
    padding: 2px;
  }
}
.header-right .header-account .nav-toggle-block {
  display: none;
}
.header-right .header-account .switcher-dropdown {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.header-right .header-account .switcher-dropdown li {
  margin: 0px;
  padding: 0px;
}
.header-right .header-account .block {
  margin: 0px;
}
.header-right .header-account .block h6 {
  display: none;
}
.header-right .header-account .block > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.header-right .header-account .block > a i {
  font-size: 20px;
}
.header-right .header-account .minicart-wrapper {
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .minicart-wrapper {
    position: static;
  }
}
.header-right .header-account .minicart-wrapper .action.showcart .text {
  height: auto;
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right .header-account .minicart-wrapper .action.showcart .text i {
  margin-right: 5px;
}
.header-right .header-account .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-right .header-account .minicart-wrapper .action.showcart .counter.qty {
  background: #c7c9c9;
  font-size: 8px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 10px;
  right: auto;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-top: 0px;
}
.header-right .header-account .minicart-wrapper .block-minicart {
  border: 1px solid #636363;
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .minicart-wrapper .block-minicart {
    top: 36px;
  }
}
.header-right .header-account .minicart-wrapper .block-minicart:after,
.header-right .header-account .minicart-wrapper .block-minicart:before {
  right: 11.5%;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topSearch {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topSearch.active {
    background: #fff;
  }
}
.header-right .header-account .topSearch a {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topAccount {
    position: relative;
  }
}
.header-right .header-account .topAccount ul {
  display: none;
  background: #fff;
  list-style: none;
  margin: 0px;
  border: 1px solid #636363;
  width: 200px;
  padding: 20px;
}
.header-right .header-account .topAccount ul li {
  text-align: center;
}
.header-right .header-account .topAccount ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.header-right .header-account .topAccount ul li a:hover {
  text-decoration: underline;
}
.header-right .header-account .topAccount ul.active {
  display: block;
  position: absolute;
  top: 29px;
  left: 0px;
  z-index: 500;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topAccount ul.active {
    top: 36px;
    width: 100%;
  }
}
.header-right .header-account .topAccount ul.active i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.header-right .header-account .topAccount.active {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header-right .header-account .topAccount.active {
    position: static !important;
  }
}
.header-right .header-account .topAccount a span.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topAccount a span.text i {
    margin-right: 5px;
  }
}
.header-right .header-account .topCurrency .dropdown-menu {
  border: 1px solid #000;
  border-radius: 0px 0px;
  min-width: auto;
  padding: 5px 10px;
}
.header-right .header-account .topCurrency .dropdown-item {
  font-size: 16px;
}
.header-right .header-account .topCurrency i {
  margin-top: 1px;
}
.header-right .header-account .topWishlist a span.text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .header-right .header-account .topWishlist a span.text i {
    margin-right: 5px;
  }
}
.amsearch-button.-loupe {
  display: none;
}
.header-main .amsearch-button.-loupe {
  display: block;
}
@media (max-width: 1200px) {
  .amsearch-full_width-title {
    display: none;
  }
  .amsearch-wrapper-block {
    width: 100%;
    margin-top: 0;
  }
  .amsearch-input-wrapper {
    width: 100%;
  }
  .amsearch-input-wrapper .amsearch-input {
    height: 45px;
    border: 1px solid #969696;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .top-navigation-dropdown {
    display: none;
  }
  .nav-sections {
    margin-bottom: 0px !important;
  }
  .navigation {
    min-height: auto !important;
    background: #fff;
    margin: 0px 0px;
    z-index: 100 !important;
  }
  .navigation .navbar-collapse > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1370px;
    margin: 0 auto;
    position: initial;
  }
  .navigation li.parent:hover > .top-navigation-dropdown {
    width: 25%;
    border: 0px;
    background: #fff;
    padding: 5px 0px;
    z-index: 5000;
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    transform: initial;
    -webkit-box-shadow: -1px 16px 15px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 16px 15px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 16px 15px -2px rgba(0, 0, 0, 0.75);
    margin-top: 0 !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul {
    display: flex;
    flex-flow: row wrap;
    border: 0px;
    box-shadow: 0px 0px;
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li {
    margin-right: 0%;
    width: 25%;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li a {
    width: max-content;
    text-decoration: none !important;
    font-weight: 500;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li .ui-menu-icon {
    display: none !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li .ui-menu-icon:after {
    display: none !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown > ul > li.view-all {
    display: none;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .nav-promo-banner {
    background-color: #e8e9e9 !important;
    width: 100% !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown .nav-promo-banner p {
    padding: 10px 30px;
  }
  .navigation li.level0 {
    margin: 0px;
    letter-spacing: 2px;
  }
  .navigation li.level0 li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation li.level0:hover {
    position: static;
  }
  .navigation li.level0 .submenu {
    border: 0;
    box-shadow: initial;
    position: initial;
    left: initial;
    min-width: initial;
  }
  .navigation li.level0.active a {
    border: none;
  }
  .navigation li.level0 > a {
    border-left: 1px solid #000;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 500;
    padding: 20px 18px !important;
  }
  .navigation li.level0 > a.level-top {
    padding: 12px 18px !important;
    line-height: 30px;
    color: #fff;
  }
  .navigation li.level0 > a.level-top .ui-menu-icon {
    display: none !important;
  }
  .navigation li.level0:first-child > a {
    border-left: 0px;
  }
  .navigation li ul.level2 {
    display: none !important;
  }
  .navigation li a {
    text-decoration: none !important;
  }
  .navigation li a:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    transform: scale(0);
  }
  .navigation li .desktop-view-all-category {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    clear: both;
    float: left;
  }
  .navigation li .desktop-view-all-category a {
    width: 100% !important;
    background: #7d7d7d;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .navigation li .desktop-view-all-category a:after {
    display: none;
  }
  .navigation li .desktop-view-all-category a:hover {
    background: #7d7d7d !important;
  }
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .navigation li.level0 li {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1200px) {
  .nav-sections {
    display: none;
    background: #fff;
    margin-bottom: 0px;
  }
  .top-navigation-dropdown {
    display: none;
  }
  .nav-open .header-navigation .header-nav .desktop-view-all-category {
    display: none;
  }
  .nav-open .header-navigation .header-nav .collapse:not(.show) {
    display: block;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title {
    width: 50%;
    position: relative;
    z-index: 1000;
    display: block;
    background: #7d7d7d;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title.active {
    background: #fff;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-title.active a {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav > .piranha {
    display: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content {
    position: relative;
    top: 0px;
    margin-top: 68px;
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content > .navigation {
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box {
    padding: 15px 15px 0px 15px;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box h4 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-content .nav-section-content-box ul li a {
    text-decoration: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections-item-switch {
    text-decoration: none;
  }
  .nav-open .header-navigation .header-nav .nav-sections {
    display: block;
  }
  .nav-open .header-navigation .header-nav .navigation {
    background: #fff;
  }
  .nav-open .header-navigation .header-nav .navigation .navbar-collapse {
    padding: 0px;
  }
  .nav-open .header-navigation .header-nav .navigation ul {
    top: 0px;
    position: relative;
    padding: 0px;
    border-top: 1px solid #cccccc;
  }
  .nav-open .header-navigation .header-nav .navigation ul li {
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #cccccc;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: auto;
    left: 5px;
    top: auto;
    content: '\f054';
    font-size: 20px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > a:after {
    content: '\f078';
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > .top-navigation-dropdown {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.parent.active > .top-navigation-dropdown > ul {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.active > a {
    background: #400002;
    color: #fff;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level0.active > a span {
    font-weight: 500;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    left: auto;
    top: auto;
    content: '\f078';
    font-size: 15px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.parent.active > a:after {
    content: '\f077';
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.active > a {
    background: #7d7d7d;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.level1.active > a span {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a {
    padding: 10px 15px 10px 35px !important;
    border: 0px;
    text-transform: none;
    font-weight: 300;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a span {
    margin: 0px !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li a.active span {
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li a {
    padding: 10px 15px 10px 35px !important;
    color: #636363;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li.active ul li {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li ul li {
    display: none !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li ul > li ul li a {
    padding: 5px 15px 5px 35px !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.active {
    border-bottom: 5px solid #cccccc;
  }
  .nav-open .header-navigation .header-nav .navigation ul li.active > ul {
    display: block !important;
  }
  .nav-open .header-navigation .header-nav .navigation ul.level2.parent > a:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0px;
    left: auto;
    top: auto;
    content: '\f054';
    font-size: 20px;
    font-weight: 700;
  }
  .nav-open .header-navigation .header-nav .navigation ul.level2.parent.active > a:after {
    content: '\f078';
  }
  .header-left {
    display: none !important;
  }
  .header-left.active {
    display: block !important;
  }
  .header-main .row {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
  }
  .header-main .row .header-left {
    order: 1;
    width: 100%;
  }
  .header-main .row .header-middle {
    order: 1;
    width: 80%;
  }
  .header-main .row .header-right {
    order: 2;
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .header-main .row .header-middle {
    order: 1;
    width: 100%;
  }
  .header-main .row .header-middle .logo img {
    max-width: 220px;
  }
  .header-main .row .header-middle .nav-toggle {
    display: none;
  }
  .header-main .row .header-right {
    order: 1;
    width: 30% !important;
    position: absolute;
    right: 0;
    z-index: 9999999;
    padding-right: 0;
  }
  .header-main .row .header-right .topSearch .text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .header-main .row .header-middle .logo img {
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .header-main .row .header-middle .logo img {
    max-width: 120px;
  }
}
.navigation .level0.active > .level-top {
  border: none !important;
}
@media screen and (min-width: 1201px) {
  .header-main {
    background: #fff;
  }
}
.header-main .row {
  display: flex;
  align-items: center;
  padding: 0px !important;
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .header-main .row .header-left {
    padding: 0px !important;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 35px;
  line-height: 40px;
  height: 40px;
  background: none;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper .amsearch-input:focus {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-input-wrapper {
    width: 90%;
    margin: auto;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block {
  justify-content: normal;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block .amsearch-button.-loupe {
  background: none;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block .amsearch-button.-loupe:after {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 2px;
  content: '\f002';
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block.-opened .amsearch-button.-loupe:after {
  right: 0px;
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-form-block {
    justify-content: center;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-item-container .amsearch-item .amsearch-link,
.header-main .row .header-left .amsearch-wrapper-block .amsearch-products-section .amsearch-link,
.header-main .row .header-left .amsearch-wrapper-block .amsearch-highlight {
  color: #7d7d7d;
}
@media screen and (min-width: 1201px) {
  .header-main .row .header-left .amsearch-wrapper-block .amsearch-result-section {
    left: 340px;
  }
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-products-section .action.tocart {
  padding: 10px 9px;
}
.header-main .row .header-left .amsearch-wrapper-block .amsearch-wrapper-inner .rrp-price .price {
  text-decoration: line-through;
}
.amsearch-overlay-block {
  display: none !important;
}
@media screen and (min-width: 1201px) {
  .navigation .collapse:not(.show) {
    display: block !important;
  }
  .navigation ul {
    position: relative;
    padding: 0px;
  }
}
.header-message {
  background: #c7c9c9;
  text-align: center;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.header-message ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-message ul li {
  margin-bottom: 0;
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 16px;
  font-family: 'Armata', sans-serif;
  font-weight: bold;
  color: #424040;
  letter-spacing: 1px;
}
.header-message ul li img {
  margin-right: 10px;
}
@media (max-width: 1150px) {
  .header-message ul {
    display: block;
  }
}
.breadcrumbs {
  margin-bottom: 10px;
}
/* Header CSS */
.header-bar a {
  text-decoration: none;
}
.header-bar ul {
  display: flex;
  list-style-type: none;
  align-items: flex-end;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
}
.header-bar ul li {
  padding-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1201px) {
  .navbar {
    border: 0 !important;
    border-radius: 0 !important;
  }
  .header-navigation {
    background-color: #7d7d7d;
  }
  .header-navigation .contactus .first_span:after {
    display: none !important;
  }
  .piranha {
    background-color: #636363 !important;
  }
  .piranha #navbarSupportedContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .top-navigation-dropdown .col-md-9 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-navigation-dropdown .level1.parent {
    padding: 10px 0 0 0;
  }
  .top-navigation-dropdown .level1 a {
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000 !important;
  }
  .top-navigation-dropdown .level1 .ui-menu-icon {
    display: none !important;
  }
  .top-navigation-dropdown .level2 {
    width: 100% !important;
  }
  .top-navigation-dropdown .level2.submenu {
    position: initial !important;
    border: 0;
    box-shadow: initial;
    margin: 0 0 0 10px !important;
    display: block !important;
  }
  .top-navigation-dropdown .level2.submenu a {
    padding: 4px 8px;
    text-transform: initial;
    font-weight: initial !important;
    letter-spacing: initial !important;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
    left: 0;
    bottom: -13px;
    margin: 0 auto;
    text-align: center;
  }
  .top-level-nav-bg:hover {
    color: #333 !important;
    background-color: #fff !important;
  }
  .navigation .kb_hover_parent {
    color: #333 !important;
    background-color: #fff !important;
  }
  .navigation .kb_hover_parent a {
    color: #333 !important;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgb(0 0 0%);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: block !important;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .view-all1 {
    display: none !important;
  }
  .block-search {
    width: 90%;
    margin: 10px 0 !important;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    height: 47px;
    padding: 3px 0 0 12px;
    color: #3c3c3d !important;
  }
  .block-search .action.search:before {
    font-size: 30px;
    line-height: 36px;
    color: #3c3c3d !important;
    content: '\e615';
  }
  .block-search .action.search[disabled] {
    opacity: 1 !important;
  }
  .navigation .level0:hover:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 0 !important;
    height: calc(100% + 3px) !important;
    z-index: 1 !important;
  }
}
.block-search input::placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}
.nav-open .header-navigation .header-nav .navigation .contactus a:after {
  display: none;
}
.nav-open .header-navigation .header-nav .navigation .contactus a span:after {
  display: none;
}
.jquerymovesearch .block-search {
  width: 80%;
  margin: 0 auto;
}
.jquerymovesearch .block-search input {
  position: relative;
  left: 0;
  padding: 10px !important;
  height: auto;
}
.jquerymovesearch .block-search .label {
  display: none;
}
.jquerymovesearch .block-search .control {
  border-top: inherit;
}
.jquerymovesearch .head-search .block-search .control input {
  padding: 10px !important;
}
.jquerymovesearch .head-search .block-search .actions .search {
  padding: 14px 20px;
  background-color: #7d7d7d;
  opacity: 1;
  color: #fff;
  border: 0 !important;
}
@media screen and (max-width: 1200px) {
  .header-main .row.head-search,
  .head-search {
    padding: 10px !important;
  }
  .header-main .row.head-search.active,
  .head-search.active {
    display: flex !important;
  }
  .header-main .row.head-search .block-search,
  .head-search .block-search {
    position: relative;
  }
  .header-main .row.head-search .block-search .control input,
  .head-search .block-search .control input {
    margin: 0px !important;
    padding: 0px !important;
  }
  .header-main .row.head-search .block-search .actions,
  .head-search .block-search .actions {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 111;
  }
  .header-main .row.head-search .block-search .actions .search,
  .head-search .block-search .actions .search {
    display: block !important;
  }
  .header-right .header-account .topSearch.active {
    background: none !important;
  }
  .header-message br {
    display: none;
  }
  .top-navigation-dropdown .container {
    padding: 0;
  }
  .top-navigation-dropdown .col-md-9 {
    padding: 0 !important;
  }
  .top-navigation-dropdown .nav-promo-banner {
    padding: 20px;
  }
  .header-right {
    background-color: #fff !important;
  }
  .header-right .header-account:first-child {
    flex: 1 100%;
    flex-flow: row wrap;
  }
  .header-right .header-account:last-child {
    flex: 1 100%;
  }
  .header-right .block-search input {
    font-size: 16px;
    left: initial;
    margin: 15px 0;
    position: initial;
  }
  .header-right .block-search .control {
    border-top: 0;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
  }
  .header-right .block-search label {
    display: none;
  }
}
.header-right .header-account .topAccount ul {
  margin: 0;
  padding: 30px 0 0 0;
}
.header-right .header-account .topAccount ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #7d7d7d;
}
.header-right .header-account .topAccount ul li:last-child {
  border-bottom: 0;
}
.header-right .header-account .topAccount ul li a {
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  padding-left: 10px;
}
.header-right .header-account .topAccount ul li a:hover {
  text-decoration: none;
  background-color: #7d7d7d;
  color: #fff;
}
@media screen and (min-width: 1201px) and (min-width: 768px) {
  .navigation li.level0 li {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation .level0 .submenu a {
    padding: 8px 8px;
  }
}
/* Mobile Navigation */
@media (max-width: 350px) {
  .navbar-toggler.collapsed {
    top: -55px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 0px;
  }
  .navigation ul {
    padding: 60px 0px 0px 0px;
  }
  /* Base */
  .navigation ul li {
    margin-bottom: 0px;
    padding: 3px 5px !important;
    margin: 0px !important;
    position: relative;
  }
  .navigation ul li.parent:after {
    position: absolute;
    right: 10px;
    top: 7px;
    content: '\f078' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #fff !important;
  }
  .navigation ul li.parent.nowactive:after {
    content: '\f077' !important;
  }
  /* Level 0 */
  .navigation li.level0 {
    padding: 8px 0px !important;
    margin: 0px !important;
  }
  .navigation li.level0 > a {
    font-size: 16px;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
  }
  .navigation li.nowactive {
    background: #7d7d7d;
  }
  .navigation ul.level0 {
    padding: 0px !important;
    margin: 0px !important;
    background: #7d7d7d;
  }
  .navigation ul.level0 > li {
    padding: 0px !important;
    margin: 0px !important;
    background: #7d7d7d;
  }
  .navigation ul.level0 li > a {
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
  }
  .navigation ul.level0 li.parent:after {
    top: 0px;
  }
  /* Level 1 */
  .submenu .submenu {
    display: none !important;
  }
  .navigation li.level1 {
    padding: 0px !important;
    margin: 0px !important;
    background: #7d7d7d;
  }
  .navigation li.level1 > a {
    font-size: 14px;
    padding: 3px 10px;
    font-weight: normal;
  }
  .navigation ul.level1 {
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important;
    background: #7d7d7d;
    display: block;
  }
  .navigation ul.level1 > li {
    padding: 0px !important;
    margin: 0px !important;
    background: #7d7d7d;
  }
  .navigation ul.level1 li > a {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .navigation ul.level0 > li.all-category {
    background: #7d7d7d;
  }
  .navigation ul.level0 > li.all-category a {
    width: 100%;
  }
}
/* Navigation Bootstrap START */
.offcanvas-header {
  display: none;
}
@media (min-width: 1201px) {
  .pirbeskpokenav {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mobilenavigationcontainer {
    position: absolute;
    top: 110px;
  }
  .navbar.navigation {
    display: none;
  }
  .header-middle .nav-toggle {
    display: none !important;
  }
  .navbar-nav.showparent .nav-item.dropdown:first-child .nav-link {
    padding-top: 0;
  }
  .pirbeskpokenav {
    min-height: inherit;
    margin-bottom: 0;
    display: block;
  }
  .pirbeskpokenav .navbar-toggler {
    position: absolute;
    left: 0;
    top: -4px;
    border: 0;
    background-color: inherit;
    font-size: 26px;
    z-index: 9999999999;
  }
  .pirbeskpokenav .navbar-toggler i {
    font-weight: normal;
  }
  .pirbeskpokenav li {
    width: 100%;
    font-size: 22px;
    margin-bottom: 0;
    list-style: none;
  }
  .pirbeskpokenav li a {
    text-decoration: none;
    display: block;
    padding: 20px 20px;
  }
  .pirbeskpokenav li .dropdown-menu {
    position: relative;
    left: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 !important;
    box-shadow: none;
    overflow: hidden;
  }
  .pirbeskpokenav li .dropdown-menu.show .mu-backbutton {
    z-index: 99999;
  }
  .pirbeskpokenav li .dropdown-menu li {
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .pirbeskpokenav li .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
  .pirbeskpokenav .nav-link {
    text-transform: uppercase;
  }
  .pirbeskpokenav .nav-link,
  .pirbeskpokenav li .dropdown-menu li a {
    padding: 10px 20px !important;
  }
  .pirbeskpokenav .nav-link {
    padding-bottom: 15px;
    color: #231f20 !important;
  }
  .navbar-nav .nav-item.dropdown:first-child > .nav-link {
    padding-top: 45px !important;
  }
  .navbar-nav.showparent .nav-item.dropdown.showparent-inner > .nav-link {
    z-index: 9999;
    display: block;
    position: relative;
  }
  .showparent-inner .backbutton {
    display: block;
    position: absolute;
    top: 40px;
    background: #7d7d7d;
    width: 100%;
    padding: 9px;
    font-size: 16px;
    color: #fff;
  }
  .pirbeskpokenav .dropdown-menu.showparent-inner .view-all a {
    padding-top: 10px !important;
  }
  .pirbeskpokenav .dropdown-menu li {
    margin-bottom: 0;
  }
  .pirbeskpokenav .dropdown-menu li .dropdown-item {
    padding: 0;
    font-size: 17px;
    white-space: initial;
  }
  .pirbeskpokenav .dropdown-menu li .dropdown-item a {
    padding: 6px 0 !important;
  }
  .pirbeskpokenav .mu-backbutton {
    position: absolute;
    top: -90px;
    left: 20px;
    font-size: 16px;
  }
  .pirbeskpokenav .btn-close {
    float: right;
    position: absolute;
    right: 20px;
    z-index: 999999999999;
    color: #444444 !important;
    background: inherit;
    border: inherit;
    font-size: 32px !important;
    top: 0px;
    font-weight: normal;
    padding: 0px !important;
  }
  .pirbeskpokenav .navbar-nav {
    padding: 0 0 0 0;
    margin: 0;
    width: 100%;
  }
  .pirbeskpokenav .dropdown .nav-link::after {
    content: ">";
    display: inline-block;
    padding-left: 10px;
    font-size: 34px;
    margin-top: -2px;
    float: right;
    border: 0px !important;
    line-height: 100% !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .nav-link::after {
    content: "<";
    display: inline-block;
  }
  .backbutton {
    display: none;
  }
  .offcanvas-header {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: inherit;
    z-index: 9999999999;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
    padding: 0;
    left: 100%;
    z-index: 9999999999;
  }
  /* .showparent .nav-item {
        display: none;
   } */
  .showparent .showparent-inner {
    display: block !important;
  }
  .offcanvas-active .header-account {
    display: none;
    width: 100%;
    z-index: 99;
    top: 0;
  }
  .offcanvas-active.searchshow .header-account {
    top: 60px;
  }
  .offcanvas-active.searchshow .navbar-collapse {
    top: 96px;
  }
  .searchshow .pirbeskpokenav .navbar-toggler {
    top: 118px;
  }
  .contactarea a {
    border: 0;
    font-size: 18px;
    border-bottom: 0 !important;
  }
  .contactarea a i {
    position: relative;
    top: 0px;
    margin-right: 5px;
  }
  .mainmenu-title {
    position: absolute;
    left: 0;
    font-size: 17px;
    font-weight: bold;
    top: 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
    padding-bottom: 8px;
  }
  .showparent-inner .mainmenu-title {
    border-bottom: 0;
  }
}
.navbar {
  border: 0px;
}
/* Third Level Additions */
@media (max-width: 1200px) {
  /* First Level */
  .navbar-nav.showparent .nav-item.first-level.dropdown.showparent-inner > .dropdown-toggle {
    padding-top: 90px !important;
  }
  .pirbeskpokenav li.hide {
    display: none;
  }
  /* Seccond Level Links */
  .pirbeskpokenav li .dropdown-menu.seccond-level {
    display: none !important;
  }
  .pirbeskpokenav li.showparent-inner .dropdown-menu.seccond-level {
    display: block !important;
  }
  .navbar-nav.showparent .nav-item.seccond-level.dropdown.showparent-inner > .nav-link {
    padding-top: 0px !important;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level > a.nav-link {
    font-size: 18px;
    padding: 6px 20px !important;
    padding-top: 6px !important;
  }
  .pirbeskpokenav .nav-link,
  .pirbeskpokenav li .dropdown-menu li a {
    padding: 10px 20px !important;
  }
  .pirbeskpokenav .seccond-level .dropdown .nav-link::after {
    font-size: 25px;
  }
  .showit {
    display: block !important;
  }
  .pirbeskpokenav ul > li.view-all > a:after {
    display: none !important;
  }
  /*  Third Level */
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level {
    background: #f9f9f9;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level > a.nav-link {
    font-size: 18px;
    padding: 8px 20px 8px 20px !important;
    padding-top: 8px !important;
    text-transform: none;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level > ul > li.third-level > a.nav-link:after {
    display: none !important;
  }
  .pirbeskpokenav .dropdown .dropdown-toggle::after {
    content: '\f078' !important;
    font-family: 'Font Awesome 5 Pro' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .dropdown-toggle::after {
    content: '\f077' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .first-level > .dropdown-toggle::after {
    content: '\f077' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .seccond-level > .dropdown-toggle::after {
    content: '\f078' !important;
  }
  .pirbeskpokenav .dropdown.showparent-inner .seccond-level.show > .nav-link::after {
    content: '\f077' !important;
  }
  /* Styles: */
  .pirbeskpokenav li.first-level {
    border-bottom: 1px solid #e5e5e5;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level.show {
    background: #f9f9f9;
    border-top: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    padding: 5px 0px;
  }
  .pirbeskpokenav li.first-level > ul > li.seccond-level.show .dropdown-toggle {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .navigation li.parent:hover > .top-navigation-dropdown {
    margin-left: 1px;
  }
}
@media (max-width: 550px) {
  .mobilenavigationcontainer {
    position: absolute;
    top: 100px;
  }
  .header-right .header-account .topAccount a span.text {
    padding: 20px 8px;
  }
}
@media (max-width: 400px) {
  .header-right .header-account .topAccount a span.text {
    padding: 20px 3px;
  }
  .pirbeskpokenav .navbar-toggler {
    position: absolute;
    left: 0;
    top: -84px;
    border: 0;
    background-color: inherit;
    font-size: 26px;
    z-index: 9999999999;
  }
}
/* Nav Bootstrap END */
.footer {
  margin-top: 0px;
  background: #EEEEEE;
}
.footer.content {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 0;
}
.footer .colfive {
  width: 20% !important;
}
@media (max-width: 767px) {
  .footer .colfive:last-child {
    order: -1;
  }
}
@media (max-width: 767px) {
  .footer .halfmobile {
    float: left;
    width: 50%;
  }
}
.footer .footer-wrap .container td {
  font-family: poppins, sans-serif !important;
  font-weight: 300;
  font-size: 16px;
}
.footer .footer-wrap .container .row {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .footer .footer-wrap .container .row .footer-block {
    margin-bottom: 20px;
  }
  .footer .footer-wrap .container .row .footer-block img {
    max-width: 300px !important;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrap .container .row .footer-block img {
    margin: 0 auto;
    display: block;
  }
}
.footer .footer-wrap .container .row .footer-block.footer-bottom {
  border-top: 0;
  margin: 15px 0px;
  padding: 15px 0px;
}
.footer .footer-wrap .container .row .footer-block.footer-bottom p {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .footer-wrap .container .row .footer-block.footer-bottom {
    margin: 0;
    padding: 15px 0 0 0;
  }
}
.footer .footer-wrap .container .row .footer-block h5 {
  color: #595959;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: uppercase;
}
.footer .footer-wrap .container .row .footer-block p {
  color: #595959;
  font-weight: 300;
}
.footer .footer-wrap .container .row .footer-block a {
  color: #595959;
  width: min-content;
  text-decoration: none;
  font-weight: 300;
}
.footer .footer-wrap .container .row .footer-block label {
  color: #595959;
  margin-left: 5px;
}
.footer .footer-wrap .container .row .footer-block .btn {
  background: #444444;
  border-radius: 0px;
}
.footer .footer-wrap .container .row .footer-block ul li {
  color: #595959;
  margin-bottom: 18px;
}
.footer .footer-wrap .container .row .footer-block ul li a:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transform: scale(0);
}
.footer .footer-wrap .container .row .footer-block ul li a:hover {
  background: none !important;
}
.footer .footer-wrap .container .row .footer-block ul li a:hover:after {
  transform: scale(1);
}
.footer .footer-wrap .container .row .footer-block .social-links ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a {
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a:hover {
  background: #7d7d7d !important;
}
.footer .footer-wrap .container .row .footer-block .social-links ul li a:after {
  display: none;
}
.footer .footer-wrap .container .row .footer-block .delivery-box img {
  width: 110px;
}
@media (max-width: 1200px) {
  .footer .pagebuilder-column {
    flex-basis: 25%;
  }
}
@media (max-width: 990px) {
  .footer .pagebuilder-column {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .footer .pagebuilder-column {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .footer h5::after {
    content: "+";
    display: inline;
    float: right;
  }
  .footer p {
    display: none;
  }
  .footer ul {
    display: none;
  }
  .footer .show p {
    display: block;
  }
  .footer .show ul {
    display: block;
  }
  .footer .show h5::after {
    content: "-";
    display: inline;
    float: right;
  }
}
.footer .second-footer h6 {
  color: #595959;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer .second-footer h6 {
    display: none;
  }
}
.footer .copyright-row {
  margin-top: 20px;
}
.footer .copyright-row p {
  font-size: 14px;
}
.footer .copyrightbar p {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.footer .hidedesktop {
  display: none;
}
@media (max-width: 768px) {
  .footer .hidedesktop {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer .hidemobile {
    display: none !important;
  }
}
.keep_in_touch {
  background-color: #7d7d7d;
  padding: 60px 0;
}
.keep_in_touch h5 {
  text-align: center;
  font-weight: 400 !important;
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
.keep_in_touch h3 {
  color: #fff !important;
  text-align: center;
  font-size: 32px;
  padding-top: 16px;
}
.keep_in_touch p {
  text-align: center;
  color: #fff;
}
.keep_in_touch form .col-md-12 {
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .keep_in_touch form .col-md-12 {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .keep_in_touch form .col-md-12 {
    align-items: center;
    justify-content: center;
  }
}
.keep_in_touch .email_input {
  display: flex;
  justify-content: center;
}
.keep_in_touch .email_input .field.newsletter {
  max-width: 100%;
  margin-right: 0;
}
.keep_in_touch .email_input .field.newsletter input {
  margin-right: 35px;
  padding: 15px 30px 12px 15px;
  height: auto;
  font-weight: 400;
  font-size: 17px;
  border: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.keep_in_touch .email_input .actions {
  width: auto;
}
.keep_in_touch .email_input .action.subscribe {
  padding: 17.8px 10px;
  width: auto;
  width: 150px;
  background: #9e9e9c;
  border: 0;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
@media (max-width: 440px) {
  .keep_in_touch .email_input .action.subscribe {
    width: 90px;
    font-size: 13px;
  }
}
.keep_in_touch .block.newsletter {
  margin: 0 auto;
}
.keep_in_touch .hp_checkbox .control {
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 440px) {
  .keep_in_touch .hp_checkbox .control {
    width: 100%;
  }
}
.keep_in_touch .hp_checkbox input {
  margin-right: 14px;
}
.keep_in_touch .hp_checkbox label {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.page-main > .category-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-main > .category-title:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    z-index: 10;
  }
}
.page-main > .category-title .row {
  padding: 45px 0px;
  position: relative;
  z-index: 20;
}
.page-main > .category-title .row .col .breadcrumbs {
  margin: 0px;
}
.page-main > .category-title .row .col .breadcrumbs ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
  width: max-content;
}
.page-main > .category-title .row .col .breadcrumbs ul li {
  font-size: 12px;
  color: #fff;
}
.page-main > .category-title .row .col .breadcrumbs ul li strong {
  color: #fff;
}
.page-main > .category-title .row .col .breadcrumbs ul li a {
  color: #fff;
}
.page-main > .category-title .row .col .page-title-wrapper h1 {
  margin: 0px;
  padding: 15px 0px 5px 0px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
.page-main > .category-title .row .col.category-shortdescription p {
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.page-main > .category-title .row .col.category-shortdescription a {
  color: #fff;
}
.page-main .category-promotion {
  background: #fff;
}
.page-main .category-promotion .row .col {
  font-size: 16px;
  text-align: center;
}
.page-main .category-promotion .row .col > div {
  padding: 5px;
}
.page-main .category-promotion .row .col i {
  color: #636363;
  margin-right: 10px;
  font-size: 26px;
}
.page-main .category-promotion .row .col a {
  color: #444444;
  font-weight: 700;
}
.page-main .category-promotion .row .col p {
  margin-bottom: 0px;
}
@media screen and (min-width: 1201px) {
  .page-main .category-promotion .row .col p {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-main .category-promotion .row .col span {
  margin-left: 5px;
}
.page-main .columns .sidebar {
  padding: 15px;
}
.page-main .columns .main .amasty-catalog-topnav {
  display: none;
}
.category-description {
  background: #7d7d7d;
  margin: 0px;
}
.category-description .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.category-description .row .category-description-block .category-description {
  margin-bottom: 0px;
  padding: 15px 0px;
}
.category-description .row .category-description-block .category-description h3 {
  font-size: 26px;
  text-transform: uppercase;
}
.category-description .row .category-description-image-block {
  padding: 0px !important;
  background: #fff;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .category-description .row .category-description-image-block {
    width: 100% !important;
  }
}
.category-description .row .category-description-image-block .category-image {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-description .row .category-description-image-block .category-image .image {
  max-height: 250px;
}
.sidebar.sidebar-main {
  padding-right: 0px;
}
.sidebar .filter {
  padding: 0px;
  margin: 15px 0px 15px 0px;
}
.sidebar .filter .filter-content .filter-current {
  padding: 20px 0px 0px 0px;
}
.sidebar .filter .filter-content .filter-actions {
  margin-bottom: 10px;
}
.sidebar .filter .filter-content .filter-actions .filter-clear {
  color: #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0px;
  border-top: 1px solid #444444;
  margin-bottom: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:last-child {
  border-bottom: 1px solid #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:after {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 10px;
  top: 15px;
  content: '\f067';
  font-size: 20px;
  color: #444444;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:after {
  content: '\f068';
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:last-child {
  border-bottom: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content {
  display: none;
  margin: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item a {
  text-decoration: none;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item a:hover {
  opacity: 0.8;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item .label {
  font-size: 16px;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .item .count {
  font-size: 16px;
  font-weight: 500;
}
.sidebar .filter .filter-content .filter-options .filter-options-content.active {
  display: block !important;
  margin: 10px 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content .amshopby-slider-container {
  margin-top: 0px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice {
  top: 2px;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:before {
  width: 20px;
  height: 20px;
  border: 2px solid #444444;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox'] + .amshopby-choice:before:hover {
  border-color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox']:checked + .amshopby-choice:before {
  border-color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-options .filter-options-content input[type='checkbox']:checked + .amshopby-choice:after {
  width: 20px;
  height: 20px;
  background: none;
  color: #7d7d7d;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 0px;
  top: 0px;
  content: '\f00c';
  font-size: 20px;
  font-weight: 500;
}
.toolbar-products {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.toolbar-products:before,
.toolbar-products:after,
.toolbar-products .modes {
  display: none;
}
.toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: block !important;
}
@media (max-width: 768px) {
  .toolbar-products .limiter {
    display: none !important;
  }
}
.toolbar-products .pages .action,
.toolbar-products input,
.toolbar-products select {
  background: none;
  border: 1px solid #fff;
}
.toolbar-products .sorter-options {
  margin: 0px;
}
.toolbar-products .sorter {
  padding: 0px;
}
.toolbar-products .sorter .sorter-action {
  margin-left: 5px;
}
.toolbar-products .sorter .sorter-action:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
}
.toolbar-products .sorter .sorter-action.sort-asc:before {
  content: '\f063';
}
.toolbar-products .sorter .sorter-action.sort-desc:before {
  content: '\f062';
}
.toolbar-products .sorter label {
  font-weight: 500;
}
@media (max-width: 768px) {
  .toolbar-products .sorter label {
    display: none !important;
  }
}
.toolbar-products .pages .items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-products .pages .items strong {
  line-height: 34px;
}
.toolbar-products .pages .items li {
  margin-right: 4px;
  margin-top: 0;
  line-height: 34px !important;
  height: 34px;
  width: 34px;
  border: 1px solid #fff;
}
.toolbar-products .pages .items li a,
.toolbar-products .pages .items li strong,
.toolbar-products .pages .items li a.current,
.toolbar-products .pages .items li span {
  height: auto;
  width: auto;
  line-height: 34px;
  font-size: 16px;
  color: #444444;
}
.toolbar-products .pages .items li a:hover,
.toolbar-products .pages .items li strong:hover,
.toolbar-products .pages .items li a.current:hover,
.toolbar-products .pages .items li span:hover {
  height: auto;
  width: auto;
  line-height: 34px;
}
.toolbar-products .pages .items li a {
  border: 0px;
}
.toolbar-products .pages .items li a:hover {
  color: #444444;
}
.toolbar-products .pages .items li a.action.next {
  margin-left: 0px;
}
.toolbar-products .pages .items li a.action.next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  content: '\f054';
}
.toolbar-products .pages .items li.current {
  background-color: transparent;
}
.toolbar-products .pages .items li.current span {
  text-decoration: underline;
}
.toolbar-products .pages .items li span {
  font-size: 16px;
}
.category-bestsellers {
  background: #fff;
  border-top: 1px solid #F1F1F1;
  padding: 20px 0px;
}
.category-bestsellers .category-cms .bestsellers h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #636363;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list {
  padding: 0px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide > div {
  padding: 0px 0px 0px 10px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item {
  width: 100%;
  max-width: 100%;
  border: 1px solid #F1F1F1;
  margin-right: 10px !important;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .full-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 20;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-photo {
  position: relative;
  width: 50%;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-photo .product-counter {
  position: absolute;
  top: 0;
  background-color: #444444;
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  color: #fff;
  left: 0;
  z-index: 10;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details {
  width: 50%;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details h6 {
  font-size: 14px;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details .price-box .price {
  color: #444444;
  font-weight: 700;
}
.category-bestsellers .category-cms .bestsellers .widget-product-carousel .slick-list .slick-slide li.product-item .product-item-info .product-item-details .price-box .price span {
  font-weight: 500;
}
.products-grid {
  margin: 0px 0px;
}
.products-grid .products {
  display: flex;
  flex-flow: row wrap;
  margin: 0px;
}
@media screen and (max-width: 576px) {
  .products-grid .products .item {
    margin-bottom: 20px;
  }
}
.products-grid .products .item .product-item-info {
  position: relative;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-grid .products .item .product-item-info > span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  z-index: 5;
  padding: 5px 8px 5px 8px;
}
.products-grid .products .item .product-item-info .promotionSaving {
  background: #444444;
  top: 0px;
  left: 0px;
  line-height: 150%;
}
.products-grid .products .item .product-item-info .promotionRibbon {
  background: #636363;
  top: 0px;
  right: 0px;
}
.products-grid .products .item .product-item-info .list-product-code {
  text-align: center;
}
.products-grid .products .item .product-item-info .product-item-details {
  border-top: 1px solid #F6F6F6;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-name {
  padding: 0px 5px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-name a {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 150%;
  padding-top: 10px;
}
.products-grid .products .item .product-item-info .product-item-details .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 150%;
  margin-top: auto;
  padding: 10px 0px 0 0!important;
}
.products-grid .products .item .product-item-info .product-item-details .price-box .price {
  font-size: 16px;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  content: "Our price";
  color: #444444;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  font-weight: 700;
  color: #444444;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-label {
  display: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-wrapper:before {
  content: "Our price: ";
  color: #444444;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .special-price .price-wrapper .price {
  color: #444444;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price {
  text-decoration: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-label {
  display: none;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper:before {
  content: "Old price: ";
  color: #595959;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .old-price .price-wrapper .price {
  color: #595959;
  text-decoration: none;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price {
  color: #595959;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price > span {
  text-decoration: line-through;
  font-size: 14px;
}
.products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price .rrp-price .price-wrapper .price:before {
  content: "RRP:";
  color: #595959;
  font-weight: 500;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner {
  margin-top: 0px;
  margin-bottom: 0;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .stock-levels {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .stock-levels .stock span {
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  text-transform: uppercase;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 10px 0px 0px 0px;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  width: 100%;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col {
  flex-grow: 1;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col .action.primary {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%;
}
.products-grid .products .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .list-buttons .col.view-product .action.primary {
  background: #F1F1F1;
  color: #444444;
  border: 1px solid #F1F1F1;
}
.blog-posts-row {
  background: #444444;
}
.blog-posts-row .row-full-width-inner {
  max-width: 1368px !important;
  margin: 15px auto;
}
.blog-posts-row .pagebuilder-column {
  margin: 15px;
}
.blog-posts-row .pagebuilder-banner-wrapper [data-element='content'] {
  min-height: auto;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay {
  padding: 0px;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: end;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-overlay h5 {
  font-weight: 700;
  text-align: center;
}
.blog-posts-row .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  background: #fff;
}
.amsearch-form-block.-opened {
  z-index: 150;
}
.catalogsearch-result-index .page-title-wrapper .page-title {
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
}
.block-minicart .minicart-items .update-cart-item {
  border-radius: 0px 0px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.block-minicart .product-item-name a {
  font-weight: 500;
}
.block-minicart .actions .viewcart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0px 0px !important;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.block-minicart .minicart-widgets {
  margin: 0px;
}
#confirmBox {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
#confirmBox .amcart-message-box .added-item {
  margin: 0px;
}
#confirmBox .amcart-message-box a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
#confirmBox .amcart-message-box p {
  text-transform: uppercase;
}
#confirmBox .amcart-message-box .am-photo-container .amcart-image-success {
  width: auto;
  border: 1px solid #cccccc;
  background: #fff;
}
#confirmBox .amcart-confirm-buttons .button {
  width: 90%;
  box-shadow: 0px 0px;
  border-radius: 0px 0px;
  text-transform: uppercase;
  margin: 0px !important;
}
#confirmBox .amcart-confirm-buttons .button.am-btn-right {
  background: #7d7d7d;
  color: #fff;
  border: 1px solid #7d7d7d;
}
#confirmBox .amcart-confirm-buttons .button.am-btn-left {
  background: #fff;
  color: #000;
  margin-bottom: 5px !important;
  border: 1px solid #000;
}
.customer-account-login #maincontent,
.customer-account-forgotpassword #maincontent,
.customer-account-create #maincontent,
.checkout-cart-index #maincontent,
.catalog-product_compare-index #maincontent,
.multishipping-checkout-login #maincontent,
.contact-index-index #maincontent,
.checkout-onepage-success #maincontent,
.catalogsearch-result-index #maincontent {
  margin-top: 50px;
  background-color: #fff;
}
.customer-account-login #maincontent .page-title-wrapper,
.customer-account-forgotpassword #maincontent .page-title-wrapper,
.customer-account-create #maincontent .page-title-wrapper,
.checkout-cart-index #maincontent .page-title-wrapper,
.catalog-product_compare-index #maincontent .page-title-wrapper,
.multishipping-checkout-login #maincontent .page-title-wrapper,
.contact-index-index #maincontent .page-title-wrapper,
.checkout-onepage-success #maincontent .page-title-wrapper,
.catalogsearch-result-index #maincontent .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-login .container .column,
.customer-account-forgotpassword .container .column,
.customer-account-create .container .column,
.checkout-cart-index .container .column,
.catalog-product_compare-index .container .column,
.multishipping-checkout-login .container .column,
.contact-index-index .container .column,
.checkout-onepage-success .container .column,
.catalogsearch-result-index .container .column {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .customer-account-login .maincontent,
  .customer-account-forgotpassword .maincontent,
  .customer-account-create .maincontent,
  .checkout-cart-index .maincontent,
  .catalog-product_compare-index .maincontent,
  .multishipping-checkout-login .maincontent,
  .contact-index-index .maincontent,
  .checkout-onepage-success .maincontent,
  .catalogsearch-result-index .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.checkout-cart-index .cart-summary .block > .title:after {
  position: absolute;
  right: -5px;
  top: 10px;
}
.checkout-index-index .page-wrapper {
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto;
}
.checkout-index-index .page-main {
  background: #fff;
}
.checkout-index-index .opc-progress-bar-item {
  width: 50%;
}
.checkout-index-index .page-header {
  text-align: center;
  margin: 0 auto;
  border: 0;
}
.checkout-index-index .header.content {
  padding: 0 !important;
}
.checkout-index-index .modal-header {
  border-bottom: 0;
}
.checkout-index-index .opc-wrapper .form-login {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  line-height: initial !important;
  font: initial;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000000;
}
.checkout-index-index .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 6px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  border: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #7d7d7d;
}
.checkout-index-index .opc-progress-bar-item._active > span:before {
  background: #7d7d7d;
}
.checkout-index-index .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.checkout-index-index .modal-content button {
  background-color: #7d7d7d;
  border: 0;
  color: #fff;
}
.checkout-index-index .logo {
  margin: 0 auto;
  text-align: center;
  float: none;
  max-width: initial;
  position: relative;
  z-index: 5;
}
.checkout-index-index .logo img {
  width: 230px;
  margin: 0 auto;
  text-align: center;
}
.checkout-index-index .table-checkout-shipping-method {
  min-width: 100%;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: -12px;
}
.checkout-index-index .minicart-wrapper .action.showcart {
  white-space: nowrap;
  background-color: #7d7d7d;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #7d7d7d;
}
.checkout-index-index table {
  margin: 30px 0 0 0;
}
.checkout-index-index table > thead > tr > th {
  vertical-align: top;
}
.checkout-index-index table > thead > tr {
  background-color: #7d7d7d;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .checkout-index-index .page-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-index-index .street legend {
    text-align: left !important;
  }
}
.customer-account-login #maincontent {
  margin-top: 50px;
  background-color: #fff;
}
.customer-account-login #maincontent .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.customer-account-login input {
  height: 48px;
}
.customer-account-login .primary .primary {
  background-color: #7d7d7d;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 5px !important;
  padding: 18px 30px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  font-family: poppins, sans-serif !important;
  font-weight: bold;
}
.customer-account-login .fieldset {
  font-family: open-sans, sans-serif !important;
}
.customer-account-login .fieldset .legend {
  margin-left: 0;
}
.customer-account-login .fieldset .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-login .fieldset .actions-toolbar .primary button {
  background-color: #7d7d7d;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 5px !important;
  padding: 18px 30px 15px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  font-family: poppins, sans-serif !important;
}
.customer-account-login .fieldset .label {
  padding: 6px 15px 10px 0px !important;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: left !important;
  font-size: 1em;
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.customer-account-login .fieldset .field.no-label:before {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  content: ' ';
  float: left;
  height: 1px;
}
.customer-account-login .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.customer-account-login .fieldset .spassword input[type="checkbox"] {
  margin: -10px 8px 0;
}
.customer-account-login .fieldset .field.choice.spassword:before {
  padding: 6px 15px 0 0;
  width: 0%;
  display: none;
}
.account #maincontent {
  max-width: 1370px !important;
  width: 100% !important;
  margin: 50px auto 0 auto;
  padding: 0 15px 40px 15px;
}
.account .page-main {
  background: #fff;
}
.account .page-title {
  color: #7d7d7d;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .account .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.blog .page-title-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.blog .post-list-description {
  display: none;
}
.blog .post-list-wrapper .post-list-item .image_block {
  height: 300px;
}
.blog .post-list-wrapper .post-list-item .image_block a {
  height: 100%;
}
.blog .post-list-wrapper .post-list-item .image_block a .post-entry {
  height: 100%;
}
.blog .post-list-wrapper .post-list-item .image_block a .post-entry .post-image {
  height: 100%;
  background-position: center;
  background-size: cover;
  max-height: inherit;
}
.single-post .main .container-fluid {
  max-width: 1209px;
}
.single-post .main .content {
  padding-top: 30px;
}
.single-post .main .content .share-block {
  display: flex;
  padding-top: 60px;
}
.single-post .main .content .share-block p {
  font-weight: bold;
  padding-right: 10px;
}
.single-post .main .content .share-block ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.single-post .main .content .share-block ul li {
  padding-right: 10px;
}
.single-post .main .content .post-image {
  height: 400px;
  display: block;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
}
.single-post #comments {
  max-width: 1209px;
  margin: 0 auto;
}
.single-post #comments .fieldset .legend {
  margin-left: 16px;
}
.single-post #comments .field {
  padding: 0 15px;
}
.single-post #comments .field label {
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.single-post #comments .field .control {
  width: 100%;
}
.single-post #comments .actions-toolbar {
  margin-left: 15px;
}
.wordpress-post-view .blog-title h1 {
  font-size: 32px;
  font-weight: bold;
  color: #00539F;
  margin-bottom: 5px;
}
.wordpress-post-view .blogtitleblock {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.wordpress-post-view .post-content {
  padding-bottom: 60px;
}
.wordpress-post-view .content {
  padding-left: 0;
  padding-right: 0;
}
.wordpress-post-view .share-block {
  display: flex;
  flex-flow: row wrap;
}
.wordpress-post-view .share-block ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}
.wordpress-post-view .share-block ul li {
  padding-right: 20px;
}
.wordpress-post-view .share-block ul li a {
  height: 48px;
  width: 48px;
  display: flex;
  background-color: #00539F;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 22px;
}
.wordpress-posttype-view .page-title {
  background-color: #444444;
  text-align: center;
  padding: 20px 0;
  color: #a9a9a8;
  font-size: 30px;
}
.wordpress-posttype-view .post-list {
  padding-top: 60px;
}
.wordpress-posttype-view .post-list .item {
  background-color: #c7c9c9;
  text-align: center;
  padding: 30px;
}
.wordpress-posttype-view .post-list .item h2 a {
  text-decoration: none;
}
.wordpress-posttype-view .post-list .item .post-meta {
  text-align: center;
}
@media (max-width: 1200px) {
  .category-shortdescription {
    background: #fff !important;
  }
}
.page-layout-category-full-width .category-shortdescription {
  background: #7d7d7d !important;
}
.page-layout-category-full-width .category-shortdescription h1 {
  color: #a9a9a8;
  padding-top: 50px !important;
}
.page-layout-category-full-width .category-shortdescription h1 span {
  color: #a9a9a8;
}
.catalog-category-view #maincontent {
  max-width: 1520px !important;
}
.catalog-category-view #maincontent .row {
  padding: 0 15px;
}
.catalog-category-view .category-title {
  margin-top: 50px;
}
.catalog-category-view .category-title .row {
  padding: 0 0 0 0;
  position: relative;
  z-index: 20;
  margin: 0;
  max-width: 100% !important;
}
.catalog-category-view .page-main {
  background: #fff;
}
.catalog-category-view .container {
  max-width: 1520px !important;
  width: 100% !important;
  margin-top: 0 !important;
}
.catalog-category-view .maincontent {
  margin-top: 0 !important;
}
.catalog-category-view .maincontent {
  flex-wrap: wrap;
  display: flex;
}
.catalog-category-view .maincontent .main {
  position: relative !important;
  min-height: 1px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  order: 2;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .main {
    float: left;
    width: 75%;
  }
}
.catalog-category-view .maincontent .sidebar-main {
  width: 25%;
  order: 1;
}
.catalog-category-view .maincontent .sidebar-main .title strong {
  font-weight: 300;
  text-transform: none;
}
.catalog-category-view .maincontent .sidebar-main dt {
  text-transform: none;
  font-size: 20px;
}
.catalog-category-view .maincontent .sidebar-main .options ol {
  padding-left: 15px;
}
.catalog-category-view .maincontent .sidebar-main .options ol li {
  padding: 5px 0;
  list-style: none;
}
.catalog-category-view .maincontent .sidebar-main .options ol li .count {
  float: right;
}
.catalog-category-view .maincontent .sidebar-main .options ol li a {
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
.catalog-category-view .maincontent .sidebar-main .options ol li a:hover {
  text-decoration: none;
  color: #7d7d7d;
}
.catalog-category-view .maincontent .products-grid {
  border-top: 1px solid #333;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 3;
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .products-grid {
    float: left;
    width: 100%;
  }
}
.catalog-category-view .category-title {
  background: none !important;
  text-align: center;
  background-color: #fff;
  margin-top: 0;
}
.catalog-category-view .img-row {
  margin-top: 15px;
}
.catalog-category-view .category-description {
  background: none !important;
  margin: 0px;
  padding: 0px 0 50px 0 !important;
}
.catalog-category-view .category-description h2 {
  padding-top: 30px;
  color: #fff;
  font-weight: 700;
  font-family: poppins, sans-serif;
}
.catalog-category-view .category-description p {
  color: #000;
  font-weight: 300;
}
.catalog-category-view .products-grid {
  border-top: 0 !important;
  margin-top: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalog-category-view .products-grid .product-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 20px 0 !important;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-item {
    float: left;
    width: 33.33333333%;
  }
}
.catalog-category-view .products-grid .inner_box {
  border: 1px solid #000;
}
.catalog-category-view .products-grid .title_image_container {
  width: 90%;
  margin: 0 auto;
  position: inherit;
  padding-bottom: 15px;
}
.catalog-category-view .products-grid .product-item-actions {
  margin: 0px 0;
  float: right;
}
.catalog-category-view .products-grid .product-item-details {
  background-color: #8e909042;
}
.catalog-category-view .products-grid .product-item-details .price-box {
  padding: 16px 0px 6px 0 !important;
}
.catalog-category-view .products-grid .product-item-details .price {
  font-size: 20px !important;
  color: #333 !important;
}
.catalog-category-view .products-grid .product-item-inner {
  padding: 15px 0px 30px;
}
.catalog-category-view .products-grid .product-item-inner .row {
  padding: 0 !important;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  color: #595959 !important;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  color: #595959 !important;
}
.catalog-category-view .products-grid .product-item-name {
  font-size: 20px;
  font-weight: 300;
}
.catalog-category-view .products-grid .product-item-name a {
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: 300 !important;
  text-transform: none !important;
}
.catalog-category-view .products-grid .product-item-name a:hover {
  text-decoration: none;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  content: "";
  color: #b7ac4e;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.catalog-category-view .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:after {
  content: " Inc. VAT";
  color: #595959;
  font-weight: 300;
  padding-right: 5px;
  text-transform: inherit;
  font-size: 18px;
}
.catalog-category-view .price-final_price {
  margin: 0 !important;
  font-family: poppins, sans-serif;
}
.catalog-category-view .category-shortdescription {
  padding: 0 !important;
}
.catalog-category-view .product-item-inner-wish-compare {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 14px;
  display: none;
}
.catalog-category-view .page-title {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #7d7d7d !important;
  font-size: 30px !important;
  margin: 0 !important;
  letter-spacing: 1px;
  padding: 30px 0 20px 0 !important;
  line-height: inherit;
  float: right;
}
.catalog-category-view .page-title span {
  text-transform: initial;
  font-weight: 300;
  line-height: inherit;
}
.catalog-category-view .ov h3 {
  color: #7d7d7d;
  text-transform: uppercase;
}
.catalog-category-view .sorter-options,
.catalog-category-view .limiter-options {
  border: 1px solid #444444;
  height: initial;
}
@media screen and (max-width: 1200px) {
  .catalog-category-view #maincontent .row {
    padding: 0 !important;
  }
  .catalog-category-view .maincontent .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .catalog-category-view .category-description h2 {
    margin-top: 0em;
  }
  .catalog-category-view .category-title {
    margin-top: 0;
  }
  .catalog-category-view .page-title {
    width: 74%;
    padding: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .catalog-category-view .products-grid {
    padding: 0 !important;
  }
  .catalog-category-view .products-grid .product-item {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
  }
  .catalog-category-view .main {
    position: relative !important;
    float: left !important;
    width: 66.66666667% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    order: 2;
  }
  .catalog-category-view .sidebar-main {
    position: relative !important;
    float: left !important;
    width: 33.33333333% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    order: 1;
  }
  .catalog-category-view .page-title {
    width: 74%;
    padding: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .catalog-category-view .products-grid .product-item {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .catalog-category-view .category-description {
    padding: 40px 30px 60px 30px !important;
  }
  .catalog-category-view .sidebar-main {
    width: 100%;
  }
  .catalog-category-view .category-description p {
    color: #fff;
    font-weight: 300;
    padding: 0 30px !important;
  }
  .catalog-category-view .maincontent {
    padding: 0 15px !important;
    flex-basis: 100% !important;
    flex-flow: column !important;
  }
  .catalog-category-view .maincontent .main {
    width: 100% !important;
  }
  .catalog-category-view .products-grid {
    padding: 0 !important;
  }
  .catalog-category-view .products-grid .product-item {
    max-width: initial !important;
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
  }
  .catalog-category-view ul .category {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .catalog-category-view .sub-cat-img img {
    min-height: initial;
    width: 100%;
  }
  .catalog-category-view .footer ul {
    margin: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .catalog-category-view .products-grid .products {
    justify-content: center;
  }
  .catalog-category-view ul {
    max-width: 340px !important;
    margin: 0 auto !important;
  }
  .catalog-category-view ul .category {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .catalog-category-view .products-grid {
    padding: 0 !important;
    justify-content: center;
  }
  .catalog-category-view .products-grid .product-item {
    max-width: 340px !important;
    margin: 0 auto 30px auto !important;
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.page-layout-top-level-category ul {
  margin: 0;
  padding: 0;
}
.page-layout-top-level-category ul .category {
  list-style-type: none !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-layout-top-level-category ul .category {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1200px) {
  .page-layout-top-level-category ul .category {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .page-layout-top-level-category ul .category {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 992px) {
  .page-layout-top-level-category ul .category {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .page-layout-top-level-category ul .category {
    float: left;
    width: 50%;
  }
}
.page-layout-top-level-category .message {
  display: none;
}
.page-layout-top-level-category .sub-cat-img img {
  min-height: 300px;
}
.page-layout-category-full-width .page-main {
  background: #fff;
  max-width: 100% !important;
}
.catalog-product-view .zaincontent {
  padding: 0 15px;
}
.catalog-product-view .page-main {
  background-color: #fff;
}
.catalog-product-view .product-add-form {
  width: 70%;
}
.catalog-product-view .product-info-stock-sku .stock {
  margin: 15px 0;
}
.catalog-product-view .product-info-stock-sku .stock:last-child {
  display: none;
}
.catalog-product-view .product-info-stock-sku .available span {
  color: green;
}
.catalog-product-view .price-final_price {
  margin-bottom: 10px;
}
.catalog-product-view .price-final_price .price-box .price-wrapper .price {
  font-weight: 600;
  font-size: 2.8rem !important;
  margin-bottom: 30px;
}
.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  font-size: 2.8rem;
  font-weight: 700;
}
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
  font-size: 2.8rem;
  font-weight: 700;
}
.catalog-product-view .product-add-form {
  margin-bottom: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.catalog-product-view .product-add-form .qty {
  width: 52px;
  float: left;
}
.catalog-product-view .product-add-form .qty .control {
  width: 100%;
}
.catalog-product-view .product-add-form .qty .control input {
  height: 52px !important;
  text-align: center !important;
  width: 52px !important;
}
.catalog-product-view .product-add-form .actions {
  width: 252px;
  float: left;
}
.catalog-product-view .product-add-form .actions .tocart {
  color: #fff;
  text-transform: uppercase;
  /* font-weight: 300; */
  /* letter-spacing: 1px; */
  font-size: 18px !important;
  padding: 18px 24px !important;
  border: 0;
  border-radius: 4px;
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .product-info-main .page-title-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
  .column > .page-title-wrapper {
    display: none;
  }
  .level0.submenu {
    display: none;
  }
}
.page-title {
  order: 2;
}
.child-category-list .item {
  position: relative;
}
.child-category-list .item .bg-block {
  height: 286px;
  background-position: center;
  background-size: cover;
}
.child-category-list .item .ov {
  background-color: #7d7d7d;
  text-decoration: none;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0);
}
.child-category-list .item .ov h3 {
  color: #fff;
  text-transform: inherit;
  padding: 15px 10px;
  margin-bottom: 0;
}
.child-category-list .item .ov a {
  background-color: #d6dad9;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .child-category-list .item .ov {
    min-width: 70%;
  }
}
.catLink {
  order: 1;
  margin-bottom: 15px;
}
.catLink span {
  color: #7d7d7d;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.catLink a {
  color: #7d7d7d !important;
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 2px;
}
.catLink a:hover {
  text-decoration: none;
}
.page-title-wrapper {
  display: block;
}
.product-info-main .page-title-wrapper {
  padding: 0px;
}
.product-info-main .page-title-wrapper .page-title {
  font-weight: 300;
  font-size: 37px;
}
.product-info-main .action {
  display: block !important;
}
.product-info-main .action.towishlist {
  background: 0px;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
}
.product-info-main .action.towishlist:before {
  content: "\f004 ";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
.product-info-main .action.towishlist:hover {
  text-decoration: none;
  border: 0;
  background-color: initial;
}
.product-info-main .action.tocompare {
  background: 0px;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: open-sans, sans-serif;
}
.product-info-main .action.tocompare:before {
  content: '\e0e3';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
.product-info-main .action.tocompare:hover {
  text-decoration: none;
  border: 0;
  background-color: initial;
}
.product-info-main .shareBox button {
  text-decoration: none;
  border: 0;
  background-color: initial;
  color: #333 !important;
  padding: 0;
  margin: 0;
  border: 0px;
  margin-bottom: 14px;
  letter-spacing: 2px !important;
  padding: 0px;
  font-weight: 300;
  line-height: 1.2rem;
  font-size: 1.1rem;
}
.product-info-main .product-addto-links {
  margin: 0 !important;
}
.product-info-stock-sku .stock.pir {
  display: block !important;
}
.product-social-links {
  width: 100%;
  display: block;
  text-align: center;
  text-align: left;
}
.catalog-product_compare-index .table > tbody > tr > td.info {
  background-color: initial !important;
}
.catalog-product_compare-index .action.primary,
.catalog-product_compare-index .action-primary {
  padding: 5px;
}
.child-category-list {
  overflow: hidden;
}
.toolbar-products {
  padding: 0px 15px;
}
.product-item-inner-inner {
  padding: 0;
}
.product-item-inner-inner .col-xs-6 {
  padding: 0;
}
.product-item-inner-inner .tocart {
  background-color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .tocart:hover {
  border: 0;
}
.product-item-inner-inner .enquire_show {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000 !important;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .enquire_show:hover {
  background-color: #fff;
  border: 0;
}
.product-item-inner-inner .enquire_show_home {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.product-item-inner-inner .enquire_show_home:hover {
  background-color: #fff;
  border: 0;
}
.enquire_show_home {
  background-color: #7d7d7d;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  color: #000;
  text-decoration: none;
  border: 0;
}
.enquire_show_home:hover {
  background-color: #fff;
  border: 0;
}
.account .fieldset .legend {
  margin-left: 0;
}
.sidebar {
  margin-right: 20px;
}
.sidebar .filter .filter-content .block-subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-left: 25px;
}
.sidebar .filter .filter-content .filter-current .remove {
  float: right;
  font-weight: 300;
}
.sidebar .filter .filter-content .filter-current .filter-value {
  color: #7d7d7d;
}
.sidebar .filter .filter-content .filter-actions {
  margin: 1em 0;
}
.sidebar .filter .filter-content .filter-actions a {
  color: red !important;
}
.sidebar .filter .filter-content .filter-options .filter-options-title {
  font-size: 16px;
  padding: 18px 0px 15px 25px;
  border-top: 1px solid #444444;
  font-weight: 300;
}
.sidebar .filter .filter-content .filter-options .filter-options-title::after {
  display: none;
}
.sidebar .filter .filter-content .filter-options .filter-options-title:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0px;
  top: 15px;
  content: '\f0da';
  font-size: 20px;
  font-weight: 600;
}
.sidebar .filter .filter-content .filter-options .filter-options-title.active:before {
  content: '\f0d7';
}
.sidebar .filter .filter-content .filter-options-content .items {
  margin-left: 1em;
}
.sidebar .filter .filter-content .filter-options-content .items .item {
  font-weight: 300;
  color: #7d7d7d;
}
.primary .primary {
  background-color: #7d7d7d;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 5px !important;
  padding: 18px 30px 15px;
  font-size: 18px;
  letter-spacing: 0;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "open-sans", sans-serif;
}
@media screen and (max-width: 1200px) {
  .form-login .fieldset > .field {
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .products-grid .product-item-actions {
    margin: 10px 0 0 0;
  }
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  padding-right: 12px;
}
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before {
  display: none;
}
.product-items .action.tocompare::before,
.products.list.items .action.tocompare::before {
  display: none;
}
.page-main-details {
  display: none;
}
.pirTabs {
  clear: both;
}
.pirTabs .product.data.items .item.title .switch {
  height: 32px;
}
.pirTabs .title a {
  background-color: #7d7d7d;
}
.product.data.items > .item.title > .switch {
  background-color: #7d7d7d;
  color: #fff;
  font-size: 20px;
  height: 51px!important;
  padding: 15px 30px;
  font-weight: 300;
}
.product.data.items > .item.content {
  margin-top: 51px;
  border: 1px solid #7d7f80;
  padding: 40px 40px;
}
.breadcrumbs.container-fluid,
.breadcrumbs {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
.breadcrumbs.container-fluid ul,
.breadcrumbs ul {
  margin: 20px 0 !important;
}
.breadcrumbs.container-fluid ul li,
.breadcrumbs ul li {
  text-transform: uppercase !important;
  font-family: poppins, sans-serif !important;
  font-weight: 300 !important;
}
.breadcrumbs.container-fluid ul li strong,
.breadcrumbs ul li strong {
  text-transform: uppercase !important;
  font-family: poppins, sans-serif !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 1400px) {
  /*1400px*/
}
@media screen and (max-width: 1200px) {
  /*1200px*/
  .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
  div[data-content-type='tabs'] .tabs-navigation li.tab-header {
    vertical-align: top;
  }
  #html-body [data-pb-style=VN3KI3L] {
    padding-right: 0 !important;
  }
  .page-layout-product-full-width .page-title-wrapper {
    padding: 0 15px;
  }
  .productTop {
    padding: 0 15px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -20px;
    width: 95%;
    z-index: 5;
    margin: auto;
    right: 0;
  }
  .block-collapsible-nav .title {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .account .main {
    margin-top: 50px ;
  }
}
@media screen and (max-width: 992px) {
  /*992px*/
  .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  /*768px*/
  .catalog-category-view .sidebar-main {
    width: 100% !important;
  }
  .account .main {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 576px) {
  /*576px*/
  .pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    width: 100% !important;
  }
  .account .main {
    margin-top: 50px !important;
  }
}
.message.success {
  font-size: 1.6rem;
  text-align: center;
}
.message.success > *:first-child:before {
  left: 0px;
  top: 6px;
  position: relative;
  text-align: center;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 100% !important;
  min-width: initial !important;
}
@media screen and (max-width: 440px) {
  #html-body [data-pb-style=PU0JEGS] {
    margin-bottom: 50px !important;
  }
  #html-body [data-pb-style=VX4C72P] {
    margin-top: 60px !important;
  }
  .single_eight_col_product_grid_hp .row:last-child {
    margin-bottom: 35px !important;
  }
}
.ctacatbaner h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .ctacatbaner h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.ctacatbaner p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .ctacatbaner p {
    font-size: 17px;
  }
}
.cms-index-index .container.maincontent {
  max-width: 100%;
  padding: 0;
}
.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 1390px;
  margin: 0 auto;
}
.cms-page-view h1,
.cms-page-view h2,
.cms-page-view h3,
.cms-page-view h4,
.cms-page-view h5,
.cms-page-view h6,
.cms-page-view strong {
  color: #000;
  font-weight: 700;
}
.cms-page-view h1 {
  color: #7d7d7d;
}
.cms-page-view h2 {
  font-size: 16px;
  margin: 30px 0 15px 0;
}
.cms-page-view .page-title-wrapper {
  max-width: 1300px;
  margin: 0 auto 40px auto;
}
.cms-page-view p {
  font-weight: 300;
}
.cms-page-view .container.maincontent {
  max-width: 1250px;
  padding: 0;
  margin: 0 auto;
}
.cms-page-view .container.maincontent [data-content-type='row'][data-appearance='contained'] {
  max-width: 1360px;
}
.cms-page-view .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .cms-page-view .maincontent {
    max-width: initial !important;
    padding: 0 15px;
    background-color: #fff;
  }
}
.contact-index-index .fieldset .legend {
  margin-left: 0;
}
.contact-index-index .fieldset .label {
  padding: 6px 15px 10px 0px !important;
  text-align: left !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: left !important;
  font-size: 1em;
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.contact-index-index .fieldset .field.no-label:before {
  padding: 6px 15px 0 0;
  width: 100%;
  box-sizing: border-box;
  content: ' ';
  float: left;
  height: 1px;
}
.contact-index-index .fieldset .field:not(.choice) > .control {
  width: 100%;
  float: left;
}
.contact-index-index .fieldset input {
  height: 48px;
}
.contact-index-index .actions-toolbar {
  margin-left: 0 !important;
}
.contact-index-index .action.primary {
  margin: 0 auto;
  background-color: #b7ac4e;
  text-decoration: none;
  display: block;
  width: 160px;
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  font-family: poppins, sans-serif !important;
}
.contact-index-index .contact_title {
  margin-bottom: 30px;
  color: #b7ac4e;
  font-weight: 700;
}
.contact-index-index .tel {
  padding-left: 20px;
}
.contact-index-index .tel:before {
  content: '';
  background: url('/media/wysiwyg/tel_icon.png') 0 2px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
}
.contact-index-index .email_icon {
  padding-left: 20px;
}
.contact-index-index .email_icon:before {
  content: '';
  background: url('/media/wysiwyg/email_icon.png') 0 2px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
}
@media screen and (max-width: 1200px) {
  .contact-index-index .field {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .contact-index-index .action.primary {
    margin: 0 0 50px 0 !important;
  }
}
.catalogsearch-result-index .column.main {
  float: none;
}
.catalogsearch-result-index #maincontent {
  margin-top: 0;
}
.catalogsearch-result-index .products-grid {
  border-top: 0 !important;
  margin-top: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.catalogsearch-result-index .products-grid .product-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 20px 0 !important;
}
@media (min-width: 768px) {
  .catalogsearch-result-index .products-grid .product-item {
    float: left;
    width: 25%;
  }
}
.catalogsearch-result-index .products-grid .inner_box {
  border: 1px solid #000;
}
.catalogsearch-result-index .products-grid .title_image_container {
  width: 90%;
  margin: 0 auto;
  position: inherit;
  padding-bottom: 15px;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0px 0;
  float: right;
}
.catalogsearch-result-index .products-grid .product-item-details {
  background-color: #f3f1e1;
}
.catalogsearch-result-index .products-grid .product-item-details .price-box {
  padding: 16px 0px 6px 0 !important;
}
.catalogsearch-result-index .products-grid .product-item-details .price {
  font-size: 20px !important;
  color: #333 !important;
}
.catalogsearch-result-index .products-grid .product-item-inner {
  padding: 15px 30px 30px;
}
.catalogsearch-result-index .products-grid .product-item-inner .row {
  padding: 0 !important;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  color: #595959 !important;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper .price {
  color: #595959 !important;
}
.catalogsearch-result-index .products-grid .product-item-name {
  font-size: 20px;
  font-weight: 300;
}
.catalogsearch-result-index .products-grid .product-item-name a {
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: 300 !important;
  text-transform: none !important;
}
.catalogsearch-result-index .products-grid .product-item-name a:hover {
  text-decoration: none;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:before {
  content: "";
  color: #b7ac4e;
  font-weight: 700;
  padding-right: 5px;
  text-transform: uppercase;
}
.catalogsearch-result-index .products-grid .products .item .product-item-info .product-item-details .price-box.price-final_price > .price-final_price .price-wrapper:after {
  content: " Inc. VAT";
  color: #595959;
  font-weight: 300;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 18px;
}
.catalogsearch-result-index .products-grid .enquire {
  background-color: #000;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
}
.catalogsearch-result-index .products-grid .enquire:hover {
  color: #000;
  background-color: #7d7d7d;
}
.catalogsearch-result-index .product-item-inner-wish-compare {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 14px;
}
.catalogsearch-result-index .sorter-options,
.catalogsearch-result-index .limiter-options {
  border: 1px solid #444444;
  height: initial;
}
@media screen and (max-width: 1200px) {
  .catalogsearch-result-index #maincontent .row {
    padding: 0 !important;
  }
  .catalogsearch-result-index .maincontent .main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
  }
  .catalogsearch-result-index .products-grid .product-item {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .catalogsearch-result-index .products-grid .product-item {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (max-width: 768px) {
  .catalogsearch-result-index .category-description p {
    color: #fff;
    font-weight: 300;
    padding: 0 15px !important;
  }
  .catalogsearch-result-index .maincontent {
    padding: 0 15px !important;
    flex-basis: 100% !important;
    flex-flow: column !important;
  }
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
  }
  .catalogsearch-result-index .products-grid .product-item {
    max-width: initial !important;
    position: relative !important;
    float: left !important;
    width: 50% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .catalogsearch-result-index .products-grid .products {
    justify-content: center;
  }
  .catalogsearch-result-index .products-grid {
    padding: 0 !important;
    justify-content: center;
  }
  .catalogsearch-result-index .products-grid .product-item {
    max-width: 340px !important;
    margin: 0 auto 30px auto !important;
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
body {
  overflow-x: hidden;
}
@media screen and (min-width: 1201px) {
  .navigation .level1.submenu {
    min-width: 320px;
    column-count: 1;
    column-gap: 20px;
  }
  .navigation .level1.submenu a {
    text-transform: inherit;
    padding: 10px 20px;
    width: 100%;
  }
  .navigation .level1.submenu a span {
    font-weight: 600 !important;
    letter-spacing: 0;
    color: #636363 !important;
    text-transform: inherit;
  }
  .navigation .level1.submenu > li {
    width: auto !important;
    float: none !important;
  }
  .navigation .level0 .submenu,
  .navigation .level0 .submenu a {
    display: inline-block !important;
  }
  .navigation li.parent:hover > .top-navigation-dropdown {
    width: auto;
  }
  .top-navigation-dropdown .container {
    padding: 0;
  }
  .top-navigation-dropdown .container .col-md-12 {
    padding: 0;
  }
  .top-navigation-dropdown .level1 .level2 {
    display: none;
  }
}
.pagebuilder-slide-wrapper {
  background-position: center !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 0;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: auto !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay img {
  width: 100% !important;
  height: auto !important;
}
.home-sectiontwo {
  padding-left: 15px;
  padding-right: 15px;
}
.home-sectiontwo .boxone {
  margin-right: 0;
  border-right: 1px solid #707070;
  padding-right: 20px;
}
.home-sectiontwo .boxtwo {
  margin-left: 20px;
}
.home-sectiontwo [data-content-type='html'] {
  display: flex;
  flex-flow: row wrap;
  width: 98%;
  margin: 0 auto;
}
.home-sectiontwo [data-content-type='html'] .icon {
  width: 48px;
  margin-right: 15px;
}
.home-sectiontwo [data-content-type='html'] .icon i {
  background-color: #636363;
  width: 48px;
  height: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.home-sectiontwo [data-content-type='html'] .content {
  width: 60%;
}
.home-sectiontwo [data-content-type='html'] .content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #00539F;
  margin-bottom: 5px;
}
.home-sectiontwo [data-content-type='html'] .content h2 span {
  color: #EF3E33;
}
.home-sectiontwo [data-content-type='html'] .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.home-sectiontwo [data-content-type='html'] .button {
  margin-right: 0;
  margin-left: auto;
}
.home-sectiontwo [data-content-type='html'] .button .btn {
  margin-top: 0;
}
.header-main .header-right {
  justify-content: end;
}
.header-main .header-right .minicart-wrapper .action.showcart .text {
  background: #ef3e33;
  border-radius: 80px;
  height: 48px;
  width: 48px;
  color: #fff;
}
.header-main .header-right .minicart-wrapper .action.showcart .text i {
  margin-right: 0;
}
.header-main .header-right .minicart-wrapper .action.showcart .counter.qty {
  background: #00539f;
  top: -10px;
  left: -11px;
  height: 25px;
  width: 25px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
}
.header-main .header-right .minicart-wrapper .action.showcart .counter.empty {
  display: none;
}
.header-main .phonenumber {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 15px;
}
.header-main .phonenumber i {
  height: 48px;
  width: 48px;
  color: #fff;
  background-color: #EF3E33;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  transform: rotate(-35deg);
  margin-right: 10px;
}
.header-main .phonenumber a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
}
.header-main .social-icons {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.header-main .social-icons li {
  margin-bottom: 0;
  margin-right: 10px;
}
.header-main .social-icons li a {
  height: 48px;
  width: 48px;
  display: flex;
  background-color: #00539F;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  font-size: 22px;
}
.jangroproducts .top-navigation-dropdown .container {
  max-width: 461px !important;
}
.header-bar .mainback a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 6px 25px;
  border-radius: 8px;
}
.header-bar .mainback a i {
  color: #fff;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.header-bar .apply {
  text-align: center;
}
.header-bar .apply a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.header-bar .apply a i {
  color: #fff;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.header-bar .apply a .fa-arrow-right-long {
  background-color: #EF3E33;
  padding: 3px 7px;
  border-radius: 4px;
}
.header-bar .apply a:hover {
  text-decoration: none;
}
.header-bar .right-buttons {
  margin-top: 4px;
}
.header-bar .right-buttons .button-one {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 6px 25px;
  border-radius: 8px;
}
.header-bar .right-buttons .button-one:hover {
  text-decoration: none;
}
.header-bar .right-buttons .button-two {
  color: #00539F;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 6px 25px;
  border-radius: 8px;
}
.header-bar .right-buttons .button-two:hover {
  text-decoration: none;
}
.blog-feed {
  padding-bottom: 30px;
}
.blog-feed ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.blog-feed ul li {
  margin-bottom: 0;
}
.blog-feed ul li a {
  text-decoration: none;
}
.blog-feed ul li a strong {
  color: #EF3E33;
}
.blog-feed ul .title {
  background-color: #EEEEEE;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #00539F;
  padding: 10px 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.blog-feed ul .title i {
  color: #EF3E33;
  font-size: 34px;
  margin-right: 10px;
}
.breadcrumbs.container-fluid .items {
  font-size: 15px;
}
.breadcrumbs.container-fluid .items li {
  font-family: "open-sans", sans-serif;
}
.breadcrumbs.container-fluid .items li a {
  text-transform: initial;
  font-weight: 400;
}
.breadcrumbs.container-fluid .items li strong {
  font-weight: 400 !important;
  color: #333;
  font-family: "open-sans", sans-serif !important;
  text-transform: initial !important;
}
.breadcrumbs .items {
  font-size: 15px;
}
.breadcrumbs .items li {
  font-family: "open-sans", sans-serif;
}
.breadcrumbs .items li a {
  text-transform: initial;
  font-weight: 400;
}
.breadcrumbs .items li strong {
  font-weight: 400 !important;
  color: #333;
  font-family: "open-sans", sans-serif !important;
  text-transform: initial !important;
}
.page-layout-2columns-left .category-description h2 {
  color: #000000;
  clear: both;
  margin-bottom: 15px;
}
.page-layout-2columns-left.catalog-category-view .page-main > .category-title .row .col.category-shortdescription p {
  color: #000000;
  display: block;
  clear: both;
}
.page-layout-2columns-left.catalog-category-view .page-main > .category-title .row .col.category-shortdescription a {
  color: #000000;
}
.page-layout-2columns-left.catalog-category-view .page-main > .category-title .row .col.category-shortdescription h2 {
  display: block;
  clear: both;
  padding: 50px 0 30px 0;
}
.category-bestsellers {
  border: none;
  padding: 0px 0px;
}
.catalogue-link-left {
  float: left;
}
.customer-account-create .fieldset.create.info .field.choice {
  display: none;
}
.h11_title {
  font-size: 32px;
  font-weight: bold;
  color: #00539F;
  margin-bottom: 25px;
}
#page-title-heading {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #00539F !important;
  margin-bottom: 25px !important;
}
#page-title-heading span {
  font-weight: bold !important;
}
.message.info.empty {
  display: none;
}
.categorypath-national-distribution .content-block img {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-main .row .hidden-xs {
    width: 33.3333%;
    order: 4;
  }
  .header-main .row .header-middle {
    width: 33.3333% !important;
    order: 3;
  }
  .header-main .row .header-right {
    width: 33.3333% !important;
    order: 1 !important;
    position: relative;
  }
  .header-main .row .header-right .header-account {
    display: none;
  }
  .header-main .phonenumber {
    justify-content: end;
  }
  .header-main .phonenumber a {
    font-size: 20px;
  }
  .header-main .phonenumber i {
    height: 32px;
    width: 32px;
    font-size: 17px;
    transform: rotate(0);
  }
  .header-main .social-icons {
    justify-content: end;
  }
  .header-main .social-icons li {
    margin-right: 0;
    margin-left: 10px;
  }
  .header-main .social-icons li a {
    height: 32px;
    width: 32px;
    font-size: 16px;
  }
  .header-bar [data-element="main"] {
    flex-flow: row;
    justify-content: center !important;
  }
  .header-bar .apply a {
    font-size: 18px;
  }
  .header-bar ul {
    align-items: center;
  }
  .header-bar .right-buttons {
    margin-top: 0;
  }
  .header-bar .right-buttons .button-one {
    display: block;
    font-size: 14px;
  }
  .header-bar .right-buttons .button-two {
    display: block;
    font-size: 14px;
  }
  .home-sectiontwo .boxone {
    padding-right: 0;
    border-right: 0;
  }
  .home-sectiontwo .boxtwo {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .header-main .social-icons li a {
    height: 38px;
    width: 38px;
    font-size: 17px;
  }
  .header-main .phonenumber a {
    font-size: 20px;
  }
  .header-main .phonenumber i {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  [data-pb-style=YAAEX3W] {
    display: none !important;
  }
  .header-bar .apply {
    text-align: right !important;
  }
  .header-main .social-icons li a {
    height: 26px;
    width: 26px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .maincontent .main {
    width: 73% !important;
  }
}
@media (max-width: 990px) {
  .catalog-category-view .maincontent .main {
    width: 100% !important;
  }
  .catalog-category-view .maincontent .sidebar-main {
    display: none;
  }
}
@media (max-width: 550px) {
  .header-bar .apply a {
    font-size: 13px;
  }
  .header-bar .apply a i {
    font-size: 15px;
  }
  .header-bar .apply a .fa-arrow-right-long {
    display: none !important;
  }
  .header-bar .mainback a {
    font-size: 13px;
  }
  .header-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pirbeskpokenav .navbar-toggler {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .header-top {
    display: flex;
    flex-flow: row wrap;
  }
  .header-top .header-bar {
    display: none;
  }
  .mobilenavigationcontainer {
    top: 40px;
  }
  .mobilenavigationcontainer .logo {
    width: 220px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .mobilenavigationcontainer .pirbeskpokenav .navbar-nav {
    clear: left;
  }
  .mobilenavigationcontainer .pirbeskpokenav .nav-link {
    text-transform: inherit !important;
  }
  .mobilenavigationcontainer .pirbeskpokenav .nav-link {
    padding: 15px 20px !important;
    font-size: 18px;
  }
  .mobilenavigationcontainer .pirbeskpokenav .nav-link .view-all a {
    font-size: 17px;
  }
  .mobilenavigationcontainer .pirbeskpokenav .nav-link .view-all a span {
    text-decoration: none;
  }
  .mobilenavigationcontainer .pirbeskpokenav .dropdown .dropdown-toggle::after {
    font-size: 20px;
  }
  .mobilenavigationcontainer .pirbeskpokenav .showparent-inner .backbutton {
    top: 0;
    background: #0e4391;
  }
  .navbar-nav.showparent .nav-item.first-level.dropdown.showparent-inner > .dropdown-toggle {
    padding-top: 50px !important;
    color: #0e4391 !important;
  }
}
@media (max-width: 990px) {
  .catalog-category-view .category-description #sustainability-container #topcontent {
    max-width: 100% !important;
    padding: 20px 0;
  }
  .catalog-category-view .category-description #sustainability-container #sdgs a {
    width: 20%;
  }
  .wordpress-posttype-view .post-list {
    padding-top: 10px;
  }
  .wordpress-posttype-view .post-list .post-image {
    height: 250px !important;
    max-height: 250px !important;
  }
  .wordpress-posttype-view .post-list .item h2 {
    font-size: 24px;
  }
  .contact-index-index .container .column {
    padding: 0;
  }
  .contact-index-index iframe {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .catalog-category-view ul {
    max-width: 100% !important;
  }
  .catalog-category-view .content-block {
    margin-bottom: 30px;
  }
  .catalog-category-view .category-description {
    padding: 0 !important;
  }
  .catalog-category-view .category-description p {
    color: #000;
    padding: 0 !important;
  }
  .catalog-category-view .category-description .catalogue-link {
    width: 50%;
  }
  .catalog-category-view .category-description .catalogue-link img {
    width: 100%;
  }
  .catalog-category-view .category-description #sustainability-container #topcontent {
    max-width: 100% !important;
  }
  .catalog-category-view .category-description #sustainability-container #topcontent h2 {
    padding-top: 0;
    margin-top: 0;
  }
  .catalog-category-view .category-description #sustainability-container #focus {
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .catalog-category-view .category-description #sustainability-container #focus .col-3 a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .catalog-category-view .category-description #sustainability-container #obligations {
    padding: 0;
  }
  .catalog-category-view .category-description #sustainability-container #obligations .left {
    display: none;
  }
  .catalog-category-view .category-description #sustainability-container #obligations .right {
    width: 100%;
    padding-left: 0;
  }
  .catalog-category-view .category-description #sustainability-container #obligations #sdgs #mob img {
    width: 20%;
  }
  .category-your-local-jangro-distributor .search-container .store-map {
    display: none;
  }
  .category-your-local-jangro-distributor .search-container #post-search {
    width: 70% !important;
  }
  .category-your-local-jangro-distributor .search-container #search-btn {
    width: 29%;
  }
  .category-your-local-jangro-distributor .place {
    display: flex;
    flex-flow: row wrap;
  }
  .category-your-local-jangro-distributor .place .store-info {
    width: 100% !important;
    order: 1;
    padding: 20px 20px;
    margin-top: 10px;
    max-width: 100% !important;
  }
  .category-your-local-jangro-distributor .place .store-info li {
    line-height: initial;
  }
  .category-your-local-jangro-distributor .place .store-info li .title {
    padding-bottom: 6px;
  }
  .category-your-local-jangro-distributor .place .store-info li.tel-no {
    margin-bottom: 20px;
  }
  .category-your-local-jangro-distributor .place .store-info li.email-add {
    margin-bottom: 20px;
  }
  .category-your-local-jangro-distributor .place .details {
    order: 2;
    width: 100% !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
  }
  .wordpress-posttype-view .post-list li {
    width: 100% !important;
  }
  .breadcrumbs .col-lg-12 {
    padding: 0 !important;
  }
  .breadcrumbs .col-lg-12 .breadcrumbs {
    padding: 0 !important;
  }
}
@media (max-width: 550px) {
  .mobilenavigationcontainer {
    top: 23px;
  }
}
.catalog-category-view {
  /* Mini basket */
  /* Product Page */
}
.catalog-category-view #page-title-heading.page-title {
  margin-bottom: 0 !important;
}
.catalog-category-view #page-title-heading.page-title span {
  line-height: initial;
}
.catalog-category-view .sidebar .block-content .block-subtitle {
  color: #fff;
  background-color: #d12e26;
  width: 100%;
  text-align: center;
  font-weight: 700 !important;
  padding: 15px !important;
  font-size: 22px;
}
.catalog-category-view .sidebar .block-content .filter-options .filter-options-title {
  font-weight: 700;
  text-transform: inherit;
  font-size: 20px;
  background-color: #f4f4f4;
  padding: 10px 30px;
  border-top: 0;
  border: 1px solid #ccc;
  color: #636363;
}
.catalog-category-view .sidebar .block-content .filter-options .filter-options-title::before {
  left: 12px;
  top: 13px;
}
.catalog-category-view .sidebar .block-content .filter-options .filter-options-content {
  border: 1px solid #ccc;
  border-top: 0 !important;
  margin-top: 0 !important;
  padding: 10px 0px;
}
.catalog-category-view .products-grid .product-items .product_item {
  margin-bottom: 30px !important;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box {
  border: 0;
  height: 100%;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  flex-direction: column;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details {
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  padding-bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name a {
  font-weight: 700 !important;
  line-height: initial;
}
@media (max-width: 1200px) {
  .catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
  }
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .list-product-code {
  text-align: center;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .price-box {
  text-align: center;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .price {
  color: #d12e26;
}
.catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .btn {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .catalog-category-view .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details {
    padding: 0px 0 20px 0;
  }
}
@media (max-width: 990px) {
  .catalog-category-view .products-grid .product-items .product_item {
    width: 50%;
  }
}
.catalog-category-view .header-main .header-right .minicart-wrapper .action.showcart .counter.qty {
  background-color: #666666;
}
.catalog-category-view .minicart-wrapper .block-minicart .actions .primary .action.primary {
  background-color: #ef3e33;
}
.catalog-category-view .catalog-product-view .product-info-main .product-info-price .price-box {
  color: #ef3e33;
}
.catalog-category-view .sub-categories a {
  text-decoration: none;
}
.catalog-category-view .sub-categories a h4 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
}
.catalog-category-view .sidebar-main .category-sidebar dt {
  letter-spacing: 0;
}
@media (max-width: 990px) {
  .catalog-category-view .sidebar-additional {
    display: none !important;
  }
}
.catalog-category-view .toolbar-products .pages .items li.current span {
  color: #00539f;
}
.catalog-product-view .product.media {
  width: 50%;
  padding-right: 20px;
}
.catalog-product-view .product.media .fotorama__thumb-border {
  border: 1px solid #0e4391;
}
@media (max-width: 1200px) {
  .catalog-product-view .product.media {
    width: 100%;
    padding-right: 0;
  }
}
.catalog-product-view .product-info-main {
  width: 50%;
}
.catalog-product-view .product-info-main .product-addto-links {
  display: none;
}
.catalog-product-view .product-info-main .reviews-actions {
  display: none;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title span {
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  color: #d12e26;
  font-size: 18px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-info-main .product-info-price .price-box {
    margin-top: 30px;
  }
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .available span {
  text-transform: initial;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .sku {
  width: 100%;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .sku .stock {
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .sku .type {
  margin-right: 0;
}
.catalog-product-view .product-info-main .product-add-form {
  margin-top: 30px;
}
.catalog-product-view .product-info-main .product-add-form .actions .tocart {
  background-color: #D12E26;
  border-radius: 5px !important;
  letter-spacing: 0;
}
.catalog-product-view .product-info-main .product-add-form .qty .control input {
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-info-main {
    width: 100%;
  }
  .catalog-product-view .product-info-main .page-title-wrapper {
    padding: 0 0;
  }
}
@media (max-width: 990px) {
  .catalog-product-view .productTop {
    padding: 0;
  }
}
/* Customer-account-login  */
.customer-account-login .page-title {
  width: 100%;
  text-align: center;
  padding: 0px 0 30px 0;
}
.customer-account-login .page-title span {
  text-align: center;
  font-size: 32px;
  color: #0E4391;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}
.customer-account-login .fieldset {
  font-family: "open-sans", sans-serif;
}
.customer-account-login .fieldset .label {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
}
.login-container {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.block-new-customer {
  background-color: #eeeeee;
  padding: 40px 40px;
  margin-left: 2%;
}
.block-new-customer .action.primary {
  font-size: 16px;
  background-color: #EF3E33;
  border: 1px solid #EF3E33;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
}
.block-new-customer .action.primary span {
  color: #fff;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 0;
}
.abs-login-block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #454545;
}
.abs-login-block-title strong,
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-size: 20px;
  font-weight: 400;
}
.block-customer-login {
  padding: 40px 40px;
}
.block-customer-login form .field label {
  float: left !important;
  width: 100% !important;
  text-align: left !important;
}
.block-customer-login form .field input {
  padding: 22px 15px;
  float: left;
}
.block-customer-login form .field .control {
  width: 100% !important;
}
.block-customer-login form .action.primary {
  font-size: 16px;
  background-color: #00539F !important;
  border: 1px solid #00539F;
  padding: 12px 20px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
}
.block-customer-login form .action.primary span {
  color: #fff;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 0;
}
.block-customer-login .actions-toolbar {
  margin-left: 0 !important;
}
.block-customer-login .actions-toolbar .secondary {
  width: 100%;
  display: block;
  text-align: left;
  padding-top: 15px;
}
.block-customer-login .actions-toolbar .secondary span {
  font-size: 14px;
  color: #e1212a;
  font-weight: bold;
  text-decoration: underline;
}
.login-container .fieldset::after {
  display: none;
}
.login-container .field.choice ::before {
  display: none;
}
.login-container .field.choice label {
  display: initial;
  width: auto !important;
}
/* Checkout */
.checkout-index-index .action-auth-toggle {
  display: none;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.checkout-index-index .field .label {
  display: block;
  width: 100% !important;
  text-align: left !important;
  font-size: 16px;
  margin-bottom: 12px;
}
.checkout-index-index input {
  padding: 22px 15px;
}
.checkout-index-index .fieldset > .field {
  margin: 0 0 15px;
}
.checkout-index-index .header-customer-services {
  position: absolute;
  top: 0;
  right: 3rem;
}
.checkout-index-index h1 {
  font-size: 32px;
  color: #00539F;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100% !important;
  padding-bottom: 10px;
  text-align: center;
}
.checkout-index-index input.radio {
  transform: scale(1.6);
  margin-left: 9px;
}
.checkout-index-index select {
  height: 46px;
  border-radius: 4px;
}
.checkout-index-index .opc-block-summary {
  padding: 30px 30px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty {
  font-weight: bold;
}
.checkout-index-index .opc-block-summary .mark {
  background: inherit !important;
}
.checkout-index-index .minicart-items .product-image-container {
  width: 30% !important;
}
.checkout-index-index .minicart-items .product-item-details {
  display: flex;
  flex-flow: row wrap;
}
.checkout-index-index .minicart-items .product-item-details .product-item-name {
  font-size: 16px;
  font-weight: 600;
}
.checkout-index-index .minicart-items .product-item-details .details-qty .label {
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
}
.checkout-index-index .minicart-items .product-item-details .cart-price .price {
  font-weight: 600;
}
.checkout-index-index .opc-block-summary .minicart-items {
  display: block !important;
}
.checkout-index-index .opc-block-summary .title {
  padding-bottom: 20px;
  display: none;
}
.checkout-index-index .opc-block-summary .items-in-cart .title::after {
  display: none;
}
.checkout-index-index .opc-payment .checkout {
  font-size: 16px;
  background-color: #00539F;
  border: 1px solid #00539F;
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
.checkout-index-index .opc-payment .checkout span {
  color: #fff;
}
#shipping-method-buttons-container {
  margin-left: 0;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}
.checkout-shipping-method .actions-toolbar > .primary .button {
  font-size: 16px;
  background-color: #00539F;
  border: 1px solid #00539F;
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
}
.checkout-shipping-method .actions-toolbar > .primary .button span {
  color: #fff;
}
.checkout-shipping-method .actions-toolbar > .primary .button span span::after {
  content: ">";
  display: inline;
  padding-left: 5px;
}
.opc-wrapper .step-title {
  font-size: 20px;
  font-weight: 400;
}
.customer-account-create .form-create-account {
  padding: 60px 0;
  margin: 0 auto;
}
.customer-account-create .form-create-account .field input {
  padding: 22px 15px;
  float: left;
}
.customer-account-create .form-create-account .field .control {
  width: 100% !important;
}
.customer-account-create .form-create-account .field.choice::before {
  display: none !important;
}
.customer-account-create .form-create-account .label {
  text-align: left !important;
  margin-bottom: 10px !important;
}
.customer-account-create .form-create-account .label span {
  font-weight: 700;
  font-size: 16px;
}
.customer-account-create .form-create-account legend.legend {
  margin-left: 0;
}
.customer-account-create .form-create-account .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-create .form-create-account .action.primary {
  font-size: 16px;
  background-color: #00539F;
  border: 1px solid #00539F;
  padding: 12px 20px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
}
.customer-account-create .form-create-account .action.primary span {
  color: #fff;
}
.customer-account-create .form-create-account .additional_info {
  display: none;
}
.customer-account-create .page-title-wrapper {
  margin-bottom: 0 !important;
}
.customer-account-create .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 0;
}
.customer-account-create .page-title-wrapper .page-title span {
  text-align: center;
  font-size: 32px;
  color: #00539F;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}
/* Media queries */
@media (max-width: 1200px) {
  .login-container,
  .customer-account-create .column.main {
    padding: 0 1vw;
  }
}
@media (max-width: 990px) {
  .block-customer-login {
    width: 100%;
    padding: 0px 40px 40px 40px;
  }
}
.customer-account-forgotpassword .forget {
  padding: 60px 0;
  margin: 0 auto;
}
.customer-account-forgotpassword .forget .field input {
  padding: 22px 15px;
  float: left;
}
.customer-account-forgotpassword .forget .field .control {
  width: 100% !important;
}
.customer-account-forgotpassword .forget .field.choice::before {
  display: none !important;
}
.customer-account-forgotpassword .forget .label {
  text-align: left !important;
  margin-bottom: 10px !important;
}
.customer-account-forgotpassword .forget .label span {
  font-weight: 700;
  font-size: 16px;
}
.customer-account-forgotpassword .forget legend.legend {
  margin-left: 0;
}
.customer-account-forgotpassword .forget .actions-toolbar {
  margin-left: 0 !important;
}
.customer-account-forgotpassword .forget .action.primary {
  font-size: 16px;
  background-color: #00539F;
  border: 1px solid #00539F;
  padding: 12px 20px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
}
.customer-account-forgotpassword .forget .action.primary span {
  color: #fff;
}
.customer-account-forgotpassword .forget .additional_info {
  display: none;
}
.customer-account-forgotpassword .page-title-wrapper {
  margin-bottom: 0 !important;
}
.customer-account-forgotpassword .page-title-wrapper .page-title {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 0;
}
.customer-account-forgotpassword .page-title-wrapper .page-title span {
  text-align: center;
  font-size: 32px;
  color: #00539F;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}
.minicart-wrapper .block-minicart {
  right: 35px;
}
.minicart-wrapper .block-minicart::before {
  right: 6px !important;
}
.minicart-wrapper .block-minicart::after {
  right: 6px !important;
}
.minicart-wrapper .block-minicart .product-item-details .product-item-name a {
  font-weight: 700;
  font-size: 17px;
}
.minicart-wrapper .block-minicart .product-item-details .product-item-details .price {
  font-weight: 600;
  font-size: 16px;
}
.minicart-wrapper .block-minicart .product-item-details .minicart-price .price {
  font-size: 16px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart .actions .primary .action.primary {
  background-color: #00539F;
  border-radius: 5px !important;
  letter-spacing: 0;
  border: 0;
}
.minicart-wrapper .block-minicart .actions .viewcart {
  border: 0;
  font-weight: 500;
  text-transform: initial;
  padding: 0;
  font-size: 16px;
}
.checkout-cart-index .page-title,
.checkout-cart-index .page-title span {
  width: 100%;
  text-align: center;
}
.checkout-cart-index .page-title span {
  font-weight: 700;
  padding-bottom: 10px;
}
.checkout-cart-index .cart-container {
  padding: 0 20px;
}
.checkout-cart-index .cart-container .actions .continue {
  display: none !important;
}
.checkout-cart-index .cart-container .item-actions .actions-toolbar {
  background: #fff !important;
}
.checkout-cart-index .cart-container .towishlist {
  display: none !important;
}
.checkout-cart-index .cart-container .cart .item {
  border-top: 0;
}
.checkout-cart-index .cart-container .cart .item .item-info {
  border-bottom: 0;
}
.checkout-cart-index .cart-container .cart .item .item-info .product-item-name a {
  font-weight: 700;
  font-size: 18px;
}
.checkout-cart-index .cart-container .cart .item .item-info .price .price {
  font-size: 18px;
}
.checkout-cart-index .cart-container .cart .item-actions .actions-toolbar {
  background-color: #fff !important;
}
.checkout-cart-index .cart-container .cart .item-actions .actions-toolbar .action {
  background-color: #fff !important;
}
.checkout-cart-index .cart-container .cart .item-actions td {
  border-top: 0;
}
.checkout-cart-index .actions .update {
  padding: 0;
  border: 0;
  background: initial;
}
.checkout-cart-index .cart-summary .title {
  font-weight: 700;
}
.checkout-cart-index .cart-summary #co-shipping-method-form .items .item-options .item {
  display: flex;
}
.checkout-cart-index .cart-summary #co-shipping-method-form .items .item-options .item .label {
  padding-left: 10px;
}
.checkout-cart-index .cart-summary .cart-totals {
  border-top: 0;
}
.checkout-cart-index .cart-summary .totals .mark {
  background-color: inherit;
}
.checkout-cart-index .cart-summary .grand.totals strong {
  font-weight: 700;
}
.checkout-cart-index .cart-summary .shipping .label {
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  padding-right: 0;
}
.checkout-cart-index .cart-summary .discount form .field .label span {
  font-size: 16px;
  font-weight: 400;
}
.checkout-cart-index .cart-summary .discount form .actions-toolbar .primary {
  width: 100%;
}
.checkout-cart-index .cart-summary .discount form .actions-toolbar .primary button {
  color: #fff !important;
  text-transform: inherit;
  border: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  display: block;
  background: #00539f;
  font-weight: 400;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 0 !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .checkout {
  background: #00539F;
  border: 0;
  border-radius: 7px !important;
  text-transform: inherit;
  font-weight: 600;
}
.store-shopping-button p {
  font-size: 14px;
}
.cart.table-wrapper .item .item-info {
  border-bottom: 1px solid #f7f7f7;
}
.checkout-cart-index .action-edit,
.checkout-cart-index .action-delete {
  border: 0 !important;
  background-color: #fff !important;
  padding: 0 !important;
}
.checkout-cart-index .action-edit span,
.checkout-cart-index .action-delete span {
  font-size: 0;
}
.checkout-cart-index .action-edit span:before {
  content: "\f040";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
.checkout-cart-index .action-delete span:before {
  content: "\f2ed";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 500;
  font-size: 16px;
}
.cart.table-wrapper .item-actions .actions-toolbar,
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
  text-align: right;
  background: #f7f7f7 !important;
}
@media (max-width: 1200px) {
  .cart-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .cart-summary,
  .cart-container .form-cart {
    width: 100%;
  }
  .cart-summary {
    padding: 0 !important;
    background: inherit;
    order: 2;
    top: 0 !important;
  }
}
@media (max-width: 990px) {
  .cart.table-wrapper .item .col.item,
  .amcard-field-container.-cart {
    width: 100%;
    padding-bottom: 31px;
  }
}
.customer-account-index .welcome-msg {
  padding-bottom: 30px;
}
.account .legend span {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
.account .fieldset {
  margin: 0 0 15px;
}
.account .field input {
  padding: 22px 15px;
  float: left;
}
.account .field .control {
  width: 100% !important;
}
.account .field.choice::before {
  display: none !important;
}
.account .label {
  text-align: left !important;
  margin-bottom: 10px !important;
}
.account .label span {
  font-weight: 700;
  font-size: 16px;
}
.account legend.legend {
  margin-left: 0;
}
.account .actions-toolbar {
  margin-left: 0 !important;
}
.account .action.primary {
  font-size: 16px;
  background-color: #00539F;
  border: 1px solid #00539F;
  padding: 12px 20px;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: bold;
  width: 100%;
}
.account .action.primary span {
  color: #fff;
}
.account .block-collapsible-nav .item.current strong {
  border-color: #00539f;
  color: #00539f;
}
.catalogsearch-result-index .products-grid .product-items .product_item {
  margin-bottom: 30px;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box {
  border: 1px solid #e5e5e5;
  height: 100%;
  margin-bottom: 0;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info {
  width: 100%;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details {
  padding: 0px 20px 20px 20px;
  background-color: #fff;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name {
  text-align: center;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name a {
  font-weight: 700 !important;
  line-height: initial;
}
@media (max-width: 550px) {
  .catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
  }
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .list-product-code {
  text-align: center;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .price {
  color: #d12e26;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .product-item-info .product-item-details .price-box {
  text-align: center;
}
.catalogsearch-result-index .products-grid .product-items .product_item .inner_box .title_image_container {
  display: flex;
  align-content: center;
  justify-content: center;
}
.catalogsearch-result-index .products-grid .product-items .product_item .product-item-inner-wish-compare {
  display: none;
}
@media (max-width: 990px) {
  .catalogsearch-result-index .products-grid .product-items .product_item {
    width: 50%;
  }
}
.wordpress-posttype-view .page-title-wrapper {
  display: none;
}
.wordpress-posttype-view .post-list .item {
  background-color: #636363;
  padding: 0;
}
.wordpress-posttype-view .post-list .item h2 a {
  color: #fff;
}
.wordpress-posttype-view .post-list .item .post-meta .post-meta-item {
  color: #fff;
}
.wordpress-posttype-view .post-list .post-image {
  height: 350px;
  max-height: 350px;
  background-position: center;
  background-size: cover;
}
.contact-index-index .contact_title {
  font-size: 32px !important;
  font-weight: bold !important;
  color: #00539F !important;
  margin-bottom: 25px !important;
}
.contact-index-index .action.primary {
  background: #D12E26;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 0;
}
.contact-index-index iframe {
  margin-top: 20px;
}
.contact-index-index .fieldset {
  font-family: "open-sans", sans-serif;
  line-height: 23px;
}
.contact-index-index .fieldset .label {
  font-family: "open-sans", sans-serif;
}
.contact-index-index .fieldset .label span {
  font-family: "open-sans", sans-serif;
}
/*# sourceMappingURL=pub/static/frontend/Piranha/custom/en_GB/css/styles-l.css.map */